Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.97 KB | None | 0 0
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 1073741824 bytes for committing reserved memory.
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # In 32 bit mode, the process size limit was hit
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Use 64 bit Java on a 64 bit OS
  12. # Decrease Java heap size (-Xmx/-Xms)
  13. # Decrease number of Java threads
  14. # Decrease Java thread stack sizes (-Xss)
  15. # Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. # Out of Memory Error (os_linux.cpp:2640), pid=20092, tid=0x00007f163b3b1700
  19. #
  20. # JRE version: (8.0_144-b01) (build )
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode linux-amd64 compressed oops)
  22. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  23. #
  24.  
  25. --------------- T H R E A D ---------------
  26.  
  27. Current thread (0x00007f1634008800): JavaThread "Unknown thread" [_thread_in_vm, id=20093, stack(0x00007f163b2b1000,0x00007f163b3b2000)]
  28.  
  29. Stack: [0x00007f163b2b1000,0x00007f163b3b2000], sp=0x00007f163b3b0360, free space=1020k
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V [libjvm.so+0xacb18a] VMError::report_and_die()+0x2ba
  32. V [libjvm.so+0x4ff4db] report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x8b
  33. V [libjvm.so+0x927d23] os::Linux::commit_memory_impl(char*, unsigned long, bool)+0x103
  34. V [libjvm.so+0x928279] os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x29
  35. V [libjvm.so+0x92249a] os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
  36. V [libjvm.so+0x996ff3] PSVirtualSpace::expand_by(unsigned long)+0x53
  37. V [libjvm.so+0x997fb5] PSYoungGen::initialize_virtual_space(ReservedSpace, unsigned long)+0x75
  38. V [libjvm.so+0x99891e] PSYoungGen::initialize(ReservedSpace, unsigned long)+0x3e
  39. V [libjvm.so+0x2dabe5] AdjoiningGenerations::AdjoiningGenerations(ReservedSpace, GenerationSizer*, unsigned long)+0x345
  40. V [libjvm.so+0x94b3a6] ParallelScavengeHeap::initialize()+0x1d6
  41. V [libjvm.so+0xa93203] Universe::initialize_heap()+0xf3
  42. V [libjvm.so+0xa9376e] universe_init()+0x3e
  43. V [libjvm.so+0x640565] init_globals()+0x65
  44. V [libjvm.so+0xa76e5e] Threads::create_vm(JavaVMInitArgs*, bool*)+0x23e
  45. V [libjvm.so+0x6d4e64] JNI_CreateJavaVM+0x74
  46. C [libjli.so+0x745e] JavaMain+0x9e
  47. C [libpthread.so.0+0x7aa1]
  48.  
  49.  
  50. --------------- P R O C E S S ---------------
  51.  
  52. Java Threads: ( => current thread )
  53.  
  54. Other Threads:
  55.  
  56. =>0x00007f1634008800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=20093, stack(0x00007f163b2b1000,0x00007f163b3b2000)]
  57.  
  58. VM state:not at safepoint (not fully initialized)
  59.  
  60. VM Mutex/Monitor currently owned by a thread: None
  61.  
  62. GC Heap History (0 events):
  63. No events
  64.  
  65. Deoptimization events (0 events):
  66. No events
  67.  
  68. Internal exceptions (0 events):
  69. No events
  70.  
  71. Events (0 events):
  72. No events
  73.  
  74.  
  75. Dynamic libraries:
  76. 00400000-00401000 r-xp 00000000 08:03 8258117 /usr/java/jdk1.8.0_144/jre/bin/java
  77. 00600000-00601000 rw-p 00000000 08:03 8258117 /usr/java/jdk1.8.0_144/jre/bin/java
  78. 01213000-01234000 rw-p 00000000 00:00 0 [heap]
  79. 700000000-780000000 ---p 00000000 00:00 0
  80. 30dec00000-30dec20000 r-xp 00000000 08:03 20709796 /lib64/ld-2.12.so
  81. 30dee1f000-30dee21000 r--p 0001f000 08:03 20709796 /lib64/ld-2.12.so
  82. 30dee21000-30dee22000 rw-p 00021000 08:03 20709796 /lib64/ld-2.12.so
  83. 30dee22000-30dee23000 rw-p 00000000 00:00 0
  84. 30df000000-30df002000 r-xp 00000000 08:03 20709804 /lib64/libdl-2.12.so
  85. 30df002000-30df202000 ---p 00002000 08:03 20709804 /lib64/libdl-2.12.so
  86. 30df202000-30df203000 r--p 00002000 08:03 20709804 /lib64/libdl-2.12.so
  87. 30df203000-30df204000 rw-p 00003000 08:03 20709804 /lib64/libdl-2.12.so
  88. 30df400000-30df58a000 r-xp 00000000 08:03 20709797 /lib64/libc-2.12.so
  89. 30df58a000-30df78a000 ---p 0018a000 08:03 20709797 /lib64/libc-2.12.so
  90. 30df78a000-30df78e000 r--p 0018a000 08:03 20709797 /lib64/libc-2.12.so
  91. 30df78e000-30df790000 rw-p 0018e000 08:03 20709797 /lib64/libc-2.12.so
  92. 30df790000-30df794000 rw-p 00000000 00:00 0
  93. 30df800000-30df817000 r-xp 00000000 08:03 20709802 /lib64/libpthread-2.12.so
  94. 30df817000-30dfa17000 ---p 00017000 08:03 20709802 /lib64/libpthread-2.12.so
  95. 30dfa17000-30dfa18000 r--p 00017000 08:03 20709802 /lib64/libpthread-2.12.so
  96. 30dfa18000-30dfa19000 rw-p 00018000 08:03 20709802 /lib64/libpthread-2.12.so
  97. 30dfa19000-30dfa1d000 rw-p 00000000 00:00 0
  98. 30dfc00000-30dfc07000 r-xp 00000000 08:03 20709809 /lib64/librt-2.12.so
  99. 30dfc07000-30dfe06000 ---p 00007000 08:03 20709809 /lib64/librt-2.12.so
  100. 30dfe06000-30dfe07000 r--p 00006000 08:03 20709809 /lib64/librt-2.12.so
  101. 30dfe07000-30dfe08000 rw-p 00007000 08:03 20709809 /lib64/librt-2.12.so
  102. 30e0400000-30e0483000 r-xp 00000000 08:03 20709798 /lib64/libm-2.12.so
  103. 30e0483000-30e0682000 ---p 00083000 08:03 20709798 /lib64/libm-2.12.so
  104. 30e0682000-30e0683000 r--p 00082000 08:03 20709798 /lib64/libm-2.12.so
  105. 30e0683000-30e0684000 rw-p 00083000 08:03 20709798 /lib64/libm-2.12.so
  106. 7f1625000000-7f1625270000 rwxp 00000000 00:00 0
  107. 7f1625270000-7f1634000000 ---p 00000000 00:00 0
  108. 7f1634000000-7f1634031000 rw-p 00000000 00:00 0
  109. 7f1634031000-7f1638000000 ---p 00000000 00:00 0
  110. 7f1639df9000-7f163a082000 rw-p 00000000 00:00 0
  111. 7f163a082000-7f163a682000 ---p 00000000 00:00 0
  112. 7f163a682000-7f163a68d000 rw-p 00000000 00:00 0
  113. 7f163a68d000-7f163aa43000 ---p 00000000 00:00 0
  114. 7f163aa43000-7f163aa5d000 r-xp 00000000 08:03 8258195 /usr/java/jdk1.8.0_144/jre/lib/amd64/libzip.so
  115. 7f163aa5d000-7f163ac5d000 ---p 0001a000 08:03 8258195 /usr/java/jdk1.8.0_144/jre/lib/amd64/libzip.so
  116. 7f163ac5d000-7f163ac5e000 rw-p 0001a000 08:03 8258195 /usr/java/jdk1.8.0_144/jre/lib/amd64/libzip.so
  117. 7f163ac5e000-7f163ac6b000 r-xp 00000000 08:03 20709408 /lib64/libnss_files-2.12.so
  118. 7f163ac6b000-7f163ae6a000 ---p 0000d000 08:03 20709408 /lib64/libnss_files-2.12.so
  119. 7f163ae6a000-7f163ae6b000 r--p 0000c000 08:03 20709408 /lib64/libnss_files-2.12.so
  120. 7f163ae6b000-7f163ae6c000 rw-p 0000d000 08:03 20709408 /lib64/libnss_files-2.12.so
  121. 7f163ae75000-7f163ae76000 rw-p 00000000 00:00 0
  122. 7f163ae76000-7f163aea1000 r-xp 00000000 08:03 8258159 /usr/java/jdk1.8.0_144/jre/lib/amd64/libjava.so
  123. 7f163aea1000-7f163b0a0000 ---p 0002b000 08:03 8258159 /usr/java/jdk1.8.0_144/jre/lib/amd64/libjava.so
  124. 7f163b0a0000-7f163b0a2000 rw-p 0002a000 08:03 8258159 /usr/java/jdk1.8.0_144/jre/lib/amd64/libjava.so
  125. 7f163b0a2000-7f163b0af000 r-xp 00000000 08:03 8258194 /usr/java/jdk1.8.0_144/jre/lib/amd64/libverify.so
  126. 7f163b0af000-7f163b2af000 ---p 0000d000 08:03 8258194 /usr/java/jdk1.8.0_144/jre/lib/amd64/libverify.so
  127. 7f163b2af000-7f163b2b1000 rw-p 0000d000 08:03 8258194 /usr/java/jdk1.8.0_144/jre/lib/amd64/libverify.so
  128. 7f163b2b1000-7f163b2b4000 ---p 00000000 00:00 0
  129. 7f163b2b4000-7f163b3b2000 rw-p 00000000 00:00 0
  130. 7f163b3b2000-7f163c085000 r-xp 00000000 08:03 8258199 /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
  131. 7f163c085000-7f163c284000 ---p 00cd3000 08:03 8258199 /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
  132. 7f163c284000-7f163c35e000 rw-p 00cd2000 08:03 8258199 /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
  133. 7f163c35e000-7f163c3ac000 rw-p 00000000 00:00 0
  134. 7f163c3ac000-7f163c3c1000 r-xp 00000000 08:03 8258133 /usr/java/jdk1.8.0_144/jre/lib/amd64/jli/libjli.so
  135. 7f163c3c1000-7f163c5c1000 ---p 00015000 08:03 8258133 /usr/java/jdk1.8.0_144/jre/lib/amd64/jli/libjli.so
  136. 7f163c5c1000-7f163c5c2000 rw-p 00015000 08:03 8258133 /usr/java/jdk1.8.0_144/jre/lib/amd64/jli/libjli.so
  137. 7f163c5c2000-7f163c5c3000 rw-p 00000000 00:00 0
  138. 7f163c5c3000-7f163c5cb000 rw-s 00000000 08:03 13107609 /tmp/hsperfdata_mc1684/20092
  139. 7f163c5cb000-7f163c5cc000 rw-p 00000000 00:00 0
  140. 7f163c5cc000-7f163c5cd000 r--p 00000000 00:00 0
  141. 7f163c5cd000-7f163c5ce000 rw-p 00000000 00:00 0
  142. 7fffff027000-7fffff03c000 rw-p 00000000 00:00 0 [stack]
  143. 7fffff0e4000-7fffff0e5000 r-xp 00000000 00:00 0 [vdso]
  144. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  145.  
  146. VM Arguments:
  147. jvm_args: -Xmx3072M -Xms3072M
  148. java_command: /home/minecraft/multicraft/servers/server1684/spigot-1.14.2.jar nogui
  149. java_class_path (initial): /home/minecraft/multicraft/servers/server1684/spigot-1.14.2.jar
  150. Launcher Type: SUN_STANDARD
  151.  
  152. Environment Variables:
  153. PATH=/usr/local/bin:/usr/bin:/bin
  154.  
  155. Signal Handlers:
  156. SIGSEGV: [libjvm.so+0xacba10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  157. SIGBUS: [libjvm.so+0xacba10], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  158. SIGFPE: [libjvm.so+0x924ba0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  159. SIGPIPE: [libjvm.so+0x924ba0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  160. SIGXFSZ: [libjvm.so+0x924ba0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  161. SIGILL: [libjvm.so+0x924ba0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  162. SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  163. SIGUSR2: [libjvm.so+0x9263e0], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
  164. SIGHUP: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  165. SIGINT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  166. SIGTERM: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  167. SIGQUIT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  168.  
  169.  
  170. --------------- S Y S T E M ---------------
  171.  
  172. OS:CentOS release 6.9 (Final)
  173.  
  174. uname:Linux 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21 19:29:05 UTC 2017 x86_64
  175. libc:glibc 2.12 NPTL 2.12
  176. rlimit: STACK 10240k, CORE 0k, NPROC 257431, NOFILE 4096, AS infinity
  177. load average:6.16 7.40 6.52
  178.  
  179. /proc/meminfo:
  180. MemTotal: 65931576 kB
  181. MemFree: 573156 kB
  182. Buffers: 38772 kB
  183. Cached: 335568 kB
  184. SwapCached: 182248 kB
  185. Active: 60109024 kB
  186. Inactive: 4344296 kB
  187. Active(anon): 59995080 kB
  188. Inactive(anon): 4084724 kB
  189. Active(file): 113944 kB
  190. Inactive(file): 259572 kB
  191. Unevictable: 0 kB
  192. Mlocked: 0 kB
  193. SwapTotal: 4194300 kB
  194. SwapFree: 120 kB
  195. Dirty: 13724 kB
  196. Writeback: 0 kB
  197. AnonPages: 63897952 kB
  198. Mapped: 29924 kB
  199. Shmem: 212 kB
  200. Slab: 198612 kB
  201. SReclaimable: 70160 kB
  202. SUnreclaim: 128452 kB
  203. KernelStack: 67808 kB
  204. PageTables: 190164 kB
  205. NFS_Unstable: 0 kB
  206. Bounce: 0 kB
  207. WritebackTmp: 0 kB
  208. CommitLimit: 37160088 kB
  209. Committed_AS: 93110756 kB
  210. VmallocTotal: 34359738367 kB
  211. VmallocUsed: 389824 kB
  212. VmallocChunk: 34325324220 kB
  213. HardwareCorrupted: 0 kB
  214. AnonHugePages: 21960704 kB
  215. HugePages_Total: 0
  216. HugePages_Free: 0
  217. HugePages_Rsvd: 0
  218. HugePages_Surp: 0
  219. Hugepagesize: 2048 kB
  220. DirectMap4k: 7852 kB
  221. DirectMap2M: 3102720 kB
  222. DirectMap1G: 63963136 kB
  223.  
  224.  
  225. CPU:total 24 (initial active 24) (6 cores per cpu, 2 threads per core) family 6 model 45 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, ht, tsc, tscinvbit, tscinv
  226.  
  227. /proc/cpuinfo:
  228. processor : 0
  229. vendor_id : GenuineIntel
  230. cpu family : 6
  231. model : 45
  232. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  233. stepping : 7
  234. microcode : 1808
  235. cpu MHz : 1900.000
  236. cache size : 15360 KB
  237. physical id : 0
  238. siblings : 12
  239. core id : 0
  240. cpu cores : 6
  241. apicid : 0
  242. initial apicid : 0
  243. fpu : yes
  244. fpu_exception : yes
  245. cpuid level : 13
  246. wp : yes
  247. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  248. bogomips : 3790.93
  249. clflush size : 64
  250. cache_alignment : 64
  251. address sizes : 46 bits physical, 48 bits virtual
  252. power management:
  253.  
  254. processor : 1
  255. vendor_id : GenuineIntel
  256. cpu family : 6
  257. model : 45
  258. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  259. stepping : 7
  260. microcode : 1808
  261. cpu MHz : 1200.000
  262. cache size : 15360 KB
  263. physical id : 0
  264. siblings : 12
  265. core id : 1
  266. cpu cores : 6
  267. apicid : 2
  268. initial apicid : 2
  269. fpu : yes
  270. fpu_exception : yes
  271. cpuid level : 13
  272. wp : yes
  273. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  274. bogomips : 3790.93
  275. clflush size : 64
  276. cache_alignment : 64
  277. address sizes : 46 bits physical, 48 bits virtual
  278. power management:
  279.  
  280. processor : 2
  281. vendor_id : GenuineIntel
  282. cpu family : 6
  283. model : 45
  284. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  285. stepping : 7
  286. microcode : 1808
  287. cpu MHz : 1200.000
  288. cache size : 15360 KB
  289. physical id : 0
  290. siblings : 12
  291. core id : 2
  292. cpu cores : 6
  293. apicid : 4
  294. initial apicid : 4
  295. fpu : yes
  296. fpu_exception : yes
  297. cpuid level : 13
  298. wp : yes
  299. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  300. bogomips : 3790.93
  301. clflush size : 64
  302. cache_alignment : 64
  303. address sizes : 46 bits physical, 48 bits virtual
  304. power management:
  305.  
  306. processor : 3
  307. vendor_id : GenuineIntel
  308. cpu family : 6
  309. model : 45
  310. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  311. stepping : 7
  312. microcode : 1808
  313. cpu MHz : 1776.086
  314. cache size : 15360 KB
  315. physical id : 0
  316. siblings : 12
  317. core id : 3
  318. cpu cores : 6
  319. apicid : 6
  320. initial apicid : 6
  321. fpu : yes
  322. fpu_exception : yes
  323. cpuid level : 13
  324. wp : yes
  325. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  326. bogomips : 3790.93
  327. clflush size : 64
  328. cache_alignment : 64
  329. address sizes : 46 bits physical, 48 bits virtual
  330. power management:
  331.  
  332. processor : 4
  333. vendor_id : GenuineIntel
  334. cpu family : 6
  335. model : 45
  336. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  337. stepping : 7
  338. microcode : 1808
  339. cpu MHz : 1200.000
  340. cache size : 15360 KB
  341. physical id : 0
  342. siblings : 12
  343. core id : 4
  344. cpu cores : 6
  345. apicid : 8
  346. initial apicid : 8
  347. fpu : yes
  348. fpu_exception : yes
  349. cpuid level : 13
  350. wp : yes
  351. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  352. bogomips : 3790.93
  353. clflush size : 64
  354. cache_alignment : 64
  355. address sizes : 46 bits physical, 48 bits virtual
  356. power management:
  357.  
  358. processor : 5
  359. vendor_id : GenuineIntel
  360. cpu family : 6
  361. model : 45
  362. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  363. stepping : 7
  364. microcode : 1808
  365. cpu MHz : 1200.000
  366. cache size : 15360 KB
  367. physical id : 0
  368. siblings : 12
  369. core id : 5
  370. cpu cores : 6
  371. apicid : 10
  372. initial apicid : 10
  373. fpu : yes
  374. fpu_exception : yes
  375. cpuid level : 13
  376. wp : yes
  377. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  378. bogomips : 3790.93
  379. clflush size : 64
  380. cache_alignment : 64
  381. address sizes : 46 bits physical, 48 bits virtual
  382. power management:
  383.  
  384. processor : 6
  385. vendor_id : GenuineIntel
  386. cpu family : 6
  387. model : 45
  388. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  389. stepping : 7
  390. microcode : 1808
  391. cpu MHz : 1200.000
  392. cache size : 15360 KB
  393. physical id : 1
  394. siblings : 12
  395. core id : 0
  396. cpu cores : 6
  397. apicid : 32
  398. initial apicid : 32
  399. fpu : yes
  400. fpu_exception : yes
  401. cpuid level : 13
  402. wp : yes
  403. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  404. bogomips : 3790.36
  405. clflush size : 64
  406. cache_alignment : 64
  407. address sizes : 46 bits physical, 48 bits virtual
  408. power management:
  409.  
  410. processor : 7
  411. vendor_id : GenuineIntel
  412. cpu family : 6
  413. model : 45
  414. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  415. stepping : 7
  416. microcode : 1808
  417. cpu MHz : 1200.000
  418. cache size : 15360 KB
  419. physical id : 1
  420. siblings : 12
  421. core id : 1
  422. cpu cores : 6
  423. apicid : 34
  424. initial apicid : 34
  425. fpu : yes
  426. fpu_exception : yes
  427. cpuid level : 13
  428. wp : yes
  429. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  430. bogomips : 3790.36
  431. clflush size : 64
  432. cache_alignment : 64
  433. address sizes : 46 bits physical, 48 bits virtual
  434. power management:
  435.  
  436. processor : 8
  437. vendor_id : GenuineIntel
  438. cpu family : 6
  439. model : 45
  440. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  441. stepping : 7
  442. microcode : 1808
  443. cpu MHz : 1900.000
  444. cache size : 15360 KB
  445. physical id : 1
  446. siblings : 12
  447. core id : 2
  448. cpu cores : 6
  449. apicid : 36
  450. initial apicid : 36
  451. fpu : yes
  452. fpu_exception : yes
  453. cpuid level : 13
  454. wp : yes
  455. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  456. bogomips : 3790.36
  457. clflush size : 64
  458. cache_alignment : 64
  459. address sizes : 46 bits physical, 48 bits virtual
  460. power management:
  461.  
  462. processor : 9
  463. vendor_id : GenuineIntel
  464. cpu family : 6
  465. model : 45
  466. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  467. stepping : 7
  468. microcode : 1808
  469. cpu MHz : 1900.000
  470. cache size : 15360 KB
  471. physical id : 1
  472. siblings : 12
  473. core id : 3
  474. cpu cores : 6
  475. apicid : 38
  476. initial apicid : 38
  477. fpu : yes
  478. fpu_exception : yes
  479. cpuid level : 13
  480. wp : yes
  481. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  482. bogomips : 3790.36
  483. clflush size : 64
  484. cache_alignment : 64
  485. address sizes : 46 bits physical, 48 bits virtual
  486. power management:
  487.  
  488. processor : 10
  489. vendor_id : GenuineIntel
  490. cpu family : 6
  491. model : 45
  492. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  493. stepping : 7
  494. microcode : 1808
  495. cpu MHz : 1200.000
  496. cache size : 15360 KB
  497. physical id : 1
  498. siblings : 12
  499. core id : 4
  500. cpu cores : 6
  501. apicid : 40
  502. initial apicid : 40
  503. fpu : yes
  504. fpu_exception : yes
  505. cpuid level : 13
  506. wp : yes
  507. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  508. bogomips : 3790.36
  509. clflush size : 64
  510. cache_alignment : 64
  511. address sizes : 46 bits physical, 48 bits virtual
  512. power management:
  513.  
  514. processor : 11
  515. vendor_id : GenuineIntel
  516. cpu family : 6
  517. model : 45
  518. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  519. stepping : 7
  520. microcode : 1808
  521. cpu MHz : 1200.000
  522. cache size : 15360 KB
  523. physical id : 1
  524. siblings : 12
  525. core id : 5
  526. cpu cores : 6
  527. apicid : 42
  528. initial apicid : 42
  529. fpu : yes
  530. fpu_exception : yes
  531. cpuid level : 13
  532. wp : yes
  533. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  534. bogomips : 3790.36
  535. clflush size : 64
  536. cache_alignment : 64
  537. address sizes : 46 bits physical, 48 bits virtual
  538. power management:
  539.  
  540. processor : 12
  541. vendor_id : GenuineIntel
  542. cpu family : 6
  543. model : 45
  544. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  545. stepping : 7
  546. microcode : 1808
  547. cpu MHz : 1200.000
  548. cache size : 15360 KB
  549. physical id : 0
  550. siblings : 12
  551. core id : 0
  552. cpu cores : 6
  553. apicid : 1
  554. initial apicid : 1
  555. fpu : yes
  556. fpu_exception : yes
  557. cpuid level : 13
  558. wp : yes
  559. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  560. bogomips : 3790.93
  561. clflush size : 64
  562. cache_alignment : 64
  563. address sizes : 46 bits physical, 48 bits virtual
  564. power management:
  565.  
  566. processor : 13
  567. vendor_id : GenuineIntel
  568. cpu family : 6
  569. model : 45
  570. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  571. stepping : 7
  572. microcode : 1808
  573. cpu MHz : 1200.000
  574. cache size : 15360 KB
  575. physical id : 0
  576. siblings : 12
  577. core id : 1
  578. cpu cores : 6
  579. apicid : 3
  580. initial apicid : 3
  581. fpu : yes
  582. fpu_exception : yes
  583. cpuid level : 13
  584. wp : yes
  585. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  586. bogomips : 3790.93
  587. clflush size : 64
  588. cache_alignment : 64
  589. address sizes : 46 bits physical, 48 bits virtual
  590. power management:
  591.  
  592. processor : 14
  593. vendor_id : GenuineIntel
  594. cpu family : 6
  595. model : 45
  596. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  597. stepping : 7
  598. microcode : 1808
  599. cpu MHz : 1200.000
  600. cache size : 15360 KB
  601. physical id : 0
  602. siblings : 12
  603. core id : 2
  604. cpu cores : 6
  605. apicid : 5
  606. initial apicid : 5
  607. fpu : yes
  608. fpu_exception : yes
  609. cpuid level : 13
  610. wp : yes
  611. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  612. bogomips : 3790.93
  613. clflush size : 64
  614. cache_alignment : 64
  615. address sizes : 46 bits physical, 48 bits virtual
  616. power management:
  617.  
  618. processor : 15
  619. vendor_id : GenuineIntel
  620. cpu family : 6
  621. model : 45
  622. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  623. stepping : 7
  624. microcode : 1808
  625. cpu MHz : 1200.000
  626. cache size : 15360 KB
  627. physical id : 0
  628. siblings : 12
  629. core id : 3
  630. cpu cores : 6
  631. apicid : 7
  632. initial apicid : 7
  633. fpu : yes
  634. fpu_exception : yes
  635. cpuid level : 13
  636. wp : yes
  637. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  638. bogomips : 3790.93
  639. clflush size : 64
  640. cache_alignment : 64
  641. address sizes : 46 bits physical, 48 bits virtual
  642. power management:
  643.  
  644. processor : 16
  645. vendor_id : GenuineIntel
  646. cpu family : 6
  647. model : 45
  648. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  649. stepping : 7
  650. microcode : 1808
  651. cpu MHz : 1200.000
  652. cache size : 15360 KB
  653. physical id : 0
  654. siblings : 12
  655. core id : 4
  656. cpu cores : 6
  657. apicid : 9
  658. initial apicid : 9
  659. fpu : yes
  660. fpu_exception : yes
  661. cpuid level : 13
  662. wp : yes
  663. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  664. bogomips : 3790.93
  665. clflush size : 64
  666. cache_alignment : 64
  667. address sizes : 46 bits physical, 48 bits virtual
  668. power management:
  669.  
  670. processor : 17
  671. vendor_id : GenuineIntel
  672. cpu family : 6
  673. model : 45
  674. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  675. stepping : 7
  676. microcode : 1808
  677. cpu MHz : 1342.391
  678. cache size : 15360 KB
  679. physical id : 0
  680. siblings : 12
  681. core id : 5
  682. cpu cores : 6
  683. apicid : 11
  684. initial apicid : 11
  685. fpu : yes
  686. fpu_exception : yes
  687. cpuid level : 13
  688. wp : yes
  689. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  690. bogomips : 3790.93
  691. clflush size : 64
  692. cache_alignment : 64
  693. address sizes : 46 bits physical, 48 bits virtual
  694. power management:
  695.  
  696. processor : 18
  697. vendor_id : GenuineIntel
  698. cpu family : 6
  699. model : 45
  700. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  701. stepping : 7
  702. microcode : 1808
  703. cpu MHz : 1200.000
  704. cache size : 15360 KB
  705. physical id : 1
  706. siblings : 12
  707. core id : 0
  708. cpu cores : 6
  709. apicid : 33
  710. initial apicid : 33
  711. fpu : yes
  712. fpu_exception : yes
  713. cpuid level : 13
  714. wp : yes
  715. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  716. bogomips : 3790.36
  717. clflush size : 64
  718. cache_alignment : 64
  719. address sizes : 46 bits physical, 48 bits virtual
  720. power management:
  721.  
  722. processor : 19
  723. vendor_id : GenuineIntel
  724. cpu family : 6
  725. model : 45
  726. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  727. stepping : 7
  728. microcode : 1808
  729. cpu MHz : 1200.000
  730. cache size : 15360 KB
  731. physical id : 1
  732. siblings : 12
  733. core id : 1
  734. cpu cores : 6
  735. apicid : 35
  736. initial apicid : 35
  737. fpu : yes
  738. fpu_exception : yes
  739. cpuid level : 13
  740. wp : yes
  741. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  742. bogomips : 3790.36
  743. clflush size : 64
  744. cache_alignment : 64
  745. address sizes : 46 bits physical, 48 bits virtual
  746. power management:
  747.  
  748. processor : 20
  749. vendor_id : GenuineIntel
  750. cpu family : 6
  751. model : 45
  752. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  753. stepping : 7
  754. microcode : 1808
  755. cpu MHz : 1200.000
  756. cache size : 15360 KB
  757. physical id : 1
  758. siblings : 12
  759. core id : 2
  760. cpu cores : 6
  761. apicid : 37
  762. initial apicid : 37
  763. fpu : yes
  764. fpu_exception : yes
  765. cpuid level : 13
  766. wp : yes
  767. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  768. bogomips : 3790.36
  769. clflush size : 64
  770. cache_alignment : 64
  771. address sizes : 46 bits physical, 48 bits virtual
  772. power management:
  773.  
  774. processor : 21
  775. vendor_id : GenuineIntel
  776. cpu family : 6
  777. model : 45
  778. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  779. stepping : 7
  780. microcode : 1808
  781. cpu MHz : 1200.000
  782. cache size : 15360 KB
  783. physical id : 1
  784. siblings : 12
  785. core id : 3
  786. cpu cores : 6
  787. apicid : 39
  788. initial apicid : 39
  789. fpu : yes
  790. fpu_exception : yes
  791. cpuid level : 13
  792. wp : yes
  793. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  794. bogomips : 3790.36
  795. clflush size : 64
  796. cache_alignment : 64
  797. address sizes : 46 bits physical, 48 bits virtual
  798. power management:
  799.  
  800. processor : 22
  801. vendor_id : GenuineIntel
  802. cpu family : 6
  803. model : 45
  804. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  805. stepping : 7
  806. microcode : 1808
  807. cpu MHz : 1200.000
  808. cache size : 15360 KB
  809. physical id : 1
  810. siblings : 12
  811. core id : 4
  812. cpu cores : 6
  813. apicid : 41
  814. initial apicid : 41
  815. fpu : yes
  816. fpu_exception : yes
  817. cpuid level : 13
  818. wp : yes
  819. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  820. bogomips : 3790.36
  821. clflush size : 64
  822. cache_alignment : 64
  823. address sizes : 46 bits physical, 48 bits virtual
  824. power management:
  825.  
  826. processor : 23
  827. vendor_id : GenuineIntel
  828. cpu family : 6
  829. model : 45
  830. model name : Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz
  831. stepping : 7
  832. microcode : 1808
  833. cpu MHz : 1200.000
  834. cache size : 15360 KB
  835. physical id : 1
  836. siblings : 12
  837. core id : 5
  838. cpu cores : 6
  839. apicid : 43
  840. initial apicid : 43
  841. fpu : yes
  842. fpu_exception : yes
  843. cpuid level : 13
  844. wp : yes
  845. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
  846. bogomips : 3790.36
  847. clflush size : 64
  848. cache_alignment : 64
  849. address sizes : 46 bits physical, 48 bits virtual
  850. power management:
  851.  
  852.  
  853.  
  854. Memory: 4k page, physical 65931576k(573156k free), swap 4194300k(120k free)
  855.  
  856. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for linux-amd64 JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
  857.  
  858. time: Mon Jun 17 12:42:40 2019
  859. elapsed time: 0 seconds (0d 0h 0m 0s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement