Advertisement
smbarbour

For cpw

Feb 29th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. "C1 CompilerThread0" daemon prio=10 tid=0x084c4400 nid=0x749 waiting on condition [0x00000000]
  2. java.lang.Thread.State: RUNNABLE
  3.  
  4. "Signal Dispatcher" daemon prio=10 tid=0x084c2800 nid=0x748 waiting on condition [0x00000000]
  5. java.lang.Thread.State: RUNNABLE
  6.  
  7. "Surrogate Locker Thread (Concurrent GC)" daemon prio=10 tid=0x084c1000 nid=0x747 waiting on condition [0x00000000]
  8. java.lang.Thread.State: RUNNABLE
  9.  
  10. "Finalizer" daemon prio=10 tid=0x084b0800 nid=0x746 in Object.wait() [0x2ba8a000]
  11. java.lang.Thread.State: WAITING (on object monitor)
  12. at java.lang.Object.wait(Native Method)
  13. - waiting on <0x31c22f88> (a java.lang.ref.ReferenceQueue$Lock)
  14. at java.lang.ref.ReferenceQueue.remove(Unknown Source)
  15. - locked <0x31c22f88> (a java.lang.ref.ReferenceQueue$Lock)
  16. at java.lang.ref.ReferenceQueue.remove(Unknown Source)
  17. at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
  18.  
  19. "Reference Handler" daemon prio=10 tid=0x084af000 nid=0x745 in Object.wait() [0x2badb000]
  20. java.lang.Thread.State: WAITING (on object monitor)
  21. at java.lang.Object.wait(Native Method)
  22. - waiting on <0x31c22de8> (a java.lang.ref.Reference$Lock)
  23. at java.lang.Object.wait(Object.java:485)
  24. at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
  25. - locked <0x31c22de8> (a java.lang.ref.Reference$Lock)
  26.  
  27. "VM Thread" prio=10 tid=0x084ab000 nid=0x744 runnable
  28.  
  29. "Concurrent Mark-Sweep GC Thread" prio=10 tid=0x08465000 nid=0x743 runnable
  30. "VM Periodic Task Thread" prio=10 tid=0x084d2000 nid=0x74b waiting on condition
  31.  
  32. JNI global references: 1580
  33.  
  34. Heap
  35. def new generation total 14784K, used 6497K [0x30c10000, 0x31c10000, 0x31c10000)
  36. eden space 13184K, 37% used [0x30c10000, 0x310ea3d8, 0x318f0000)
  37. from space 1600K, 95% used [0x31a80000, 0x31bfe368, 0x31c10000)
  38. to space 1600K, 0% used [0x318f0000, 0x318f0000, 0x31a80000)
  39. concurrent mark-sweep generation total 2080768K, used 1312258K [0x31c10000, 0xb0c10000, 0xb0c10000)
  40. concurrent-mark-sweep perm gen total 42180K, used 25252K [0xb0c10000, 0xb3541000, 0xb4c10000)
  41.  
  42. 13:51:01 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  43. 13:51:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  44. >
  45. -------------------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement