Tony馒头
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 2097152000 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=31154, tid=0x00007f5138132700
  19. #
  20. # JRE version:  (8.0_162-b12) (build )
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.162-b12 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. ---------------  T H R E A D  ---------------

  25. Current thread (0x00007f5130009000):  JavaThread "Unknown thread" [_thread_in_vm, id=31155, stack(0x00007f5138032000,0x00007f5138133000)]

  26. Stack: [0x00007f5138032000,0x00007f5138133000],  sp=0x00007f5138131360,  free space=1020k
  27. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  28. V  [libjvm.so+0xacfb2a]  VMError::report_and_die()+0x2ba
  29. V  [libjvm.so+0x50060b]  report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x8b
  30. V  [libjvm.so+0x92d963]  os::Linux::commit_memory_impl(char*, unsigned long, bool)+0x123
  31. V  [libjvm.so+0x92db89]  os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x29
  32. V  [libjvm.so+0x924e4a]  os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
  33. V  [libjvm.so+0x99adf3]  PSVirtualSpace::expand_by(unsigned long)+0x53
  34. V  [libjvm.so+0x99bdb5]  PSYoungGen::initialize_virtual_space(ReservedSpace, unsigned long)+0x75
  35. V  [libjvm.so+0x99c71e]  PSYoungGen::initialize(ReservedSpace, unsigned long)+0x3e
  36. V  [libjvm.so+0x2db2b5]  AdjoiningGenerations::AdjoiningGenerations(ReservedSpace, GenerationSizer*, unsigned long)+0x345
  37. V  [libjvm.so+0x94ef36]  ParallelScavengeHeap::initialize()+0x1d6
  38. V  [libjvm.so+0xa97bd3]  Universe::initialize_heap()+0xf3
  39. V  [libjvm.so+0xa9813e]  universe_init()+0x3e
  40. V  [libjvm.so+0x6420f5]  init_globals()+0x65
  41. V  [libjvm.so+0xa7c8ee]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x23e
  42. V  [libjvm.so+0x6d6cc4]  JNI_CreateJavaVM+0x74
  43. C  [libjli.so+0x797e]  JavaMain+0x9e
  44. C  [libpthread.so.0+0x7aa1]  start_thread+0xd1


  45. ---------------  P R O C E S S  ---------------

  46. Java Threads: ( => current thread )

  47. Other Threads:

  48. =>0x00007f5130009000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=31155, stack(0x00007f5138032000,0x00007f5138133000)]

  49. VM state:not at safepoint (not fully initialized)

  50. VM Mutex/Monitor currently owned by a thread: None

  51. GC Heap History (0 events):
  52. No events

  53. Deoptimization events (0 events):
  54. No events

  55. Classes redefined (0 events):
  56. No events

  57. Internal exceptions (0 events):
  58. No events

  59. Events (0 events):
  60. No events


  61. Dynamic libraries:
  62. 00400000-00401000 r-xp 00000000 08:02 1969845                            /usr/java/jdk1.8.0_162/jre/bin/java
  63. 00600000-00601000 rw-p 00000000 08:02 1969845                            /usr/java/jdk1.8.0_162/jre/bin/java
  64. 017fd000-0181e000 rw-p 00000000 00:00 0                                  [heap]
  65. 649000000-743000000 ---p 00000000 00:00 0
  66. 7f5121000000-7f5121270000 rwxp 00000000 00:00 0
  67. 7f5121270000-7f5130000000 ---p 00000000 00:00 0
  68. 7f5130000000-7f5130032000 rw-p 00000000 00:00 0
  69. 7f5130032000-7f5134000000 ---p 00000000 00:00 0
  70. 7f5134666000-7f51348ee000 rw-p 00000000 00:00 0
  71. 7f51348ee000-7f51354a6000 ---p 00000000 00:00 0
  72. 7f51354a6000-7f51354b1000 rw-p 00000000 00:00 0
  73. 7f51354b1000-7f5135867000 ---p 00000000 00:00 0
  74. 7f5135867000-7f5135882000 r-xp 00000000 08:02 1969925                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libzip.so
  75. 7f5135882000-7f5135a82000 ---p 0001b000 08:02 1969925                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libzip.so
  76. 7f5135a82000-7f5135a83000 rw-p 0001b000 08:02 1969925                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libzip.so
  77. 7f5135a83000-7f5135a90000 r-xp 00000000 08:02 4849695                    /lib64/libnss_files-2.12.so
  78. 7f5135a90000-7f5135c8f000 ---p 0000d000 08:02 4849695                    /lib64/libnss_files-2.12.so
  79. 7f5135c8f000-7f5135c90000 r--p 0000c000 08:02 4849695                    /lib64/libnss_files-2.12.so
  80. 7f5135c90000-7f5135c91000 rw-p 0000d000 08:02 4849695                    /lib64/libnss_files-2.12.so
  81. 7f5135c91000-7f5135cbc000 r-xp 00000000 08:02 1969889                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libjava.so
  82. 7f5135cbc000-7f5135ebb000 ---p 0002b000 08:02 1969889                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libjava.so
  83. 7f5135ebb000-7f5135ebd000 rw-p 0002a000 08:02 1969889                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libjava.so
  84. 7f5135ebd000-7f5135eca000 r-xp 00000000 08:02 1969924                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libverify.so
  85. 7f5135eca000-7f51360ca000 ---p 0000d000 08:02 1969924                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libverify.so
  86. 7f51360ca000-7f51360cc000 rw-p 0000d000 08:02 1969924                    /usr/java/jdk1.8.0_162/jre/lib/amd64/libverify.so
  87. 7f51360cc000-7f51360d3000 r-xp 00000000 08:02 4849707                    /lib64/librt-2.12.so
  88. 7f51360d3000-7f51362d2000 ---p 00007000 08:02 4849707                    /lib64/librt-2.12.so
  89. 7f51362d2000-7f51362d3000 r--p 00006000 08:02 4849707                    /lib64/librt-2.12.so
  90. 7f51362d3000-7f51362d4000 rw-p 00007000 08:02 4849707                    /lib64/librt-2.12.so
  91. 7f51362d4000-7f5136357000 r-xp 00000000 08:02 4849687                    /lib64/libm-2.12.so
  92. 7f5136357000-7f5136556000 ---p 00083000 08:02 4849687                    /lib64/libm-2.12.so
  93. 7f5136556000-7f5136557000 r--p 00082000 08:02 4849687                    /lib64/libm-2.12.so
  94. 7f5136557000-7f5136558000 rw-p 00083000 08:02 4849687                    /lib64/libm-2.12.so
  95. 7f5136558000-7f5137231000 r-xp 00000000 08:02 1969929                    /usr/java/jdk1.8.0_162/jre/lib/amd64/server/libjvm.so
  96. 7f5137231000-7f5137430000 ---p 00cd9000 08:02 1969929                    /usr/java/jdk1.8.0_162/jre/lib/amd64/server/libjvm.so
  97. 7f5137430000-7f513750a000 rw-p 00cd8000 08:02 1969929                    /usr/java/jdk1.8.0_162/jre/lib/amd64/server/libjvm.so
  98. 7f513750a000-7f5137555000 rw-p 00000000 00:00 0
  99. 7f5137555000-7f51376df000 r-xp 00000000 08:02 4849679                    /lib64/libc-2.12.so
  100. 7f51376df000-7f51378df000 ---p 0018a000 08:02 4849679                    /lib64/libc-2.12.so
  101. 7f51378df000-7f51378e3000 r--p 0018a000 08:02 4849679                    /lib64/libc-2.12.so
  102. 7f51378e3000-7f51378e5000 rw-p 0018e000 08:02 4849679                    /lib64/libc-2.12.so
  103. 7f51378e5000-7f51378e9000 rw-p 00000000 00:00 0
  104. 7f51378e9000-7f51378eb000 r-xp 00000000 08:02 4849685                    /lib64/libdl-2.12.so
  105. 7f51378eb000-7f5137aeb000 ---p 00002000 08:02 4849685                    /lib64/libdl-2.12.so
  106. 7f5137aeb000-7f5137aec000 r--p 00002000 08:02 4849685                    /lib64/libdl-2.12.so
  107. 7f5137aec000-7f5137aed000 rw-p 00003000 08:02 4849685                    /lib64/libdl-2.12.so
  108. 7f5137aed000-7f5137b03000 r-xp 00000000 08:02 1969861                    /usr/java/jdk1.8.0_162/jre/lib/amd64/jli/libjli.so
  109. 7f5137b03000-7f5137d02000 ---p 00016000 08:02 1969861                    /usr/java/jdk1.8.0_162/jre/lib/amd64/jli/libjli.so
  110. 7f5137d02000-7f5137d03000 rw-p 00015000 08:02 1969861                    /usr/java/jdk1.8.0_162/jre/lib/amd64/jli/libjli.so
  111. 7f5137d03000-7f5137d1a000 r-xp 00000000 08:02 4849703                    /lib64/libpthread-2.12.so
  112. 7f5137d1a000-7f5137f1a000 ---p 00017000 08:02 4849703                    /lib64/libpthread-2.12.so
  113. 7f5137f1a000-7f5137f1b000 r--p 00017000 08:02 4849703                    /lib64/libpthread-2.12.so
  114. 7f5137f1b000-7f5137f1c000 rw-p 00018000 08:02 4849703                    /lib64/libpthread-2.12.so
  115. 7f5137f1c000-7f5137f20000 rw-p 00000000 00:00 0
  116. 7f5137f20000-7f5137f40000 r-xp 00000000 08:02 4849667                    /lib64/ld-2.12.so
  117. 7f513802a000-7f5138032000 rw-s 00000000 08:02 4723778                    /tmp/hsperfdata_minecraft/31154
  118. 7f5138032000-7f5138035000 ---p 00000000 00:00 0
  119. 7f5138035000-7f5138137000 rw-p 00000000 00:00 0
  120. 7f513813a000-7f513813e000 rw-p 00000000 00:00 0
  121. 7f513813e000-7f513813f000 r--p 00000000 00:00 0
  122. 7f513813f000-7f5138140000 rw-p 00000000 00:00 0
  123. 7f5138140000-7f5138141000 r--p 00020000 08:02 4849667                    /lib64/ld-2.12.so
  124. 7f5138141000-7f5138142000 rw-p 00021000 08:02 4849667                    /lib64/ld-2.12.so
  125. 7f5138142000-7f5138143000 rw-p 00000000 00:00 0
  126. 7ffc0616d000-7ffc06182000 rw-p 00000000 00:00 0                          [stack]
  127. 7ffc061dd000-7ffc061de000 r-xp 00000000 00:00 0                          [vdso]
  128. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

  129. VM Arguments:
  130. jvm_args: -Xmx6000M -Xms6000M -Djline.terminal=jline.UnsupportedTerminal
  131. java_command: /home/minecraft/multicraft/jar/paperspigot1.8.8.jar nogui
  132. java_class_path (initial): /home/minecraft/multicraft/jar/paperspigot1.8.8.jar
  133. Launcher Type: SUN_STANDARD

  134. Environment Variables:

  135. Signal Handlers:
  136. SIGSEGV: [libjvm.so+0xad03c0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  137. SIGBUS: [libjvm.so+0xad03c0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  138. SIGFPE: [libjvm.so+0x928210], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  139. SIGPIPE: [libjvm.so+0x928210], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  140. SIGXFSZ: [libjvm.so+0x928210], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  141. SIGILL: [libjvm.so+0x928210], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
  142. SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  143. SIGUSR2: [libjvm.so+0x929a70], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
  144. SIGHUP: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  145. SIGINT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  146. SIGTERM: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
  147. SIGQUIT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none


  148. ---------------  S Y S T E M  ---------------

  149. OS:CentOS release 6.9 (Final)

  150. uname:Linux 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21 19:29:05 UTC 2017 x86_64
  151. libc:glibc 2.12 NPTL 2.12
  152. rlimit: STACK 10240k, CORE 0k, NPROC 1033096, NOFILE 4096, AS infinity
  153. load average:34.81 38.88 40.88

  154. /proc/meminfo:
  155. MemTotal:       264498868 kB
  156. MemFree:          582492 kB
  157. Buffers:           19500 kB
  158. Cached:           172208 kB
  159. SwapCached:       454708 kB
  160. Active:         253936684 kB
  161. Inactive:        7384420 kB
  162. Active(anon):   253845712 kB
  163. Inactive(anon):  7283972 kB
  164. Active(file):      90972 kB
  165. Inactive(file):   100448 kB
  166. Unevictable:           0 kB
  167. Mlocked:               0 kB
  168. SwapTotal:      35225596 kB
  169. SwapFree:            376 kB
  170. Dirty:             37468 kB
  171. Writeback:             0 kB
  172. AnonPages:      260675584 kB
  173. Mapped:            27908 kB
  174. Shmem:                24 kB
  175. Slab:             260540 kB
  176. SReclaimable:     126216 kB
  177. SUnreclaim:       134324 kB
  178. KernelStack:      118528 kB
  179. PageTables:       679700 kB
  180. NFS_Unstable:          0 kB
  181. Bounce:                0 kB
  182. WritebackTmp:          0 kB
  183. CommitLimit:    167475028 kB
  184. Committed_AS:   434015776 kB
  185. VmallocTotal:   34359738367 kB
  186. VmallocUsed:      688812 kB
  187. VmallocChunk:   34221538088 kB
  188. HardwareCorrupted:     0 kB
  189. AnonHugePages:  168230912 kB
  190. HugePages_Total:       0
  191. HugePages_Free:        0
  192. HugePages_Rsvd:        0
  193. HugePages_Surp:        0
  194. Hugepagesize:       2048 kB
  195. DirectMap4k:        5492 kB
  196. DirectMap2M:     2058240 kB
  197. DirectMap1G:    266338304 kB


  198. CPU:total 32 (initial active 32) (8 cores per cpu, 2 threads per core) family 6 model 62 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit

  199. /proc/cpuinfo:
  200. processor        : 0
  201. vendor_id        : GenuineIntel
  202. cpu family        : 6
  203. model                : 62
  204. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  205. stepping        : 4
  206. microcode        : 1063
  207. cpu MHz                : 2600.045
  208. cache size        : 20480 KB
  209. physical id        : 0
  210. siblings        : 16
  211. core id                : 0
  212. cpu cores        : 8
  213. apicid                : 0
  214. initial apicid        : 0
  215. fpu                : yes
  216. fpu_exception        : yes
  217. cpuid level        : 13
  218. wp                : yes
  219. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  220. bogomips        : 5200.09
  221. clflush size        : 64
  222. cache_alignment        : 64
  223. address sizes        : 46 bits physical, 48 bits virtual
  224. power management:

  225. processor        : 1
  226. vendor_id        : GenuineIntel
  227. cpu family        : 6
  228. model                : 62
  229. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  230. stepping        : 4
  231. microcode        : 1063
  232. cpu MHz                : 2600.045
  233. cache size        : 20480 KB
  234. physical id        : 0
  235. siblings        : 16
  236. core id                : 1
  237. cpu cores        : 8
  238. apicid                : 2
  239. initial apicid        : 2
  240. fpu                : yes
  241. fpu_exception        : yes
  242. cpuid level        : 13
  243. wp                : yes
  244. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  245. bogomips        : 5200.09
  246. clflush size        : 64
  247. cache_alignment        : 64
  248. address sizes        : 46 bits physical, 48 bits virtual
  249. power management:

  250. processor        : 2
  251. vendor_id        : GenuineIntel
  252. cpu family        : 6
  253. model                : 62
  254. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  255. stepping        : 4
  256. microcode        : 1063
  257. cpu MHz                : 2600.045
  258. cache size        : 20480 KB
  259. physical id        : 0
  260. siblings        : 16
  261. core id                : 2
  262. cpu cores        : 8
  263. apicid                : 4
  264. initial apicid        : 4
  265. fpu                : yes
  266. fpu_exception        : yes
  267. cpuid level        : 13
  268. wp                : yes
  269. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  270. bogomips        : 5200.09
  271. clflush size        : 64
  272. cache_alignment        : 64
  273. address sizes        : 46 bits physical, 48 bits virtual
  274. power management:

  275. processor        : 3
  276. vendor_id        : GenuineIntel
  277. cpu family        : 6
  278. model                : 62
  279. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  280. stepping        : 4
  281. microcode        : 1063
  282. cpu MHz                : 2600.045
  283. cache size        : 20480 KB
  284. physical id        : 0
  285. siblings        : 16
  286. core id                : 3
  287. cpu cores        : 8
  288. apicid                : 6
  289. initial apicid        : 6
  290. fpu                : yes
  291. fpu_exception        : yes
  292. cpuid level        : 13
  293. wp                : yes
  294. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  295. bogomips        : 5200.09
  296. clflush size        : 64
  297. cache_alignment        : 64
  298. address sizes        : 46 bits physical, 48 bits virtual
  299. power management:

  300. processor        : 4
  301. vendor_id        : GenuineIntel
  302. cpu family        : 6
  303. model                : 62
  304. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  305. stepping        : 4
  306. microcode        : 1063
  307. cpu MHz                : 2600.045
  308. cache size        : 20480 KB
  309. physical id        : 0
  310. siblings        : 16
  311. core id                : 4
  312. cpu cores        : 8
  313. apicid                : 8
  314. initial apicid        : 8
  315. fpu                : yes
  316. fpu_exception        : yes
  317. cpuid level        : 13
  318. wp                : yes
  319. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  320. bogomips        : 5200.09
  321. clflush size        : 64
  322. cache_alignment        : 64
  323. address sizes        : 46 bits physical, 48 bits virtual
  324. power management:

  325. processor        : 5
  326. vendor_id        : GenuineIntel
  327. cpu family        : 6
  328. model                : 62
  329. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  330. stepping        : 4
  331. microcode        : 1063
  332. cpu MHz                : 2600.045
  333. cache size        : 20480 KB
  334. physical id        : 0
  335. siblings        : 16
  336. core id                : 5
  337. cpu cores        : 8
  338. apicid                : 10
  339. initial apicid        : 10
  340. fpu                : yes
  341. fpu_exception        : yes
  342. cpuid level        : 13
  343. wp                : yes
  344. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  345. bogomips        : 5200.09
  346. clflush size        : 64
  347. cache_alignment        : 64
  348. address sizes        : 46 bits physical, 48 bits virtual
  349. power management:

  350. processor        : 6
  351. vendor_id        : GenuineIntel
  352. cpu family        : 6
  353. model                : 62
  354. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  355. stepping        : 4
  356. microcode        : 1063
  357. cpu MHz                : 2600.045
  358. cache size        : 20480 KB
  359. physical id        : 0
  360. siblings        : 16
  361. core id                : 6
  362. cpu cores        : 8
  363. apicid                : 12
  364. initial apicid        : 12
  365. fpu                : yes
  366. fpu_exception        : yes
  367. cpuid level        : 13
  368. wp                : yes
  369. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  370. bogomips        : 5200.09
  371. clflush size        : 64
  372. cache_alignment        : 64
  373. address sizes        : 46 bits physical, 48 bits virtual
  374. power management:

  375. processor        : 7
  376. vendor_id        : GenuineIntel
  377. cpu family        : 6
  378. model                : 62
  379. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  380. stepping        : 4
  381. microcode        : 1063
  382. cpu MHz                : 2600.045
  383. cache size        : 20480 KB
  384. physical id        : 0
  385. siblings        : 16
  386. core id                : 7
  387. cpu cores        : 8
  388. apicid                : 14
  389. initial apicid        : 14
  390. fpu                : yes
  391. fpu_exception        : yes
  392. cpuid level        : 13
  393. wp                : yes
  394. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  395. bogomips        : 5200.09
  396. clflush size        : 64
  397. cache_alignment        : 64
  398. address sizes        : 46 bits physical, 48 bits virtual
  399. power management:

  400. processor        : 8
  401. vendor_id        : GenuineIntel
  402. cpu family        : 6
  403. model                : 62
  404. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  405. stepping        : 4
  406. microcode        : 1063
  407. cpu MHz                : 2600.045
  408. cache size        : 20480 KB
  409. physical id        : 1
  410. siblings        : 16
  411. core id                : 0
  412. cpu cores        : 8
  413. apicid                : 32
  414. initial apicid        : 32
  415. fpu                : yes
  416. fpu_exception        : yes
  417. cpuid level        : 13
  418. wp                : yes
  419. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  420. bogomips        : 5199.24
  421. clflush size        : 64
  422. cache_alignment        : 64
  423. address sizes        : 46 bits physical, 48 bits virtual
  424. power management:

  425. processor        : 9
  426. vendor_id        : GenuineIntel
  427. cpu family        : 6
  428. model                : 62
  429. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  430. stepping        : 4
  431. microcode        : 1063
  432. cpu MHz                : 2600.045
  433. cache size        : 20480 KB
  434. physical id        : 1
  435. siblings        : 16
  436. core id                : 1
  437. cpu cores        : 8
  438. apicid                : 34
  439. initial apicid        : 34
  440. fpu                : yes
  441. fpu_exception        : yes
  442. cpuid level        : 13
  443. wp                : yes
  444. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  445. bogomips        : 5199.24
  446. clflush size        : 64
  447. cache_alignment        : 64
  448. address sizes        : 46 bits physical, 48 bits virtual
  449. power management:

  450. processor        : 10
  451. vendor_id        : GenuineIntel
  452. cpu family        : 6
  453. model                : 62
  454. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  455. stepping        : 4
  456. microcode        : 1063
  457. cpu MHz                : 2600.045
  458. cache size        : 20480 KB
  459. physical id        : 1
  460. siblings        : 16
  461. core id                : 2
  462. cpu cores        : 8
  463. apicid                : 36
  464. initial apicid        : 36
  465. fpu                : yes
  466. fpu_exception        : yes
  467. cpuid level        : 13
  468. wp                : yes
  469. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  470. bogomips        : 5199.24
  471. clflush size        : 64
  472. cache_alignment        : 64
  473. address sizes        : 46 bits physical, 48 bits virtual
  474. power management:

  475. processor        : 11
  476. vendor_id        : GenuineIntel
  477. cpu family        : 6
  478. model                : 62
  479. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  480. stepping        : 4
  481. microcode        : 1063
  482. cpu MHz                : 2600.045
  483. cache size        : 20480 KB
  484. physical id        : 1
  485. siblings        : 16
  486. core id                : 3
  487. cpu cores        : 8
  488. apicid                : 38
  489. initial apicid        : 38
  490. fpu                : yes
  491. fpu_exception        : yes
  492. cpuid level        : 13
  493. wp                : yes
  494. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  495. bogomips        : 5199.24
  496. clflush size        : 64
  497. cache_alignment        : 64
  498. address sizes        : 46 bits physical, 48 bits virtual
  499. power management:

  500. processor        : 12
  501. vendor_id        : GenuineIntel
  502. cpu family        : 6
  503. model                : 62
  504. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  505. stepping        : 4
  506. microcode        : 1063
  507. cpu MHz                : 2600.045
  508. cache size        : 20480 KB
  509. physical id        : 1
  510. siblings        : 16
  511. core id                : 4
  512. cpu cores        : 8
  513. apicid                : 40
  514. initial apicid        : 40
  515. fpu                : yes
  516. fpu_exception        : yes
  517. cpuid level        : 13
  518. wp                : yes
  519. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  520. bogomips        : 5199.24
  521. clflush size        : 64
  522. cache_alignment        : 64
  523. address sizes        : 46 bits physical, 48 bits virtual
  524. power management:

  525. processor        : 13
  526. vendor_id        : GenuineIntel
  527. cpu family        : 6
  528. model                : 62
  529. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  530. stepping        : 4
  531. microcode        : 1063
  532. cpu MHz                : 2600.045
  533. cache size        : 20480 KB
  534. physical id        : 1
  535. siblings        : 16
  536. core id                : 5
  537. cpu cores        : 8
  538. apicid                : 42
  539. initial apicid        : 42
  540. fpu                : yes
  541. fpu_exception        : yes
  542. cpuid level        : 13
  543. wp                : yes
  544. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  545. bogomips        : 5199.24
  546. clflush size        : 64
  547. cache_alignment        : 64
  548. address sizes        : 46 bits physical, 48 bits virtual
  549. power management:

  550. processor        : 14
  551. vendor_id        : GenuineIntel
  552. cpu family        : 6
  553. model                : 62
  554. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  555. stepping        : 4
  556. microcode        : 1063
  557. cpu MHz                : 2600.045
  558. cache size        : 20480 KB
  559. physical id        : 1
  560. siblings        : 16
  561. core id                : 6
  562. cpu cores        : 8
  563. apicid                : 44
  564. initial apicid        : 44
  565. fpu                : yes
  566. fpu_exception        : yes
  567. cpuid level        : 13
  568. wp                : yes
  569. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  570. bogomips        : 5199.24
  571. clflush size        : 64
  572. cache_alignment        : 64
  573. address sizes        : 46 bits physical, 48 bits virtual
  574. power management:

  575. processor        : 15
  576. vendor_id        : GenuineIntel
  577. cpu family        : 6
  578. model                : 62
  579. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  580. stepping        : 4
  581. microcode        : 1063
  582. cpu MHz                : 2600.045
  583. cache size        : 20480 KB
  584. physical id        : 1
  585. siblings        : 16
  586. core id                : 7
  587. cpu cores        : 8
  588. apicid                : 46
  589. initial apicid        : 46
  590. fpu                : yes
  591. fpu_exception        : yes
  592. cpuid level        : 13
  593. wp                : yes
  594. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  595. bogomips        : 5199.24
  596. clflush size        : 64
  597. cache_alignment        : 64
  598. address sizes        : 46 bits physical, 48 bits virtual
  599. power management:

  600. processor        : 16
  601. vendor_id        : GenuineIntel
  602. cpu family        : 6
  603. model                : 62
  604. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  605. stepping        : 4
  606. microcode        : 1063
  607. cpu MHz                : 2600.045
  608. cache size        : 20480 KB
  609. physical id        : 0
  610. siblings        : 16
  611. core id                : 0
  612. cpu cores        : 8
  613. apicid                : 1
  614. initial apicid        : 1
  615. fpu                : yes
  616. fpu_exception        : yes
  617. cpuid level        : 13
  618. wp                : yes
  619. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  620. bogomips        : 5200.09
  621. clflush size        : 64
  622. cache_alignment        : 64
  623. address sizes        : 46 bits physical, 48 bits virtual
  624. power management:

  625. processor        : 17
  626. vendor_id        : GenuineIntel
  627. cpu family        : 6
  628. model                : 62
  629. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  630. stepping        : 4
  631. microcode        : 1063
  632. cpu MHz                : 2600.045
  633. cache size        : 20480 KB
  634. physical id        : 0
  635. siblings        : 16
  636. core id                : 1
  637. cpu cores        : 8
  638. apicid                : 3
  639. initial apicid        : 3
  640. fpu                : yes
  641. fpu_exception        : yes
  642. cpuid level        : 13
  643. wp                : yes
  644. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  645. bogomips        : 5200.09
  646. clflush size        : 64
  647. cache_alignment        : 64
  648. address sizes        : 46 bits physical, 48 bits virtual
  649. power management:

  650. processor        : 18
  651. vendor_id        : GenuineIntel
  652. cpu family        : 6
  653. model                : 62
  654. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  655. stepping        : 4
  656. microcode        : 1063
  657. cpu MHz                : 2600.045
  658. cache size        : 20480 KB
  659. physical id        : 0
  660. siblings        : 16
  661. core id                : 2
  662. cpu cores        : 8
  663. apicid                : 5
  664. initial apicid        : 5
  665. fpu                : yes
  666. fpu_exception        : yes
  667. cpuid level        : 13
  668. wp                : yes
  669. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  670. bogomips        : 5200.09
  671. clflush size        : 64
  672. cache_alignment        : 64
  673. address sizes        : 46 bits physical, 48 bits virtual
  674. power management:

  675. processor        : 19
  676. vendor_id        : GenuineIntel
  677. cpu family        : 6
  678. model                : 62
  679. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  680. stepping        : 4
  681. microcode        : 1063
  682. cpu MHz                : 2600.045
  683. cache size        : 20480 KB
  684. physical id        : 0
  685. siblings        : 16
  686. core id                : 3
  687. cpu cores        : 8
  688. apicid                : 7
  689. initial apicid        : 7
  690. fpu                : yes
  691. fpu_exception        : yes
  692. cpuid level        : 13
  693. wp                : yes
  694. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  695. bogomips        : 5200.09
  696. clflush size        : 64
  697. cache_alignment        : 64
  698. address sizes        : 46 bits physical, 48 bits virtual
  699. power management:

  700. processor        : 20
  701. vendor_id        : GenuineIntel
  702. cpu family        : 6
  703. model                : 62
  704. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  705. stepping        : 4
  706. microcode        : 1063
  707. cpu MHz                : 2600.045
  708. cache size        : 20480 KB
  709. physical id        : 0
  710. siblings        : 16
  711. core id                : 4
  712. cpu cores        : 8
  713. apicid                : 9
  714. initial apicid        : 9
  715. fpu                : yes
  716. fpu_exception        : yes
  717. cpuid level        : 13
  718. wp                : yes
  719. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  720. bogomips        : 5200.09
  721. clflush size        : 64
  722. cache_alignment        : 64
  723. address sizes        : 46 bits physical, 48 bits virtual
  724. power management:

  725. processor        : 21
  726. vendor_id        : GenuineIntel
  727. cpu family        : 6
  728. model                : 62
  729. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  730. stepping        : 4
  731. microcode        : 1063
  732. cpu MHz                : 2600.045
  733. cache size        : 20480 KB
  734. physical id        : 0
  735. siblings        : 16
  736. core id                : 5
  737. cpu cores        : 8
  738. apicid                : 11
  739. initial apicid        : 11
  740. fpu                : yes
  741. fpu_exception        : yes
  742. cpuid level        : 13
  743. wp                : yes
  744. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  745. bogomips        : 5200.09
  746. clflush size        : 64
  747. cache_alignment        : 64
  748. address sizes        : 46 bits physical, 48 bits virtual
  749. power management:

  750. processor        : 22
  751. vendor_id        : GenuineIntel
  752. cpu family        : 6
  753. model                : 62
  754. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  755. stepping        : 4
  756. microcode        : 1063
  757. cpu MHz                : 2600.045
  758. cache size        : 20480 KB
  759. physical id        : 0
  760. siblings        : 16
  761. core id                : 6
  762. cpu cores        : 8
  763. apicid                : 13
  764. initial apicid        : 13
  765. fpu                : yes
  766. fpu_exception        : yes
  767. cpuid level        : 13
  768. wp                : yes
  769. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  770. bogomips        : 5200.09
  771. clflush size        : 64
  772. cache_alignment        : 64
  773. address sizes        : 46 bits physical, 48 bits virtual
  774. power management:

  775. processor        : 23
  776. vendor_id        : GenuineIntel
  777. cpu family        : 6
  778. model                : 62
  779. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  780. stepping        : 4
  781. microcode        : 1063
  782. cpu MHz                : 2600.045
  783. cache size        : 20480 KB
  784. physical id        : 0
  785. siblings        : 16
  786. core id                : 7
  787. cpu cores        : 8
  788. apicid                : 15
  789. initial apicid        : 15
  790. fpu                : yes
  791. fpu_exception        : yes
  792. cpuid level        : 13
  793. wp                : yes
  794. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  795. bogomips        : 5200.09
  796. clflush size        : 64
  797. cache_alignment        : 64
  798. address sizes        : 46 bits physical, 48 bits virtual
  799. power management:

  800. processor        : 24
  801. vendor_id        : GenuineIntel
  802. cpu family        : 6
  803. model                : 62
  804. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  805. stepping        : 4
  806. microcode        : 1063
  807. cpu MHz                : 2600.045
  808. cache size        : 20480 KB
  809. physical id        : 1
  810. siblings        : 16
  811. core id                : 0
  812. cpu cores        : 8
  813. apicid                : 33
  814. initial apicid        : 33
  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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  820. bogomips        : 5199.24
  821. clflush size        : 64
  822. cache_alignment        : 64
  823. address sizes        : 46 bits physical, 48 bits virtual
  824. power management:

  825. processor        : 25
  826. vendor_id        : GenuineIntel
  827. cpu family        : 6
  828. model                : 62
  829. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  830. stepping        : 4
  831. microcode        : 1063
  832. cpu MHz                : 2600.045
  833. cache size        : 20480 KB
  834. physical id        : 1
  835. siblings        : 16
  836. core id                : 1
  837. cpu cores        : 8
  838. apicid                : 35
  839. initial apicid        : 35
  840. fpu                : yes
  841. fpu_exception        : yes
  842. cpuid level        : 13
  843. wp                : yes
  844. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  845. bogomips        : 5199.24
  846. clflush size        : 64
  847. cache_alignment        : 64
  848. address sizes        : 46 bits physical, 48 bits virtual
  849. power management:

  850. processor        : 26
  851. vendor_id        : GenuineIntel
  852. cpu family        : 6
  853. model                : 62
  854. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  855. stepping        : 4
  856. microcode        : 1063
  857. cpu MHz                : 2600.045
  858. cache size        : 20480 KB
  859. physical id        : 1
  860. siblings        : 16
  861. core id                : 2
  862. cpu cores        : 8
  863. apicid                : 37
  864. initial apicid        : 37
  865. fpu                : yes
  866. fpu_exception        : yes
  867. cpuid level        : 13
  868. wp                : yes
  869. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  870. bogomips        : 5199.24
  871. clflush size        : 64
  872. cache_alignment        : 64
  873. address sizes        : 46 bits physical, 48 bits virtual
  874. power management:

  875. processor        : 27
  876. vendor_id        : GenuineIntel
  877. cpu family        : 6
  878. model                : 62
  879. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  880. stepping        : 4
  881. microcode        : 1063
  882. cpu MHz                : 2600.045
  883. cache size        : 20480 KB
  884. physical id        : 1
  885. siblings        : 16
  886. core id                : 3
  887. cpu cores        : 8
  888. apicid                : 39
  889. initial apicid        : 39
  890. fpu                : yes
  891. fpu_exception        : yes
  892. cpuid level        : 13
  893. wp                : yes
  894. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  895. bogomips        : 5199.24
  896. clflush size        : 64
  897. cache_alignment        : 64
  898. address sizes        : 46 bits physical, 48 bits virtual
  899. power management:

  900. processor        : 28
  901. vendor_id        : GenuineIntel
  902. cpu family        : 6
  903. model                : 62
  904. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  905. stepping        : 4
  906. microcode        : 1063
  907. cpu MHz                : 2600.045
  908. cache size        : 20480 KB
  909. physical id        : 1
  910. siblings        : 16
  911. core id                : 4
  912. cpu cores        : 8
  913. apicid                : 41
  914. initial apicid        : 41
  915. fpu                : yes
  916. fpu_exception        : yes
  917. cpuid level        : 13
  918. wp                : yes
  919. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  920. bogomips        : 5199.24
  921. clflush size        : 64
  922. cache_alignment        : 64
  923. address sizes        : 46 bits physical, 48 bits virtual
  924. power management:

  925. processor        : 29
  926. vendor_id        : GenuineIntel
  927. cpu family        : 6
  928. model                : 62
  929. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  930. stepping        : 4
  931. microcode        : 1063
  932. cpu MHz                : 2600.045
  933. cache size        : 20480 KB
  934. physical id        : 1
  935. siblings        : 16
  936. core id                : 5
  937. cpu cores        : 8
  938. apicid                : 43
  939. initial apicid        : 43
  940. fpu                : yes
  941. fpu_exception        : yes
  942. cpuid level        : 13
  943. wp                : yes
  944. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  945. bogomips        : 5199.24
  946. clflush size        : 64
  947. cache_alignment        : 64
  948. address sizes        : 46 bits physical, 48 bits virtual
  949. power management:

  950. processor        : 30
  951. vendor_id        : GenuineIntel
  952. cpu family        : 6
  953. model                : 62
  954. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  955. stepping        : 4
  956. microcode        : 1063
  957. cpu MHz                : 2600.045
  958. cache size        : 20480 KB
  959. physical id        : 1
  960. siblings        : 16
  961. core id                : 6
  962. cpu cores        : 8
  963. apicid                : 45
  964. initial apicid        : 45
  965. fpu                : yes
  966. fpu_exception        : yes
  967. cpuid level        : 13
  968. wp                : yes
  969. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  970. bogomips        : 5199.24
  971. clflush size        : 64
  972. cache_alignment        : 64
  973. address sizes        : 46 bits physical, 48 bits virtual
  974. power management:

  975. processor        : 31
  976. vendor_id        : GenuineIntel
  977. cpu family        : 6
  978. model                : 62
  979. model name        : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
  980. stepping        : 4
  981. microcode        : 1063
  982. cpu MHz                : 2600.045
  983. cache size        : 20480 KB
  984. physical id        : 1
  985. siblings        : 16
  986. core id                : 7
  987. cpu cores        : 8
  988. apicid                : 47
  989. initial apicid        : 47
  990. fpu                : yes
  991. fpu_exception        : yes
  992. cpuid level        : 13
  993. wp                : yes
  994. 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 f16c rdrand lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  995. bogomips        : 5199.24
  996. clflush size        : 64
  997. cache_alignment        : 64
  998. address sizes        : 46 bits physical, 48 bits virtual
  999. power management:



  1000. Memory: 4k page, physical 264498868k(582120k free), swap 35225596k(376k free)

  1001. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.162-b12) for linux-amd64 JRE (1.8.0_162-b12), built on Dec 19 2017 21:15:48 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

  1002. time: Thu Jan 30 14:56:55 2020
  1003. elapsed time: 0 seconds (0d 0h 0m 0s)

复制代码



xmdhs
尝试调低分配的内存

Tony馒头
xmdhs 发表于 2020-1-30 14:55
尝试调低分配的内存

用的这个开的要怎么调。。。

xmdhs
Tony馒头 发表于 2020-1-30 15:07
用的这个开的要怎么调。。。

问你的服务商。。服务器内存不够了

第一页 上一页 下一页 最后一页