Advertisement
Guest User

Java memory error

a guest
Nov 22nd, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.72 KB | None | 0 0
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # pthread_getattr_np
  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_x86.cpp:715), pid=28863, tid=140080678893312
  19. #
  20. # JRE version: 7.0_09-b05
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 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 (0x00007f67240a2800): JavaThread "Finalizer" daemon [_thread_new, id=28875, stack(0x0000000000000000,0x0000000000000000)]
  28.  
  29. Stack: [0x0000000000000000,0x0000000000000000], sp=0x00007f67131ae800, free space=136797537978k
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V [libjvm.so+0x8a531a]
  32. V [libjvm.so+0x40ab7b]
  33. V [libjvm.so+0x748dca]
  34. V [libjvm.so+0x748e15]
  35. V [libjvm.so+0x865103]
  36. V [libjvm.so+0x746c00]
  37.  
  38.  
  39. --------------- P R O C E S S ---------------
  40.  
  41. Java Threads: ( => current thread )
  42. =>0x00007f67240a2800 JavaThread "Finalizer" daemon [_thread_new, id=28875, stack(0x0000000000000000,0x0000000000000000)]
  43. 0x00007f67240a0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=28874, stack(0x00007f67131b0000,0x00007f67132b1000)]
  44. 0x00007f6724007800 JavaThread "main" [_thread_in_native, id=28864, stack(0x00007f6729b71000,0x00007f6729c72000)]
  45.  
  46. Other Threads:
  47. 0x00007f6724098800 VMThread [stack: 0x00007f67132b1000,0x00007f67133b2000] [id=28873]
  48.  
  49. VM state:not at safepoint (normal execution)
  50.  
  51. VM Mutex/Monitor currently owned by a thread: None
  52.  
  53. Heap
  54. PSYoungGen total 29888K, used 513K [0x00000000fdeb0000, 0x0000000100000000, 0x0000000100000000)
  55. eden space 25664K, 2% used [0x00000000fdeb0000,0x00000000fdf30588,0x00000000ff7c0000)
  56. from space 4224K, 0% used [0x00000000ffbe0000,0x00000000ffbe0000,0x0000000100000000)
  57. to space 4224K, 0% used [0x00000000ff7c0000,0x00000000ff7c0000,0x00000000ffbe0000)
  58. ParOldGen total 68288K, used 0K [0x00000000f9c00000, 0x00000000fdeb0000, 0x00000000fdeb0000)
  59. object space 68288K, 0% used [0x00000000f9c00000,0x00000000f9c00000,0x00000000fdeb0000)
  60. PSPermGen total 21248K, used 1087K [0x00000000f4a00000, 0x00000000f5ec0000, 0x00000000f9c00000)
  61. object space 21248K, 5% used [0x00000000f4a00000,0x00000000f4b0ff60,0x00000000f5ec0000)
  62.  
  63. Card table byte_map: [0x00007f67291e9000,0x00007f6729245000] byte_map_base: 0x00007f6728a44000
  64.  
  65. Polling page: 0x00007f672abba000
  66.  
  67. Code Cache [0x00007f6721000000, 0x00007f6721270000, 0x00007f6724000000)
  68. total_blobs=100 nmethods=0 adapters=76 free_code_cache=48806Kb largest_free_block=49977920
  69.  
  70. Compilation events (0 events):
  71. No events
  72.  
  73. GC Heap History (0 events):
  74. No events
  75.  
  76. Deoptimization events (0 events):
  77. No events
  78.  
  79. Internal exceptions (0 events):
  80. No events
  81.  
  82. Events (10 events):
  83. Event: 0.112 Thread 0x00007f67240a0000 Thread added: 0x00007f67240a0000
  84. Event: 0.112 loading class 0x00007f6724071df0
  85. Event: 0.113 loading class 0x00007f6724071df0 done
  86. Event: 0.113 loading class 0x00007f67240a1e10
  87. Event: 0.113 loading class 0x00007f67240a1e10 done
  88. Event: 0.113 loading class 0x00007f67240a1dd0
  89. Event: 0.113 loading class 0x00007f67240a1dd0 done
  90. Event: 0.113 loading class 0x00007f6724074510
  91. Event: 0.113 loading class 0x00007f6724074510 done
  92. Event: 0.113 Thread 0x00007f67240a2800 Thread added: 0x00007f67240a2800
  93.  
  94.  
  95. Dynamic libraries:
  96. 00400000-00401000 r-xp 00000000 08:02 352783 /opt/jdk1.7.0_09/jre/bin/java
  97. 00600000-00601000 rw-p 00000000 08:02 352783 /opt/jdk1.7.0_09/jre/bin/java
  98. 01497000-014b8000 rw-p 00000000 00:00 0 [heap]
  99. f4a00000-f5ec0000 rw-p 00000000 00:00 0
  100. f5ec0000-f9c00000 rw-p 00000000 00:00 0
  101. f9c00000-100000000 rw-p 00000000 00:00 0
  102. 34aea00000-34aea20000 r-xp 00000000 08:02 115629 /lib64/ld-2.12.so
  103. 34aec1f000-34aec20000 r--p 0001f000 08:02 115629 /lib64/ld-2.12.so
  104. 34aec20000-34aec21000 rw-p 00020000 08:02 115629 /lib64/ld-2.12.so
  105. 34aec21000-34aec22000 rw-p 00000000 00:00 0
  106. 34aee00000-34aef89000 r-xp 00000000 08:02 115630 /lib64/libc-2.12.so
  107. 34aef89000-34af189000 ---p 00189000 08:02 115630 /lib64/libc-2.12.so
  108. 34af189000-34af18d000 r--p 00189000 08:02 115630 /lib64/libc-2.12.so
  109. 34af18d000-34af18e000 rw-p 0018d000 08:02 115630 /lib64/libc-2.12.so
  110. 34af18e000-34af193000 rw-p 00000000 00:00 0
  111. 34af200000-34af217000 r-xp 00000000 08:02 115631 /lib64/libpthread-2.12.so
  112. 34af217000-34af417000 ---p 00017000 08:02 115631 /lib64/libpthread-2.12.so
  113. 34af417000-34af418000 r--p 00017000 08:02 115631 /lib64/libpthread-2.12.so
  114. 34af418000-34af419000 rw-p 00018000 08:02 115631 /lib64/libpthread-2.12.so
  115. 34af419000-34af41d000 rw-p 00000000 00:00 0
  116. 34af600000-34af602000 r-xp 00000000 08:02 115635 /lib64/libdl-2.12.so
  117. 34af602000-34af802000 ---p 00002000 08:02 115635 /lib64/libdl-2.12.so
  118. 34af802000-34af803000 r--p 00002000 08:02 115635 /lib64/libdl-2.12.so
  119. 34af803000-34af804000 rw-p 00003000 08:02 115635 /lib64/libdl-2.12.so
  120. 34afa00000-34afa83000 r-xp 00000000 08:02 115633 /lib64/libm-2.12.so
  121. 34afa83000-34afc82000 ---p 00083000 08:02 115633 /lib64/libm-2.12.so
  122. 34afc82000-34afc83000 r--p 00082000 08:02 115633 /lib64/libm-2.12.so
  123. 34afc83000-34afc84000 rw-p 00083000 08:02 115633 /lib64/libm-2.12.so
  124. 34afe00000-34afe07000 r-xp 00000000 08:02 115636 /lib64/librt-2.12.so
  125. 34afe07000-34b0006000 ---p 00007000 08:02 115636 /lib64/librt-2.12.so
  126. 34b0006000-34b0007000 r--p 00006000 08:02 115636 /lib64/librt-2.12.so
  127. 34b0007000-34b0008000 rw-p 00007000 08:02 115636 /lib64/librt-2.12.so
  128. 7f66e8000000-7f66e8021000 rw-p 00000000 00:00 0
  129. 7f66e8021000-7f66ec000000 ---p 00000000 00:00 0
  130. 7f66f4000000-7f66f4021000 rw-p 00000000 00:00 0
  131. 7f66f4021000-7f66f8000000 ---p 00000000 00:00 0
  132. 7f66f8000000-7f66f8021000 rw-p 00000000 00:00 0
  133. 7f66f8021000-7f66fc000000 ---p 00000000 00:00 0
  134. 7f66fc000000-7f66fc021000 rw-p 00000000 00:00 0
  135. 7f66fc021000-7f6700000000 ---p 00000000 00:00 0
  136. 7f6700000000-7f6700021000 rw-p 00000000 00:00 0
  137. 7f6700021000-7f6704000000 ---p 00000000 00:00 0
  138. 7f6704000000-7f6704021000 rw-p 00000000 00:00 0
  139. 7f6704021000-7f6708000000 ---p 00000000 00:00 0
  140. 7f670c000000-7f670c021000 rw-p 00000000 00:00 0
  141. 7f670c021000-7f6710000000 ---p 00000000 00:00 0
  142. 7f67130af000-7f67131b0000 rw-p 00000000 00:00 0
  143. 7f67131b0000-7f67131b3000 ---p 00000000 00:00 0
  144. 7f67131b3000-7f67132b1000 rw-p 00000000 00:00 0
  145. 7f67132b1000-7f67132b2000 ---p 00000000 00:00 0
  146. 7f67132b2000-7f6714000000 rw-p 00000000 00:00 0
  147. 7f6714000000-7f6714021000 rw-p 00000000 00:00 0
  148. 7f6714021000-7f6718000000 ---p 00000000 00:00 0
  149. 7f6718000000-7f6718021000 rw-p 00000000 00:00 0
  150. 7f6718021000-7f671c000000 ---p 00000000 00:00 0
  151. 7f671c000000-7f671c021000 rw-p 00000000 00:00 0
  152. 7f671c021000-7f6720000000 ---p 00000000 00:00 0
  153. 7f672002b000-7f6721000000 rw-p 00000000 00:00 0
  154. 7f6721000000-7f6721270000 rwxp 00000000 00:00 0
  155. 7f6721270000-7f67240b4000 rw-p 00000000 00:00 0
  156. 7f67240b4000-7f6728000000 ---p 00000000 00:00 0
  157. 7f6728005000-7f6728096000 rw-p 00000000 00:00 0
  158. 7f6728096000-7f6728252000 r--s 039da000 08:02 353476 /opt/jdk1.7.0_09/jre/lib/rt.jar
  159. 7f6728252000-7f6728996000 rw-p 00000000 00:00 0
  160. 7f6728996000-7f6728997000 ---p 00000000 00:00 0
  161. 7f6728997000-7f6728a97000 rw-p 00000000 00:00 0
  162. 7f6728a97000-7f6728a98000 ---p 00000000 00:00 0
  163. 7f6728a98000-7f6728b98000 rw-p 00000000 00:00 0
  164. 7f6728b98000-7f6728b99000 ---p 00000000 00:00 0
  165. 7f6728b99000-7f6728c99000 rw-p 00000000 00:00 0
  166. 7f6728c99000-7f6728c9a000 ---p 00000000 00:00 0
  167. 7f6728c9a000-7f6728d9a000 rw-p 00000000 00:00 0
  168. 7f6728d9a000-7f6728d9b000 ---p 00000000 00:00 0
  169. 7f6728d9b000-7f6728e9b000 rw-p 00000000 00:00 0
  170. 7f6728e9b000-7f6728e9c000 ---p 00000000 00:00 0
  171. 7f6728e9c000-7f6728f9c000 rw-p 00000000 00:00 0
  172. 7f6728f9c000-7f6728f9d000 ---p 00000000 00:00 0
  173. 7f6728f9d000-7f672909d000 rw-p 00000000 00:00 0
  174. 7f672909d000-7f672909e000 ---p 00000000 00:00 0
  175. 7f672909e000-7f67291a9000 rw-p 00000000 00:00 0
  176. 7f67291a9000-7f67291c7000 rw-p 00000000 00:00 0
  177. 7f67291c7000-7f67291f4000 rw-p 00000000 00:00 0
  178. 7f67291f4000-7f6729212000 rw-p 00000000 00:00 0
  179. 7f6729212000-7f672924f000 rw-p 00000000 00:00 0
  180. 7f672924f000-7f6729305000 rw-p 00000000 00:00 0
  181. 7f6729305000-7f672931f000 r-xp 00000000 08:02 353464 /opt/jdk1.7.0_09/jre/lib/amd64/libzip.so
  182. 7f672931f000-7f672951f000 ---p 0001a000 08:02 353464 /opt/jdk1.7.0_09/jre/lib/amd64/libzip.so
  183. 7f672951f000-7f6729520000 rw-p 0001a000 08:02 353464 /opt/jdk1.7.0_09/jre/lib/amd64/libzip.so
  184. 7f6729520000-7f672952c000 r-xp 00000000 08:02 114881 /lib64/libnss_files-2.12.so
  185. 7f672952c000-7f672972c000 ---p 0000c000 08:02 114881 /lib64/libnss_files-2.12.so
  186. 7f672972c000-7f672972d000 r--p 0000c000 08:02 114881 /lib64/libnss_files-2.12.so
  187. 7f672972d000-7f672972e000 rw-p 0000d000 08:02 114881 /lib64/libnss_files-2.12.so
  188. 7f6729738000-7f6729761000 r-xp 00000000 08:02 353448 /opt/jdk1.7.0_09/jre/lib/amd64/libjava.so
  189. 7f6729761000-7f6729961000 ---p 00029000 08:02 353448 /opt/jdk1.7.0_09/jre/lib/amd64/libjava.so
  190. 7f6729961000-7f6729963000 rw-p 00029000 08:02 353448 /opt/jdk1.7.0_09/jre/lib/amd64/libjava.so
  191. 7f6729963000-7f6729970000 r-xp 00000000 08:02 353446 /opt/jdk1.7.0_09/jre/lib/amd64/libverify.so
  192. 7f6729970000-7f6729b6f000 ---p 0000d000 08:02 353446 /opt/jdk1.7.0_09/jre/lib/amd64/libverify.so
  193. 7f6729b6f000-7f6729b71000 rw-p 0000c000 08:02 353446 /opt/jdk1.7.0_09/jre/lib/amd64/libverify.so
  194. 7f6729b71000-7f6729b74000 ---p 00000000 00:00 0
  195. 7f6729b74000-7f6729c72000 rw-p 00000000 00:00 0
  196. 7f6729c72000-7f672a6b9000 r-xp 00000000 08:02 353454 /opt/jdk1.7.0_09/jre/lib/amd64/server/libjvm.so
  197. 7f672a6b9000-7f672a8b8000 ---p 00a47000 08:02 353454 /opt/jdk1.7.0_09/jre/lib/amd64/server/libjvm.so
  198. 7f672a8b8000-7f672a95c000 rw-p 00a46000 08:02 353454 /opt/jdk1.7.0_09/jre/lib/amd64/server/libjvm.so
  199. 7f672a95c000-7f672a99a000 rw-p 00000000 00:00 0
  200. 7f672a99a000-7f672a9b0000 r-xp 00000000 08:02 353423 /opt/jdk1.7.0_09/jre/lib/amd64/jli/libjli.so
  201. 7f672a9b0000-7f672abaf000 ---p 00016000 08:02 353423 /opt/jdk1.7.0_09/jre/lib/amd64/jli/libjli.so
  202. 7f672abaf000-7f672abb0000 rw-p 00015000 08:02 353423 /opt/jdk1.7.0_09/jre/lib/amd64/jli/libjli.so
  203. 7f672abb0000-7f672abb1000 rw-p 00000000 00:00 0
  204. 7f672abb1000-7f672abb9000 rw-s 00000000 fd:05 2425 /tmp/hsperfdata_root/28863
  205. 7f672abb9000-7f672abba000 rw-p 00000000 00:00 0
  206. 7f672abba000-7f672abbb000 r--p 00000000 00:00 0
  207. 7f672abbb000-7f672abbc000 rw-p 00000000 00:00 0
  208. 7fff0dac6000-7fff0dadb000 rw-p 00000000 00:00 0 [stack]
  209. 7fff0dbff000-7fff0dc00000 r-xp 00000000 00:00 0 [vdso]
  210. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  211.  
  212. VM Arguments:
  213. jvm_args: -Xmx100m
  214. java_command: <unknown>
  215. Launcher Type: SUN_STANDARD
  216.  
  217. Environment Variables:
  218. JAVA_HOME=/usr/local/jdk
  219. CLASSPATH=.:/usr/local/jdk/lib/classes.zip
  220. PATH=/usr/local/jdk/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/gitolite/bin
  221. USERNAME=root
  222. SHELL=/bin/bash
  223.  
  224. Signal Handlers:
  225. SIGSEGV: [libjvm.so+0x8a5c80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  226. SIGBUS: [libjvm.so+0x8a5c80], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  227. SIGFPE: [libjvm.so+0x741d60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  228. SIGPIPE: [libjvm.so+0x741d60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  229. SIGXFSZ: [libjvm.so+0x741d60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  230. SIGILL: [libjvm.so+0x741d60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  231. SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  232. SIGUSR2: [libjvm.so+0x7416b0], sa_mask[0]=0x00000000, sa_flags=0x10000004
  233. SIGHUP: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  234. SIGINT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  235. SIGTERM: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  236. SIGQUIT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  237.  
  238.  
  239. --------------- S Y S T E M ---------------
  240.  
  241. OS:CentOS release 6.2 (Final)
  242.  
  243. uname:Linux 2.6.32-220.2.1.el6.x86_64 #1 SMP Fri Dec 23 02:21:33 CST 2011 x86_64
  244. libc:glibc 2.12 NPTL 2.12
  245. rlimit: STACK 10240k, CORE 0k, NPROC 1024, NOFILE 1024, AS 1048576k
  246. load average:1.69 1.51 1.50
  247.  
  248. /proc/meminfo:
  249. MemTotal: 8052916 kB
  250. MemFree: 321996 kB
  251. Buffers: 245060 kB
  252. Cached: 4297180 kB
  253. SwapCached: 11796 kB
  254. Active: 3860928 kB
  255. Inactive: 3450168 kB
  256. Active(anon): 2241836 kB
  257. Inactive(anon): 1105564 kB
  258. Active(file): 1619092 kB
  259. Inactive(file): 2344604 kB
  260. Unevictable: 0 kB
  261. Mlocked: 0 kB
  262. SwapTotal: 4194296 kB
  263. SwapFree: 4144020 kB
  264. Dirty: 2168 kB
  265. Writeback: 0 kB
  266. AnonPages: 2760640 kB
  267. Mapped: 609420 kB
  268. Shmem: 578244 kB
  269. Slab: 257868 kB
  270. SReclaimable: 186468 kB
  271. SUnreclaim: 71400 kB
  272. KernelStack: 5080 kB
  273. PageTables: 48828 kB
  274. NFS_Unstable: 0 kB
  275. Bounce: 0 kB
  276. WritebackTmp: 0 kB
  277. CommitLimit: 8220752 kB
  278. Committed_AS: 7413012 kB
  279. VmallocTotal: 34359738367 kB
  280. VmallocUsed: 78996 kB
  281. VmallocChunk: 34359485288 kB
  282. HardwareCorrupted: 0 kB
  283. AnonHugePages: 505856 kB
  284. HugePages_Total: 0
  285. HugePages_Free: 0
  286. HugePages_Rsvd: 0
  287. HugePages_Surp: 0
  288. Hugepagesize: 2048 kB
  289. DirectMap4k: 7808 kB
  290. DirectMap2M: 8372224 kB
  291.  
  292.  
  293. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
  294.  
  295. /proc/cpuinfo:
  296. processor : 0
  297. vendor_id : GenuineIntel
  298. cpu family : 6
  299. model : 30
  300. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  301. stepping : 5
  302. cpu MHz : 2527.000
  303. cache size : 8192 KB
  304. physical id : 0
  305. siblings : 8
  306. core id : 0
  307. cpu cores : 4
  308. apicid : 0
  309. initial apicid : 0
  310. fpu : yes
  311. fpu_exception : yes
  312. cpuid level : 11
  313. wp : yes
  314. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  315. bogomips : 5054.68
  316. clflush size : 64
  317. cache_alignment : 64
  318. address sizes : 36 bits physical, 48 bits virtual
  319. power management:
  320.  
  321. processor : 1
  322. vendor_id : GenuineIntel
  323. cpu family : 6
  324. model : 30
  325. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  326. stepping : 5
  327. cpu MHz : 1197.000
  328. cache size : 8192 KB
  329. physical id : 0
  330. siblings : 8
  331. core id : 1
  332. cpu cores : 4
  333. apicid : 2
  334. initial apicid : 2
  335. fpu : yes
  336. fpu_exception : yes
  337. cpuid level : 11
  338. wp : yes
  339. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  340. bogomips : 5053.12
  341. clflush size : 64
  342. cache_alignment : 64
  343. address sizes : 36 bits physical, 48 bits virtual
  344. power management:
  345.  
  346. processor : 2
  347. vendor_id : GenuineIntel
  348. cpu family : 6
  349. model : 30
  350. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  351. stepping : 5
  352. cpu MHz : 1197.000
  353. cache size : 8192 KB
  354. physical id : 0
  355. siblings : 8
  356. core id : 2
  357. cpu cores : 4
  358. apicid : 4
  359. initial apicid : 4
  360. fpu : yes
  361. fpu_exception : yes
  362. cpuid level : 11
  363. wp : yes
  364. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  365. bogomips : 5053.12
  366. clflush size : 64
  367. cache_alignment : 64
  368. address sizes : 36 bits physical, 48 bits virtual
  369. power management:
  370.  
  371. processor : 3
  372. vendor_id : GenuineIntel
  373. cpu family : 6
  374. model : 30
  375. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  376. stepping : 5
  377. cpu MHz : 1197.000
  378. cache size : 8192 KB
  379. physical id : 0
  380. siblings : 8
  381. core id : 3
  382. cpu cores : 4
  383. apicid : 6
  384. initial apicid : 6
  385. fpu : yes
  386. fpu_exception : yes
  387. cpuid level : 11
  388. wp : yes
  389. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  390. bogomips : 5053.12
  391. clflush size : 64
  392. cache_alignment : 64
  393. address sizes : 36 bits physical, 48 bits virtual
  394. power management:
  395.  
  396. processor : 4
  397. vendor_id : GenuineIntel
  398. cpu family : 6
  399. model : 30
  400. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  401. stepping : 5
  402. cpu MHz : 1197.000
  403. cache size : 8192 KB
  404. physical id : 0
  405. siblings : 8
  406. core id : 0
  407. cpu cores : 4
  408. apicid : 1
  409. initial apicid : 1
  410. fpu : yes
  411. fpu_exception : yes
  412. cpuid level : 11
  413. wp : yes
  414. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  415. bogomips : 5053.11
  416. clflush size : 64
  417. cache_alignment : 64
  418. address sizes : 36 bits physical, 48 bits virtual
  419. power management:
  420.  
  421. processor : 5
  422. vendor_id : GenuineIntel
  423. cpu family : 6
  424. model : 30
  425. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  426. stepping : 5
  427. cpu MHz : 1197.000
  428. cache size : 8192 KB
  429. physical id : 0
  430. siblings : 8
  431. core id : 1
  432. cpu cores : 4
  433. apicid : 3
  434. initial apicid : 3
  435. fpu : yes
  436. fpu_exception : yes
  437. cpuid level : 11
  438. wp : yes
  439. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  440. bogomips : 5053.12
  441. clflush size : 64
  442. cache_alignment : 64
  443. address sizes : 36 bits physical, 48 bits virtual
  444. power management:
  445.  
  446. processor : 6
  447. vendor_id : GenuineIntel
  448. cpu family : 6
  449. model : 30
  450. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  451. stepping : 5
  452. cpu MHz : 1197.000
  453. cache size : 8192 KB
  454. physical id : 0
  455. siblings : 8
  456. core id : 2
  457. cpu cores : 4
  458. apicid : 5
  459. initial apicid : 5
  460. fpu : yes
  461. fpu_exception : yes
  462. cpuid level : 11
  463. wp : yes
  464. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  465. bogomips : 5053.12
  466. clflush size : 64
  467. cache_alignment : 64
  468. address sizes : 36 bits physical, 48 bits virtual
  469. power management:
  470.  
  471. processor : 7
  472. vendor_id : GenuineIntel
  473. cpu family : 6
  474. model : 30
  475. model name : Intel(R) Xeon(R) CPU X3440 @ 2.53GHz
  476. stepping : 5
  477. cpu MHz : 1197.000
  478. cache size : 8192 KB
  479. physical id : 0
  480. siblings : 8
  481. core id : 3
  482. cpu cores : 4
  483. apicid : 7
  484. initial apicid : 7
  485. fpu : yes
  486. fpu_exception : yes
  487. cpuid level : 11
  488. wp : yes
  489. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
  490. bogomips : 5053.12
  491. clflush size : 64
  492. cache_alignment : 64
  493. address sizes : 36 bits physical, 48 bits virtual
  494. power management:
  495.  
  496.  
  497.  
  498. Memory: 4k page, physical 8052916k(321996k free), swap 4194296k(4144020k free)
  499.  
  500. vm_info: Java HotSpot(TM) 64-Bit Server VM (23.5-b02) for linux-amd64 JRE (1.7.0_09-b05), built on Sep 24 2012 20:07:15 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
  501.  
  502. time: Thu Nov 22 14:03:47 2012
  503. elapsed time: 0 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement