Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created December 18, 2013 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keybounce/8016404 to your computer and use it in GitHub Desktop.
Save keybounce/8016404 to your computer and use it in GitHub Desktop.
Garbage collection log for Minecraft Magic Farm performance tuning, episode 1, at http://youtu.be/AjWZe7h7Clg
{Heap before GC invocations=1 (full 0):
PSYoungGen total 18432K, used 14848K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 0K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007c2a80000)
PSPermGen total 21504K, used 6361K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 29% used [0x00000007b6a00000,0x00000007b7036738,0x00000007b7f00000)
2013-12-14T22:22:30.963+0800: 4.525: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 14848K->3065K(18432K)] 14848K->3073K(61952K), 0.0050790 secs] [Times: user=0.02 sys=0.00, real=0.00 secs]
Heap after GC invocations=1 (full 0):
PSYoungGen total 18432K, used 3065K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 85% used [0x00000007eb900000,0x00000007ebbfe5b8,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 8K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 0% used [0x00000007c0000000,0x00000007c0002000,0x00000007c2a80000)
PSPermGen total 21504K, used 6361K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 29% used [0x00000007b6a00000,0x00000007b7036738,0x00000007b7f00000)
}
{Heap before GC invocations=2 (full 0):
PSYoungGen total 18432K, used 17913K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 85% used [0x00000007eb900000,0x00000007ebbfe5b8,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 8K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 0% used [0x00000007c0000000,0x00000007c0002000,0x00000007c2a80000)
PSPermGen total 21504K, used 12027K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75bef10,0x00000007b7f00000)
2013-12-14T22:22:35.741+0800: 9.303: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 17913K->3584K(18432K)] 17921K->5292K(61952K), 0.0081050 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Heap after GC invocations=2 (full 0):
PSYoungGen total 18432K, used 3584K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 100% used [0x00000007ebc80000,0x00000007ec000000,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1708K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01ab108,0x00000007c2a80000)
PSPermGen total 21504K, used 12027K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75bef10,0x00000007b7f00000)
}
{Heap before GC invocations=3 (full 0):
PSYoungGen total 18432K, used 15954K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 83% used [0x00000007eaa80000,0x00000007eb6949b0,0x00000007eb900000)
from space 3584K, 100% used [0x00000007ebc80000,0x00000007ec000000,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1708K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01ab108,0x00000007c2a80000)
PSPermGen total 21504K, used 12167K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75e1ca8,0x00000007b7f00000)
2013-12-14T22:22:36.308+0800: 9.869: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 15954K->3568K(18432K)] 17662K->15221K(61952K), 0.0084610 secs] [Times: user=0.01 sys=0.01, real=0.01 secs]
Heap after GC invocations=3 (full 0):
PSYoungGen total 18432K, used 3568K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7c010,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11653K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 26% used [0x00000007c0000000,0x00000007c0b616b0,0x00000007c2a80000)
PSPermGen total 21504K, used 12167K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75e1ca8,0x00000007b7f00000)
}
{Heap before GC invocations=4 (full 0):
PSYoungGen total 18432K, used 18383K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 99% used [0x00000007eaa80000,0x00000007eb8f7e18,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7c010,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11653K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 26% used [0x00000007c0000000,0x00000007c0b616b0,0x00000007c2a80000)
PSPermGen total 21504K, used 12235K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75f2e68,0x00000007b7f00000)
2013-12-14T22:22:36.459+0800: 10.021: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 18383K->3580K(18432K)] 30037K->22063K(61952K), 0.0086850 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=4 (full 0):
PSYoungGen total 18432K, used 3580K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebfff2a8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18483K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c120cd40,0x00000007c2a80000)
PSPermGen total 21504K, used 12235K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75f2e68,0x00000007b7f00000)
}
{Heap before GC invocations=5 (full 0):
PSYoungGen total 18432K, used 18428K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebfff2a8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18483K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c120cd40,0x00000007c2a80000)
PSPermGen total 21504K, used 12275K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b75fce50,0x00000007b7f00000)
2013-12-14T22:22:36.582+0800: 10.144: [GC
Desired survivor size 18350080 bytes, new threshold 6 (max 15)
[PSYoungGen: 18428K->3573K(18432K)] 36911K->32106K(61952K), 0.0116610 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=5 (full 0):
PSYoungGen total 18432K, used 3573K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7d758,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28532K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bdd0e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12275K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b75fce50,0x00000007b7f00000)
}
{Heap before GC invocations=6 (full 0):
PSYoungGen total 18432K, used 18421K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7d758,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28532K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bdd0e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12604K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764f348,0x00000007b7f00000)
2013-12-14T22:22:36.780+0800: 10.341: [GC
Desired survivor size 17301504 bytes, new threshold 5 (max 15)
[PSYoungGen: 18421K->8592K(45568K)] 46954K->37124K(89088K), 0.0099880 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=6 (full 0):
PSYoungGen total 45568K, used 8592K [0x00000007eaa80000, 0x00000007ee880000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 15872K, 54% used [0x00000007ed900000,0x00000007ee1640c8,0x00000007ee880000)
to space 16896K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed800000)
ParOldGen total 43520K, used 28532K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bdd0e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12604K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764f348,0x00000007b7f00000)
}
{Heap before GC invocations=7 (full 0):
PSYoungGen total 45568K, used 38288K [0x00000007eaa80000, 0x00000007ee880000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 15872K, 54% used [0x00000007ed900000,0x00000007ee1640c8,0x00000007ee880000)
to space 16896K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed800000)
ParOldGen total 43520K, used 28532K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bdd0e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12692K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b76651b0,0x00000007b7f00000)
2013-12-14T22:22:37.081+0800: 10.643: [GC
Desired survivor size 18350080 bytes, new threshold 4 (max 15)
[PSYoungGen: 38288K->13367K(46592K)] 66820K->43965K(90112K), 0.0170130 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]
Heap after GC invocations=7 (full 0):
PSYoungGen total 46592K, used 13367K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 16896K, 79% used [0x00000007ec780000,0x00000007ed48df40,0x00000007ed800000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30597K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 70% used [0x00000007c0000000,0x00000007c1de17c0,0x00000007c2a80000)
PSPermGen total 21504K, used 12692K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b76651b0,0x00000007b7f00000)
}
{Heap before GC invocations=8 (full 0):
PSYoungGen total 46592K, used 43063K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 16896K, 79% used [0x00000007ec780000,0x00000007ed48df40,0x00000007ed800000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30597K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 70% used [0x00000007c0000000,0x00000007c1de17c0,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b76684a8,0x00000007b7f00000)
2013-12-14T22:22:37.319+0800: 10.881: [GC
Desired survivor size 20447232 bytes, new threshold 3 (max 15)
[PSYoungGen: 43063K->16741K(75264K)] 73661K->48487K(118784K), 0.0151790 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=8 (full 0):
PSYoungGen total 75264K, used 16741K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 93% used [0x00000007ef600000,0x00000007f0659478,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31746K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 72% used [0x00000007c0000000,0x00000007c1f008e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b76684a8,0x00000007b7f00000)
}
{Heap before GC invocations=9 (full 1):
PSYoungGen total 75264K, used 16741K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 93% used [0x00000007ef600000,0x00000007f0659478,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31746K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 72% used [0x00000007c0000000,0x00000007c1f008e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b76684a8,0x00000007b7f00000)
2013-12-14T22:22:37.334+0800: 10.896: [Full GC [PSYoungGen: 16741K->0K(75264K)] [ParOldGen: 31746K->23231K(52736K)] 48487K->23231K(128000K) [PSPermGen: 12705K->12701K(25600K)], 0.0890300 secs] [Times: user=0.14 sys=0.00, real=0.09 secs]
Heap after GC invocations=9 (full 1):
PSYoungGen total 75264K, used 0K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 12701K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 49% used [0x00000007b6a00000,0x00000007b76674f0,0x00000007b8300000)
}
{Heap before GC invocations=10 (full 1):
PSYoungGen total 75264K, used 57283K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 99% used [0x00000007eaa80000,0x00000007ee270d28,0x00000007ee280000)
from space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 14456K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 56% used [0x00000007b6a00000,0x00000007b781e380,0x00000007b8300000)
2013-12-14T22:22:38.746+0800: 12.308: [GC
Desired survivor size 20447232 bytes, new threshold 2 (max 15)
[PSYoungGen: 57283K->5536K(77312K)] 80515K->28768K(130048K), 0.0107930 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=10 (full 1):
PSYoungGen total 77312K, used 5536K [0x00000007eaa80000, 0x00000007f2580000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 19968K, 27% used [0x00000007ee280000,0x00000007ee7e8398,0x00000007ef600000)
to space 19968K, 0% used [0x00000007f1200000,0x00000007f1200000,0x00000007f2580000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 14456K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 56% used [0x00000007b6a00000,0x00000007b781e380,0x00000007b8300000)
}
{Heap before GC invocations=11 (full 1):
PSYoungGen total 77312K, used 62880K [0x00000007eaa80000, 0x00000007f2580000, 0x0000000800000000)
eden space 57344K, 100% used [0x00000007eaa80000,0x00000007ee280000,0x00000007ee280000)
from space 19968K, 27% used [0x00000007ee280000,0x00000007ee7e8398,0x00000007ef600000)
to space 19968K, 0% used [0x00000007f1200000,0x00000007f1200000,0x00000007f2580000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 14860K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 58% used [0x00000007b6a00000,0x00000007b7883278,0x00000007b8300000)
2013-12-14T22:22:40.168+0800: 13.730: [GC
Desired survivor size 20447232 bytes, new threshold 1 (max 15)
[PSYoungGen: 62880K->4857K(103936K)] 86112K->28089K(156672K), 0.0064220 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=11 (full 1):
PSYoungGen total 103936K, used 4857K [0x00000007eaa80000, 0x00000007f2480000, 0x0000000800000000)
eden space 84992K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efd80000)
from space 18944K, 25% used [0x00000007f1200000,0x00000007f16be4a8,0x00000007f2480000)
to space 19968K, 0% used [0x00000007efd80000,0x00000007efd80000,0x00000007f1100000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 14860K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 58% used [0x00000007b6a00000,0x00000007b7883278,0x00000007b8300000)
}
{Heap before GC invocations=12 (full 1):
PSYoungGen total 103936K, used 89849K [0x00000007eaa80000, 0x00000007f2480000, 0x0000000800000000)
eden space 84992K, 100% used [0x00000007eaa80000,0x00000007efd80000,0x00000007efd80000)
from space 18944K, 25% used [0x00000007f1200000,0x00000007f16be4a8,0x00000007f2480000)
to space 19968K, 0% used [0x00000007efd80000,0x00000007efd80000,0x00000007f1100000)
ParOldGen total 52736K, used 23231K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 44% used [0x00000007c0000000,0x00000007c16affc0,0x00000007c3380000)
PSPermGen total 25600K, used 15579K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 60% used [0x00000007b6a00000,0x00000007b7936f08,0x00000007b8300000)
2013-12-14T22:22:40.732+0800: 14.294: [GC
Desired survivor size 20447232 bytes, new threshold 1 (max 15)
[PSYoungGen: 89849K->12154K(104960K)] 113081K->38955K(157696K), 0.0086380 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=12 (full 1):
PSYoungGen total 104960K, used 12154K [0x00000007eaa80000, 0x00000007f4a80000, 0x0000000800000000)
eden space 84992K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efd80000)
from space 19968K, 60% used [0x00000007efd80000,0x00000007f095ea70,0x00000007f1100000)
to space 19968K, 0% used [0x00000007f3700000,0x00000007f3700000,0x00000007f4a80000)
ParOldGen total 52736K, used 26800K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 50% used [0x00000007c0000000,0x00000007c1a2c330,0x00000007c3380000)
PSPermGen total 25600K, used 15579K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 60% used [0x00000007b6a00000,0x00000007b7936f08,0x00000007b8300000)
}
{Heap before GC invocations=13 (full 1):
PSYoungGen total 104960K, used 97146K [0x00000007eaa80000, 0x00000007f4a80000, 0x0000000800000000)
eden space 84992K, 100% used [0x00000007eaa80000,0x00000007efd80000,0x00000007efd80000)
from space 19968K, 60% used [0x00000007efd80000,0x00000007f095ea70,0x00000007f1100000)
to space 19968K, 0% used [0x00000007f3700000,0x00000007f3700000,0x00000007f4a80000)
ParOldGen total 52736K, used 26800K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 50% used [0x00000007c0000000,0x00000007c1a2c330,0x00000007c3380000)
PSPermGen total 25600K, used 16457K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 64% used [0x00000007b6a00000,0x00000007b7a124d0,0x00000007b8300000)
2013-12-14T22:22:41.359+0800: 14.921: [GC
Desired survivor size 19922944 bytes, new threshold 1 (max 15)
[PSYoungGen: 97146K->4568K(142848K)] 123947K->43032K(195584K), 0.0145550 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=13 (full 1):
PSYoungGen total 142848K, used 4568K [0x00000007eaa80000, 0x00000007f4980000, 0x0000000800000000)
eden space 123904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2380000)
from space 18944K, 24% used [0x00000007f3700000,0x00000007f3b76040,0x00000007f4980000)
to space 19456K, 0% used [0x00000007f2380000,0x00000007f2380000,0x00000007f3680000)
ParOldGen total 52736K, used 38464K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 72% used [0x00000007c0000000,0x00000007c2590250,0x00000007c3380000)
PSPermGen total 25600K, used 16457K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 64% used [0x00000007b6a00000,0x00000007b7a124d0,0x00000007b8300000)
}
{Heap before GC invocations=14 (full 1):
PSYoungGen total 142848K, used 128472K [0x00000007eaa80000, 0x00000007f4980000, 0x0000000800000000)
eden space 123904K, 100% used [0x00000007eaa80000,0x00000007f2380000,0x00000007f2380000)
from space 18944K, 24% used [0x00000007f3700000,0x00000007f3b76040,0x00000007f4980000)
to space 19456K, 0% used [0x00000007f2380000,0x00000007f2380000,0x00000007f3680000)
ParOldGen total 52736K, used 38464K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 72% used [0x00000007c0000000,0x00000007c2590250,0x00000007c3380000)
PSPermGen total 25600K, used 17564K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b273c0,0x00000007b8300000)
2013-12-14T22:22:41.760+0800: 15.322: [GC
Desired survivor size 19922944 bytes, new threshold 1 (max 15)
[PSYoungGen: 128472K->3645K(143360K)] 166936K->44689K(196096K), 0.0119390 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=14 (full 1):
PSYoungGen total 143360K, used 3645K [0x00000007eaa80000, 0x00000007f8100000, 0x0000000800000000)
eden space 123904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2380000)
from space 19456K, 18% used [0x00000007f2380000,0x00000007f270f410,0x00000007f3680000)
to space 19456K, 0% used [0x00000007f6e00000,0x00000007f6e00000,0x00000007f8100000)
ParOldGen total 52736K, used 41044K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 77% used [0x00000007c0000000,0x00000007c2815088,0x00000007c3380000)
PSPermGen total 25600K, used 17564K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b273c0,0x00000007b8300000)
}
{Heap before GC invocations=15 (full 2):
PSYoungGen total 143360K, used 3645K [0x00000007eaa80000, 0x00000007f8100000, 0x0000000800000000)
eden space 123904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2380000)
from space 19456K, 18% used [0x00000007f2380000,0x00000007f270f410,0x00000007f3680000)
to space 19456K, 0% used [0x00000007f6e00000,0x00000007f6e00000,0x00000007f8100000)
ParOldGen total 52736K, used 41044K [0x00000007c0000000, 0x00000007c3380000, 0x00000007eaa80000)
object space 52736K, 77% used [0x00000007c0000000,0x00000007c2815088,0x00000007c3380000)
PSPermGen total 25600K, used 17564K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b273c0,0x00000007b8300000)
2013-12-14T22:22:41.772+0800: 15.334: [Full GC [PSYoungGen: 3645K->0K(143360K)] [ParOldGen: 41044K->38008K(75776K)] 44689K->38008K(219136K) [PSPermGen: 17564K->17562K(32256K)], 0.1487080 secs] [Times: user=0.27 sys=0.00, real=0.15 secs]
Heap after GC invocations=15 (full 2):
PSYoungGen total 143360K, used 0K [0x00000007eaa80000, 0x00000007f8100000, 0x0000000800000000)
eden space 123904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2380000)
from space 19456K, 0% used [0x00000007f2380000,0x00000007f2380000,0x00000007f3680000)
to space 19456K, 0% used [0x00000007f6e00000,0x00000007f6e00000,0x00000007f8100000)
ParOldGen total 75776K, used 38008K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c251e3a8,0x00000007c4a00000)
PSPermGen total 32256K, used 17562K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 54% used [0x00000007b6a00000,0x00000007b7b26a68,0x00000007b8980000)
}
{Heap before GC invocations=16 (full 2):
PSYoungGen total 143360K, used 123904K [0x00000007eaa80000, 0x00000007f8100000, 0x0000000800000000)
eden space 123904K, 100% used [0x00000007eaa80000,0x00000007f2380000,0x00000007f2380000)
from space 19456K, 0% used [0x00000007f2380000,0x00000007f2380000,0x00000007f3680000)
to space 19456K, 0% used [0x00000007f6e00000,0x00000007f6e00000,0x00000007f8100000)
ParOldGen total 75776K, used 38008K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c251e3a8,0x00000007c4a00000)
PSPermGen total 32256K, used 18889K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 58% used [0x00000007b6a00000,0x00000007b7c72788,0x00000007b8980000)
2013-12-14T22:22:42.807+0800: 16.368: [GC
Desired survivor size 19398656 bytes, new threshold 1 (max 15)
[PSYoungGen: 123904K->4941K(167424K)] 161912K->42950K(243200K), 0.0071710 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=16 (full 2):
PSYoungGen total 167424K, used 4941K [0x00000007eaa80000, 0x00000007f7300000, 0x0000000800000000)
eden space 162304K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f4900000)
from space 5120K, 96% used [0x00000007f6e00000,0x00000007f72d35f8,0x00000007f7300000)
to space 18944K, 0% used [0x00000007f4e00000,0x00000007f4e00000,0x00000007f6080000)
ParOldGen total 75776K, used 38008K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c251e3a8,0x00000007c4a00000)
PSPermGen total 32256K, used 18889K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 58% used [0x00000007b6a00000,0x00000007b7c72788,0x00000007b8980000)
}
{Heap before GC invocations=17 (full 2):
PSYoungGen total 167424K, used 167245K [0x00000007eaa80000, 0x00000007f7300000, 0x0000000800000000)
eden space 162304K, 100% used [0x00000007eaa80000,0x00000007f4900000,0x00000007f4900000)
from space 5120K, 96% used [0x00000007f6e00000,0x00000007f72d35f8,0x00000007f7300000)
to space 18944K, 0% used [0x00000007f4e00000,0x00000007f4e00000,0x00000007f6080000)
ParOldGen total 75776K, used 38008K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c251e3a8,0x00000007c4a00000)
PSPermGen total 32256K, used 21356K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 66% used [0x00000007b6a00000,0x00000007b7edb348,0x00000007b8980000)
2013-12-14T22:22:43.770+0800: 17.332: [GC
Desired survivor size 18874368 bytes, new threshold 1 (max 15)
[PSYoungGen: 167245K->5445K(186368K)] 205254K->47295K(262144K), 0.0121480 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=17 (full 2):
PSYoungGen total 186368K, used 5445K [0x00000007eaa80000, 0x00000007f9b00000, 0x0000000800000000)
eden space 167424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f4e00000)
from space 18944K, 28% used [0x00000007f4e00000,0x00000007f5351728,0x00000007f6080000)
to space 18432K, 0% used [0x00000007f8900000,0x00000007f8900000,0x00000007f9b00000)
ParOldGen total 75776K, used 41849K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c28de6a8,0x00000007c4a00000)
PSPermGen total 32256K, used 21356K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 66% used [0x00000007b6a00000,0x00000007b7edb348,0x00000007b8980000)
}
{Heap before GC invocations=18 (full 2):
PSYoungGen total 186368K, used 172869K [0x00000007eaa80000, 0x00000007f9b00000, 0x0000000800000000)
eden space 167424K, 100% used [0x00000007eaa80000,0x00000007f4e00000,0x00000007f4e00000)
from space 18944K, 28% used [0x00000007f4e00000,0x00000007f5351728,0x00000007f6080000)
to space 18432K, 0% used [0x00000007f8900000,0x00000007f8900000,0x00000007f9b00000)
ParOldGen total 75776K, used 41849K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c28de6a8,0x00000007c4a00000)
PSPermGen total 32256K, used 22996K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8075158,0x00000007b8980000)
2013-12-14T22:22:44.985+0800: 18.547: [GC
Desired survivor size 19922944 bytes, new threshold 2 (max 15)
[PSYoungGen: 172869K->13600K(226816K)] 214719K->58729K(302592K), 0.0182700 secs] [Times: user=0.06 sys=0.01, real=0.02 secs]
Heap after GC invocations=18 (full 2):
PSYoungGen total 226816K, used 13600K [0x00000007eaa80000, 0x00000007fa280000, 0x0000000800000000)
eden space 208384K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7600000)
from space 18432K, 73% used [0x00000007f8900000,0x00000007f9648150,0x00000007f9b00000)
to space 19456K, 0% used [0x00000007f7600000,0x00000007f7600000,0x00000007f8900000)
ParOldGen total 75776K, used 45129K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 59% used [0x00000007c0000000,0x00000007c2c124b8,0x00000007c4a00000)
PSPermGen total 32256K, used 22996K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8075158,0x00000007b8980000)
}
{Heap before GC invocations=19 (full 2):
PSYoungGen total 226816K, used 221984K [0x00000007eaa80000, 0x00000007fa280000, 0x0000000800000000)
eden space 208384K, 100% used [0x00000007eaa80000,0x00000007f7600000,0x00000007f7600000)
from space 18432K, 73% used [0x00000007f8900000,0x00000007f9648150,0x00000007f9b00000)
to space 19456K, 0% used [0x00000007f7600000,0x00000007f7600000,0x00000007f8900000)
ParOldGen total 75776K, used 45129K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 59% used [0x00000007c0000000,0x00000007c2c124b8,0x00000007c4a00000)
PSPermGen total 32256K, used 23055K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8083ce0,0x00000007b8980000)
2013-12-14T22:22:46.264+0800: 19.826: [GC
Desired survivor size 31981568 bytes, new threshold 1 (max 15)
[PSYoungGen: 221984K->19436K(227840K)] 267113K->87831K(303616K), 0.0391000 secs] [Times: user=0.04 sys=0.02, real=0.04 secs]
Heap after GC invocations=19 (full 2):
PSYoungGen total 227840K, used 19436K [0x00000007eaa80000, 0x00000007fdc80000, 0x0000000800000000)
eden space 208384K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7600000)
from space 19456K, 99% used [0x00000007f7600000,0x00000007f88fb078,0x00000007f8900000)
to space 31232K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fdc80000)
ParOldGen total 75776K, used 68395K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 90% used [0x00000007c0000000,0x00000007c42cad08,0x00000007c4a00000)
PSPermGen total 32256K, used 23055K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8083ce0,0x00000007b8980000)
}
{Heap before GC invocations=20 (full 3):
PSYoungGen total 227840K, used 19436K [0x00000007eaa80000, 0x00000007fdc80000, 0x0000000800000000)
eden space 208384K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7600000)
from space 19456K, 99% used [0x00000007f7600000,0x00000007f88fb078,0x00000007f8900000)
to space 31232K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fdc80000)
ParOldGen total 75776K, used 68395K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 90% used [0x00000007c0000000,0x00000007c42cad08,0x00000007c4a00000)
PSPermGen total 32256K, used 23055K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8083ce0,0x00000007b8980000)
2013-12-14T22:22:46.303+0800: 19.865: [Full GC [PSYoungGen: 19436K->8649K(227840K)] [ParOldGen: 68395K->75570K(126976K)] 87831K->84220K(354816K) [PSPermGen: 23055K->23053K(37376K)], 0.2160380 secs] [Times: user=0.38 sys=0.00, real=0.21 secs]
Heap after GC invocations=20 (full 3):
PSYoungGen total 227840K, used 8649K [0x00000007eaa80000, 0x00000007fdc80000, 0x0000000800000000)
eden space 208384K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7600000)
from space 19456K, 44% used [0x00000007f7600000,0x00000007f7e72728,0x00000007f8900000)
to space 31232K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fdc80000)
ParOldGen total 126976K, used 75570K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 59% used [0x00000007c0000000,0x00000007c49ccb10,0x00000007c7c00000)
PSPermGen total 37376K, used 23053K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b8083420,0x00000007b8e80000)
}
{Heap before GC invocations=21 (full 3):
PSYoungGen total 227840K, used 217033K [0x00000007eaa80000, 0x00000007fdc80000, 0x0000000800000000)
eden space 208384K, 100% used [0x00000007eaa80000,0x00000007f7600000,0x00000007f7600000)
from space 19456K, 44% used [0x00000007f7600000,0x00000007f7e72728,0x00000007f8900000)
to space 31232K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fdc80000)
ParOldGen total 126976K, used 75570K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 59% used [0x00000007c0000000,0x00000007c49ccb10,0x00000007c7c00000)
PSPermGen total 37376K, used 23159K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b809df00,0x00000007b8e80000)
2013-12-14T22:22:47.932+0800: 21.494: [GC
Desired survivor size 35651584 bytes, new threshold 2 (max 15)
[PSYoungGen: 217033K->27026K(275456K)] 292604K->104524K(402432K), 0.0389830 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
Heap after GC invocations=21 (full 3):
PSYoungGen total 275456K, used 27026K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 31232K, 86% used [0x00000007fbe00000,0x00000007fd864940,0x00000007fdc80000)
to space 34816K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fbb00000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 23159K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b809df00,0x00000007b8e80000)
}
{Heap before GC invocations=22 (full 3):
PSYoungGen total 275456K, used 271250K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 31232K, 86% used [0x00000007fbe00000,0x00000007fd864940,0x00000007fdc80000)
to space 34816K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fbb00000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 23783K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 63% used [0x00000007b6a00000,0x00000007b8139de8,0x00000007b8e80000)
2013-12-14T22:22:49.380+0800: 22.942: [GC
Desired survivor size 38797312 bytes, new threshold 3 (max 15)
[PSYoungGen: 271250K->26770K(279040K)] 348748K->104268K(406016K), 0.0289330 secs] [Times: user=0.06 sys=0.01, real=0.02 secs]
Heap after GC invocations=22 (full 3):
PSYoungGen total 279040K, used 26770K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 34816K, 76% used [0x00000007f9900000,0x00000007fb324a20,0x00000007fbb00000)
to space 37888K, 0% used [0x00000007fdb00000,0x00000007fdb00000,0x0000000800000000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 23783K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 63% used [0x00000007b6a00000,0x00000007b8139de8,0x00000007b8e80000)
}
{Heap before GC invocations=23 (full 3):
PSYoungGen total 279040K, used 270994K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 34816K, 76% used [0x00000007f9900000,0x00000007fb324a20,0x00000007fbb00000)
to space 37888K, 0% used [0x00000007fdb00000,0x00000007fdb00000,0x0000000800000000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 25616K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 68% used [0x00000007b6a00000,0x00000007b8304030,0x00000007b8e80000)
2013-12-14T22:22:50.369+0800: 23.931: [GC
Desired survivor size 38797312 bytes, new threshold 4 (max 15)
[PSYoungGen: 270994K->21806K(311808K)] 348492K->99304K(438784K), 0.0224230 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=23 (full 3):
PSYoungGen total 311808K, used 21806K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb600000)
from space 37888K, 57% used [0x00000007fdb00000,0x00000007ff04bb58,0x0000000800000000)
to space 37888K, 0% used [0x00000007fb600000,0x00000007fb600000,0x00000007fdb00000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 25616K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 68% used [0x00000007b6a00000,0x00000007b8304030,0x00000007b8e80000)
}
{Heap before GC invocations=24 (full 3):
PSYoungGen total 311808K, used 295726K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 100% used [0x00000007eaa80000,0x00000007fb600000,0x00000007fb600000)
from space 37888K, 57% used [0x00000007fdb00000,0x00000007ff04bb58,0x0000000800000000)
to space 37888K, 0% used [0x00000007fb600000,0x00000007fb600000,0x00000007fdb00000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 27703K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 74% used [0x00000007b6a00000,0x00000007b850dfa8,0x00000007b8e80000)
2013-12-14T22:22:51.051+0800: 24.613: [GC
Desired survivor size 42991616 bytes, new threshold 5 (max 15)
[PSYoungGen: 295726K->32022K(306176K)] 373224K->109521K(433152K), 0.0226610 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=24 (full 3):
PSYoungGen total 306176K, used 32022K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb600000)
from space 32256K, 99% used [0x00000007fb600000,0x00000007fd545bc0,0x00000007fd580000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 27703K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 74% used [0x00000007b6a00000,0x00000007b850dfa8,0x00000007b8e80000)
}
{Heap before GC invocations=25 (full 3):
PSYoungGen total 306176K, used 305942K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 100% used [0x00000007eaa80000,0x00000007fb600000,0x00000007fb600000)
from space 32256K, 99% used [0x00000007fb600000,0x00000007fd545bc0,0x00000007fd580000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 29561K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 79% used [0x00000007b6a00000,0x00000007b86de678,0x00000007b8e80000)
2013-12-14T22:22:51.766+0800: 25.328: [GC
Desired survivor size 48758784 bytes, new threshold 5 (max 15)
[PSYoungGen: 305942K->39071K(296448K)] 383441K->116569K(423424K), 0.0264630 secs] [Times: user=0.04 sys=0.01, real=0.03 secs]
Heap after GC invocations=25 (full 3):
PSYoungGen total 296448K, used 39071K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 41984K, 93% used [0x00000007fd700000,0x00000007ffd27f08,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 29561K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 79% used [0x00000007b6a00000,0x00000007b86de678,0x00000007b8e80000)
}
{Heap before GC invocations=26 (full 3):
PSYoungGen total 296448K, used 293535K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 41984K, 93% used [0x00000007fd700000,0x00000007ffd27f08,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 126976K, used 77498K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 61% used [0x00000007c0000000,0x00000007c4bae888,0x00000007c7c00000)
PSPermGen total 37376K, used 32265K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 86% used [0x00000007b6a00000,0x00000007b8982640,0x00000007b8e80000)
2013-12-14T22:22:52.816+0800: 26.378: [GC
Desired survivor size 51904512 bytes, new threshold 5 (max 15)
[PSYoungGen: 293535K->35723K(290304K)] 371033K->117016K(417280K), 0.0259810 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=26 (full 3):
PSYoungGen total 290304K, used 35723K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 35840K, 99% used [0x00000007fa300000,0x00000007fc5e2cf0,0x00000007fc600000)
to space 50688K, 0% used [0x00000007fce80000,0x00000007fce80000,0x0000000800000000)
ParOldGen total 126976K, used 81293K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 64% used [0x00000007c0000000,0x00000007c4f635d0,0x00000007c7c00000)
PSPermGen total 37376K, used 32265K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 86% used [0x00000007b6a00000,0x00000007b8982640,0x00000007b8e80000)
}
{Heap before GC invocations=27 (full 3):
PSYoungGen total 290304K, used 289812K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 99% used [0x00000007eaa80000,0x00000007fa2a2330,0x00000007fa300000)
from space 35840K, 99% used [0x00000007fa300000,0x00000007fc5e2cf0,0x00000007fc600000)
to space 50688K, 0% used [0x00000007fce80000,0x00000007fce80000,0x0000000800000000)
ParOldGen total 126976K, used 81293K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 64% used [0x00000007c0000000,0x00000007c4f635d0,0x00000007c7c00000)
PSPermGen total 37376K, used 34566K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8bc1ba8,0x00000007b8e80000)
2013-12-14T22:22:53.223+0800: 26.785: [GC
Desired survivor size 54001664 bytes, new threshold 4 (max 15)
[PSYoungGen: 289812K->34564K(294912K)] 371105K->120674K(421888K), 0.0236680 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=27 (full 3):
PSYoungGen total 294912K, used 34564K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 50688K, 68% used [0x00000007fce80000,0x00000007ff041078,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 126976K, used 86110K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 67% used [0x00000007c0000000,0x00000007c54178b8,0x00000007c7c00000)
PSPermGen total 37376K, used 34566K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8bc1ba8,0x00000007b8e80000)
}
{Heap before GC invocations=28 (full 3):
PSYoungGen total 294912K, used 278788K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 50688K, 68% used [0x00000007fce80000,0x00000007ff041078,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 126976K, used 86110K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 67% used [0x00000007c0000000,0x00000007c54178b8,0x00000007c7c00000)
PSPermGen total 37376K, used 34721K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8be87e0,0x00000007b8e80000)
2013-12-14T22:22:53.388+0800: 26.949: [GC
Desired survivor size 51380224 bytes, new threshold 3 (max 15)
[PSYoungGen: 278788K->20409K(264704K)] 364898K->121683K(391680K), 0.0224900 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=28 (full 3):
PSYoungGen total 264704K, used 20409K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 20480K, 99% used [0x00000007f9900000,0x00000007facee520,0x00000007fad00000)
to space 50176K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffd00000)
ParOldGen total 126976K, used 101274K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 79% used [0x00000007c0000000,0x00000007c62e6a78,0x00000007c7c00000)
PSPermGen total 37376K, used 34721K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8be87e0,0x00000007b8e80000)
}
{Heap before GC invocations=29 (full 3):
PSYoungGen total 264704K, used 264633K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 20480K, 99% used [0x00000007f9900000,0x00000007facee520,0x00000007fad00000)
to space 50176K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffd00000)
ParOldGen total 126976K, used 101274K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 79% used [0x00000007c0000000,0x00000007c62e6a78,0x00000007c7c00000)
PSPermGen total 38400K, used 38152K [0x00000007b6a00000, 0x00000007b8f80000, 0x00000007c0000000)
object space 38400K, 99% used [0x00000007b6a00000,0x00000007b8f42090,0x00000007b8f80000)
2013-12-14T22:22:54.378+0800: 27.940: [GC
Desired survivor size 49807360 bytes, new threshold 2 (max 15)
[PSYoungGen: 264633K->14286K(297984K)] 365907K->128097K(424960K), 0.0213360 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=29 (full 3):
PSYoungGen total 297984K, used 14286K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 50176K, 28% used [0x00000007fcc00000,0x00000007fd9f3bb8,0x00000007ffd00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 126976K, used 113810K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 89% used [0x00000007c0000000,0x00000007c6f24938,0x00000007c7c00000)
PSPermGen total 38400K, used 38152K [0x00000007b6a00000, 0x00000007b8f80000, 0x00000007c0000000)
object space 38400K, 99% used [0x00000007b6a00000,0x00000007b8f42090,0x00000007b8f80000)
}
{Heap before GC invocations=30 (full 4):
PSYoungGen total 297984K, used 14286K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 50176K, 28% used [0x00000007fcc00000,0x00000007fd9f3bb8,0x00000007ffd00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 126976K, used 113810K [0x00000007c0000000, 0x00000007c7c00000, 0x00000007eaa80000)
object space 126976K, 89% used [0x00000007c0000000,0x00000007c6f24938,0x00000007c7c00000)
PSPermGen total 38400K, used 38152K [0x00000007b6a00000, 0x00000007b8f80000, 0x00000007c0000000)
object space 38400K, 99% used [0x00000007b6a00000,0x00000007b8f42090,0x00000007b8f80000)
2013-12-14T22:22:54.399+0800: 27.961: [Full GC [PSYoungGen: 14286K->0K(297984K)] [ParOldGen: 113810K->102637K(163840K)] 128097K->102637K(461824K) [PSPermGen: 38152K->38145K(56832K)], 0.2362300 secs] [Times: user=0.40 sys=0.00, real=0.24 secs]
Heap after GC invocations=30 (full 4):
PSYoungGen total 297984K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 50176K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffd00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 163840K, used 102637K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 62% used [0x00000007c0000000,0x00000007c643b4f8,0x00000007ca000000)
PSPermGen total 56832K, used 38145K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 67% used [0x00000007b6a00000,0x00000007b8f406f0,0x00000007ba180000)
}
{Heap before GC invocations=31 (full 4):
PSYoungGen total 297984K, used 247808K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 50176K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffd00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 163840K, used 102637K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 62% used [0x00000007c0000000,0x00000007c643b4f8,0x00000007ca000000)
PSPermGen total 56832K, used 40624K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 71% used [0x00000007b6a00000,0x00000007b91ac078,0x00000007ba180000)
2013-12-14T22:22:56.557+0800: 30.118: [GC
Desired survivor size 49283072 bytes, new threshold 1 (max 15)
[PSYoungGen: 247808K->8908K(296448K)] 350445K->111546K(460288K), 0.0109980 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=31 (full 4):
PSYoungGen total 296448K, used 8908K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 48640K, 18% used [0x00000007f9c80000,0x00000007fa533358,0x00000007fcc00000)
to space 48128K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd80000)
ParOldGen total 163840K, used 102637K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 62% used [0x00000007c0000000,0x00000007c643b4f8,0x00000007ca000000)
PSPermGen total 56832K, used 40624K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 71% used [0x00000007b6a00000,0x00000007b91ac078,0x00000007ba180000)
}
{Heap before GC invocations=32 (full 4):
PSYoungGen total 296448K, used 256716K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 48640K, 18% used [0x00000007f9c80000,0x00000007fa533358,0x00000007fcc00000)
to space 48128K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd80000)
ParOldGen total 163840K, used 102637K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 62% used [0x00000007c0000000,0x00000007c643b4f8,0x00000007ca000000)
PSPermGen total 56832K, used 43221K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 76% used [0x00000007b6a00000,0x00000007b9435580,0x00000007ba180000)
2013-12-14T22:22:57.324+0800: 30.885: [GC
Desired survivor size 48234496 bytes, new threshold 1 (max 15)
[PSYoungGen: 256716K->10207K(300032K)] 359354K->118776K(463872K), 0.0150510 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=32 (full 4):
PSYoungGen total 300032K, used 10207K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 48128K, 21% used [0x00000007fce80000,0x00000007fd877f58,0x00000007ffd80000)
to space 47104K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fce80000)
ParOldGen total 163840K, used 108569K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 66% used [0x00000007c0000000,0x00000007c6a06418,0x00000007ca000000)
PSPermGen total 56832K, used 43221K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 76% used [0x00000007b6a00000,0x00000007b9435580,0x00000007ba180000)
}
{Heap before GC invocations=33 (full 4):
PSYoungGen total 300032K, used 262111K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 48128K, 21% used [0x00000007fce80000,0x00000007fd877f58,0x00000007ffd80000)
to space 47104K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fce80000)
ParOldGen total 163840K, used 108569K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 66% used [0x00000007c0000000,0x00000007c6a06418,0x00000007ca000000)
PSPermGen total 56832K, used 45644K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 80% used [0x00000007b6a00000,0x00000007b9693360,0x00000007ba180000)
2013-12-14T22:22:57.954+0800: 31.515: [GC
Desired survivor size 47185920 bytes, new threshold 1 (max 15)
[PSYoungGen: 262111K->7621K(299008K)] 370680K->122175K(462848K), 0.0110430 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=33 (full 4):
PSYoungGen total 299008K, used 7621K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 47104K, 16% used [0x00000007fa080000,0x00000007fa7f1498,0x00000007fce80000)
to space 46080K, 0% used [0x00000007fd000000,0x00000007fd000000,0x00000007ffd00000)
ParOldGen total 163840K, used 114554K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 69% used [0x00000007c0000000,0x00000007c6fde848,0x00000007ca000000)
PSPermGen total 56832K, used 45644K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 80% used [0x00000007b6a00000,0x00000007b9693360,0x00000007ba180000)
}
{Heap before GC invocations=34 (full 4):
PSYoungGen total 299008K, used 259525K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 47104K, 16% used [0x00000007fa080000,0x00000007fa7f1498,0x00000007fce80000)
to space 46080K, 0% used [0x00000007fd000000,0x00000007fd000000,0x00000007ffd00000)
ParOldGen total 163840K, used 114554K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 69% used [0x00000007c0000000,0x00000007c6fde848,0x00000007ca000000)
PSPermGen total 56832K, used 48163K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 84% used [0x00000007b6a00000,0x00000007b9908c50,0x00000007ba180000)
2013-12-14T22:22:58.564+0800: 32.126: [GC
Desired survivor size 46137344 bytes, new threshold 1 (max 15)
[PSYoungGen: 259525K->8209K(301568K)] 374079K->127088K(465408K), 0.0107860 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=34 (full 4):
PSYoungGen total 301568K, used 8209K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 46080K, 17% used [0x00000007fd000000,0x00000007fd804528,0x00000007ffd00000)
to space 45056K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd000000)
ParOldGen total 163840K, used 118878K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 72% used [0x00000007c0000000,0x00000007c7417b90,0x00000007ca000000)
PSPermGen total 56832K, used 48163K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 84% used [0x00000007b6a00000,0x00000007b9908c50,0x00000007ba180000)
}
{Heap before GC invocations=35 (full 4):
PSYoungGen total 301568K, used 263697K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 46080K, 17% used [0x00000007fd000000,0x00000007fd804528,0x00000007ffd00000)
to space 45056K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd000000)
ParOldGen total 163840K, used 118878K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 72% used [0x00000007c0000000,0x00000007c7417b90,0x00000007ca000000)
PSPermGen total 56832K, used 51313K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 90% used [0x00000007b6a00000,0x00000007b9c1c6b0,0x00000007ba180000)
2013-12-14T22:22:59.825+0800: 33.387: [GC
Desired survivor size 44564480 bytes, new threshold 2 (max 15)
[PSYoungGen: 263697K->8614K(300544K)] 382576K->132163K(464384K), 0.0121760 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=35 (full 4):
PSYoungGen total 300544K, used 8614K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 45056K, 19% used [0x00000007fa400000,0x00000007fac69878,0x00000007fd000000)
to space 43520K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007ffc00000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 51313K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 90% used [0x00000007b6a00000,0x00000007b9c1c6b0,0x00000007ba180000)
}
{Heap before GC invocations=36 (full 4):
PSYoungGen total 300544K, used 264102K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 45056K, 19% used [0x00000007fa400000,0x00000007fac69878,0x00000007fd000000)
to space 43520K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007ffc00000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 53773K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 94% used [0x00000007b6a00000,0x00000007b9e83730,0x00000007ba180000)
2013-12-14T22:23:01.168+0800: 34.730: [GC
Desired survivor size 41943040 bytes, new threshold 3 (max 15)
[PSYoungGen: 264102K->16461K(302080K)] 387651K->140010K(465920K), 0.0159000 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=36 (full 4):
PSYoungGen total 302080K, used 16461K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 261120K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa980000)
from space 40960K, 40% used [0x00000007fd180000,0x00000007fe193540,0x00000007ff980000)
to space 40960K, 0% used [0x00000007fa980000,0x00000007fa980000,0x00000007fd180000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 53773K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 94% used [0x00000007b6a00000,0x00000007b9e83730,0x00000007ba180000)
}
{Heap before GC invocations=37 (full 4):
PSYoungGen total 302080K, used 277581K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 261120K, 100% used [0x00000007eaa80000,0x00000007fa980000,0x00000007fa980000)
from space 40960K, 40% used [0x00000007fd180000,0x00000007fe193540,0x00000007ff980000)
to space 40960K, 0% used [0x00000007fa980000,0x00000007fa980000,0x00000007fd180000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 53937K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 94% used [0x00000007b6a00000,0x00000007b9eac7e8,0x00000007ba180000)
2013-12-14T22:23:02.528+0800: 36.090: [GC
Desired survivor size 45613056 bytes, new threshold 4 (max 15)
[PSYoungGen: 277581K->32696K(302080K)] 401130K->156245K(465920K), 0.0230500 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=37 (full 4):
PSYoungGen total 302080K, used 32696K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261120K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa980000)
from space 40960K, 79% used [0x00000007fa980000,0x00000007fc96e0c0,0x00000007fd180000)
to space 44544K, 0% used [0x00000007fd480000,0x00000007fd480000,0x0000000800000000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 53937K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 94% used [0x00000007b6a00000,0x00000007b9eac7e8,0x00000007ba180000)
}
{Heap before GC invocations=38 (full 4):
PSYoungGen total 302080K, used 293816K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261120K, 100% used [0x00000007eaa80000,0x00000007fa980000,0x00000007fa980000)
from space 40960K, 79% used [0x00000007fa980000,0x00000007fc96e0c0,0x00000007fd180000)
to space 44544K, 0% used [0x00000007fd480000,0x00000007fd480000,0x0000000800000000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 54266K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 95% used [0x00000007b6a00000,0x00000007b9efe940,0x00000007ba180000)
2013-12-14T22:23:03.720+0800: 37.282: [GC
Desired survivor size 51380224 bytes, new threshold 5 (max 15)
[PSYoungGen: 293816K->39728K(293888K)] 417365K->163277K(457728K), 0.0279900 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=38 (full 4):
PSYoungGen total 293888K, used 39728K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 249344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e00000)
from space 44544K, 89% used [0x00000007fd480000,0x00000007ffb4c098,0x0000000800000000)
to space 50176K, 0% used [0x00000007f9e00000,0x00000007f9e00000,0x00000007fcf00000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 54266K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 95% used [0x00000007b6a00000,0x00000007b9efe940,0x00000007ba180000)
}
{Heap before GC invocations=39 (full 4):
PSYoungGen total 293888K, used 289072K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 249344K, 100% used [0x00000007eaa80000,0x00000007f9e00000,0x00000007f9e00000)
from space 44544K, 89% used [0x00000007fd480000,0x00000007ffb4c098,0x0000000800000000)
to space 50176K, 0% used [0x00000007f9e00000,0x00000007f9e00000,0x00000007fcf00000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 55933K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 98% used [0x00000007b6a00000,0x00000007ba09f678,0x00000007ba180000)
2013-12-14T22:23:04.431+0800: 37.992: [GC
Desired survivor size 56098816 bytes, new threshold 6 (max 15)
[PSYoungGen: 289072K->40823K(290304K)] 412621K->164372K(454144K), 0.0236560 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=39 (full 4):
PSYoungGen total 290304K, used 40823K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 249344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e00000)
from space 40960K, 99% used [0x00000007f9e00000,0x00000007fc5ddd00,0x00000007fc600000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 56832K, used 55933K [0x00000007b6a00000, 0x00000007ba180000, 0x00000007c0000000)
object space 56832K, 98% used [0x00000007b6a00000,0x00000007ba09f678,0x00000007ba180000)
}
{Heap before GC invocations=40 (full 4):
PSYoungGen total 290304K, used 290167K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 249344K, 100% used [0x00000007eaa80000,0x00000007f9e00000,0x00000007f9e00000)
from space 40960K, 99% used [0x00000007f9e00000,0x00000007fc5ddd00,0x00000007fc600000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 58880K, used 58423K [0x00000007b6a00000, 0x00000007ba380000, 0x00000007c0000000)
object space 58880K, 99% used [0x00000007b6a00000,0x00000007ba30dc50,0x00000007ba380000)
2013-12-14T22:23:05.614+0800: 39.176: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 290167K->42727K(288768K)] 413716K->166276K(452608K), 0.0260720 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=40 (full 4):
PSYoungGen total 288768K, used 42727K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 54784K, 77% used [0x00000007fca80000,0x00000007ff439e00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 58880K, used 58423K [0x00000007b6a00000, 0x00000007ba380000, 0x00000007c0000000)
object space 58880K, 99% used [0x00000007b6a00000,0x00000007ba30dc50,0x00000007ba380000)
}
{Heap before GC invocations=41 (full 4):
PSYoungGen total 288768K, used 276711K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 54784K, 77% used [0x00000007fca80000,0x00000007ff439e00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 163840K, used 123549K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 75% used [0x00000007c0000000,0x00000007c78a7418,0x00000007ca000000)
PSPermGen total 60928K, used 60596K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 99% used [0x00000007b6a00000,0x00000007ba52d268,0x00000007ba580000)
2013-12-14T22:23:06.139+0800: 39.701: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 276711K->36984K(291840K)] 400260K->172180K(455680K), 0.0320420 secs] [Times: user=0.05 sys=0.01, real=0.04 secs]
Heap after GC invocations=41 (full 4):
PSYoungGen total 291840K, used 36984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 63% used [0x00000007f8f00000,0x00000007fb31e290,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 163840K, used 135196K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 82% used [0x00000007c0000000,0x00000007c8407168,0x00000007ca000000)
PSPermGen total 60928K, used 60596K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 99% used [0x00000007b6a00000,0x00000007ba52d268,0x00000007ba580000)
}
{Heap before GC invocations=42 (full 4):
PSYoungGen total 291840K, used 270968K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 63% used [0x00000007f8f00000,0x00000007fb31e290,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 163840K, used 135196K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 82% used [0x00000007c0000000,0x00000007c8407168,0x00000007ca000000)
PSPermGen total 63488K, used 62998K [0x00000007b6a00000, 0x00000007ba800000, 0x00000007c0000000)
object space 63488K, 99% used [0x00000007b6a00000,0x00000007ba785920,0x00000007ba800000)
2013-12-14T22:23:06.868+0800: 40.430: [GC
Desired survivor size 58720256 bytes, new threshold 3 (max 15)
[PSYoungGen: 270968K->23243K(290816K)] 406164K->176157K(454656K), 0.0318490 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=42 (full 4):
PSYoungGen total 290816K, used 23243K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 40% used [0x00000007fc780000,0x00000007fde32c08,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 163840K, used 152914K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 93% used [0x00000007c0000000,0x00000007c9554b28,0x00000007ca000000)
PSPermGen total 63488K, used 62998K [0x00000007b6a00000, 0x00000007ba800000, 0x00000007c0000000)
object space 63488K, 99% used [0x00000007b6a00000,0x00000007ba785920,0x00000007ba800000)
}
{Heap before GC invocations=43 (full 5):
PSYoungGen total 290816K, used 23243K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 40% used [0x00000007fc780000,0x00000007fde32c08,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 163840K, used 152914K [0x00000007c0000000, 0x00000007ca000000, 0x00000007eaa80000)
object space 163840K, 93% used [0x00000007c0000000,0x00000007c9554b28,0x00000007ca000000)
PSPermGen total 63488K, used 62998K [0x00000007b6a00000, 0x00000007ba800000, 0x00000007c0000000)
object space 63488K, 99% used [0x00000007b6a00000,0x00000007ba785920,0x00000007ba800000)
2013-12-14T22:23:06.900+0800: 40.462: [Full GC [PSYoungGen: 23243K->6430K(290816K)] [ParOldGen: 152914K->163471K(233472K)] 176157K->169901K(524288K) [PSPermGen: 62998K->62990K(90112K)], 0.5364190 secs] [Times: user=0.94 sys=0.00, real=0.53 secs]
Heap after GC invocations=43 (full 5):
PSYoungGen total 290816K, used 6430K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 11% used [0x00000007fc780000,0x00000007fcdc7830,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 233472K, used 163471K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 70% used [0x00000007c0000000,0x00000007c9fa3dd0,0x00000007ce400000)
PSPermGen total 90112K, used 62990K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 69% used [0x00000007b6a00000,0x00000007ba783a08,0x00000007bc200000)
}
{Heap before GC invocations=44 (full 5):
PSYoungGen total 290816K, used 240414K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 56832K, 11% used [0x00000007fc780000,0x00000007fcdc7830,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 233472K, used 163471K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 70% used [0x00000007c0000000,0x00000007c9fa3dd0,0x00000007ce400000)
PSPermGen total 90112K, used 64965K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 72% used [0x00000007b6a00000,0x00000007ba971510,0x00000007bc200000)
2013-12-14T22:23:07.957+0800: 41.519: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 240414K->8368K(291328K)] 403885K->172857K(524800K), 0.0431020 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=44 (full 5):
PSYoungGen total 291328K, used 8368K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57344K, 14% used [0x00000007f8f00000,0x00000007f972c0c0,0x00000007fc700000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 233472K, used 164489K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 70% used [0x00000007c0000000,0x00000007ca0a2698,0x00000007ce400000)
PSPermGen total 90112K, used 64965K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 72% used [0x00000007b6a00000,0x00000007ba971510,0x00000007bc200000)
}
{Heap before GC invocations=45 (full 5):
PSYoungGen total 291328K, used 242352K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57344K, 14% used [0x00000007f8f00000,0x00000007f972c0c0,0x00000007fc700000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 233472K, used 164489K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 70% used [0x00000007c0000000,0x00000007ca0a2698,0x00000007ce400000)
PSPermGen total 90112K, used 66521K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 73% used [0x00000007b6a00000,0x00000007baaf67c0,0x00000007bc200000)
2013-12-14T22:23:08.761+0800: 42.323: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242352K->51353K(291328K)] 406841K->218759K(524800K), 0.0248270 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=45 (full 5):
PSYoungGen total 291328K, used 51353K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57344K, 89% used [0x00000007fc800000,0x00000007ffa26608,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 233472K, used 167406K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 71% used [0x00000007c0000000,0x00000007ca37b808,0x00000007ce400000)
PSPermGen total 90112K, used 66521K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 73% used [0x00000007b6a00000,0x00000007baaf67c0,0x00000007bc200000)
}
{Heap before GC invocations=46 (full 5):
PSYoungGen total 291328K, used 285337K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57344K, 89% used [0x00000007fc800000,0x00000007ffa26608,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 233472K, used 167406K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 71% used [0x00000007c0000000,0x00000007ca37b808,0x00000007ce400000)
PSPermGen total 90112K, used 67912K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 75% used [0x00000007b6a00000,0x00000007bac52318,0x00000007bc200000)
2013-12-14T22:23:09.350+0800: 42.911: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 285337K->9655K(291840K)] 452743K->226703K(525312K), 0.0383660 secs] [Times: user=0.06 sys=0.02, real=0.03 secs]
Heap after GC invocations=46 (full 5):
PSYoungGen total 291840K, used 9655K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007f8f00000,0x00000007f986df60,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 233472K, used 217047K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 92% used [0x00000007c0000000,0x00000007cd3f5cc8,0x00000007ce400000)
PSPermGen total 90112K, used 67912K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 75% used [0x00000007b6a00000,0x00000007bac52318,0x00000007bc200000)
}
{Heap before GC invocations=47 (full 6):
PSYoungGen total 291840K, used 9655K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007f8f00000,0x00000007f986df60,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 233472K, used 217047K [0x00000007c0000000, 0x00000007ce400000, 0x00000007eaa80000)
object space 233472K, 92% used [0x00000007c0000000,0x00000007cd3f5cc8,0x00000007ce400000)
PSPermGen total 90112K, used 67912K [0x00000007b6a00000, 0x00000007bc200000, 0x00000007c0000000)
object space 90112K, 75% used [0x00000007b6a00000,0x00000007bac52318,0x00000007bc200000)
2013-12-14T22:23:09.388+0800: 42.950: [Full GC [PSYoungGen: 9655K->0K(291840K)] [ParOldGen: 217047K->225387K(322048K)] 226703K->225387K(613888K) [PSPermGen: 67912K->67911K(94208K)], 0.3728720 secs] [Times: user=0.65 sys=0.00, real=0.38 secs]
Heap after GC invocations=47 (full 6):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 322048K, used 225387K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 69% used [0x00000007c0000000,0x00000007cdc1af00,0x00000007d3a80000)
PSPermGen total 94208K, used 67911K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 72% used [0x00000007b6a00000,0x00000007bac51e70,0x00000007bc600000)
}
{Heap before GC invocations=48 (full 6):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 322048K, used 225387K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 69% used [0x00000007c0000000,0x00000007cdc1af00,0x00000007d3a80000)
PSPermGen total 94208K, used 69491K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007baddce50,0x00000007bc600000)
2013-12-14T22:23:10.994+0800: 44.555: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->7701K(291840K)] 459371K->233089K(613888K), 0.0111090 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=48 (full 6):
PSYoungGen total 291840K, used 7701K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcf05598,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 225387K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 69% used [0x00000007c0000000,0x00000007cdc1af00,0x00000007d3a80000)
PSPermGen total 94208K, used 69491K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007baddce50,0x00000007bc600000)
}
{Heap before GC invocations=49 (full 6):
PSYoungGen total 291840K, used 241685K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcf05598,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 225387K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 69% used [0x00000007c0000000,0x00000007cdc1af00,0x00000007d3a80000)
PSPermGen total 94208K, used 69558K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007baded910,0x00000007bc600000)
2013-12-14T22:23:11.505+0800: 45.066: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241685K->8008K(291840K)] 467073K->239300K(613888K), 0.0189820 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=49 (full 6):
PSYoungGen total 291840K, used 8008K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f96d2220,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 322048K, used 231291K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce1dede8,0x00000007d3a80000)
PSPermGen total 94208K, used 69558K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007baded910,0x00000007bc600000)
}
{Heap before GC invocations=50 (full 6):
PSYoungGen total 291840K, used 241992K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f96d2220,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 322048K, used 231291K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce1dede8,0x00000007d3a80000)
PSPermGen total 94208K, used 69628K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007badff1a8,0x00000007bc600000)
2013-12-14T22:23:12.620+0800: 46.182: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241992K->11922K(291840K)] 473284K->247591K(613888K), 0.0213370 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=50 (full 6):
PSYoungGen total 291840K, used 11922K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd324868,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 235669K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 73% used [0x00000007c0000000,0x00000007ce625408,0x00000007d3a80000)
PSPermGen total 94208K, used 69628K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007badff1a8,0x00000007bc600000)
}
{Heap before GC invocations=51 (full 6):
PSYoungGen total 291840K, used 245906K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd324868,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 235669K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 73% used [0x00000007c0000000,0x00000007ce625408,0x00000007d3a80000)
PSPermGen total 94208K, used 69637K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007bae01690,0x00000007bc600000)
2013-12-14T22:23:13.230+0800: 46.791: [GC
Desired survivor size 56098816 bytes, new threshold 2 (max 15)
[PSYoungGen: 245906K->20980K(254976K)] 481575K->265170K(577024K), 0.0214600 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=51 (full 6):
PSYoungGen total 254976K, used 20980K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 20992K, 99% used [0x00000007f8f00000,0x00000007fa37d3e8,0x00000007fa380000)
to space 54784K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffa00000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 69637K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 73% used [0x00000007b6a00000,0x00000007bae01690,0x00000007bc600000)
}
{Heap before GC invocations=52 (full 6):
PSYoungGen total 254976K, used 240373K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 93% used [0x00000007eaa80000,0x00000007f80c0028,0x00000007f8f00000)
from space 20992K, 99% used [0x00000007f8f00000,0x00000007fa37d3e8,0x00000007fa380000)
to space 54784K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffa00000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 69898K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007bae42ba8,0x00000007bc600000)
2013-12-14T22:23:13.903+0800: 47.465: [GC
Desired survivor size 52953088 bytes, new threshold 3 (max 15)
[PSYoungGen: 240373K->20990K(291840K)] 484562K->265180K(613888K), 0.0132850 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=52 (full 6):
PSYoungGen total 291840K, used 20990K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 54784K, 38% used [0x00000007fc480000,0x00000007fd8ff9f8,0x00000007ffa00000)
to space 51712K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc480000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 69898K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007bae42ba8,0x00000007bc600000)
}
{Heap before GC invocations=53 (full 6):
PSYoungGen total 291840K, used 258046K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 54784K, 38% used [0x00000007fc480000,0x00000007fd8ff9f8,0x00000007ffa00000)
to space 51712K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc480000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70422K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007baec5800,0x00000007bc600000)
2013-12-14T22:30:04.931+0800: 458.492: [GC
Desired survivor size 50331648 bytes, new threshold 4 (max 15)
[PSYoungGen: 258046K->16189K(288768K)] 502236K->260379K(610816K), 0.0101230 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=53 (full 6):
PSYoungGen total 288768K, used 16189K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 51712K, 31% used [0x00000007f9200000,0x00000007fa1cf608,0x00000007fc480000)
to space 49152K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff800000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70422K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007baec5800,0x00000007bc600000)
}
{Heap before GC invocations=54 (full 6):
PSYoungGen total 288768K, used 253245K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 51712K, 31% used [0x00000007f9200000,0x00000007fa1cf608,0x00000007fc480000)
to space 49152K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff800000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70426K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007baec6b48,0x00000007bc600000)
2013-12-14T22:40:44.925+0800: 1098.487: [GC
Desired survivor size 48758784 bytes, new threshold 5 (max 15)
[PSYoungGen: 253245K->14559K(293888K)] 497435K->258748K(615936K), 0.0094490 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=54 (full 6):
PSYoungGen total 293888K, used 14559K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 49152K, 29% used [0x00000007fc800000,0x00000007fd637c48,0x00000007ff800000)
to space 47616K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc800000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70426K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 74% used [0x00000007b6a00000,0x00000007baec6b48,0x00000007bc600000)
}
{Heap before GC invocations=55 (full 6):
PSYoungGen total 293888K, used 259295K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 49152K, 29% used [0x00000007fc800000,0x00000007fd637c48,0x00000007ff800000)
to space 47616K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc800000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70749K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 75% used [0x00000007b6a00000,0x00000007baf176a8,0x00000007bc600000)
2013-12-14T22:49:05.504+0800: 1599.065: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 259295K->15442K(292352K)] 503484K->259631K(614400K), 0.0095300 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=55 (full 6):
PSYoungGen total 292352K, used 15442K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 47616K, 32% used [0x00000007f9980000,0x00000007fa894968,0x00000007fc800000)
to space 45568K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ffa80000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70749K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 75% used [0x00000007b6a00000,0x00000007baf176a8,0x00000007bc600000)
}
{Heap before GC invocations=56 (full 6):
PSYoungGen total 292352K, used 20070K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 244736K, 1% used [0x00000007eaa80000,0x00000007eaf04ee0,0x00000007f9980000)
from space 47616K, 32% used [0x00000007f9980000,0x00000007fa894968,0x00000007fc800000)
to space 45568K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ffa80000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70753K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 75% used [0x00000007b6a00000,0x00000007baf18640,0x00000007bc600000)
2013-12-14T22:49:10.432+0800: 1603.994: [GC
Desired survivor size 44564480 bytes, new threshold 7 (max 15)
[PSYoungGen: 20070K->15410K(294400K)] 264259K->259599K(616448K), 0.0095640 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=56 (full 6):
PSYoungGen total 294400K, used 15410K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 41472K, 37% used [0x00000007fce00000,0x00000007fdd0c978,0x00000007ff680000)
to space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70753K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 75% used [0x00000007b6a00000,0x00000007baf18640,0x00000007bc600000)
}
{Heap before GC invocations=57 (full 7):
PSYoungGen total 294400K, used 15410K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 41472K, 37% used [0x00000007fce00000,0x00000007fdd0c978,0x00000007ff680000)
to space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
ParOldGen total 322048K, used 244189K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 75% used [0x00000007c0000000,0x00000007cee77618,0x00000007d3a80000)
PSPermGen total 94208K, used 70753K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 75% used [0x00000007b6a00000,0x00000007baf18640,0x00000007bc600000)
2013-12-14T22:49:10.442+0800: 1604.003: [Full GC [PSYoungGen: 15410K->0K(294400K)] [ParOldGen: 244189K->230317K(322048K)] 259599K->230317K(616448K) [PSPermGen: 70753K->70658K(96256K)], 0.5177890 secs] [Times: user=0.89 sys=0.00, real=0.51 secs]
Heap after GC invocations=57 (full 7):
PSYoungGen total 294400K, used 0K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 41472K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff680000)
to space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 96256K, used 70658K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 73% used [0x00000007b6a00000,0x00000007baf00a78,0x00000007bc800000)
}
{Heap before GC invocations=58 (full 7):
PSYoungGen total 294400K, used 0K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 41472K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff680000)
to space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 96256K, used 70658K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 73% used [0x00000007b6a00000,0x00000007baf00a78,0x00000007bc800000)
2013-12-14T22:49:10.960+0800: 1604.521: [GC
Desired survivor size 45088768 bytes, new threshold 8 (max 15)
[PSYoungGen: 0K->0K(296448K)] 230317K->230317K(618496K), 0.0054440 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
Heap after GC invocations=58 (full 7):
PSYoungGen total 296448K, used 0K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
to space 44032K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x00000007ff780000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 96256K, used 70658K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 73% used [0x00000007b6a00000,0x00000007baf00a78,0x00000007bc800000)
}
{Heap before GC invocations=59 (full 8):
PSYoungGen total 296448K, used 0K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
to space 44032K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x00000007ff780000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 96256K, used 70658K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 73% used [0x00000007b6a00000,0x00000007baf00a78,0x00000007bc800000)
2013-12-14T22:49:10.965+0800: 1604.527: [Full GC [PSYoungGen: 0K->0K(296448K)] [ParOldGen: 230317K->230317K(322048K)] 230317K->230317K(618496K) [PSPermGen: 70658K->70658K(95744K)], 0.2302310 secs] [Times: user=0.41 sys=0.00, real=0.23 secs]
Heap after GC invocations=59 (full 8):
PSYoungGen total 296448K, used 0K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
to space 44032K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x00000007ff780000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 95744K, used 70658K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 73% used [0x00000007b6a00000,0x00000007baf00a78,0x00000007bc780000)
}
{Heap before GC invocations=60 (full 8):
PSYoungGen total 296448K, used 252928K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 43520K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fcc00000)
to space 44032K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x00000007ff780000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 95744K, used 72223K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 75% used [0x00000007b6a00000,0x00000007bb087dd8,0x00000007bc780000)
2013-12-14T22:49:14.731+0800: 1608.293: [GC
Desired survivor size 51380224 bytes, new threshold 9 (max 15)
[PSYoungGen: 252928K->39987K(290816K)] 483245K->270304K(612864K), 0.0306790 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
Heap after GC invocations=60 (full 8):
PSYoungGen total 290816K, used 39987K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 44032K, 90% used [0x00000007fcc80000,0x00000007ff38cc58,0x00000007ff780000)
to space 50176K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fcc80000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 95744K, used 72223K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 75% used [0x00000007b6a00000,0x00000007bb087dd8,0x00000007bc780000)
}
{Heap before GC invocations=61 (full 8):
PSYoungGen total 290816K, used 286771K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 100% used [0x00000007eaa80000,0x00000007f9b80000,0x00000007f9b80000)
from space 44032K, 90% used [0x00000007fcc80000,0x00000007ff38cc58,0x00000007ff780000)
to space 50176K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fcc80000)
ParOldGen total 322048K, used 230317K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 71% used [0x00000007c0000000,0x00000007ce0eb460,0x00000007d3a80000)
PSPermGen total 95744K, used 72411K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 75% used [0x00000007b6a00000,0x00000007bb0b6d48,0x00000007bc780000)
2013-12-14T22:49:15.548+0800: 1609.110: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 286771K->50151K(296960K)] 517088K->314064K(619008K), 0.0671960 secs] [Times: user=0.12 sys=0.01, real=0.07 secs]
Heap after GC invocations=61 (full 8):
PSYoungGen total 296960K, used 50151K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 50176K, 99% used [0x00000007f9b80000,0x00000007fcc79f08,0x00000007fcc80000)
to space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
ParOldGen total 322048K, used 263912K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 81% used [0x00000007c0000000,0x00000007d01ba140,0x00000007d3a80000)
PSPermGen total 95744K, used 72411K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 75% used [0x00000007b6a00000,0x00000007bb0b6d48,0x00000007bc780000)
}
{Heap before GC invocations=62 (full 8):
PSYoungGen total 296960K, used 168976K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 48% used [0x00000007eaa80000,0x00000007f1e8a210,0x00000007f9b80000)
from space 50176K, 99% used [0x00000007f9b80000,0x00000007fcc79f08,0x00000007fcc80000)
to space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
ParOldGen total 322048K, used 263912K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 81% used [0x00000007c0000000,0x00000007d01ba140,0x00000007d3a80000)
PSPermGen total 95744K, used 73420K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 76% used [0x00000007b6a00000,0x00000007bb1b30c8,0x00000007bc780000)
2013-12-14T22:49:16.606+0800: 1610.168: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 168976K->52712K(286720K)] 432888K->320704K(608768K), 0.0381890 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=62 (full 8):
PSYoungGen total 286720K, used 52712K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 52736K, 99% used [0x00000007fcc80000,0x00000007ffffa110,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 267992K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 83% used [0x00000007c0000000,0x00000007d05b6268,0x00000007d3a80000)
PSPermGen total 95744K, used 73420K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 76% used [0x00000007b6a00000,0x00000007bb1b30c8,0x00000007bc780000)
}
{Heap before GC invocations=63 (full 9):
PSYoungGen total 286720K, used 52712K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 52736K, 99% used [0x00000007fcc80000,0x00000007ffffa110,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 267992K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 83% used [0x00000007c0000000,0x00000007d05b6268,0x00000007d3a80000)
PSPermGen total 95744K, used 73420K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 76% used [0x00000007b6a00000,0x00000007bb1b30c8,0x00000007bc780000)
2013-12-14T22:49:16.645+0800: 1610.206: [Full GC [PSYoungGen: 52712K->0K(286720K)] [ParOldGen: 267992K->311572K(322048K)] 320704K->311572K(608768K) [PSPermGen: 73420K->73418K(96256K)], 0.7646700 secs] [Times: user=1.38 sys=0.02, real=0.76 secs]
Heap after GC invocations=63 (full 9):
PSYoungGen total 286720K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 311572K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 96% used [0x00000007c0000000,0x00000007d30450b0,0x00000007d3a80000)
PSPermGen total 96256K, used 73418K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 76% used [0x00000007b6a00000,0x00000007bb1b2990,0x00000007bc800000)
}
{Heap before GC invocations=64 (full 10):
PSYoungGen total 286720K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 322048K, used 311572K [0x00000007c0000000, 0x00000007d3a80000, 0x00000007eaa80000)
object space 322048K, 96% used [0x00000007c0000000,0x00000007d30450b0,0x00000007d3a80000)
PSPermGen total 96256K, used 73776K [0x00000007b6a00000, 0x00000007bc800000, 0x00000007c0000000)
object space 96256K, 76% used [0x00000007b6a00000,0x00000007bb20c138,0x00000007bc800000)
2013-12-14T22:49:18.240+0800: 1611.802: [Full GC [PSYoungGen: 233984K->0K(286720K)] [ParOldGen: 311572K->315836K(425984K)] 545556K->315836K(712704K) [PSPermGen: 73776K->73775K(95232K)], 0.4230430 secs] [Times: user=0.75 sys=0.00, real=0.42 secs]
Heap after GC invocations=64 (full 10):
PSYoungGen total 286720K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 73775K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 77% used [0x00000007b6a00000,0x00000007bb20bcd8,0x00000007bc700000)
}
{Heap before GC invocations=65 (full 10):
PSYoungGen total 286720K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 74909K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 78% used [0x00000007b6a00000,0x00000007bb3276d8,0x00000007bc700000)
2013-12-14T22:49:21.599+0800: 1615.161: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 233984K->23683K(291840K)] 549820K->339519K(717824K), 0.0203000 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=65 (full 10):
PSYoungGen total 291840K, used 23683K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 40% used [0x00000007f8f00000,0x00000007fa620c50,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 74909K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 78% used [0x00000007b6a00000,0x00000007bb3276d8,0x00000007bc700000)
}
{Heap before GC invocations=66 (full 10):
PSYoungGen total 291840K, used 257368K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8eb5610,0x00000007f8f00000)
from space 57856K, 40% used [0x00000007f8f00000,0x00000007fa620c50,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 75625K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb3da578,0x00000007bc700000)
2013-12-14T22:49:22.752+0800: 1616.313: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 257368K->48611K(291840K)] 573205K->364448K(717824K), 0.0289350 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=66 (full 10):
PSYoungGen total 291840K, used 48611K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff6f8ea0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 75625K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb3da578,0x00000007bc700000)
}
{Heap before GC invocations=67 (full 10):
PSYoungGen total 291840K, used 282595K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff6f8ea0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 315836K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d346f1a0,0x00000007da000000)
PSPermGen total 95232K, used 75818K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb40a968,0x00000007bc700000)
2013-12-14T22:49:25.299+0800: 1618.861: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 282595K->57841K(291840K)] 598432K->375785K(717824K), 0.0344250 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=67 (full 10):
PSYoungGen total 291840K, used 57841K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77c680,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 317944K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d367e118,0x00000007da000000)
PSPermGen total 95232K, used 75818K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb40a968,0x00000007bc700000)
}
{Heap before GC invocations=68 (full 10):
PSYoungGen total 291840K, used 287893K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 98% used [0x00000007eaa80000,0x00000007f8b29158,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77c680,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 317944K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d367e118,0x00000007da000000)
PSPermGen total 95232K, used 76000K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb438110,0x00000007bc700000)
2013-12-14T22:49:32.579+0800: 1626.141: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 287893K->57594K(291840K)] 605838K->375538K(717824K), 0.0299020 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=68 (full 10):
PSYoungGen total 291840K, used 57594K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007fffbe848,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 317944K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d367e118,0x00000007da000000)
PSPermGen total 95232K, used 76000K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 79% used [0x00000007b6a00000,0x00000007bb438110,0x00000007bc700000)
}
{Heap before GC invocations=69 (full 10):
PSYoungGen total 291840K, used 291578K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007fffbe848,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 317946K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 74% used [0x00000007c0000000,0x00000007d367e9c8,0x00000007da000000)
PSPermGen total 95232K, used 76291K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb480ee0,0x00000007bc700000)
2013-12-14T22:49:39.469+0800: 1633.030: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 291578K->17398K(291840K)] 609524K->386172K(717824K), 0.0608440 secs] [Times: user=0.08 sys=0.04, real=0.06 secs]
Heap after GC invocations=69 (full 10):
PSYoungGen total 291840K, used 17398K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007f9ffdba8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 368773K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 86% used [0x00000007c0000000,0x00000007d6821760,0x00000007da000000)
PSPermGen total 95232K, used 76291K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb480ee0,0x00000007bc700000)
}
{Heap before GC invocations=70 (full 10):
PSYoungGen total 291840K, used 114348K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 41% used [0x00000007eaa80000,0x00000007f092d728,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007f9ffdba8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 368773K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 86% used [0x00000007c0000000,0x00000007d6821760,0x00000007da000000)
PSPermGen total 95232K, used 76427K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4a2dc8,0x00000007bc700000)
2013-12-14T22:49:56.523+0800: 1650.085: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 114348K->1009K(291840K)] 483122K->374205K(717824K), 0.0138980 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=70 (full 10):
PSYoungGen total 291840K, used 1009K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007fc780000,0x00000007fc87c420,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 373196K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 87% used [0x00000007c0000000,0x00000007d6c73220,0x00000007da000000)
PSPermGen total 95232K, used 76427K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4a2dc8,0x00000007bc700000)
}
{Heap before GC invocations=71 (full 11):
PSYoungGen total 291840K, used 1009K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007fc780000,0x00000007fc87c420,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 373196K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 87% used [0x00000007c0000000,0x00000007d6c73220,0x00000007da000000)
PSPermGen total 95232K, used 76427K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4a2dc8,0x00000007bc700000)
2013-12-14T22:49:56.537+0800: 1650.099: [Full GC [PSYoungGen: 1009K->0K(291840K)] [ParOldGen: 373196K->325800K(425984K)] 374205K->325800K(717824K) [PSPermGen: 76427K->76422K(95744K)], 0.6114370 secs] [Times: user=1.10 sys=0.01, real=0.61 secs]
Heap after GC invocations=71 (full 11):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325800K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3e2a118,0x00000007da000000)
PSPermGen total 95744K, used 76422K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 79% used [0x00000007b6a00000,0x00000007bb4a1810,0x00000007bc780000)
}
{Heap before GC invocations=72 (full 11):
PSYoungGen total 291840K, used 127107K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 54% used [0x00000007eaa80000,0x00000007f26a0fd0,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325800K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3e2a118,0x00000007da000000)
PSPermGen total 95744K, used 76455K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 79% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc780000)
2013-12-14T22:51:28.453+0800: 1742.015: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 127107K->672K(291840K)] 452908K->326472K(717824K), 0.0060570 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=72 (full 11):
PSYoungGen total 291840K, used 672K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f8fa8020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325800K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3e2a118,0x00000007da000000)
PSPermGen total 95744K, used 76455K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 79% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc780000)
}
{Heap before GC invocations=73 (full 12):
PSYoungGen total 291840K, used 672K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f8fa8020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325800K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3e2a118,0x00000007da000000)
PSPermGen total 95744K, used 76455K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 79% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc780000)
2013-12-14T22:51:28.460+0800: 1742.021: [Full GC [PSYoungGen: 672K->0K(291840K)] [ParOldGen: 325800K->325254K(425984K)] 326472K->325254K(717824K) [PSPermGen: 76455K->76455K(94208K)], 0.4471190 secs] [Times: user=0.81 sys=0.01, real=0.44 secs]
Heap after GC invocations=73 (full 12):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325254K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1878,0x00000007da000000)
PSPermGen total 94208K, used 76455K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 81% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc600000)
}
{Heap before GC invocations=74 (full 12):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325254K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1878,0x00000007da000000)
PSPermGen total 94208K, used 76455K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 81% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc600000)
2013-12-14T22:51:28.907+0800: 1742.469: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 0K->0K(291840K)] 325254K->325254K(717824K), 0.0057000 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=74 (full 12):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325254K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1878,0x00000007da000000)
PSPermGen total 94208K, used 76455K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 81% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc600000)
}
{Heap before GC invocations=75 (full 13):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325254K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1878,0x00000007da000000)
PSPermGen total 94208K, used 76455K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 81% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc600000)
2013-12-14T22:51:28.913+0800: 1742.474: [Full GC [PSYoungGen: 0K->0K(291840K)] [ParOldGen: 325254K->325254K(425984K)] 325254K->325254K(717824K) [PSPermGen: 76455K->76455K(92672K)], 0.2909850 secs] [Times: user=0.51 sys=0.00, real=0.29 secs]
Heap after GC invocations=75 (full 13):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325254K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1878,0x00000007da000000)
PSPermGen total 92672K, used 76455K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb4a9cb8,0x00000007bc480000)
}
{Heap before GC invocations=76 (full 13):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 325255K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da1f60,0x00000007da000000)
PSPermGen total 92672K, used 76667K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb4dee18,0x00000007bc480000)
2013-12-14T22:51:33.172+0800: 1746.734: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->41311K(291840K)] 559239K->366575K(717824K), 0.0318810 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=76 (full 13):
PSYoungGen total 291840K, used 41311K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 71% used [0x00000007f8f00000,0x00000007fb757d50,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325263K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da3f60,0x00000007da000000)
PSPermGen total 92672K, used 76667K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb4dee18,0x00000007bc480000)
}
{Heap before GC invocations=77 (full 13):
PSYoungGen total 291840K, used 275295K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 71% used [0x00000007f8f00000,0x00000007fb757d50,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 325263K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 76% used [0x00000007c0000000,0x00000007d3da3f60,0x00000007da000000)
PSPermGen total 92672K, used 76790K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb4fda18,0x00000007bc480000)
2013-12-14T22:51:36.625+0800: 1750.186: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 275295K->41322K(291840K)] 600559K->409782K(717824K), 0.0798160 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
Heap after GC invocations=77 (full 13):
PSYoungGen total 291840K, used 41322K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 71% used [0x00000007fc780000,0x00000007fefda9b0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 368460K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 86% used [0x00000007c0000000,0x00000007d67d30e0,0x00000007da000000)
PSPermGen total 92672K, used 76790K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb4fda18,0x00000007bc480000)
}
{Heap before GC invocations=78 (full 13):
PSYoungGen total 291840K, used 146195K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 44% used [0x00000007eaa80000,0x00000007f10ea600,0x00000007f8f00000)
from space 57856K, 71% used [0x00000007fc780000,0x00000007fefda9b0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 425984K, used 368460K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 86% used [0x00000007c0000000,0x00000007d67d30e0,0x00000007da000000)
PSPermGen total 92672K, used 76809K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb502708,0x00000007bc480000)
2013-12-14T22:51:38.442+0800: 1752.004: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 146195K->19495K(291840K)] 514656K->432601K(717824K), 0.0666660 secs] [Times: user=0.11 sys=0.01, real=0.06 secs]
Heap after GC invocations=78 (full 13):
PSYoungGen total 291840K, used 19495K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 33% used [0x00000007f8f00000,0x00000007fa209dc0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 413105K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 96% used [0x00000007c0000000,0x00000007d936c688,0x00000007da000000)
PSPermGen total 92672K, used 76809K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb502708,0x00000007bc480000)
}
{Heap before GC invocations=79 (full 14):
PSYoungGen total 291840K, used 19495K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 33% used [0x00000007f8f00000,0x00000007fa209dc0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 413105K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 96% used [0x00000007c0000000,0x00000007d936c688,0x00000007da000000)
PSPermGen total 92672K, used 76809K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 82% used [0x00000007b6a00000,0x00000007bb502708,0x00000007bc480000)
2013-12-14T22:51:38.509+0800: 1752.071: [Full GC [PSYoungGen: 19495K->0K(291840K)] [ParOldGen: 413105K->420928K(425984K)] 432601K->420928K(717824K) [PSPermGen: 76809K->76807K(91136K)], 0.6948090 secs] [Times: user=1.28 sys=0.01, real=0.70 secs]
Heap after GC invocations=79 (full 14):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 420928K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 98% used [0x00000007c0000000,0x00000007d9b103f8,0x00000007da000000)
PSPermGen total 91136K, used 76807K [0x00000007b6a00000, 0x00000007bc300000, 0x00000007c0000000)
object space 91136K, 84% used [0x00000007b6a00000,0x00000007bb501fa8,0x00000007bc300000)
}
{Heap before GC invocations=80 (full 15):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 425984K, used 420928K [0x00000007c0000000, 0x00000007da000000, 0x00000007eaa80000)
object space 425984K, 98% used [0x00000007c0000000,0x00000007d9b103f8,0x00000007da000000)
PSPermGen total 91136K, used 76813K [0x00000007b6a00000, 0x00000007bc300000, 0x00000007c0000000)
object space 91136K, 84% used [0x00000007b6a00000,0x00000007bb503730,0x00000007bc300000)
2013-12-14T22:51:39.512+0800: 1753.074: [Full GC [PSYoungGen: 233984K->0K(291840K)] [ParOldGen: 420928K->422868K(581120K)] 654912K->422868K(872960K) [PSPermGen: 76813K->76813K(89600K)], 0.5588840 secs] [Times: user=1.08 sys=0.00, real=0.56 secs]
Heap after GC invocations=80 (full 15):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 422868K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 72% used [0x00000007c0000000,0x00000007d9cf5138,0x00000007e3780000)
PSPermGen total 89600K, used 76813K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb503630,0x00000007bc180000)
}
{Heap before GC invocations=81 (full 15):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 422868K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 72% used [0x00000007c0000000,0x00000007d9cf5138,0x00000007e3780000)
PSPermGen total 89600K, used 76900K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb519330,0x00000007bc180000)
2013-12-14T22:51:43.337+0800: 1756.899: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->46956K(291840K)] 656852K->469824K(872960K), 0.0306910 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=81 (full 15):
PSYoungGen total 291840K, used 46956K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff55b190,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 422868K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 72% used [0x00000007c0000000,0x00000007d9cf5138,0x00000007e3780000)
PSPermGen total 89600K, used 76900K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb519330,0x00000007bc180000)
}
{Heap before GC invocations=82 (full 15):
PSYoungGen total 291840K, used 280940K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff55b190,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 422868K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 72% used [0x00000007c0000000,0x00000007d9cf5150,0x00000007e3780000)
PSPermGen total 89600K, used 76916K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51d010,0x00000007bc180000)
2013-12-14T22:51:50.324+0800: 1763.885: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 280940K->57848K(291840K)] 703808K->561817K(872960K), 0.1672490 secs] [Times: user=0.28 sys=0.05, real=0.17 secs]
Heap after GC invocations=82 (full 15):
PSYoungGen total 291840K, used 57848K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77e1a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 503969K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007dec28448,0x00000007e3780000)
PSPermGen total 89600K, used 76916K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51d010,0x00000007bc180000)
}
{Heap before GC invocations=83 (full 15):
PSYoungGen total 291840K, used 291832K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77e1a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 503970K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007dec28a40,0x00000007e3780000)
PSPermGen total 89600K, used 76916K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51d2b8,0x00000007bc180000)
2013-12-14T22:51:54.874+0800: 1768.436: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 291832K->26240K(291840K)] 795802K->532335K(872960K), 0.0497680 secs] [Times: user=0.10 sys=0.00, real=0.05 secs]
Heap after GC invocations=83 (full 15):
PSYoungGen total 291840K, used 26240K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 45% used [0x00000007fc780000,0x00000007fe120000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 506095K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007dee3bd78,0x00000007e3780000)
PSPermGen total 89600K, used 76916K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51d2b8,0x00000007bc180000)
}
{Heap before GC invocations=84 (full 15):
PSYoungGen total 291840K, used 73832K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 20% used [0x00000007eaa80000,0x00000007ed8fa260,0x00000007f8f00000)
from space 57856K, 45% used [0x00000007fc780000,0x00000007fe120000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 506095K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007dee3bd78,0x00000007e3780000)
PSPermGen total 89600K, used 76919K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51de80,0x00000007bc180000)
2013-12-14T22:51:56.067+0800: 1769.629: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 73832K->96K(291840K)] 579927K->507207K(872960K), 0.0207660 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=84 (full 15):
PSYoungGen total 291840K, used 96K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f18000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 507111K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007def39d78,0x00000007e3780000)
PSPermGen total 89600K, used 76919K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51de80,0x00000007bc180000)
}
{Heap before GC invocations=85 (full 16):
PSYoungGen total 291840K, used 96K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f18000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 507111K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007def39d78,0x00000007e3780000)
PSPermGen total 89600K, used 76919K [0x00000007b6a00000, 0x00000007bc180000, 0x00000007c0000000)
object space 89600K, 85% used [0x00000007b6a00000,0x00000007bb51de80,0x00000007bc180000)
2013-12-14T22:51:56.088+0800: 1769.649: [Full GC [PSYoungGen: 96K->0K(291840K)] [ParOldGen: 507111K->356281K(581120K)] 507207K->356281K(872960K) [PSPermGen: 76919K->76918K(88064K)], 0.5138600 secs] [Times: user=0.93 sys=0.00, real=0.52 secs]
Heap after GC invocations=85 (full 16):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 356281K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5bee680,0x00000007e3780000)
PSPermGen total 88064K, used 76918K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 87% used [0x00000007b6a00000,0x00000007bb51db20,0x00000007bc000000)
}
{Heap before GC invocations=86 (full 16):
PSYoungGen total 291840K, used 44885K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 19% used [0x00000007eaa80000,0x00000007ed6556b8,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 356281K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5bee680,0x00000007e3780000)
PSPermGen total 88064K, used 76918K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 87% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bc000000)
2013-12-14T22:52:52.975+0800: 1826.536: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 44885K->608K(291840K)] 401167K->356889K(872960K), 0.0062960 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=86 (full 16):
PSYoungGen total 291840K, used 608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007fc780000,0x00000007fc818020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 356281K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5bee680,0x00000007e3780000)
PSPermGen total 88064K, used 76918K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 87% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bc000000)
}
{Heap before GC invocations=87 (full 17):
PSYoungGen total 291840K, used 608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007fc780000,0x00000007fc818020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 356281K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5bee680,0x00000007e3780000)
PSPermGen total 88064K, used 76918K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 87% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bc000000)
2013-12-14T22:52:52.981+0800: 1826.543: [Full GC [PSYoungGen: 608K->0K(291840K)] [ParOldGen: 356281K->355980K(581120K)] 356889K->355980K(872960K) [PSPermGen: 76918K->76918K(86528K)], 0.4709320 secs] [Times: user=0.85 sys=0.00, real=0.47 secs]
Heap after GC invocations=87 (full 17):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 86528K, used 76918K [0x00000007b6a00000, 0x00000007bbe80000, 0x00000007c0000000)
object space 86528K, 88% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bbe80000)
}
{Heap before GC invocations=88 (full 17):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 86528K, used 76918K [0x00000007b6a00000, 0x00000007bbe80000, 0x00000007c0000000)
object space 86528K, 88% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bbe80000)
2013-12-14T22:52:53.452+0800: 1827.014: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 0K->0K(291840K)] 355980K->355980K(872960K), 0.0061120 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Heap after GC invocations=88 (full 17):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 86528K, used 76918K [0x00000007b6a00000, 0x00000007bbe80000, 0x00000007c0000000)
object space 86528K, 88% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bbe80000)
}
{Heap before GC invocations=89 (full 18):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 86528K, used 76918K [0x00000007b6a00000, 0x00000007bbe80000, 0x00000007c0000000)
object space 86528K, 88% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bbe80000)
2013-12-14T22:52:53.458+0800: 1827.020: [Full GC [PSYoungGen: 0K->0K(291840K)] [ParOldGen: 355980K->355980K(581120K)] 355980K->355980K(872960K) [PSPermGen: 76918K->76918K(85504K)], 0.3433000 secs] [Times: user=0.61 sys=0.01, real=0.35 secs]
Heap after GC invocations=89 (full 18):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 85504K, used 76918K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb51dbc8,0x00000007bbd80000)
}
{Heap before GC invocations=90 (full 18):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 85504K, used 76927K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb51fc10,0x00000007bbd80000)
2013-12-14T22:52:57.692+0800: 1831.254: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->42191K(291840K)] 589964K->398171K(872960K), 0.0346510 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=90 (full 18):
PSYoungGen total 291840K, used 42191K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 72% used [0x00000007fc780000,0x00000007ff0b3db0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 85504K, used 76927K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb51fc10,0x00000007bbd80000)
}
{Heap before GC invocations=91 (full 18):
PSYoungGen total 291840K, used 276175K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 72% used [0x00000007fc780000,0x00000007ff0b3db0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 355980K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 61% used [0x00000007c0000000,0x00000007d5ba31d0,0x00000007e3780000)
PSPermGen total 85504K, used 76940K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb523350,0x00000007bbd80000)
2013-12-14T22:53:01.194+0800: 1834.756: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 276175K->41712K(291840K)] 632155K->442194K(872960K), 0.0663850 secs] [Times: user=0.13 sys=0.00, real=0.07 secs]
Heap after GC invocations=91 (full 18):
PSYoungGen total 291840K, used 41712K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 72% used [0x00000007f8f00000,0x00000007fb7bc020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 400482K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 68% used [0x00000007c0000000,0x00000007d87188c8,0x00000007e3780000)
PSPermGen total 85504K, used 76940K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb523350,0x00000007bbd80000)
}
{Heap before GC invocations=92 (full 18):
PSYoungGen total 291840K, used 145014K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 44% used [0x00000007eaa80000,0x00000007f0f61b90,0x00000007f8f00000)
from space 57856K, 72% used [0x00000007f8f00000,0x00000007fb7bc020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 400482K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 68% used [0x00000007c0000000,0x00000007d87188c8,0x00000007e3780000)
PSPermGen total 85504K, used 76947K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb524ed8,0x00000007bbd80000)
2013-12-14T22:53:03.119+0800: 1836.681: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 145014K->20346K(291840K)] 545497K->465973K(872960K), 0.0568620 secs] [Times: user=0.11 sys=0.00, real=0.06 secs]
Heap after GC invocations=92 (full 18):
PSYoungGen total 291840K, used 20346K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdb5eb00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 445626K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 76% used [0x00000007c0000000,0x00000007db32e9a8,0x00000007e3780000)
PSPermGen total 85504K, used 76947K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb524ed8,0x00000007bbd80000)
}
{Heap before GC invocations=93 (full 19):
PSYoungGen total 291840K, used 20346K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdb5eb00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 445626K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 76% used [0x00000007c0000000,0x00000007db32e9a8,0x00000007e3780000)
PSPermGen total 85504K, used 76947K [0x00000007b6a00000, 0x00000007bbd80000, 0x00000007c0000000)
object space 85504K, 89% used [0x00000007b6a00000,0x00000007bb524ed8,0x00000007bbd80000)
2013-12-14T22:53:03.176+0800: 1836.738: [Full GC [PSYoungGen: 20346K->0K(291840K)] [ParOldGen: 445626K->452372K(581120K)] 465973K->452372K(872960K) [PSPermGen: 76947K->76947K(84480K)], 0.6582230 secs] [Times: user=1.21 sys=0.00, real=0.66 secs]
Heap after GC invocations=93 (full 19):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 452372K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 77% used [0x00000007c0000000,0x00000007db9c5330,0x00000007e3780000)
PSPermGen total 84480K, used 76947K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb524cf8,0x00000007bbc80000)
}
{Heap before GC invocations=94 (full 19):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 452372K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 77% used [0x00000007c0000000,0x00000007db9c5330,0x00000007e3780000)
PSPermGen total 84480K, used 76948K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb5252b8,0x00000007bbc80000)
2013-12-14T22:53:04.095+0800: 1837.657: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->5738K(291840K)] 686356K->458111K(872960K), 0.0116380 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=94 (full 19):
PSYoungGen total 291840K, used 5738K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f949a8f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 452372K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 77% used [0x00000007c0000000,0x00000007db9c5330,0x00000007e3780000)
PSPermGen total 84480K, used 76948K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb5252b8,0x00000007bbc80000)
}
{Heap before GC invocations=95 (full 19):
PSYoungGen total 291840K, used 239722K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f949a8f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 452372K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 77% used [0x00000007c0000000,0x00000007db9c5330,0x00000007e3780000)
PSPermGen total 84480K, used 76974K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb52bb50,0x00000007bbc80000)
2013-12-14T22:53:07.193+0800: 1840.755: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239722K->44716K(291840K)] 692095K->498321K(872960K), 0.0288420 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=95 (full 19):
PSYoungGen total 291840K, used 44716K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 77% used [0x00000007fc780000,0x00000007ff32b200,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 453604K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 78% used [0x00000007c0000000,0x00000007dbaf9350,0x00000007e3780000)
PSPermGen total 84480K, used 76974K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb52bb50,0x00000007bbc80000)
}
{Heap before GC invocations=96 (full 19):
PSYoungGen total 291840K, used 278700K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 77% used [0x00000007fc780000,0x00000007ff32b200,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 453604K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 78% used [0x00000007c0000000,0x00000007dbaf9350,0x00000007e3780000)
PSPermGen total 84480K, used 77018K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb536ba0,0x00000007bbc80000)
2013-12-14T22:53:14.353+0800: 1847.914: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 278700K->2096K(291840K)] 732305K->504173K(872960K), 0.0277030 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=96 (full 19):
PSYoungGen total 291840K, used 2096K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f910c010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 502077K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007dea4f480,0x00000007e3780000)
PSPermGen total 84480K, used 77018K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb536ba0,0x00000007bbc80000)
}
{Heap before GC invocations=97 (full 19):
PSYoungGen total 291840K, used 236080K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f910c010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 502077K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007dea4f480,0x00000007e3780000)
PSPermGen total 84480K, used 77075K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb544e20,0x00000007bbc80000)
2013-12-14T22:53:25.986+0800: 1859.548: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236080K->2198K(291840K)] 738157K->505851K(872960K), 0.0141300 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=97 (full 19):
PSYoungGen total 291840K, used 2198K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc9a5bc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 503652K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007debd9230,0x00000007e3780000)
PSPermGen total 84480K, used 77075K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb544e20,0x00000007bbc80000)
}
{Heap before GC invocations=98 (full 19):
PSYoungGen total 291840K, used 236182K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc9a5bc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 503652K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 86% used [0x00000007c0000000,0x00000007debd9230,0x00000007e3780000)
PSPermGen total 84480K, used 77120K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb550150,0x00000007bbc80000)
2013-12-14T22:53:37.983+0800: 1871.545: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236182K->1807K(291840K)] 739835K->507412K(872960K), 0.0115060 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=98 (full 19):
PSYoungGen total 291840K, used 1807K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90c3c80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 505605K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007dedc16c8,0x00000007e3780000)
PSPermGen total 84480K, used 77120K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb550150,0x00000007bbc80000)
}
{Heap before GC invocations=99 (full 19):
PSYoungGen total 291840K, used 235791K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90c3c80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 505605K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007dedc16c8,0x00000007e3780000)
PSPermGen total 84480K, used 77209K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb566528,0x00000007bbc80000)
2013-12-14T22:53:47.975+0800: 1881.536: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235791K->14016K(291840K)] 741396K->521261K(872960K), 0.0201270 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=99 (full 19):
PSYoungGen total 291840K, used 14016K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007fc780000,0x00000007fd530010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 507245K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007def5b458,0x00000007e3780000)
PSPermGen total 84480K, used 77209K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb566528,0x00000007bbc80000)
}
{Heap before GC invocations=100 (full 19):
PSYoungGen total 291840K, used 248000K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007fc780000,0x00000007fd530010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 507245K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 87% used [0x00000007c0000000,0x00000007def5b458,0x00000007e3780000)
PSPermGen total 84480K, used 77257K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb572630,0x00000007bbc80000)
2013-12-14T22:53:55.809+0800: 1889.371: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 248000K->6067K(291840K)] 755245K->520054K(872960K), 0.0173350 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=100 (full 19):
PSYoungGen total 291840K, used 6067K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94ecd10,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 513987K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 88% used [0x00000007c0000000,0x00000007df5f0cd8,0x00000007e3780000)
PSPermGen total 84480K, used 77257K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb572630,0x00000007bbc80000)
}
{Heap before GC invocations=101 (full 19):
PSYoungGen total 291840K, used 240051K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94ecd10,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 513987K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 88% used [0x00000007c0000000,0x00000007df5f0cd8,0x00000007e3780000)
PSPermGen total 84480K, used 77289K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb57a710,0x00000007bbc80000)
2013-12-14T22:54:07.380+0800: 1900.941: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240051K->6976K(291840K)] 754038K->524780K(872960K), 0.0162060 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=101 (full 19):
PSYoungGen total 291840K, used 6976K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fce50000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 517804K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 89% used [0x00000007c0000000,0x00000007df9ab008,0x00000007e3780000)
PSPermGen total 84480K, used 77289K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb57a710,0x00000007bbc80000)
}
{Heap before GC invocations=102 (full 19):
PSYoungGen total 291840K, used 240960K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fce50000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 517804K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 89% used [0x00000007c0000000,0x00000007df9ab008,0x00000007e3780000)
PSPermGen total 84480K, used 77331K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb584e98,0x00000007bbc80000)
2013-12-14T22:54:21.494+0800: 1915.056: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240960K->5472K(291840K)] 758764K->530766K(872960K), 0.0147000 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=102 (full 19):
PSYoungGen total 291840K, used 5472K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f9458000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 525294K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 90% used [0x00000007c0000000,0x00000007e00fb888,0x00000007e3780000)
PSPermGen total 84480K, used 77331K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 91% used [0x00000007b6a00000,0x00000007bb584e98,0x00000007bbc80000)
}
{Heap before GC invocations=103 (full 19):
PSYoungGen total 291840K, used 239456K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f9458000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 581120K, used 525294K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 90% used [0x00000007c0000000,0x00000007e00fb888,0x00000007e3780000)
PSPermGen total 84480K, used 77803K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 92% used [0x00000007b6a00000,0x00000007bb5fac90,0x00000007bbc80000)
2013-12-14T22:54:31.997+0800: 1925.559: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239456K->15414K(291840K)] 764750K->546675K(872960K), 0.0332570 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=103 (full 19):
PSYoungGen total 291840K, used 15414K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd68db18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 531260K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 91% used [0x00000007c0000000,0x00000007e06cf0f8,0x00000007e3780000)
PSPermGen total 84480K, used 77803K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 92% used [0x00000007b6a00000,0x00000007bb5fac90,0x00000007bbc80000)
}
{Heap before GC invocations=104 (full 20):
PSYoungGen total 291840K, used 15414K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd68db18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 581120K, used 531260K [0x00000007c0000000, 0x00000007e3780000, 0x00000007eaa80000)
object space 581120K, 91% used [0x00000007c0000000,0x00000007e06cf0f8,0x00000007e3780000)
PSPermGen total 84480K, used 77803K [0x00000007b6a00000, 0x00000007bbc80000, 0x00000007c0000000)
object space 84480K, 92% used [0x00000007b6a00000,0x00000007bb5fac90,0x00000007bbc80000)
2013-12-14T22:54:32.031+0800: 1925.593: [Full GC [PSYoungGen: 15414K->0K(291840K)] [ParOldGen: 531260K->351000K(532480K)] 546675K->351000K(824320K) [PSPermGen: 77803K->77800K(83968K)], 0.4424670 secs] [Times: user=0.79 sys=0.00, real=0.44 secs]
Heap after GC invocations=104 (full 20):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 351000K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 65% used [0x00000007c0000000,0x00000007d56c6018,0x00000007e0800000)
PSPermGen total 83968K, used 77800K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb5fa098,0x00000007bbc00000)
}
{Heap before GC invocations=105 (full 20):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 351000K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 65% used [0x00000007c0000000,0x00000007d56c6018,0x00000007e0800000)
PSPermGen total 83968K, used 77845K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb6054c8,0x00000007bbc00000)
2013-12-14T22:54:48.165+0800: 1941.726: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->1778K(291840K)] 584984K->352778K(824320K), 0.0101580 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=105 (full 20):
PSYoungGen total 291840K, used 1778K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90bc970,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 351000K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 65% used [0x00000007c0000000,0x00000007d56c6018,0x00000007e0800000)
PSPermGen total 83968K, used 77845K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb6054c8,0x00000007bbc00000)
}
{Heap before GC invocations=106 (full 20):
PSYoungGen total 291840K, used 235762K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90bc970,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 351000K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 65% used [0x00000007c0000000,0x00000007d56c6018,0x00000007e0800000)
PSPermGen total 83968K, used 77878K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb60dbb0,0x00000007bbc00000)
2013-12-14T22:54:59.989+0800: 1953.551: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235762K->10432K(291840K)] 586762K->362634K(824320K), 0.0121560 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=106 (full 20):
PSYoungGen total 291840K, used 10432K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1b0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 352202K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 66% used [0x00000007c0000000,0x00000007d57f29c8,0x00000007e0800000)
PSPermGen total 83968K, used 77878K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb60dbb0,0x00000007bbc00000)
}
{Heap before GC invocations=107 (full 20):
PSYoungGen total 291840K, used 244416K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1b0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 352202K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 66% used [0x00000007c0000000,0x00000007d57f29c8,0x00000007e0800000)
PSPermGen total 83968K, used 77889K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb610468,0x00000007bbc00000)
2013-12-14T22:55:15.492+0800: 1969.054: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 244416K->1952K(236032K)] 596618K->360131K(768512K), 0.0105830 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=107 (full 20):
PSYoungGen total 236032K, used 1952K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 2048K, 95% used [0x00000007f8f00000,0x00000007f90e8000,0x00000007f9100000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 77889K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb610468,0x00000007bbc00000)
}
{Heap before GC invocations=108 (full 20):
PSYoungGen total 236032K, used 235936K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 2048K, 95% used [0x00000007f8f00000,0x00000007f90e8000,0x00000007f9100000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 77932K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb61b190,0x00000007bbc00000)
2013-12-14T22:55:24.496+0800: 1978.057: [GC
Desired survivor size 54525952 bytes, new threshold 3 (max 15)
[PSYoungGen: 235936K->11104K(284160K)] 594115K->369283K(816640K), 0.0134510 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=108 (full 20):
PSYoungGen total 284160K, used 11104K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 49664K, 22% used [0x00000007fc700000,0x00000007fd1d8000,0x00000007ff780000)
to space 53248K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc380000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 77932K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb61b190,0x00000007bbc00000)
}
{Heap before GC invocations=109 (full 20):
PSYoungGen total 284160K, used 245600K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 49664K, 22% used [0x00000007fc700000,0x00000007fd1d8000,0x00000007ff780000)
to space 53248K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc380000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 77963K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb622c80,0x00000007bbc00000)
2013-12-14T22:55:36.189+0800: 1989.750: [GC
Desired survivor size 51380224 bytes, new threshold 4 (max 15)
[PSYoungGen: 245600K->14928K(249856K)] 603779K->373107K(782336K), 0.0137920 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=109 (full 20):
PSYoungGen total 249856K, used 14928K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 15360K, 97% used [0x00000007f8f80000,0x00000007f9e141e0,0x00000007f9e80000)
to space 50176K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007ff200000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 77963K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb622c80,0x00000007bbc00000)
}
{Heap before GC invocations=110 (full 20):
PSYoungGen total 249856K, used 249424K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 15360K, 97% used [0x00000007f8f80000,0x00000007f9e141e0,0x00000007f9e80000)
to space 50176K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007ff200000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78014K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb62faf8,0x00000007bbc00000)
2013-12-14T22:55:48.482+0800: 2002.044: [GC
Desired survivor size 49283072 bytes, new threshold 5 (max 15)
[PSYoungGen: 249424K->18898K(281088K)] 607603K->377078K(813568K), 0.0147880 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=110 (full 20):
PSYoungGen total 281088K, used 18898K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 46080K, 41% used [0x00000007fc100000,0x00000007fd374b18,0x00000007fee00000)
to space 48128K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fbf00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78014K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb62faf8,0x00000007bbc00000)
}
{Heap before GC invocations=111 (full 20):
PSYoungGen total 281088K, used 253906K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 46080K, 41% used [0x00000007fc100000,0x00000007fd374b18,0x00000007fee00000)
to space 48128K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fbf00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78035K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb634cb0,0x00000007bbc00000)
2013-12-14T22:55:58.009+0800: 2011.571: [GC
Desired survivor size 50331648 bytes, new threshold 6 (max 15)
[PSYoungGen: 253906K->25257K(283136K)] 612086K->383437K(815616K), 0.0160050 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=111 (full 20):
PSYoungGen total 283136K, used 25257K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 48128K, 52% used [0x00000007f9000000,0x00000007fa8aa628,0x00000007fbf00000)
to space 49152K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007ff080000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78035K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb634cb0,0x00000007bbc00000)
}
{Heap before GC invocations=112 (full 20):
PSYoungGen total 283136K, used 260265K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 48128K, 52% used [0x00000007f9000000,0x00000007fa8aa628,0x00000007fbf00000)
to space 49152K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007ff080000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78043K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb636d68,0x00000007bbc00000)
2013-12-14T22:56:06.499+0800: 2020.060: [GC
Desired survivor size 51380224 bytes, new threshold 7 (max 15)
[PSYoungGen: 260265K->27744K(283648K)] 618445K->385923K(816128K), 0.0199870 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=112 (full 20):
PSYoungGen total 283648K, used 27744K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 49152K, 56% used [0x00000007fc080000,0x00000007fdb98168,0x00000007ff080000)
to space 50176K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc080000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78043K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb636d68,0x00000007bbc00000)
}
{Heap before GC invocations=113 (full 20):
PSYoungGen total 283648K, used 262240K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 49152K, 56% used [0x00000007fc080000,0x00000007fdb98168,0x00000007ff080000)
to space 50176K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc080000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78055K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb639ca0,0x00000007bbc00000)
2013-12-14T22:56:13.303+0800: 2026.865: [GC
Desired survivor size 53477376 bytes, new threshold 8 (max 15)
[PSYoungGen: 262240K->30985K(284672K)] 620419K->389165K(817152K), 0.0201970 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=113 (full 20):
PSYoungGen total 284672K, used 30985K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 50176K, 61% used [0x00000007f8f80000,0x00000007fadc2688,0x00000007fc080000)
to space 52224K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff600000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78055K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb639ca0,0x00000007bbc00000)
}
{Heap before GC invocations=114 (full 20):
PSYoungGen total 284672K, used 265481K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 50176K, 61% used [0x00000007f8f80000,0x00000007fadc2688,0x00000007fc080000)
to space 52224K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff600000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78088K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb642058,0x00000007bbc00000)
2013-12-14T22:56:20.485+0800: 2034.047: [GC
Desired survivor size 57147392 bytes, new threshold 9 (max 15)
[PSYoungGen: 265481K->36647K(283648K)] 623661K->394827K(816128K), 0.0203460 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=114 (full 20):
PSYoungGen total 283648K, used 36647K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 52224K, 70% used [0x00000007fc300000,0x00000007fe6c9ff8,0x00000007ff600000)
to space 55808K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc300000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78088K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 92% used [0x00000007b6a00000,0x00000007bb642058,0x00000007bbc00000)
}
{Heap before GC invocations=115 (full 20):
PSYoungGen total 283648K, used 268071K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 52224K, 70% used [0x00000007fc300000,0x00000007fe6c9ff8,0x00000007ff600000)
to space 55808K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc300000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78136K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb64e2e0,0x00000007bbc00000)
2013-12-14T22:56:31.233+0800: 2044.794: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 268071K->37516K(287232K)] 626251K->395695K(819712K), 0.0184900 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=115 (full 20):
PSYoungGen total 287232K, used 37516K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 55808K, 67% used [0x00000007f8c80000,0x00000007fb123178,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffe00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78136K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb64e2e0,0x00000007bbc00000)
}
{Heap before GC invocations=116 (full 20):
PSYoungGen total 287232K, used 268940K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 55808K, 67% used [0x00000007f8c80000,0x00000007fb123178,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffe00000)
ParOldGen total 532480K, used 358179K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 67% used [0x00000007c0000000,0x00000007d5dc8de8,0x00000007e0800000)
PSPermGen total 83968K, used 78147K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb650fe0,0x00000007bbc00000)
2013-12-14T22:56:42.490+0800: 2056.052: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 268940K->39716K(289792K)] 627119K->407783K(822272K), 0.0385780 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=116 (full 20):
PSYoungGen total 289792K, used 39716K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57856K, 68% used [0x00000007fc580000,0x00000007fec49080,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 532480K, used 368067K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 69% used [0x00000007c0000000,0x00000007d6770f18,0x00000007e0800000)
PSPermGen total 83968K, used 78147K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb650fe0,0x00000007bbc00000)
}
{Heap before GC invocations=117 (full 20):
PSYoungGen total 289792K, used 271652K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 231936K, 100% used [0x00000007eaa80000,0x00000007f8d00000,0x00000007f8d00000)
from space 57856K, 68% used [0x00000007fc580000,0x00000007fec49080,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 532480K, used 368067K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 69% used [0x00000007c0000000,0x00000007d6770f18,0x00000007e0800000)
PSPermGen total 83968K, used 78150K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb651ae0,0x00000007bbc00000)
2013-12-14T22:56:51.497+0800: 2065.059: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 271652K->37675K(289792K)] 639719K->408681K(822272K), 0.0328020 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=117 (full 20):
PSYoungGen total 289792K, used 37675K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57856K, 65% used [0x00000007f8d00000,0x00000007fb1cac38,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 532480K, used 371006K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 69% used [0x00000007c0000000,0x00000007d6a4f840,0x00000007e0800000)
PSPermGen total 83968K, used 78150K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb651ae0,0x00000007bbc00000)
}
{Heap before GC invocations=118 (full 20):
PSYoungGen total 289792K, used 265691K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231936K, 98% used [0x00000007eaa80000,0x00000007f892c268,0x00000007f8d00000)
from space 57856K, 65% used [0x00000007f8d00000,0x00000007fb1cac38,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 532480K, used 371006K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 69% used [0x00000007c0000000,0x00000007d6a4f840,0x00000007e0800000)
PSPermGen total 83968K, used 78160K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6543f0,0x00000007bbc00000)
2013-12-14T22:57:01.378+0800: 2074.940: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 265691K->26677K(290816K)] 636697K->407100K(823296K), 0.0291310 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=118 (full 20):
PSYoungGen total 290816K, used 26677K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 46% used [0x00000007fc680000,0x00000007fe08d6e8,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 532480K, used 380422K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7381950,0x00000007e0800000)
PSPermGen total 83968K, used 78160K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6543f0,0x00000007bbc00000)
}
{Heap before GC invocations=119 (full 20):
PSYoungGen total 290816K, used 259637K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 46% used [0x00000007fc680000,0x00000007fe08d6e8,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 532480K, used 380422K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7381950,0x00000007e0800000)
PSPermGen total 83968K, used 78174K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6579c8,0x00000007bbc00000)
2013-12-14T22:57:12.890+0800: 2086.452: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 259637K->19905K(290816K)] 640060K->402379K(823296K), 0.0247040 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=119 (full 20):
PSYoungGen total 290816K, used 19905K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 34% used [0x00000007f8e00000,0x00000007fa1705e8,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78174K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6579c8,0x00000007bbc00000)
}
{Heap before GC invocations=120 (full 20):
PSYoungGen total 290816K, used 252865K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 34% used [0x00000007f8e00000,0x00000007fa1705e8,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78219K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb662c10,0x00000007bbc00000)
2013-12-14T22:57:23.009+0800: 2096.571: [GC
Desired survivor size 56098816 bytes, new threshold 7 (max 15)
[PSYoungGen: 252865K->23231K(285696K)] 635339K->405705K(818176K), 0.0277860 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=120 (full 20):
PSYoungGen total 285696K, used 23231K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51712K, 44% used [0x00000007fc780000,0x00000007fde2fd20,0x00000007ffa00000)
to space 54784K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc480000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78219K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb662c10,0x00000007bbc00000)
}
{Heap before GC invocations=121 (full 20):
PSYoungGen total 285696K, used 257215K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 51712K, 44% used [0x00000007fc780000,0x00000007fde2fd20,0x00000007ffa00000)
to space 54784K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc480000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78234K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6669a0,0x00000007bbc00000)
2013-12-14T22:57:34.992+0800: 2108.554: [GC
Desired survivor size 52953088 bytes, new threshold 8 (max 15)
[PSYoungGen: 257215K->23981K(258048K)] 639689K->406455K(790528K), 0.0282690 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=121 (full 20):
PSYoungGen total 258048K, used 23981K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 24064K, 99% used [0x00000007f8f00000,0x00000007fa66b620,0x00000007fa680000)
to space 51712K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff500000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78234K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6669a0,0x00000007bbc00000)
}
{Heap before GC invocations=122 (full 20):
PSYoungGen total 258048K, used 257965K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 24064K, 99% used [0x00000007f8f00000,0x00000007fa66b620,0x00000007fa680000)
to space 51712K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff500000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78241K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6687b8,0x00000007bbc00000)
2013-12-14T22:57:44.935+0800: 2118.496: [GC
Desired survivor size 50331648 bytes, new threshold 9 (max 15)
[PSYoungGen: 257965K->24096K(281600K)] 640439K->406571K(814080K), 0.0275590 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=122 (full 20):
PSYoungGen total 281600K, used 24096K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 46592K, 51% used [0x00000007fc280000,0x00000007fda083b0,0x00000007ff000000)
to space 49152K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc000000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78241K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb6687b8,0x00000007bbc00000)
}
{Heap before GC invocations=123 (full 20):
PSYoungGen total 281600K, used 259104K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 46592K, 51% used [0x00000007fc280000,0x00000007fda083b0,0x00000007ff000000)
to space 49152K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc000000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78248K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66a1a8,0x00000007bbc00000)
2013-12-14T22:57:55.988+0800: 2129.550: [GC
Desired survivor size 48758784 bytes, new threshold 10 (max 15)
[PSYoungGen: 259104K->26944K(262144K)] 641579K->409419K(794624K), 0.0266630 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=123 (full 20):
PSYoungGen total 262144K, used 26944K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 27136K, 99% used [0x00000007f9000000,0x00000007faa503b0,0x00000007faa80000)
to space 47616K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fee00000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78248K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66a1a8,0x00000007bbc00000)
}
{Heap before GC invocations=124 (full 20):
PSYoungGen total 262144K, used 261952K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 27136K, 99% used [0x00000007f9000000,0x00000007faa503b0,0x00000007faa80000)
to space 47616K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fee00000)
ParOldGen total 532480K, used 382474K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 71% used [0x00000007c0000000,0x00000007d7582870,0x00000007e0800000)
PSPermGen total 83968K, used 78256K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66c0c0,0x00000007bbc00000)
2013-12-14T22:58:01.699+0800: 2135.261: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 261952K->47597K(273408K)] 644427K->446134K(805888K), 0.0510270 secs] [Times: user=0.10 sys=0.00, real=0.06 secs]
Heap after GC invocations=124 (full 20):
PSYoungGen total 273408K, used 47597K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 225792K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8700000)
from space 47616K, 99% used [0x00000007fbf80000,0x00000007fedfb620,0x00000007fee00000)
to space 57856K, 0% used [0x00000007f8700000,0x00000007f8700000,0x00000007fbf80000)
ParOldGen total 532480K, used 398536K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 74% used [0x00000007c0000000,0x00000007d85322c0,0x00000007e0800000)
PSPermGen total 83968K, used 78256K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66c0c0,0x00000007bbc00000)
}
{Heap before GC invocations=125 (full 20):
PSYoungGen total 273408K, used 273389K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 225792K, 100% used [0x00000007eaa80000,0x00000007f8700000,0x00000007f8700000)
from space 47616K, 99% used [0x00000007fbf80000,0x00000007fedfb620,0x00000007fee00000)
to space 57856K, 0% used [0x00000007f8700000,0x00000007f8700000,0x00000007fbf80000)
ParOldGen total 532480K, used 398536K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 74% used [0x00000007c0000000,0x00000007d85322c0,0x00000007e0800000)
PSPermGen total 83968K, used 78262K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66d988,0x00000007bbc00000)
2013-12-14T22:58:05.367+0800: 2138.929: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 273389K->57824K(283648K)] 671926K->487251K(816128K), 0.0861150 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
Heap after GC invocations=125 (full 20):
PSYoungGen total 283648K, used 57824K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 225792K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8700000)
from space 57856K, 99% used [0x00000007f8700000,0x00000007fbf782f8,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007ffa00000)
ParOldGen total 532480K, used 429427K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 80% used [0x00000007c0000000,0x00000007da35cd00,0x00000007e0800000)
PSPermGen total 83968K, used 78262K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb66d988,0x00000007bbc00000)
}
{Heap before GC invocations=126 (full 20):
PSYoungGen total 283648K, used 283616K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 225792K, 100% used [0x00000007eaa80000,0x00000007f8700000,0x00000007f8700000)
from space 57856K, 99% used [0x00000007f8700000,0x00000007fbf782f8,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007ffa00000)
ParOldGen total 532480K, used 429427K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 80% used [0x00000007c0000000,0x00000007da35cd00,0x00000007e0800000)
PSPermGen total 83968K, used 78272K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb670278,0x00000007bbc00000)
2013-12-14T22:58:13.846+0800: 2147.408: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 283616K->48327K(285696K)] 713043K->478472K(818176K), 0.0444830 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
Heap after GC invocations=126 (full 20):
PSYoungGen total 285696K, used 48327K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 227840K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8900000)
from space 57856K, 83% used [0x00000007fc180000,0x00000007ff0b1c28,0x00000007ffa00000)
to space 57856K, 0% used [0x00000007f8900000,0x00000007f8900000,0x00000007fc180000)
ParOldGen total 532480K, used 430145K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 80% used [0x00000007c0000000,0x00000007da410440,0x00000007e0800000)
PSPermGen total 83968K, used 78272K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb670278,0x00000007bbc00000)
}
{Heap before GC invocations=127 (full 20):
PSYoungGen total 285696K, used 276167K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 227840K, 100% used [0x00000007eaa80000,0x00000007f8900000,0x00000007f8900000)
from space 57856K, 83% used [0x00000007fc180000,0x00000007ff0b1c28,0x00000007ffa00000)
to space 57856K, 0% used [0x00000007f8900000,0x00000007f8900000,0x00000007fc180000)
ParOldGen total 532480K, used 430145K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 80% used [0x00000007c0000000,0x00000007da410440,0x00000007e0800000)
PSPermGen total 83968K, used 78294K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb675948,0x00000007bbc00000)
2013-12-14T22:58:26.278+0800: 2159.840: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 276167K->46825K(285696K)] 706312K->478792K(818176K), 0.0434080 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=127 (full 20):
PSYoungGen total 285696K, used 46825K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 227840K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8900000)
from space 57856K, 80% used [0x00000007f8900000,0x00000007fb6ba4f0,0x00000007fc180000)
to space 57856K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007ffc00000)
ParOldGen total 532480K, used 431967K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 81% used [0x00000007c0000000,0x00000007da5d7db8,0x00000007e0800000)
PSPermGen total 83968K, used 78294K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb675948,0x00000007bbc00000)
}
{Heap before GC invocations=128 (full 20):
PSYoungGen total 285696K, used 274665K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 227840K, 100% used [0x00000007eaa80000,0x00000007f8900000,0x00000007f8900000)
from space 57856K, 80% used [0x00000007f8900000,0x00000007fb6ba4f0,0x00000007fc180000)
to space 57856K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007ffc00000)
ParOldGen total 532480K, used 431967K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 81% used [0x00000007c0000000,0x00000007da5d7db8,0x00000007e0800000)
PSPermGen total 83968K, used 78317K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb67b7b0,0x00000007bbc00000)
2013-12-14T22:58:38.497+0800: 2172.058: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 274665K->36907K(286720K)] 706632K->478664K(819200K), 0.0442820 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=128 (full 20):
PSYoungGen total 286720K, used 36907K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 229376K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8a80000)
from space 57344K, 64% used [0x00000007fc380000,0x00000007fe78ad90,0x00000007ffb80000)
to space 57856K, 0% used [0x00000007f8a80000,0x00000007f8a80000,0x00000007fc300000)
ParOldGen total 532480K, used 441757K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 82% used [0x00000007c0000000,0x00000007daf67598,0x00000007e0800000)
PSPermGen total 83968K, used 78317K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb67b7b0,0x00000007bbc00000)
}
{Heap before GC invocations=129 (full 20):
PSYoungGen total 286720K, used 266283K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 229376K, 100% used [0x00000007eaa80000,0x00000007f8a80000,0x00000007f8a80000)
from space 57344K, 64% used [0x00000007fc380000,0x00000007fe78ad90,0x00000007ffb80000)
to space 57856K, 0% used [0x00000007f8a80000,0x00000007f8a80000,0x00000007fc300000)
ParOldGen total 532480K, used 441757K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 82% used [0x00000007c0000000,0x00000007daf67598,0x00000007e0800000)
PSPermGen total 83968K, used 78327K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb67de30,0x00000007bbc00000)
2013-12-14T22:58:50.702+0800: 2184.264: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 266283K->18827K(287232K)] 708040K->490582K(819712K), 0.0341610 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=129 (full 20):
PSYoungGen total 287232K, used 18827K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 229376K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8a80000)
from space 57856K, 32% used [0x00000007f8a80000,0x00000007f9ce2d90,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffd00000)
ParOldGen total 532480K, used 471755K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 88% used [0x00000007c0000000,0x00000007dccb2ce8,0x00000007e0800000)
PSPermGen total 83968K, used 78327K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb67de30,0x00000007bbc00000)
}
{Heap before GC invocations=130 (full 20):
PSYoungGen total 287232K, used 248203K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 229376K, 100% used [0x00000007eaa80000,0x00000007f8a80000,0x00000007f8a80000)
from space 57856K, 32% used [0x00000007f8a80000,0x00000007f9ce2d90,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffd00000)
ParOldGen total 532480K, used 471755K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 88% used [0x00000007c0000000,0x00000007dccb2ce8,0x00000007e0800000)
PSPermGen total 83968K, used 78338K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb680990,0x00000007bbc00000)
2013-12-14T22:59:03.243+0800: 2196.805: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 248203K->11990K(288768K)] 719958K->492029K(821248K), 0.0289170 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=130 (full 20):
PSYoungGen total 288768K, used 11990K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 230912K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c00000)
from space 57856K, 20% used [0x00000007fc480000,0x00000007fd0359e8,0x00000007ffd00000)
to space 57856K, 0% used [0x00000007f8c00000,0x00000007f8c00000,0x00000007fc480000)
ParOldGen total 532480K, used 480038K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 90% used [0x00000007c0000000,0x00000007dd4c9b08,0x00000007e0800000)
PSPermGen total 83968K, used 78338K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb680990,0x00000007bbc00000)
}
{Heap before GC invocations=131 (full 20):
PSYoungGen total 288768K, used 242902K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 230912K, 100% used [0x00000007eaa80000,0x00000007f8c00000,0x00000007f8c00000)
from space 57856K, 20% used [0x00000007fc480000,0x00000007fd0359e8,0x00000007ffd00000)
to space 57856K, 0% used [0x00000007f8c00000,0x00000007f8c00000,0x00000007fc480000)
ParOldGen total 532480K, used 480038K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 90% used [0x00000007c0000000,0x00000007dd4c9b08,0x00000007e0800000)
PSPermGen total 83968K, used 78352K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb684310,0x00000007bbc00000)
2013-12-14T22:59:13.251+0800: 2206.812: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 242902K->7833K(288768K)] 722941K->491288K(821248K), 0.0132750 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=131 (full 20):
PSYoungGen total 288768K, used 7833K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 230912K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c00000)
from space 57856K, 13% used [0x00000007f8c00000,0x00000007f93a6558,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffe00000)
ParOldGen total 532480K, used 483455K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 90% used [0x00000007c0000000,0x00000007dd81fc88,0x00000007e0800000)
PSPermGen total 83968K, used 78352K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb684310,0x00000007bbc00000)
}
{Heap before GC invocations=132 (full 20):
PSYoungGen total 288768K, used 238745K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 230912K, 100% used [0x00000007eaa80000,0x00000007f8c00000,0x00000007f8c00000)
from space 57856K, 13% used [0x00000007f8c00000,0x00000007f93a6558,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffe00000)
ParOldGen total 532480K, used 483455K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 90% used [0x00000007c0000000,0x00000007dd81fc88,0x00000007e0800000)
PSPermGen total 83968K, used 78363K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb686de0,0x00000007bbc00000)
2013-12-14T22:59:25.017+0800: 2218.579: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238745K->3345K(289792K)] 722200K->491193K(822272K), 0.0122310 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=132 (full 20):
PSYoungGen total 289792K, used 3345K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57856K, 5% used [0x00000007fc580000,0x00000007fc8c46c8,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 532480K, used 487847K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 91% used [0x00000007c0000000,0x00000007ddc69e10,0x00000007e0800000)
PSPermGen total 83968K, used 78363K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb686de0,0x00000007bbc00000)
}
{Heap before GC invocations=133 (full 20):
PSYoungGen total 289792K, used 232197K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231936K, 98% used [0x00000007eaa80000,0x00000007f89fcd98,0x00000007f8d00000)
from space 57856K, 5% used [0x00000007fc580000,0x00000007fc8c46c8,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 532480K, used 487847K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 91% used [0x00000007c0000000,0x00000007ddc69e10,0x00000007e0800000)
PSPermGen total 83968K, used 78367K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb687ea8,0x00000007bbc00000)
2013-12-14T22:59:34.407+0800: 2227.968: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 232197K->11691K(289792K)] 720044K->501992K(822272K), 0.0257400 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=133 (full 20):
PSYoungGen total 289792K, used 11691K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57856K, 20% used [0x00000007f8d00000,0x00000007f986aca8,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 532480K, used 490301K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 92% used [0x00000007c0000000,0x00000007ddecf6c8,0x00000007e0800000)
PSPermGen total 83968K, used 78367K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb687ea8,0x00000007bbc00000)
}
{Heap before GC invocations=134 (full 20):
PSYoungGen total 289792K, used 243627K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231936K, 100% used [0x00000007eaa80000,0x00000007f8d00000,0x00000007f8d00000)
from space 57856K, 20% used [0x00000007f8d00000,0x00000007f986aca8,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 532480K, used 490301K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 92% used [0x00000007c0000000,0x00000007ddecf6c8,0x00000007e0800000)
PSPermGen total 83968K, used 78383K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68bcb0,0x00000007bbc00000)
2013-12-14T22:59:45.261+0800: 2238.823: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243627K->5946K(290816K)] 733928K->506945K(823296K), 0.0265430 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=134 (full 20):
PSYoungGen total 290816K, used 5946K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 10% used [0x00000007fc680000,0x00000007fcc4e990,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 532480K, used 500998K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 94% used [0x00000007c0000000,0x00000007de941bb8,0x00000007e0800000)
PSPermGen total 83968K, used 78383K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68bcb0,0x00000007bbc00000)
}
{Heap before GC invocations=135 (full 20):
PSYoungGen total 290816K, used 238906K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 10% used [0x00000007fc680000,0x00000007fcc4e990,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 532480K, used 500998K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 94% used [0x00000007c0000000,0x00000007de941bb8,0x00000007e0800000)
PSPermGen total 83968K, used 78384K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68c090,0x00000007bbc00000)
2013-12-14T22:59:54.878+0800: 2248.440: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238906K->3235K(290816K)] 739905K->509708K(823296K), 0.0151380 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=135 (full 20):
PSYoungGen total 290816K, used 3235K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 5% used [0x00000007f8e00000,0x00000007f9128f30,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 506472K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 95% used [0x00000007c0000000,0x00000007dee9a158,0x00000007e0800000)
PSPermGen total 83968K, used 78384K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68c090,0x00000007bbc00000)
}
{Heap before GC invocations=136 (full 20):
PSYoungGen total 290816K, used 236195K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 5% used [0x00000007f8e00000,0x00000007f9128f30,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 506472K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 95% used [0x00000007c0000000,0x00000007dee9a158,0x00000007e0800000)
PSPermGen total 83968K, used 78388K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68d290,0x00000007bbc00000)
2013-12-14T23:00:06.289+0800: 2259.850: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236195K->12553K(291840K)] 742668K->520218K(824320K), 0.0266210 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=136 (full 20):
PSYoungGen total 291840K, used 12553K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007fc780000,0x00000007fd3c2748,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 507664K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 95% used [0x00000007c0000000,0x00000007defc4158,0x00000007e0800000)
PSPermGen total 83968K, used 78388K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb68d290,0x00000007bbc00000)
}
{Heap before GC invocations=137 (full 20):
PSYoungGen total 291840K, used 246537K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007fc780000,0x00000007fd3c2748,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 532480K, used 507664K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 95% used [0x00000007c0000000,0x00000007defc4158,0x00000007e0800000)
PSPermGen total 83968K, used 78405K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb691548,0x00000007bbc00000)
2013-12-14T23:00:44.562+0800: 2298.124: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 246537K->3093K(291840K)] 754202K->521348K(824320K), 0.0231750 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=137 (full 20):
PSYoungGen total 291840K, used 3093K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f92055c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 518254K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 97% used [0x00000007c0000000,0x00000007dfa1bad8,0x00000007e0800000)
PSPermGen total 83968K, used 78405K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb691548,0x00000007bbc00000)
}
{Heap before GC invocations=138 (full 21):
PSYoungGen total 291840K, used 3093K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f92055c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 532480K, used 518254K [0x00000007c0000000, 0x00000007e0800000, 0x00000007eaa80000)
object space 532480K, 97% used [0x00000007c0000000,0x00000007dfa1bad8,0x00000007e0800000)
PSPermGen total 83968K, used 78405K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 93% used [0x00000007b6a00000,0x00000007bb691548,0x00000007bbc00000)
2013-12-14T23:00:44.585+0800: 2298.147: [Full GC [PSYoungGen: 3093K->0K(291840K)] [ParOldGen: 518254K->351344K(538112K)] 521348K->351344K(829952K) [PSPermGen: 78405K->78397K(83456K)], 0.4289690 secs] [Times: user=0.76 sys=0.00, real=0.43 secs]
Heap after GC invocations=138 (full 21):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 351344K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 65% used [0x00000007c0000000,0x00000007d571c298,0x00000007e0d80000)
PSPermGen total 83456K, used 78397K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 93% used [0x00000007b6a00000,0x00000007bb68f6a8,0x00000007bbb80000)
}
{Heap before GC invocations=139 (full 21):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 351344K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 65% used [0x00000007c0000000,0x00000007d571c298,0x00000007e0d80000)
PSPermGen total 83456K, used 78403K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 93% used [0x00000007b6a00000,0x00000007bb690c48,0x00000007bbb80000)
2013-12-14T23:00:55.639+0800: 2309.201: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->7173K(291840K)] 585328K->358518K(829952K), 0.0122070 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=139 (full 21):
PSYoungGen total 291840K, used 7173K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fce81710,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 351344K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 65% used [0x00000007c0000000,0x00000007d571c298,0x00000007e0d80000)
PSPermGen total 83456K, used 78403K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 93% used [0x00000007b6a00000,0x00000007bb690c48,0x00000007bbb80000)
}
{Heap before GC invocations=140 (full 21):
PSYoungGen total 291840K, used 241157K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fce81710,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 351344K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 65% used [0x00000007c0000000,0x00000007d571c298,0x00000007e0d80000)
PSPermGen total 83456K, used 78415K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 93% used [0x00000007b6a00000,0x00000007bb693da0,0x00000007bbb80000)
2013-12-14T23:01:06.425+0800: 2319.987: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241157K->9102K(291840K)] 592502K->365499K(829952K), 0.0157460 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=140 (full 21):
PSYoungGen total 291840K, used 9102K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97e3a68,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 356396K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 66% used [0x00000007c0000000,0x00000007d5c0b390,0x00000007e0d80000)
PSPermGen total 83456K, used 78415K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 93% used [0x00000007b6a00000,0x00000007bb693da0,0x00000007bbb80000)
}
{Heap before GC invocations=141 (full 21):
PSYoungGen total 291840K, used 243086K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97e3a68,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 356396K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 66% used [0x00000007c0000000,0x00000007d5c0b390,0x00000007e0d80000)
PSPermGen total 83456K, used 78464K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a02b8,0x00000007bbb80000)
2013-12-14T23:01:09.512+0800: 2323.074: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243086K->46497K(291840K)] 599483K->410107K(829952K), 0.0459280 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
Heap after GC invocations=141 (full 21):
PSYoungGen total 291840K, used 46497K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007fc780000,0x00000007ff4e86f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 363609K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 67% used [0x00000007c0000000,0x00000007d6316750,0x00000007e0d80000)
PSPermGen total 83456K, used 78464K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a02b8,0x00000007bbb80000)
}
{Heap before GC invocations=142 (full 21):
PSYoungGen total 291840K, used 280481K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007fc780000,0x00000007ff4e86f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 363609K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 67% used [0x00000007c0000000,0x00000007d6316750,0x00000007e0d80000)
PSPermGen total 83456K, used 78470K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a1b68,0x00000007bbb80000)
2013-12-14T23:01:15.147+0800: 2328.708: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 280481K->38109K(291840K)] 644091K->435456K(829952K), 0.0482270 secs] [Times: user=0.10 sys=0.00, real=0.05 secs]
Heap after GC invocations=142 (full 21):
PSYoungGen total 291840K, used 38109K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 65% used [0x00000007f8f00000,0x00000007fb4376d0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 397347K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 73% used [0x00000007c0000000,0x00000007d8408ca0,0x00000007e0d80000)
PSPermGen total 83456K, used 78470K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a1b68,0x00000007bbb80000)
}
{Heap before GC invocations=143 (full 21):
PSYoungGen total 291840K, used 272093K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 65% used [0x00000007f8f00000,0x00000007fb4376d0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 397347K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 73% used [0x00000007c0000000,0x00000007d8408ca0,0x00000007e0d80000)
PSPermGen total 83456K, used 78482K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a4ab0,0x00000007bbb80000)
2013-12-14T23:01:21.810+0800: 2335.371: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 272093K->4028K(291840K)] 669440K->415461K(829952K), 0.0153930 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=143 (full 21):
PSYoungGen total 291840K, used 4028K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb6f270,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 411432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 76% used [0x00000007c0000000,0x00000007d91ca350,0x00000007e0d80000)
PSPermGen total 83456K, used 78482K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a4ab0,0x00000007bbb80000)
}
{Heap before GC invocations=144 (full 21):
PSYoungGen total 291840K, used 238012K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb6f270,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 411432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 76% used [0x00000007c0000000,0x00000007d91ca350,0x00000007e0d80000)
PSPermGen total 83456K, used 78486K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a5848,0x00000007bbb80000)
2013-12-14T23:01:31.434+0800: 2344.995: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238012K->3936K(291840K)] 649445K->419078K(829952K), 0.0123570 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=144 (full 21):
PSYoungGen total 291840K, used 3936K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f92d8000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 415142K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 77% used [0x00000007c0000000,0x00000007d9569980,0x00000007e0d80000)
PSPermGen total 83456K, used 78486K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a5848,0x00000007bbb80000)
}
{Heap before GC invocations=145 (full 21):
PSYoungGen total 291840K, used 237920K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f92d8000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 415142K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 77% used [0x00000007c0000000,0x00000007d9569980,0x00000007e0d80000)
PSPermGen total 83456K, used 78486K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a5a08,0x00000007bbb80000)
2013-12-14T23:01:41.774+0800: 2355.336: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237920K->1280K(291840K)] 653062K->420503K(829952K), 0.0129210 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=145 (full 21):
PSYoungGen total 291840K, used 1280K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007fc780000,0x00000007fc8c0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 419223K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 77% used [0x00000007c0000000,0x00000007d9965ec0,0x00000007e0d80000)
PSPermGen total 83456K, used 78486K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a5a08,0x00000007bbb80000)
}
{Heap before GC invocations=146 (full 21):
PSYoungGen total 291840K, used 235264K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007fc780000,0x00000007fc8c0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 419223K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 77% used [0x00000007c0000000,0x00000007d9965ec0,0x00000007e0d80000)
PSPermGen total 83456K, used 78492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a70b8,0x00000007bbb80000)
2013-12-14T23:01:51.678+0800: 2365.240: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235264K->14441K(291840K)] 654487K->434360K(829952K), 0.0255270 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=146 (full 21):
PSYoungGen total 291840K, used 14441K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007f8f00000,0x00000007f9d1a4f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 419919K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 78% used [0x00000007c0000000,0x00000007d9a13ec0,0x00000007e0d80000)
PSPermGen total 83456K, used 78492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a70b8,0x00000007bbb80000)
}
{Heap before GC invocations=147 (full 21):
PSYoungGen total 291840K, used 248425K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007f8f00000,0x00000007f9d1a4f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 419919K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 78% used [0x00000007c0000000,0x00000007d9a13ec0,0x00000007e0d80000)
PSPermGen total 83456K, used 78493K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a75b0,0x00000007bbb80000)
2013-12-14T23:02:02.531+0800: 2376.092: [GC
Desired survivor size 58195968 bytes, new threshold 2 (max 15)
[PSYoungGen: 248425K->4096K(289792K)] 668344K->438305K(827904K), 0.0258130 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=147 (full 21):
PSYoungGen total 289792K, used 4096K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55808K, 7% used [0x00000007fc780000,0x00000007fcb80000,0x00000007ffe00000)
to space 56832K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc680000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78493K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a75b0,0x00000007bbb80000)
}
{Heap before GC invocations=148 (full 21):
PSYoungGen total 289792K, used 238080K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55808K, 7% used [0x00000007fc780000,0x00000007fcb80000,0x00000007ffe00000)
to space 56832K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc680000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78495K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a7c90,0x00000007bbb80000)
2013-12-14T23:02:13.312+0800: 2386.873: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 238080K->7518K(241664K)] 672289K->441727K(779776K), 0.0133300 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=148 (full 21):
PSYoungGen total 241664K, used 7518K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 7680K, 97% used [0x00000007f8f00000,0x00000007f9657870,0x00000007f9680000)
to space 54272K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffa00000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78495K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a7c90,0x00000007bbb80000)
}
{Heap before GC invocations=149 (full 21):
PSYoungGen total 241664K, used 241502K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 7680K, 97% used [0x00000007f8f00000,0x00000007f9657870,0x00000007f9680000)
to space 54272K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffa00000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78499K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a8fb8,0x00000007bbb80000)
2013-12-14T23:02:23.614+0800: 2397.176: [GC
Desired survivor size 53477376 bytes, new threshold 4 (max 15)
[PSYoungGen: 241502K->19495K(285184K)] 675711K->453704K(823296K), 0.0247900 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=149 (full 21):
PSYoungGen total 285184K, used 19495K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 50176K, 38% used [0x00000007fc500000,0x00000007fd809d60,0x00000007ff600000)
to space 52224K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc300000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78499K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a8fb8,0x00000007bbb80000)
}
{Heap before GC invocations=150 (full 21):
PSYoungGen total 285184K, used 254503K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 50176K, 38% used [0x00000007fc500000,0x00000007fd809d60,0x00000007ff600000)
to space 52224K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc300000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78500K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a9018,0x00000007bbb80000)
2013-12-14T23:02:34.519+0800: 2408.081: [GC
Desired survivor size 52428800 bytes, new threshold 5 (max 15)
[PSYoungGen: 254503K->23079K(287232K)] 688712K->457288K(825344K), 0.0250810 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=150 (full 21):
PSYoungGen total 287232K, used 23079K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 52224K, 44% used [0x00000007f9000000,0x00000007fa689d60,0x00000007fc300000)
to space 51200K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff500000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78500K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a9018,0x00000007bbb80000)
}
{Heap before GC invocations=151 (full 21):
PSYoungGen total 287232K, used 258087K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 52224K, 44% used [0x00000007f9000000,0x00000007fa689d60,0x00000007fc300000)
to space 51200K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff500000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78502K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a9828,0x00000007bbb80000)
2013-12-14T23:02:43.440+0800: 2417.002: [GC
Desired survivor size 52953088 bytes, new threshold 6 (max 15)
[PSYoungGen: 258087K->26535K(286720K)] 692296K->460744K(824832K), 0.0266530 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=151 (full 21):
PSYoungGen total 286720K, used 26535K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 51200K, 51% used [0x00000007fc300000,0x00000007fdce9d60,0x00000007ff500000)
to space 51712K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc300000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78502K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6a9828,0x00000007bbb80000)
}
{Heap before GC invocations=152 (full 21):
PSYoungGen total 286720K, used 262055K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 51200K, 51% used [0x00000007fc300000,0x00000007fdce9d60,0x00000007ff500000)
to space 51712K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc300000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78504K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aa3d0,0x00000007bbb80000)
2013-12-14T23:02:55.471+0800: 2429.033: [GC
Desired survivor size 53477376 bytes, new threshold 7 (max 15)
[PSYoungGen: 262055K->26956K(287232K)] 696264K->461165K(825344K), 0.0275170 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=152 (full 21):
PSYoungGen total 287232K, used 26956K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 51712K, 52% used [0x00000007f9080000,0x00000007faad31f0,0x00000007fc300000)
to space 52224K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff780000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78504K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aa3d0,0x00000007bbb80000)
}
{Heap before GC invocations=153 (full 21):
PSYoungGen total 287232K, used 262476K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 51712K, 52% used [0x00000007f9080000,0x00000007faad31f0,0x00000007fc300000)
to space 52224K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff780000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78506K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aab88,0x00000007bbb80000)
2013-12-14T23:03:05.942+0800: 2439.503: [GC
Desired survivor size 53477376 bytes, new threshold 8 (max 15)
[PSYoungGen: 262476K->26796K(288768K)] 696685K->461005K(826880K), 0.0315240 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=153 (full 21):
PSYoungGen total 288768K, used 26796K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 52224K, 51% used [0x00000007fc480000,0x00000007fdeab1f0,0x00000007ff780000)
to space 52224K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc480000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78506K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aab88,0x00000007bbb80000)
}
{Heap before GC invocations=154 (full 21):
PSYoungGen total 288768K, used 263340K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 52224K, 51% used [0x00000007fc480000,0x00000007fdeab1f0,0x00000007ff780000)
to space 52224K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc480000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78507K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aae48,0x00000007bbb80000)
2013-12-14T23:03:17.941+0800: 2451.503: [GC
Desired survivor size 52428800 bytes, new threshold 9 (max 15)
[PSYoungGen: 263340K->26188K(288768K)] 697549K->460397K(826880K), 0.0274940 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=154 (full 21):
PSYoungGen total 288768K, used 26188K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 52224K, 50% used [0x00000007f9180000,0x00000007fab131f0,0x00000007fc480000)
to space 51200K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff680000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78507K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6aae48,0x00000007bbb80000)
}
{Heap before GC invocations=155 (full 21):
PSYoungGen total 288768K, used 262732K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 52224K, 50% used [0x00000007f9180000,0x00000007fab131f0,0x00000007fc480000)
to space 51200K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff680000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ab878,0x00000007bbb80000)
2013-12-14T23:03:30.888+0800: 2464.450: [GC
Desired survivor size 52428800 bytes, new threshold 10 (max 15)
[PSYoungGen: 262732K->27148K(288768K)] 696941K->461357K(826880K), 0.0300860 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=155 (full 21):
PSYoungGen total 288768K, used 27148K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 51200K, 53% used [0x00000007fc480000,0x00000007fdf031f0,0x00000007ff680000)
to space 51200K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc480000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ab878,0x00000007bbb80000)
}
{Heap before GC invocations=156 (full 21):
PSYoungGen total 288768K, used 264716K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 51200K, 53% used [0x00000007fc480000,0x00000007fdf031f0,0x00000007ff680000)
to space 51200K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc480000)
ParOldGen total 538112K, used 434209K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 80% used [0x00000007c0000000,0x00000007da8085d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78526K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6afa28,0x00000007bbb80000)
2013-12-14T23:03:40.164+0800: 2473.725: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 264716K->51180K(288768K)] 698925K->490699K(826880K), 0.0398370 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=156 (full 21):
PSYoungGen total 288768K, used 51180K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 51200K, 99% used [0x00000007f9280000,0x00000007fc47b1f0,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 439519K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 81% used [0x00000007c0000000,0x00000007dad37c20,0x00000007e0d80000)
PSPermGen total 83456K, used 78526K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6afa28,0x00000007bbb80000)
}
{Heap before GC invocations=157 (full 21):
PSYoungGen total 288768K, used 288748K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 51200K, 99% used [0x00000007f9280000,0x00000007fc47b1f0,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 439519K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 81% used [0x00000007c0000000,0x00000007dad37c20,0x00000007e0d80000)
PSPermGen total 83456K, used 78536K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b20f0,0x00000007bbb80000)
2013-12-14T23:03:50.391+0800: 2483.953: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 288748K->26831K(291840K)] 728267K->469409K(829952K), 0.0280180 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=157 (full 21):
PSYoungGen total 291840K, used 26831K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 46% used [0x00000007fc780000,0x00000007fe1b3f10,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 442578K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 82% used [0x00000007c0000000,0x00000007db0348e0,0x00000007e0d80000)
PSPermGen total 83456K, used 78536K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b20f0,0x00000007bbb80000)
}
{Heap before GC invocations=158 (full 21):
PSYoungGen total 291840K, used 260815K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 46% used [0x00000007fc780000,0x00000007fe1b3f10,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 442578K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 82% used [0x00000007c0000000,0x00000007db0348e0,0x00000007e0d80000)
PSPermGen total 83456K, used 78539K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b2f90,0x00000007bbb80000)
2013-12-14T23:04:01.445+0800: 2495.006: [GC
Desired survivor size 57147392 bytes, new threshold 9 (max 15)
[PSYoungGen: 260815K->22479K(256512K)] 703393K->470872K(794624K), 0.0267990 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=158 (full 21):
PSYoungGen total 256512K, used 22479K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 22528K, 99% used [0x00000007f8f00000,0x00000007fa4f3f10,0x00000007fa500000)
to space 55808K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffc00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78539K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b2f90,0x00000007bbb80000)
}
{Heap before GC invocations=159 (full 21):
PSYoungGen total 256512K, used 256463K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 22528K, 99% used [0x00000007f8f00000,0x00000007fa4f3f10,0x00000007fa500000)
to space 55808K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffc00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78541K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b36c0,0x00000007bbb80000)
2013-12-14T23:04:13.256+0800: 2506.817: [GC
Desired survivor size 54001664 bytes, new threshold 10 (max 15)
[PSYoungGen: 256463K->23120K(285696K)] 704856K->471512K(823808K), 0.0280680 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=159 (full 21):
PSYoungGen total 285696K, used 23120K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 50688K, 45% used [0x00000007fc580000,0x00000007fdc14188,0x00000007ff700000)
to space 52736K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc380000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78541K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b36c0,0x00000007bbb80000)
}
{Heap before GC invocations=160 (full 21):
PSYoungGen total 285696K, used 258128K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 50688K, 45% used [0x00000007fc580000,0x00000007fdc14188,0x00000007ff700000)
to space 52736K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc380000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78548K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b51b0,0x00000007bbb80000)
2013-12-14T23:04:24.325+0800: 2517.887: [GC
Desired survivor size 51380224 bytes, new threshold 11 (max 15)
[PSYoungGen: 258128K->21154K(256512K)] 706520K->469546K(794624K), 0.0266020 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=160 (full 21):
PSYoungGen total 256512K, used 21154K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 21504K, 98% used [0x00000007f9000000,0x00000007fa4a8918,0x00000007fa500000)
to space 50176K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007ff300000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78548K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b51b0,0x00000007bbb80000)
}
{Heap before GC invocations=161 (full 21):
PSYoungGen total 256512K, used 256162K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 21504K, 98% used [0x00000007f9000000,0x00000007fa4a8918,0x00000007fa500000)
to space 50176K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007ff300000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78558K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b7a48,0x00000007bbb80000)
2013-12-14T23:04:35.944+0800: 2529.506: [GC
Desired survivor size 49283072 bytes, new threshold 12 (max 15)
[PSYoungGen: 256162K->20198K(282112K)] 704554K->468590K(820224K), 0.0287330 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=161 (full 21):
PSYoungGen total 282112K, used 20198K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 46080K, 43% used [0x00000007fc200000,0x00000007fd5b9838,0x00000007fef00000)
to space 48128K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc000000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78558K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b7a48,0x00000007bbb80000)
}
{Heap before GC invocations=162 (full 21):
PSYoungGen total 282112K, used 256230K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 46080K, 43% used [0x00000007fc200000,0x00000007fd5b9838,0x00000007fef00000)
to space 48128K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc000000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78564K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b9140,0x00000007bbb80000)
2013-12-14T23:04:47.995+0800: 2541.556: [GC
Desired survivor size 47710208 bytes, new threshold 13 (max 15)
[PSYoungGen: 256230K->18323K(254464K)] 704622K->466716K(792576K), 0.0260360 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=162 (full 21):
PSYoungGen total 254464K, used 18323K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 18432K, 99% used [0x00000007f9100000,0x00000007fa2e4f68,0x00000007fa300000)
to space 46592K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fed00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78564K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6b9140,0x00000007bbb80000)
}
{Heap before GC invocations=163 (full 21):
PSYoungGen total 254464K, used 254355K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 18432K, 99% used [0x00000007f9100000,0x00000007fa2e4f68,0x00000007fa300000)
to space 46592K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fed00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78575K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6bbdb8,0x00000007bbb80000)
2013-12-14T23:04:52.954+0800: 2546.515: [GC
Desired survivor size 53477376 bytes, new threshold 14 (max 15)
[PSYoungGen: 254355K->44847K(278016K)] 702748K->493239K(816128K), 0.0385950 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=163 (full 21):
PSYoungGen total 278016K, used 44847K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 46592K, 96% used [0x00000007fbf80000,0x00000007feb4bde8,0x00000007fed00000)
to space 52224K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fbf80000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78575K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6bbdb8,0x00000007bbb80000)
}
{Heap before GC invocations=164 (full 21):
PSYoungGen total 278016K, used 276271K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 46592K, 96% used [0x00000007fbf80000,0x00000007feb4bde8,0x00000007fed00000)
to space 52224K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fbf80000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78578K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6bca28,0x00000007bbb80000)
2013-12-14T23:05:01.435+0800: 2554.996: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 276271K->51224K(283648K)] 724663K->499616K(821760K), 0.0405040 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=164 (full 21):
PSYoungGen total 283648K, used 51224K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 52224K, 98% used [0x00000007f8c80000,0x00000007fbe86060,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78578K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6bca28,0x00000007bbb80000)
}
{Heap before GC invocations=165 (full 21):
PSYoungGen total 283648K, used 282648K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 52224K, 98% used [0x00000007f8c80000,0x00000007fbe86060,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fff00000)
ParOldGen total 538112K, used 448392K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db5e2190,0x00000007e0d80000)
PSPermGen total 83456K, used 78603K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6c2d08,0x00000007bbb80000)
2013-12-14T23:05:15.675+0800: 2569.236: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 282648K->40569K(290816K)] 731040K->492136K(828928K), 0.0338200 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=165 (full 21):
PSYoungGen total 290816K, used 40569K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 70% used [0x00000007fc680000,0x00000007fee1e608,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 538112K, used 451566K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db8fba80,0x00000007e0d80000)
PSPermGen total 83456K, used 78603K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6c2d08,0x00000007bbb80000)
}
{Heap before GC invocations=166 (full 21):
PSYoungGen total 290816K, used 273529K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 70% used [0x00000007fc680000,0x00000007fee1e608,0x00000007fff00000)
to space 57856K, 0% used [0x00000007f8e00000,0x00000007f8e00000,0x00000007fc680000)
ParOldGen total 538112K, used 451566K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db8fba80,0x00000007e0d80000)
PSPermGen total 83456K, used 78626K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6c88f8,0x00000007bbb80000)
2013-12-14T23:05:28.403+0800: 2581.965: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 273529K->38539K(290816K)] 725096K->490174K(828928K), 0.0312870 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=166 (full 21):
PSYoungGen total 290816K, used 38539K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e00000)
from space 57856K, 66% used [0x00000007f8e00000,0x00000007fb3a2f78,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 451634K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db90ca90,0x00000007e0d80000)
PSPermGen total 83456K, used 78626K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6c88f8,0x00000007bbb80000)
}
{Heap before GC invocations=167 (full 21):
PSYoungGen total 290816K, used 271499K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232960K, 100% used [0x00000007eaa80000,0x00000007f8e00000,0x00000007f8e00000)
from space 57856K, 66% used [0x00000007f8e00000,0x00000007fb3a2f78,0x00000007fc680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 451634K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 83% used [0x00000007c0000000,0x00000007db90ca90,0x00000007e0d80000)
PSPermGen total 83456K, used 78639K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6cbcd8,0x00000007bbb80000)
2013-12-14T23:05:43.398+0800: 2596.960: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 271499K->40633K(291840K)] 723134K->493785K(829952K), 0.0317770 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=167 (full 21):
PSYoungGen total 291840K, used 40633K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 70% used [0x00000007fc780000,0x00000007fef2e7e8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 453151K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dba87c20,0x00000007e0d80000)
PSPermGen total 83456K, used 78639K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6cbcd8,0x00000007bbb80000)
}
{Heap before GC invocations=168 (full 21):
PSYoungGen total 291840K, used 274617K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 70% used [0x00000007fc780000,0x00000007fef2e7e8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 453151K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dba87c20,0x00000007e0d80000)
PSPermGen total 83456K, used 78644K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6cd080,0x00000007bbb80000)
2013-12-14T23:05:57.091+0800: 2610.653: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 274617K->48783K(291840K)] 727769K->502407K(829952K), 0.0396290 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=168 (full 21):
PSYoungGen total 291840K, used 48783K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007f8f00000,0x00000007fbea3c60,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 453624K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbafe1b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78644K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6cd080,0x00000007bbb80000)
}
{Heap before GC invocations=169 (full 21):
PSYoungGen total 291840K, used 282767K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007f8f00000,0x00000007fbea3c60,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 453624K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbafe1b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78656K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d0018,0x00000007bbb80000)
2013-12-14T23:06:14.474+0800: 2628.035: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 282767K->40393K(291840K)] 736391K->494278K(829952K), 0.0310410 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=169 (full 21):
PSYoungGen total 291840K, used 40393K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 69% used [0x00000007fc780000,0x00000007feef24c0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 453884K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbb3f348,0x00000007e0d80000)
PSPermGen total 83456K, used 78656K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d0018,0x00000007bbb80000)
}
{Heap before GC invocations=170 (full 21):
PSYoungGen total 291840K, used 274377K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 69% used [0x00000007fc780000,0x00000007feef24c0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 453884K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbb3f348,0x00000007e0d80000)
PSPermGen total 83456K, used 78664K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d23d0,0x00000007bbb80000)
2013-12-14T23:06:24.063+0800: 2637.625: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 274377K->21064K(291840K)] 728262K->475256K(829952K), 0.0259100 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=170 (full 21):
PSYoungGen total 291840K, used 21064K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 36% used [0x00000007f8f00000,0x00000007fa392130,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 454192K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbb8c118,0x00000007e0d80000)
PSPermGen total 83456K, used 78664K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d23d0,0x00000007bbb80000)
}
{Heap before GC invocations=171 (full 21):
PSYoungGen total 291840K, used 255048K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 36% used [0x00000007f8f00000,0x00000007fa392130,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 454192K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbb8c118,0x00000007e0d80000)
PSPermGen total 83456K, used 78666K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d29a8,0x00000007bbb80000)
2013-12-14T23:06:34.861+0800: 2648.423: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 255048K->20756K(291840K)] 709240K->475888K(829952K), 0.0252410 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=171 (full 21):
PSYoungGen total 291840K, used 20756K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdbc5380,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 455131K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbc76f08,0x00000007e0d80000)
PSPermGen total 83456K, used 78666K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d29a8,0x00000007bbb80000)
}
{Heap before GC invocations=172 (full 21):
PSYoungGen total 291840K, used 254740K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdbc5380,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 455131K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbc76f08,0x00000007e0d80000)
PSPermGen total 83456K, used 78666K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d2aa0,0x00000007bbb80000)
2013-12-14T23:06:46.318+0800: 2659.879: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 254740K->19721K(291840K)] 709872K->475102K(829952K), 0.0287530 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=172 (full 21):
PSYoungGen total 291840K, used 19721K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 34% used [0x00000007f8f00000,0x00000007fa2424f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 455381K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbcb56c8,0x00000007e0d80000)
PSPermGen total 83456K, used 78666K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6d2aa0,0x00000007bbb80000)
}
{Heap before GC invocations=173 (full 21):
PSYoungGen total 291840K, used 253705K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 34% used [0x00000007f8f00000,0x00000007fa2424f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 455381K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 84% used [0x00000007c0000000,0x00000007dbcb56c8,0x00000007e0d80000)
PSPermGen total 83456K, used 78780K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ef3a0,0x00000007bbb80000)
2013-12-14T23:06:55.596+0800: 2669.157: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 253705K->18858K(291840K)] 709086K->476300K(829952K), 0.0305730 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=173 (full 21):
PSYoungGen total 291840K, used 18858K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 32% used [0x00000007fc780000,0x00000007fd9eab58,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 457441K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 85% used [0x00000007c0000000,0x00000007dbeb8778,0x00000007e0d80000)
PSPermGen total 83456K, used 78780K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ef3a0,0x00000007bbb80000)
}
{Heap before GC invocations=174 (full 21):
PSYoungGen total 291840K, used 252842K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 32% used [0x00000007fc780000,0x00000007fd9eab58,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 457441K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 85% used [0x00000007c0000000,0x00000007dbeb8778,0x00000007e0d80000)
PSPermGen total 83456K, used 78797K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f3440,0x00000007bbb80000)
2013-12-14T23:07:06.379+0800: 2679.940: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 252842K->16804K(291840K)] 710284K->477963K(829952K), 0.0316580 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=174 (full 21):
PSYoungGen total 291840K, used 16804K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007f8f00000,0x00000007f9f69370,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 461158K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 85% used [0x00000007c0000000,0x00000007dc259ac8,0x00000007e0d80000)
PSPermGen total 83456K, used 78797K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f3440,0x00000007bbb80000)
}
{Heap before GC invocations=175 (full 21):
PSYoungGen total 291840K, used 250788K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007f8f00000,0x00000007f9f69370,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 461158K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 85% used [0x00000007c0000000,0x00000007dc259ac8,0x00000007e0d80000)
PSPermGen total 83456K, used 78806K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f58a8,0x00000007bbb80000)
2013-12-14T23:07:16.431+0800: 2689.992: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 250788K->16228K(291840K)] 711947K->479203K(829952K), 0.0304650 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=175 (full 21):
PSYoungGen total 291840K, used 16228K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007fc780000,0x00000007fd759370,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 462975K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc41fc48,0x00000007e0d80000)
PSPermGen total 83456K, used 78806K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f58a8,0x00000007bbb80000)
}
{Heap before GC invocations=176 (full 21):
PSYoungGen total 291840K, used 250212K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007fc780000,0x00000007fd759370,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 462975K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc41fc48,0x00000007e0d80000)
PSPermGen total 83456K, used 78811K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f6df8,0x00000007bbb80000)
2013-12-14T23:07:27.345+0800: 2700.906: [GC
Desired survivor size 57671680 bytes, new threshold 3 (max 15)
[PSYoungGen: 250212K->19480K(253952K)] 713187K->485210K(792064K), 0.0285740 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=176 (full 21):
PSYoungGen total 253952K, used 19480K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 19968K, 97% used [0x00000007f8f00000,0x00000007fa206118,0x00000007fa280000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78811K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f6df8,0x00000007bbb80000)
}
{Heap before GC invocations=177 (full 21):
PSYoungGen total 253952K, used 253464K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 19968K, 97% used [0x00000007f8f00000,0x00000007fa206118,0x00000007fa280000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78822K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f9a90,0x00000007bbb80000)
2013-12-14T23:07:41.871+0800: 2715.433: [GC
Desired survivor size 55050240 bytes, new threshold 4 (max 15)
[PSYoungGen: 253464K->27580K(287232K)] 719194K->493311K(825344K), 0.0327200 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=177 (full 21):
PSYoungGen total 287232K, used 27580K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 52224K, 52% used [0x00000007fc600000,0x00000007fe0ef390,0x00000007ff900000)
to space 53760K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78822K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6f9a90,0x00000007bbb80000)
}
{Heap before GC invocations=178 (full 21):
PSYoungGen total 287232K, used 262588K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 52224K, 52% used [0x00000007fc600000,0x00000007fe0ef390,0x00000007ff900000)
to space 53760K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78837K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6fd5b8,0x00000007bbb80000)
2013-12-14T23:07:54.962+0800: 2728.524: [GC
Desired survivor size 54525952 bytes, new threshold 5 (max 15)
[PSYoungGen: 262588K->32028K(288768K)] 728319K->497759K(826880K), 0.0341660 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=178 (full 21):
PSYoungGen total 288768K, used 32028K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 53760K, 59% used [0x00000007f9000000,0x00000007faf47390,0x00000007fc480000)
to space 53248K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff900000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78837K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6fd5b8,0x00000007bbb80000)
}
{Heap before GC invocations=179 (full 21):
PSYoungGen total 288768K, used 267036K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 53760K, 59% used [0x00000007f9000000,0x00000007faf47390,0x00000007fc480000)
to space 53248K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff900000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78845K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ff440,0x00000007bbb80000)
2013-12-14T23:08:06.259+0800: 2739.820: [GC
Desired survivor size 54001664 bytes, new threshold 6 (max 15)
[PSYoungGen: 267036K->32572K(288256K)] 732767K->498303K(826368K), 0.0348570 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=179 (full 21):
PSYoungGen total 288256K, used 32572K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 52224K, 62% used [0x00000007fc500000,0x00000007fe4cf390,0x00000007ff800000)
to space 52736K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78845K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb6ff440,0x00000007bbb80000)
}
{Heap before GC invocations=180 (full 21):
PSYoungGen total 288256K, used 268604K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 52224K, 62% used [0x00000007fc500000,0x00000007fe4cf390,0x00000007ff800000)
to space 52736K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78848K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7002c0,0x00000007bbb80000)
2013-12-14T23:08:19.398+0800: 2752.959: [GC
Desired survivor size 54525952 bytes, new threshold 7 (max 15)
[PSYoungGen: 268604K->34908K(288768K)] 734335K->500639K(826880K), 0.0319100 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=180 (full 21):
PSYoungGen total 288768K, used 34908K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 52736K, 66% used [0x00000007f9100000,0x00000007fb317390,0x00000007fc480000)
to space 53248K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffa00000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78848K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7002c0,0x00000007bbb80000)
}
{Heap before GC invocations=181 (full 21):
PSYoungGen total 288768K, used 270940K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 52736K, 66% used [0x00000007f9100000,0x00000007fb317390,0x00000007fc480000)
to space 53248K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffa00000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78850K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7008f0,0x00000007bbb80000)
2013-12-14T23:08:29.899+0800: 2763.461: [GC
Desired survivor size 53477376 bytes, new threshold 8 (max 15)
[PSYoungGen: 270940K->31964K(288256K)] 736671K->497695K(826368K), 0.0338580 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=181 (full 21):
PSYoungGen total 288256K, used 31964K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 51200K, 62% used [0x00000007fc600000,0x00000007fe537390,0x00000007ff800000)
to space 52224K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78850K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7008f0,0x00000007bbb80000)
}
{Heap before GC invocations=182 (full 21):
PSYoungGen total 288256K, used 269020K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 51200K, 62% used [0x00000007fc600000,0x00000007fe537390,0x00000007ff800000)
to space 52224K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78853K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7017e0,0x00000007bbb80000)
2013-12-14T23:08:41.320+0800: 2774.882: [GC
Desired survivor size 52428800 bytes, new threshold 9 (max 15)
[PSYoungGen: 269020K->31388K(289280K)] 734751K->497119K(827392K), 0.0355000 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=182 (full 21):
PSYoungGen total 289280K, used 31388K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 52224K, 60% used [0x00000007f9200000,0x00000007fb0a7390,0x00000007fc500000)
to space 51200K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff700000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78853K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7017e0,0x00000007bbb80000)
}
{Heap before GC invocations=183 (full 21):
PSYoungGen total 289280K, used 268444K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 52224K, 60% used [0x00000007f9200000,0x00000007fb0a7390,0x00000007fc500000)
to space 51200K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff700000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78854K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb701998,0x00000007bbb80000)
2013-12-14T23:08:53.205+0800: 2786.767: [GC
Desired survivor size 50855936 bytes, new threshold 10 (max 15)
[PSYoungGen: 268444K->31676K(286208K)] 734175K->497407K(824320K), 0.0342090 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=183 (full 21):
PSYoungGen total 286208K, used 31676K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 48128K, 65% used [0x00000007fc500000,0x00000007fe3ef390,0x00000007ff400000)
to space 49664K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc380000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78854K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb701998,0x00000007bbb80000)
}
{Heap before GC invocations=184 (full 21):
PSYoungGen total 286208K, used 269756K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 238080K, 100% used [0x00000007eaa80000,0x00000007f9300000,0x00000007f9300000)
from space 48128K, 65% used [0x00000007fc500000,0x00000007fe3ef390,0x00000007ff400000)
to space 49664K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc380000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78859K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb702e30,0x00000007bbb80000)
2013-12-14T23:09:04.369+0800: 2797.931: [GC
Desired survivor size 50855936 bytes, new threshold 11 (max 15)
[PSYoungGen: 269756K->33906K(287744K)] 735487K->499636K(825856K), 0.0365970 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=184 (full 21):
PSYoungGen total 287744K, used 33906K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 49664K, 68% used [0x00000007f9300000,0x00000007fb41c8e0,0x00000007fc380000)
to space 49664K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78859K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb702e30,0x00000007bbb80000)
}
{Heap before GC invocations=185 (full 21):
PSYoungGen total 287744K, used 271986K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 238080K, 100% used [0x00000007eaa80000,0x00000007f9300000,0x00000007f9300000)
from space 49664K, 68% used [0x00000007f9300000,0x00000007fb41c8e0,0x00000007fc380000)
to space 49664K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78861K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb703498,0x00000007bbb80000)
2013-12-14T23:09:14.231+0800: 2807.793: [GC
Desired survivor size 50855936 bytes, new threshold 12 (max 15)
[PSYoungGen: 271986K->34972K(288768K)] 737716K->500703K(826880K), 0.0331410 secs] [Times: user=0.07 sys=0.01, real=0.03 secs]
Heap after GC invocations=185 (full 21):
PSYoungGen total 288768K, used 34972K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 49664K, 70% used [0x00000007fc480000,0x00000007fe6a7390,0x00000007ff500000)
to space 49664K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78861K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb703498,0x00000007bbb80000)
}
{Heap before GC invocations=186 (full 21):
PSYoungGen total 288768K, used 274076K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 49664K, 70% used [0x00000007fc480000,0x00000007fe6a7390,0x00000007ff500000)
to space 49664K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78865K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7045c0,0x00000007bbb80000)
2013-12-14T23:09:25.194+0800: 2818.755: [GC
Desired survivor size 50855936 bytes, new threshold 13 (max 15)
[PSYoungGen: 274076K->34876K(288768K)] 739807K->500607K(826880K), 0.0358740 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=186 (full 21):
PSYoungGen total 288768K, used 34876K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 49664K, 70% used [0x00000007f9400000,0x00000007fb60f390,0x00000007fc480000)
to space 49664K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff600000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78865K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7045c0,0x00000007bbb80000)
}
{Heap before GC invocations=187 (full 21):
PSYoungGen total 288768K, used 273980K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 49664K, 70% used [0x00000007f9400000,0x00000007fb60f390,0x00000007fc480000)
to space 49664K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff600000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78865K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb704728,0x00000007bbb80000)
2013-12-14T23:09:38.893+0800: 2832.455: [GC
Desired survivor size 49807360 bytes, new threshold 14 (max 15)
[PSYoungGen: 273980K->33180K(287744K)] 739711K->498911K(825856K), 0.0325060 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=187 (full 21):
PSYoungGen total 287744K, used 33180K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 47616K, 69% used [0x00000007fc580000,0x00000007fe5e7390,0x00000007ff400000)
to space 48640K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78865K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb704728,0x00000007bbb80000)
}
{Heap before GC invocations=188 (full 21):
PSYoungGen total 287744K, used 273308K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 47616K, 69% used [0x00000007fc580000,0x00000007fe5e7390,0x00000007ff400000)
to space 48640K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc480000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78868K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7053c8,0x00000007bbb80000)
2013-12-14T23:09:47.905+0800: 2841.467: [GC
Desired survivor size 49807360 bytes, new threshold 15 (max 15)
[PSYoungGen: 273308K->35964K(288768K)] 739039K->501695K(826880K), 0.0332680 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=188 (full 21):
PSYoungGen total 288768K, used 35964K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 48640K, 73% used [0x00000007f9500000,0x00000007fb81f390,0x00000007fc480000)
to space 48640K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78868K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7053c8,0x00000007bbb80000)
}
{Heap before GC invocations=189 (full 21):
PSYoungGen total 288768K, used 276092K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 48640K, 73% used [0x00000007f9500000,0x00000007fb81f390,0x00000007fc480000)
to space 48640K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff500000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78870K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb705808,0x00000007bbb80000)
2013-12-14T23:09:59.724+0800: 2853.286: [GC
Desired survivor size 51380224 bytes, new threshold 15 (max 15)
[PSYoungGen: 276092K->40060K(288256K)] 741823K->505791K(826368K), 0.0364490 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=189 (full 21):
PSYoungGen total 288256K, used 40060K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 48640K, 82% used [0x00000007fc580000,0x00000007fec9f390,0x00000007ff500000)
to space 50176K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fc580000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78870K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb705808,0x00000007bbb80000)
}
{Heap before GC invocations=190 (full 21):
PSYoungGen total 288256K, used 279676K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 48640K, 82% used [0x00000007fc580000,0x00000007fec9f390,0x00000007ff500000)
to space 50176K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fc580000)
ParOldGen total 538112K, used 465730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 86% used [0x00000007c0000000,0x00000007dc6d09d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78875K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb706ee8,0x00000007bbb80000)
2013-12-14T23:10:08.563+0800: 2862.125: [GC
Desired survivor size 52953088 bytes, new threshold 15 (max 15)
[PSYoungGen: 279676K->40860K(289792K)] 745407K->513939K(827904K), 0.0448470 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
Heap after GC invocations=190 (full 21):
PSYoungGen total 289792K, used 40860K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 50176K, 81% used [0x00000007f9480000,0x00000007fbc67390,0x00000007fc580000)
to space 51712K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007ffb00000)
ParOldGen total 538112K, used 473079K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 87% used [0x00000007c0000000,0x00000007dcdfdc48,0x00000007e0d80000)
PSPermGen total 83456K, used 78875K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb706ee8,0x00000007bbb80000)
}
{Heap before GC invocations=191 (full 21):
PSYoungGen total 289792K, used 280476K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 50176K, 81% used [0x00000007f9480000,0x00000007fbc67390,0x00000007fc580000)
to space 51712K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007ffb00000)
ParOldGen total 538112K, used 473079K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 87% used [0x00000007c0000000,0x00000007dcdfdc48,0x00000007e0d80000)
PSPermGen total 83456K, used 78877K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7074a8,0x00000007bbb80000)
2013-12-14T23:10:20.149+0800: 2873.710: [GC
Desired survivor size 51904512 bytes, new threshold 15 (max 15)
[PSYoungGen: 280476K->29577K(290816K)] 753555K->503291K(828928K), 0.0281710 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=191 (full 21):
PSYoungGen total 290816K, used 29577K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 49664K, 59% used [0x00000007fc880000,0x00000007fe5624f0,0x00000007ff900000)
to space 50688K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc780000)
ParOldGen total 538112K, used 473714K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dce9c8b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78877K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7074a8,0x00000007bbb80000)
}
{Heap before GC invocations=192 (full 21):
PSYoungGen total 290816K, used 270729K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 49664K, 59% used [0x00000007fc880000,0x00000007fe5624f0,0x00000007ff900000)
to space 50688K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc780000)
ParOldGen total 538112K, used 473714K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dce9c8b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78883K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb708c10,0x00000007bbb80000)
2013-12-14T23:10:31.540+0800: 2885.101: [GC
Desired survivor size 50855936 bytes, new threshold 15 (max 15)
[PSYoungGen: 270729K->28201K(291840K)] 744443K->501931K(829952K), 0.0266660 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=192 (full 21):
PSYoungGen total 291840K, used 28201K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 50688K, 55% used [0x00000007f9600000,0x00000007fb18a4f0,0x00000007fc780000)
to space 49664K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007ff800000)
ParOldGen total 538112K, used 473730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dcea08b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78883K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb708c10,0x00000007bbb80000)
}
{Heap before GC invocations=193 (full 21):
PSYoungGen total 291840K, used 269353K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 50688K, 55% used [0x00000007f9600000,0x00000007fb18a4f0,0x00000007fc780000)
to space 49664K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007ff800000)
ParOldGen total 538112K, used 473730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dcea08b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78886K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb709bf8,0x00000007bbb80000)
2013-12-14T23:10:44.554+0800: 2898.116: [GC
Desired survivor size 49807360 bytes, new threshold 15 (max 15)
[PSYoungGen: 269353K->27337K(289792K)] 743083K->501083K(827904K), 0.0277480 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=193 (full 21):
PSYoungGen total 289792K, used 27337K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 47616K, 57% used [0x00000007fc780000,0x00000007fe2324f0,0x00000007ff600000)
to space 48640K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc680000)
ParOldGen total 538112K, used 473746K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dcea48b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78886K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb709bf8,0x00000007bbb80000)
}
{Heap before GC invocations=194 (full 21):
PSYoungGen total 289792K, used 269513K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 47616K, 57% used [0x00000007fc780000,0x00000007fe2324f0,0x00000007ff600000)
to space 48640K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc680000)
ParOldGen total 538112K, used 473746K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dcea48b0,0x00000007e0d80000)
PSPermGen total 83456K, used 78891K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ae10,0x00000007bbb80000)
2013-12-14T23:10:57.592+0800: 2911.154: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 269513K->27241K(290816K)] 743259K->502744K(828928K), 0.0299020 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=194 (full 21):
PSYoungGen total 290816K, used 27241K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 48640K, 56% used [0x00000007f9700000,0x00000007fb19a4f0,0x00000007fc680000)
to space 47616K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007ff500000)
ParOldGen total 538112K, used 475502K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd05bbe0,0x00000007e0d80000)
PSPermGen total 83456K, used 78891K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ae10,0x00000007bbb80000)
}
{Heap before GC invocations=195 (full 21):
PSYoungGen total 290816K, used 269417K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 48640K, 56% used [0x00000007f9700000,0x00000007fb19a4f0,0x00000007fc680000)
to space 47616K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007ff500000)
ParOldGen total 538112K, used 475502K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd05bbe0,0x00000007e0d80000)
PSPermGen total 83456K, used 78896K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70c1c8,0x00000007bbb80000)
2013-12-14T23:11:07.939+0800: 2921.501: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 269417K->26473K(289792K)] 744920K->503784K(827904K), 0.0293240 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=195 (full 21):
PSYoungGen total 289792K, used 26473K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 46592K, 56% used [0x00000007fc680000,0x00000007fe05a4f0,0x00000007ff400000)
to space 47104K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fc600000)
ParOldGen total 538112K, used 477311K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd21fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78896K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70c1c8,0x00000007bbb80000)
}
{Heap before GC invocations=196 (full 21):
PSYoungGen total 289792K, used 269673K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 46592K, 56% used [0x00000007fc680000,0x00000007fe05a4f0,0x00000007ff400000)
to space 47104K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fc600000)
ParOldGen total 538112K, used 477311K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd21fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78896K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70c2d0,0x00000007bbb80000)
2013-12-14T23:11:17.895+0800: 2931.457: [GC
Desired survivor size 46661632 bytes, new threshold 15 (max 15)
[PSYoungGen: 269673K->28154K(271360K)] 746984K->505530K(809472K), 0.0273210 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=196 (full 21):
PSYoungGen total 271360K, used 28154K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 28160K, 99% used [0x00000007f9800000,0x00000007fb37e998,0x00000007fb380000)
to space 45568K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff200000)
ParOldGen total 538112K, used 477375K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd22fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78896K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70c2d0,0x00000007bbb80000)
}
{Heap before GC invocations=197 (full 21):
PSYoungGen total 271360K, used 271354K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 28160K, 99% used [0x00000007f9800000,0x00000007fb37e998,0x00000007fb380000)
to space 45568K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff200000)
ParOldGen total 538112K, used 477375K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd22fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78907K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ed30,0x00000007bbb80000)
2013-12-14T23:11:29.668+0800: 2943.229: [GC
Desired survivor size 45613056 bytes, new threshold 15 (max 15)
[PSYoungGen: 271354K->27834K(287744K)] 748730K->505250K(825856K), 0.0293790 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=197 (full 21):
PSYoungGen total 287744K, used 27834K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 43520K, 63% used [0x00000007fc580000,0x00000007fe0ae998,0x00000007ff000000)
to space 44544K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fc480000)
ParOldGen total 538112K, used 477415K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd239e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78907K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ed30,0x00000007bbb80000)
}
{Heap before GC invocations=198 (full 21):
PSYoungGen total 287744K, used 272058K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 43520K, 63% used [0x00000007fc580000,0x00000007fe0ae998,0x00000007ff000000)
to space 44544K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fc480000)
ParOldGen total 538112K, used 477415K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd239e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78907K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ef90,0x00000007bbb80000)
2013-12-14T23:11:43.405+0800: 2956.967: [GC
Desired survivor size 44564480 bytes, new threshold 15 (max 15)
[PSYoungGen: 272058K->28122K(288768K)] 749474K->505562K(826880K), 0.0265650 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=198 (full 21):
PSYoungGen total 288768K, used 28122K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 44544K, 63% used [0x00000007f9900000,0x00000007fb476998,0x00000007fc480000)
to space 43520K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fef00000)
ParOldGen total 538112K, used 477439K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd23fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78907K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb70ef90,0x00000007bbb80000)
}
{Heap before GC invocations=199 (full 21):
PSYoungGen total 288768K, used 272346K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 44544K, 63% used [0x00000007f9900000,0x00000007fb476998,0x00000007fc480000)
to space 43520K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fef00000)
ParOldGen total 538112K, used 477439K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd23fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78917K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb711580,0x00000007bbb80000)
2013-12-14T23:11:54.116+0800: 2967.677: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 272346K->26570K(287744K)] 749786K->504026K(825856K), 0.0274410 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=199 (full 21):
PSYoungGen total 287744K, used 26570K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 42496K, 62% used [0x00000007fc480000,0x00000007fde729a8,0x00000007fee00000)
to space 43008K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fc400000)
ParOldGen total 538112K, used 477455K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd243e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78917K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb711580,0x00000007bbb80000)
}
{Heap before GC invocations=200 (full 21):
PSYoungGen total 287744K, used 271818K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 245248K, 100% used [0x00000007eaa80000,0x00000007f9a00000,0x00000007f9a00000)
from space 42496K, 62% used [0x00000007fc480000,0x00000007fde729a8,0x00000007fee00000)
to space 43008K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fc400000)
ParOldGen total 538112K, used 477455K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd243e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78917K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7117e0,0x00000007bbb80000)
2013-12-14T23:12:09.138+0800: 2982.699: [GC
Desired survivor size 43515904 bytes, new threshold 15 (max 15)
[PSYoungGen: 271818K->25754K(288256K)] 749274K->503234K(826368K), 0.0306160 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=200 (full 21):
PSYoungGen total 288256K, used 25754K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 43008K, 59% used [0x00000007f9a00000,0x00000007fb326998,0x00000007fc400000)
to space 42496K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fee00000)
ParOldGen total 538112K, used 477479K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd249e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78917K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7117e0,0x00000007bbb80000)
}
{Heap before GC invocations=201 (full 21):
PSYoungGen total 288256K, used 270621K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 245248K, 99% used [0x00000007eaa80000,0x00000007f99a0be0,0x00000007f9a00000)
from space 43008K, 59% used [0x00000007f9a00000,0x00000007fb326998,0x00000007fc400000)
to space 42496K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fee00000)
ParOldGen total 538112K, used 477479K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd249e80,0x00000007e0d80000)
PSPermGen total 83456K, used 78922K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb712878,0x00000007bbb80000)
2013-12-14T23:12:23.973+0800: 2997.535: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 270621K->34564K(288256K)] 748100K->512068K(826368K), 0.0345100 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=201 (full 21):
PSYoungGen total 288256K, used 34564K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 42496K, 81% used [0x00000007fc480000,0x00000007fe641338,0x00000007fee00000)
to space 43008K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fc480000)
ParOldGen total 538112K, used 477503K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd24fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78922K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb712878,0x00000007bbb80000)
}
{Heap before GC invocations=202 (full 21):
PSYoungGen total 288256K, used 280324K [0x00000007eaa80000, 0x00000007fef00000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 42496K, 81% used [0x00000007fc480000,0x00000007fe641338,0x00000007fee00000)
to space 43008K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fc480000)
ParOldGen total 538112K, used 477503K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 88% used [0x00000007c0000000,0x00000007dd24fe80,0x00000007e0d80000)
PSPermGen total 83456K, used 78927K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb713c30,0x00000007bbb80000)
2013-12-14T23:12:36.457+0800: 3010.019: [GC
Desired survivor size 51904512 bytes, new threshold 14 (max 15)
[PSYoungGen: 280324K->42980K(288768K)] 757828K->531500K(826880K), 0.0389520 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=202 (full 21):
PSYoungGen total 288768K, used 42980K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 43008K, 99% used [0x00000007f9a80000,0x00000007fc479338,0x00000007fc480000)
to space 50688K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffe80000)
ParOldGen total 538112K, used 488519K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 90% used [0x00000007c0000000,0x00000007ddd11eb0,0x00000007e0d80000)
PSPermGen total 83456K, used 78927K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb713c30,0x00000007bbb80000)
}
{Heap before GC invocations=203 (full 21):
PSYoungGen total 288768K, used 288740K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 43008K, 99% used [0x00000007f9a80000,0x00000007fc479338,0x00000007fc480000)
to space 50688K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffe80000)
ParOldGen total 538112K, used 488519K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 90% used [0x00000007c0000000,0x00000007ddd11eb0,0x00000007e0d80000)
PSPermGen total 83456K, used 78928K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7141d0,0x00000007bbb80000)
2013-12-14T23:12:48.840+0800: 3022.402: [GC
Desired survivor size 56098816 bytes, new threshold 15 (max 15)
[PSYoungGen: 288740K->47741K(290816K)] 777260K->539078K(828928K), 0.0428250 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
Heap after GC invocations=203 (full 21):
PSYoungGen total 290816K, used 47741K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 50688K, 94% used [0x00000007fcd00000,0x00000007ffb9f4e0,0x00000007ffe80000)
to space 54784K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fca80000)
ParOldGen total 538112K, used 491336K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd23d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78928K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7141d0,0x00000007bbb80000)
}
{Heap before GC invocations=204 (full 21):
PSYoungGen total 290816K, used 287869K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 50688K, 94% used [0x00000007fcd00000,0x00000007ffb9f4e0,0x00000007ffe80000)
to space 54784K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fca80000)
ParOldGen total 538112K, used 491336K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd23d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78936K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb716270,0x00000007bbb80000)
2013-12-14T23:13:00.236+0800: 3033.797: [GC
Desired survivor size 56098816 bytes, new threshold 15 (max 15)
[PSYoungGen: 287869K->39437K(294912K)] 779206K->530774K(833024K), 0.0327600 secs] [Times: user=0.07 sys=0.01, real=0.03 secs]
Heap after GC invocations=204 (full 21):
PSYoungGen total 294912K, used 39437K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 54784K, 71% used [0x00000007f9500000,0x00000007fbb83778,0x00000007fca80000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 538112K, used 491336K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd23d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78936K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb716270,0x00000007bbb80000)
}
{Heap before GC invocations=205 (full 21):
PSYoungGen total 294912K, used 279565K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 54784K, 71% used [0x00000007f9500000,0x00000007fbb83778,0x00000007fca80000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 538112K, used 491336K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd23d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78940K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb717280,0x00000007bbb80000)
2013-12-14T23:13:11.903+0800: 3045.465: [GC
Desired survivor size 58195968 bytes, new threshold 15 (max 15)
[PSYoungGen: 279565K->45688K(290816K)] 770902K->537041K(828928K), 0.0369220 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=205 (full 21):
PSYoungGen total 290816K, used 45688K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 54784K, 83% used [0x00000007fca80000,0x00000007ff71e260,0x0000000800000000)
to space 56832K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc880000)
ParOldGen total 538112K, used 491352K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd63d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78940K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb717280,0x00000007bbb80000)
}
{Heap before GC invocations=206 (full 21):
PSYoungGen total 290816K, used 281720K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 54784K, 83% used [0x00000007fca80000,0x00000007ff71e260,0x0000000800000000)
to space 56832K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc880000)
ParOldGen total 538112K, used 491352K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfd63d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78954K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71aae0,0x00000007bbb80000)
2013-12-14T23:13:20.492+0800: 3054.054: [GC
Desired survivor size 59244544 bytes, new threshold 14 (max 15)
[PSYoungGen: 281720K->48208K(284672K)] 773073K->539576K(822784K), 0.0400020 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
Heap after GC invocations=206 (full 21):
PSYoungGen total 284672K, used 48208K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 48640K, 99% used [0x00000007f9100000,0x00000007fc014008,0x00000007fc080000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 491368K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfda3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78954K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71aae0,0x00000007bbb80000)
}
{Heap before GC invocations=207 (full 21):
PSYoungGen total 284672K, used 284240K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 48640K, 99% used [0x00000007f9100000,0x00000007fc014008,0x00000007fc080000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 491368K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfda3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78957K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71b7e0,0x00000007bbb80000)
2013-12-14T23:13:31.057+0800: 3064.618: [GC
Desired survivor size 59244544 bytes, new threshold 15 (max 15)
[PSYoungGen: 284240K->31170K(291840K)] 775608K->522603K(829952K), 0.0327580 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=207 (full 21):
PSYoungGen total 291840K, used 31170K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 53% used [0x00000007fc780000,0x00000007fe5f0960,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 491432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfea3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78957K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71b7e0,0x00000007bbb80000)
}
{Heap before GC invocations=208 (full 21):
PSYoungGen total 291840K, used 265154K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 53% used [0x00000007fc780000,0x00000007fe5f0960,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 538112K, used 491432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfea3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78961K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71c590,0x00000007bbb80000)
2013-12-14T23:13:41.910+0800: 3075.472: [GC
Desired survivor size 59244544 bytes, new threshold 15 (max 15)
[PSYoungGen: 265154K->26425K(291840K)] 756587K->517858K(829952K), 0.0286320 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=208 (full 21):
PSYoungGen total 291840K, used 26425K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 45% used [0x00000007f8f00000,0x00000007fa8ce4e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 491432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfea3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78961K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71c590,0x00000007bbb80000)
}
{Heap before GC invocations=209 (full 21):
PSYoungGen total 291840K, used 260409K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 45% used [0x00000007f8f00000,0x00000007fa8ce4e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 538112K, used 491432K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007ddfea3d0,0x00000007e0d80000)
PSPermGen total 83456K, used 78963K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ce08,0x00000007bbb80000)
2013-12-14T23:13:55.112+0800: 3088.674: [GC
Desired survivor size 58720256 bytes, new threshold 15 (max 15)
[PSYoungGen: 260409K->22864K(290816K)] 751842K->517166K(828928K), 0.0289730 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=209 (full 21):
PSYoungGen total 290816K, used 22864K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 40% used [0x00000007fc780000,0x00000007fddd4008,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 538112K, used 494302K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007de2b7800,0x00000007e0d80000)
PSPermGen total 83456K, used 78963K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ce08,0x00000007bbb80000)
}
{Heap before GC invocations=210 (full 21):
PSYoungGen total 290816K, used 256848K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 56832K, 40% used [0x00000007fc780000,0x00000007fddd4008,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 538112K, used 494302K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007de2b7800,0x00000007e0d80000)
PSPermGen total 83456K, used 78966K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71da50,0x00000007bbb80000)
2013-12-14T23:14:10.342+0800: 3103.903: [GC
Desired survivor size 57147392 bytes, new threshold 15 (max 15)
[PSYoungGen: 256848K->31632K(265728K)] 751150K->526362K(803840K), 0.0271700 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=210 (full 21):
PSYoungGen total 265728K, used 31632K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 31744K, 99% used [0x00000007f8f00000,0x00000007fade4008,0x00000007fae00000)
to space 55808K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007ffd00000)
ParOldGen total 538112K, used 494730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007de322850,0x00000007e0d80000)
PSPermGen total 83456K, used 78966K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71da50,0x00000007bbb80000)
}
{Heap before GC invocations=211 (full 21):
PSYoungGen total 265728K, used 265616K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 31744K, 99% used [0x00000007f8f00000,0x00000007fade4008,0x00000007fae00000)
to space 55808K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007ffd00000)
ParOldGen total 538112K, used 494730K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 91% used [0x00000007c0000000,0x00000007de322850,0x00000007e0d80000)
PSPermGen total 83456K, used 78969K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e7e8,0x00000007bbb80000)
2013-12-14T23:14:22.078+0800: 3115.639: [GC
Desired survivor size 57671680 bytes, new threshold 15 (max 15)
[PSYoungGen: 265616K->17526K(290304K)] 760346K->518211K(828416K), 0.0264540 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=211 (full 21):
PSYoungGen total 290304K, used 17526K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 55808K, 31% used [0x00000007fc680000,0x00000007fd79d9d0,0x00000007ffd00000)
to space 56320K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc680000)
ParOldGen total 538112K, used 500685K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8f35d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78969K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e7e8,0x00000007bbb80000)
}
{Heap before GC invocations=212 (full 21):
PSYoungGen total 290304K, used 252022K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 55808K, 31% used [0x00000007fc680000,0x00000007fd79d9d0,0x00000007ffd00000)
to space 56320K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc680000)
ParOldGen total 538112K, used 500685K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8f35d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78969K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e7e8,0x00000007bbb80000)
2013-12-14T23:14:36.447+0800: 3130.009: [GC
Desired survivor size 57147392 bytes, new threshold 15 (max 15)
[PSYoungGen: 252022K->19562K(290816K)] 752707K->520263K(828928K), 0.0282040 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=212 (full 21):
PSYoungGen total 290816K, used 19562K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 56320K, 34% used [0x00000007f8f80000,0x00000007fa29a8f0,0x00000007fc680000)
to space 55808K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007ffd80000)
ParOldGen total 538112K, used 500701K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8f75d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78969K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e7e8,0x00000007bbb80000)
}
{Heap before GC invocations=213 (full 21):
PSYoungGen total 290816K, used 254058K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 56320K, 34% used [0x00000007f8f80000,0x00000007fa29a8f0,0x00000007fc680000)
to space 55808K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007ffd80000)
ParOldGen total 538112K, used 500701K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8f75d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e910,0x00000007bbb80000)
2013-12-14T23:14:45.480+0800: 3139.042: [GC
Desired survivor size 55050240 bytes, new threshold 15 (max 15)
[PSYoungGen: 254058K->29630K(287232K)] 754759K->530356K(825344K), 0.0296320 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=213 (full 21):
PSYoungGen total 287232K, used 29630K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 51712K, 57% used [0x00000007fc700000,0x00000007fe3efaf8,0x00000007ff980000)
to space 53760K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc500000)
ParOldGen total 538112K, used 500725K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8fd5d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e910,0x00000007bbb80000)
}
{Heap before GC invocations=214 (full 21):
PSYoungGen total 287232K, used 265150K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 51712K, 57% used [0x00000007fc700000,0x00000007fe3efaf8,0x00000007ff980000)
to space 53760K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc500000)
ParOldGen total 538112K, used 500725K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de8fd5d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e910,0x00000007bbb80000)
2013-12-14T23:14:54.533+0800: 3148.095: [GC
Desired survivor size 52953088 bytes, new threshold 15 (max 15)
[PSYoungGen: 265150K->29545K(265216K)] 765876K->530287K(803328K), 0.0304490 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=214 (full 21):
PSYoungGen total 265216K, used 29545K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 29696K, 99% used [0x00000007f9080000,0x00000007fad5a638,0x00000007fad80000)
to space 51712K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007ff680000)
ParOldGen total 538112K, used 500741K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de9015d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71e910,0x00000007bbb80000)
}
{Heap before GC invocations=215 (full 21):
PSYoungGen total 265216K, used 265065K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 29696K, 99% used [0x00000007f9080000,0x00000007fad5a638,0x00000007fad80000)
to space 51712K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007ff680000)
ParOldGen total 538112K, used 500741K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de9015d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ea28,0x00000007bbb80000)
2013-12-14T23:15:05.511+0800: 3159.073: [GC
Desired survivor size 50855936 bytes, new threshold 15 (max 15)
[PSYoungGen: 265065K->29604K(284160K)] 765807K->530386K(822272K), 0.0286140 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=215 (full 21):
PSYoungGen total 284160K, used 29604K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 47616K, 62% used [0x00000007fc400000,0x00000007fe0e9300,0x00000007ff280000)
to space 49664K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc200000)
ParOldGen total 538112K, used 500781K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de90b5d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ea28,0x00000007bbb80000)
}
{Heap before GC invocations=216 (full 21):
PSYoungGen total 284160K, used 266148K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 47616K, 62% used [0x00000007fc400000,0x00000007fe0e9300,0x00000007ff280000)
to space 49664K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc200000)
ParOldGen total 538112K, used 500781K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de90b5d8,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ea28,0x00000007bbb80000)
2013-12-14T23:15:15.456+0800: 3169.018: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 266148K->28633K(265216K)] 766930K->529641K(803328K), 0.0661440 secs] [Times: user=0.06 sys=0.00, real=0.07 secs]
Heap after GC invocations=216 (full 21):
PSYoungGen total 265216K, used 28633K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 28672K, 99% used [0x00000007f9180000,0x00000007fad765a8,0x00000007fad80000)
to space 48128K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007ff080000)
ParOldGen total 538112K, used 501007K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de943f78,0x00000007e0d80000)
PSPermGen total 83456K, used 78970K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71ea28,0x00000007bbb80000)
}
{Heap before GC invocations=217 (full 21):
PSYoungGen total 265216K, used 265177K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 28672K, 99% used [0x00000007f9180000,0x00000007fad765a8,0x00000007fad80000)
to space 48128K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007ff080000)
ParOldGen total 538112K, used 501007K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007de943f78,0x00000007e0d80000)
PSPermGen total 83456K, used 78974K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71f9d8,0x00000007bbb80000)
2013-12-14T23:15:27.397+0800: 3180.958: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 265177K->22105K(284672K)] 766185K->526058K(822784K), 0.0277060 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=217 (full 21):
PSYoungGen total 284672K, used 22105K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 47104K, 46% used [0x00000007fc180000,0x00000007fd7165a8,0x00000007fef80000)
to space 47616K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc100000)
ParOldGen total 538112K, used 503952K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec24318,0x00000007e0d80000)
PSPermGen total 83456K, used 78974K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb71f9d8,0x00000007bbb80000)
}
{Heap before GC invocations=218 (full 21):
PSYoungGen total 284672K, used 259673K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 47104K, 46% used [0x00000007fc180000,0x00000007fd7165a8,0x00000007fef80000)
to space 47616K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc100000)
ParOldGen total 538112K, used 503952K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec24318,0x00000007e0d80000)
PSPermGen total 83456K, used 78976K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7201d8,0x00000007bbb80000)
2013-12-14T23:15:39.311+0800: 3192.873: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 259673K->24063K(285184K)] 763626K->528032K(823296K), 0.4041210 secs] [Times: user=0.05 sys=0.00, real=0.40 secs]
Heap after GC invocations=218 (full 21):
PSYoungGen total 285184K, used 24063K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 47616K, 50% used [0x00000007f9280000,0x00000007fa9ffe18,0x00000007fc100000)
to space 47104K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007fef80000)
ParOldGen total 538112K, used 503968K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec28318,0x00000007e0d80000)
PSPermGen total 83456K, used 78976K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7201d8,0x00000007bbb80000)
}
{Heap before GC invocations=219 (full 21):
PSYoungGen total 285184K, used 261631K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 47616K, 50% used [0x00000007f9280000,0x00000007fa9ffe18,0x00000007fc100000)
to space 47104K, 0% used [0x00000007fc180000,0x00000007fc180000,0x00000007fef80000)
ParOldGen total 538112K, used 503968K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec28318,0x00000007e0d80000)
PSPermGen total 83456K, used 78976K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7201f8,0x00000007bbb80000)
2013-12-14T23:15:52.804+0800: 3206.365: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 261631K->22952K(283648K)] 765600K->527066K(821760K), 0.0308230 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=219 (full 21):
PSYoungGen total 283648K, used 22952K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 45056K, 50% used [0x00000007fc180000,0x00000007fd7ea360,0x00000007fed80000)
to space 46080K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fc080000)
ParOldGen total 538112K, used 504113K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec4c758,0x00000007e0d80000)
PSPermGen total 83456K, used 78976K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7201f8,0x00000007bbb80000)
}
{Heap before GC invocations=220 (full 21):
PSYoungGen total 283648K, used 261544K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 45056K, 50% used [0x00000007fc180000,0x00000007fd7ea360,0x00000007fed80000)
to space 46080K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fc080000)
ParOldGen total 538112K, used 504113K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec4c758,0x00000007e0d80000)
PSPermGen total 83456K, used 78977K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7204c0,0x00000007bbb80000)
2013-12-14T23:16:06.862+0800: 3220.423: [GC
Desired survivor size 45613056 bytes, new threshold 15 (max 15)
[PSYoungGen: 261544K->27639K(266240K)] 765658K->531761K(804352K), 0.0330290 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=220 (full 21):
PSYoungGen total 266240K, used 27639K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 27648K, 99% used [0x00000007f9380000,0x00000007fae7dd88,0x00000007fae80000)
to space 44544K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007feb80000)
ParOldGen total 538112K, used 504121K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec4e758,0x00000007e0d80000)
PSPermGen total 83456K, used 78977K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7204c0,0x00000007bbb80000)
}
{Heap before GC invocations=221 (full 21):
PSYoungGen total 266240K, used 266231K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 27648K, 99% used [0x00000007f9380000,0x00000007fae7dd88,0x00000007fae80000)
to space 44544K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007feb80000)
ParOldGen total 538112K, used 504121K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec4e758,0x00000007e0d80000)
PSPermGen total 83456K, used 78980K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721080,0x00000007bbb80000)
2013-12-14T23:16:18.539+0800: 3232.101: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 266231K->28805K(281088K)] 770353K->533057K(819200K), 0.0321170 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=221 (full 21):
PSYoungGen total 281088K, used 28805K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 41472K, 69% used [0x00000007fc000000,0x00000007fdc21508,0x00000007fe880000)
to space 43008K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fbe80000)
ParOldGen total 538112K, used 504251K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec6efe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78980K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721080,0x00000007bbb80000)
}
{Heap before GC invocations=222 (full 21):
PSYoungGen total 281088K, used 268421K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 41472K, 69% used [0x00000007fc000000,0x00000007fdc21508,0x00000007fe880000)
to space 43008K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fbe80000)
ParOldGen total 538112K, used 504251K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec6efe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78981K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7215a0,0x00000007bbb80000)
2013-12-14T23:16:30.786+0800: 3244.348: [GC
Desired survivor size 45088768 bytes, new threshold 15 (max 15)
[PSYoungGen: 268421K->34418K(282624K)] 772673K->538702K(820736K), 0.0350170 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=222 (full 21):
PSYoungGen total 282624K, used 34418K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 43008K, 80% used [0x00000007f9480000,0x00000007fb61c968,0x00000007fbe80000)
to space 44032K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007feb80000)
ParOldGen total 538112K, used 504283K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec76fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78981K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7215a0,0x00000007bbb80000)
}
{Heap before GC invocations=223 (full 21):
PSYoungGen total 282624K, used 274034K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 43008K, 80% used [0x00000007f9480000,0x00000007fb61c968,0x00000007fbe80000)
to space 44032K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007feb80000)
ParOldGen total 538112K, used 504283K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec76fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78982K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721b58,0x00000007bbb80000)
2013-12-14T23:16:46.578+0800: 3260.140: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 274034K->25941K(282624K)] 778318K->530281K(820736K), 0.1405640 secs] [Times: user=0.07 sys=0.00, real=0.14 secs]
Heap after GC invocations=223 (full 21):
PSYoungGen total 282624K, used 25941K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 41984K, 61% used [0x00000007fc080000,0x00000007fd9d54f8,0x00000007fe980000)
to space 43008K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fbf80000)
ParOldGen total 538112K, used 504339K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec84fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78982K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721b58,0x00000007bbb80000)
}
{Heap before GC invocations=224 (full 21):
PSYoungGen total 282624K, used 266581K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 41984K, 61% used [0x00000007fc080000,0x00000007fd9d54f8,0x00000007fe980000)
to space 43008K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fbf80000)
ParOldGen total 538112K, used 504339K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec84fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78983K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721f38,0x00000007bbb80000)
2013-12-14T23:17:05.972+0800: 3279.534: [GC
Desired survivor size 43515904 bytes, new threshold 15 (max 15)
[PSYoungGen: 266581K->24519K(283648K)] 770921K->528875K(821760K), 0.0264630 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=224 (full 21):
PSYoungGen total 283648K, used 24519K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 43008K, 57% used [0x00000007f9580000,0x00000007fad71d88,0x00000007fbf80000)
to space 42496K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007fe980000)
ParOldGen total 538112K, used 504355K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec88fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78983K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb721f38,0x00000007bbb80000)
}
{Heap before GC invocations=225 (full 21):
PSYoungGen total 283648K, used 265159K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 43008K, 57% used [0x00000007f9580000,0x00000007fad71d88,0x00000007fbf80000)
to space 42496K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007fe980000)
ParOldGen total 538112K, used 504355K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec88fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722410,0x00000007bbb80000)
2013-12-14T23:17:26.214+0800: 3299.776: [GC
Desired survivor size 42467328 bytes, new threshold 15 (max 15)
[PSYoungGen: 265159K->24269K(282112K)] 769515K->528673K(820224K), 0.0638600 secs] [Times: user=0.06 sys=0.00, real=0.06 secs]
Heap after GC invocations=225 (full 21):
PSYoungGen total 282112K, used 24269K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 40448K, 60% used [0x00000007fc000000,0x00000007fd7b36f0,0x00000007fe780000)
to space 41472K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fbf00000)
ParOldGen total 538112K, used 504403K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec94fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722410,0x00000007bbb80000)
}
{Heap before GC invocations=226 (full 21):
PSYoungGen total 282112K, used 265933K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 40448K, 60% used [0x00000007fc000000,0x00000007fd7b36f0,0x00000007fe780000)
to space 41472K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fbf00000)
ParOldGen total 538112K, used 504403K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dec94fe8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722410,0x00000007bbb80000)
2013-12-14T23:17:39.055+0800: 3312.617: [GC
Desired survivor size 41418752 bytes, new threshold 15 (max 15)
[PSYoungGen: 265933K->25440K(283136K)] 770337K->529967K(821248K), 0.0260120 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=226 (full 21):
PSYoungGen total 283136K, used 25440K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 41472K, 61% used [0x00000007f9680000,0x00000007faf58168,0x00000007fbf00000)
to space 40448K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe680000)
ParOldGen total 538112K, used 504527K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007decb3d78,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722410,0x00000007bbb80000)
}
{Heap before GC invocations=227 (full 21):
PSYoungGen total 283136K, used 267104K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 41472K, 61% used [0x00000007f9680000,0x00000007faf58168,0x00000007fbf00000)
to space 40448K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe680000)
ParOldGen total 538112K, used 504527K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007decb3d78,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7224f8,0x00000007bbb80000)
2013-12-14T23:17:51.411+0800: 3324.972: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 267104K->26258K(281088K)] 771631K->530809K(819200K), 0.0424270 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=227 (full 21):
PSYoungGen total 281088K, used 26258K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 242688K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9780000)
from space 38400K, 68% used [0x00000007fbf00000,0x00000007fd8a4970,0x00000007fe480000)
to space 39424K, 0% used [0x00000007f9780000,0x00000007f9780000,0x00000007fbe00000)
ParOldGen total 538112K, used 504551K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007decb9d78,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7224f8,0x00000007bbb80000)
}
{Heap before GC invocations=228 (full 21):
PSYoungGen total 281088K, used 268946K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 242688K, 100% used [0x00000007eaa80000,0x00000007f9780000,0x00000007f9780000)
from space 38400K, 68% used [0x00000007fbf00000,0x00000007fd8a4970,0x00000007fe480000)
to space 39424K, 0% used [0x00000007f9780000,0x00000007f9780000,0x00000007fbe00000)
ParOldGen total 538112K, used 504551K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007decb9d78,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7224f8,0x00000007bbb80000)
2013-12-14T23:18:04.908+0800: 3338.470: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 268946K->21769K(282112K)] 773497K->527411K(820224K), 0.0314620 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=228 (full 21):
PSYoungGen total 282112K, used 21769K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 242688K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9780000)
from space 39424K, 55% used [0x00000007f9780000,0x00000007facc2640,0x00000007fbe00000)
to space 39424K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe580000)
ParOldGen total 538112K, used 505642K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedca8f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7224f8,0x00000007bbb80000)
}
{Heap before GC invocations=229 (full 21):
PSYoungGen total 282112K, used 264457K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 242688K, 100% used [0x00000007eaa80000,0x00000007f9780000,0x00000007f9780000)
from space 39424K, 55% used [0x00000007f9780000,0x00000007facc2640,0x00000007fbe00000)
to space 39424K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe580000)
ParOldGen total 538112K, used 505642K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedca8f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7225a0,0x00000007bbb80000)
2013-12-14T23:18:16.314+0800: 3349.876: [GC
Desired survivor size 39321600 bytes, new threshold 15 (max 15)
[PSYoungGen: 264457K->25833K(281088K)] 770099K->531499K(819200K), 0.0365020 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=229 (full 21):
PSYoungGen total 281088K, used 25833K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 243712K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9880000)
from space 37376K, 69% used [0x00000007fbf00000,0x00000007fd83a640,0x00000007fe380000)
to space 38400K, 0% used [0x00000007f9880000,0x00000007f9880000,0x00000007fbe00000)
ParOldGen total 538112K, used 505666K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedd08f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7225a0,0x00000007bbb80000)
}
{Heap before GC invocations=230 (full 21):
PSYoungGen total 281088K, used 269545K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 243712K, 100% used [0x00000007eaa80000,0x00000007f9880000,0x00000007f9880000)
from space 37376K, 69% used [0x00000007fbf00000,0x00000007fd83a640,0x00000007fe380000)
to space 38400K, 0% used [0x00000007f9880000,0x00000007f9880000,0x00000007fbe00000)
ParOldGen total 538112K, used 505666K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedd08f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7225e0,0x00000007bbb80000)
2013-12-14T23:18:28.918+0800: 3362.479: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 269545K->26921K(282112K)] 775211K->532595K(820224K), 0.0291040 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=230 (full 21):
PSYoungGen total 282112K, used 26921K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 243712K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9880000)
from space 38400K, 70% used [0x00000007f9880000,0x00000007fb2ca640,0x00000007fbe00000)
to space 37376K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fe280000)
ParOldGen total 538112K, used 505674K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedd28f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7225e0,0x00000007bbb80000)
}
{Heap before GC invocations=231 (full 21):
PSYoungGen total 282112K, used 270633K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 243712K, 100% used [0x00000007eaa80000,0x00000007f9880000,0x00000007f9880000)
from space 38400K, 70% used [0x00000007f9880000,0x00000007fb2ca640,0x00000007fbe00000)
to space 37376K, 0% used [0x00000007fbe00000,0x00000007fbe00000,0x00000007fe280000)
ParOldGen total 538112K, used 505674K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 93% used [0x00000007c0000000,0x00000007dedd28f8,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722690,0x00000007bbb80000)
2013-12-14T23:18:40.912+0800: 3374.473: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 270633K->27554K(280064K)] 776307K->533523K(818176K), 0.0305990 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=231 (full 21):
PSYoungGen total 280064K, used 27554K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 35328K, 77% used [0x00000007fbe00000,0x00000007fd8e89a0,0x00000007fe080000)
to space 36352K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fbd00000)
ParOldGen total 538112K, used 505969K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee1c598,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722690,0x00000007bbb80000)
}
{Heap before GC invocations=232 (full 21):
PSYoungGen total 280064K, used 272290K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 35328K, 77% used [0x00000007fbe00000,0x00000007fd8e89a0,0x00000007fe080000)
to space 36352K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fbd00000)
ParOldGen total 538112K, used 505969K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee1c598,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7226d0,0x00000007bbb80000)
2013-12-14T23:18:50.831+0800: 3384.393: [GC
Desired survivor size 37748736 bytes, new threshold 15 (max 15)
[PSYoungGen: 272290K->30306K(281088K)] 778259K->536597K(819200K), 0.0315470 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=232 (full 21):
PSYoungGen total 281088K, used 30306K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 36352K, 83% used [0x00000007f9980000,0x00000007fb7189a0,0x00000007fbd00000)
to space 36864K, 0% used [0x00000007fbe80000,0x00000007fbe80000,0x00000007fe280000)
ParOldGen total 538112K, used 506291K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee6cd28,0x00000007e0d80000)
PSPermGen total 83456K, used 78985K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7226d0,0x00000007bbb80000)
}
{Heap before GC invocations=233 (full 21):
PSYoungGen total 281088K, used 275042K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 36352K, 83% used [0x00000007f9980000,0x00000007fb7189a0,0x00000007fbd00000)
to space 36864K, 0% used [0x00000007fbe80000,0x00000007fbe80000,0x00000007fe280000)
ParOldGen total 538112K, used 506291K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee6cd28,0x00000007e0d80000)
PSPermGen total 83456K, used 78986K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722a28,0x00000007bbb80000)
2013-12-14T23:19:01.899+0800: 3395.460: [GC
Desired survivor size 37748736 bytes, new threshold 15 (max 15)
[PSYoungGen: 275042K->21984K(282624K)] 781333K->528309K(820736K), 0.0309500 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=233 (full 21):
PSYoungGen total 282624K, used 21984K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 36864K, 59% used [0x00000007fbe80000,0x00000007fd3f8120,0x00000007fe280000)
to space 36864K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fbe80000)
ParOldGen total 538112K, used 506325K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee755b8,0x00000007e0d80000)
PSPermGen total 83456K, used 78986K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb722a28,0x00000007bbb80000)
}
{Heap before GC invocations=234 (full 21):
PSYoungGen total 282624K, used 267744K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 36864K, 59% used [0x00000007fbe80000,0x00000007fd3f8120,0x00000007fe280000)
to space 36864K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fbe80000)
ParOldGen total 538112K, used 506325K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee755b8,0x00000007e0d80000)
PSPermGen total 83456K, used 79006K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb727838,0x00000007bbb80000)
2013-12-14T23:19:14.985+0800: 3408.546: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 267744K->28272K(282624K)] 774069K->534606K(820736K), 0.0315570 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=234 (full 21):
PSYoungGen total 282624K, used 28272K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 36864K, 76% used [0x00000007f9a80000,0x00000007fb61c308,0x00000007fbe80000)
to space 36352K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe280000)
ParOldGen total 538112K, used 506333K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee775b8,0x00000007e0d80000)
PSPermGen total 83456K, used 79006K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb727838,0x00000007bbb80000)
}
{Heap before GC invocations=235 (full 21):
PSYoungGen total 282624K, used 274032K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 36864K, 76% used [0x00000007f9a80000,0x00000007fb61c308,0x00000007fbe80000)
to space 36352K, 0% used [0x00000007fbf00000,0x00000007fbf00000,0x00000007fe280000)
ParOldGen total 538112K, used 506333K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007dee775b8,0x00000007e0d80000)
PSPermGen total 83456K, used 79140K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb749030,0x00000007bbb80000)
2013-12-14T23:19:27.225+0800: 3420.787: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 274032K->24073K(282112K)] 780366K->530589K(820224K), 0.0304100 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=235 (full 21):
PSYoungGen total 282112K, used 24073K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 35328K, 68% used [0x00000007fbf00000,0x00000007fd6824f0,0x00000007fe180000)
to space 35840K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fbe80000)
ParOldGen total 538112K, used 506516K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007deea51e8,0x00000007e0d80000)
PSPermGen total 83456K, used 79140K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb749030,0x00000007bbb80000)
}
{Heap before GC invocations=236 (full 21):
PSYoungGen total 282112K, used 270857K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 246784K, 100% used [0x00000007eaa80000,0x00000007f9b80000,0x00000007f9b80000)
from space 35328K, 68% used [0x00000007fbf00000,0x00000007fd6824f0,0x00000007fe180000)
to space 35840K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fbe80000)
ParOldGen total 538112K, used 506516K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007deea51e8,0x00000007e0d80000)
PSPermGen total 83456K, used 79155K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb74cc48,0x00000007bbb80000)
2013-12-14T23:19:49.101+0800: 3442.662: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 270857K->18977K(282624K)] 777373K->528543K(820736K), 0.0676680 secs] [Times: user=0.04 sys=0.00, real=0.06 secs]
Heap after GC invocations=236 (full 21):
PSYoungGen total 282624K, used 18977K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 35840K, 52% used [0x00000007f9b80000,0x00000007fae08698,0x00000007fbe80000)
to space 36352K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007fe380000)
ParOldGen total 538112K, used 509565K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df19f6a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79155K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb74cc48,0x00000007bbb80000)
}
{Heap before GC invocations=237 (full 21):
PSYoungGen total 282624K, used 265761K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 246784K, 100% used [0x00000007eaa80000,0x00000007f9b80000,0x00000007f9b80000)
from space 35840K, 52% used [0x00000007f9b80000,0x00000007fae08698,0x00000007fbe80000)
to space 36352K, 0% used [0x00000007fc000000,0x00000007fc000000,0x00000007fe380000)
ParOldGen total 538112K, used 509565K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df19f6a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79163K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb74ee58,0x00000007bbb80000)
2013-12-14T23:20:07.564+0800: 3461.126: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 265761K->19469K(284160K)] 775327K->529043K(822272K), 0.0395170 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=237 (full 21):
PSYoungGen total 284160K, used 19469K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 36352K, 53% used [0x00000007fc000000,0x00000007fd303768,0x00000007fe380000)
to space 36352K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fc000000)
ParOldGen total 538112K, used 509573K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1a16a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79163K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb74ee58,0x00000007bbb80000)
}
{Heap before GC invocations=238 (full 21):
PSYoungGen total 284160K, used 267277K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 36352K, 53% used [0x00000007fc000000,0x00000007fd303768,0x00000007fe380000)
to space 36352K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fc000000)
ParOldGen total 538112K, used 509573K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1a16a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79218K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb75c808,0x00000007bbb80000)
2013-12-14T23:20:24.618+0800: 3478.180: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 267277K->20137K(284160K)] 776851K->529726K(822272K), 0.0497820 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=238 (full 21):
PSYoungGen total 284160K, used 20137K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 36352K, 55% used [0x00000007f9c80000,0x00000007fb02a4f0,0x00000007fc000000)
to space 36352K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007fe480000)
ParOldGen total 538112K, used 509589K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1a56a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79218K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb75c808,0x00000007bbb80000)
}
{Heap before GC invocations=239 (full 21):
PSYoungGen total 284160K, used 267945K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 36352K, 55% used [0x00000007f9c80000,0x00000007fb02a4f0,0x00000007fc000000)
to space 36352K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007fe480000)
ParOldGen total 538112K, used 509589K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1a56a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79240K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7621e8,0x00000007bbb80000)
2013-12-14T23:20:37.788+0800: 3491.350: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 267945K->18441K(284160K)] 777534K->528086K(822272K), 0.0427300 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=239 (full 21):
PSYoungGen total 284160K, used 18441K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 248832K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d80000)
from space 35328K, 52% used [0x00000007fc100000,0x00000007fd302500,0x00000007fe380000)
to space 35840K, 0% used [0x00000007f9d80000,0x00000007f9d80000,0x00000007fc080000)
ParOldGen total 538112K, used 509645K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1b36a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79240K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb7621e8,0x00000007bbb80000)
}
{Heap before GC invocations=240 (full 21):
PSYoungGen total 284160K, used 267273K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 248832K, 100% used [0x00000007eaa80000,0x00000007f9d80000,0x00000007f9d80000)
from space 35328K, 52% used [0x00000007fc100000,0x00000007fd302500,0x00000007fe380000)
to space 35840K, 0% used [0x00000007f9d80000,0x00000007f9d80000,0x00000007fc080000)
ParOldGen total 538112K, used 509645K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1b36a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79278K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb76bb88,0x00000007bbb80000)
2013-12-14T23:20:40.136+0800: 3493.698: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 267273K->18429K(284672K)] 776918K->528130K(822784K), 0.0274390 secs] [Times: user=0.08 sys=0.01, real=0.03 secs]
Heap after GC invocations=240 (full 21):
PSYoungGen total 284672K, used 18429K [0x00000007eaa80000, 0x00000007fe500000, 0x0000000800000000)
eden space 248832K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d80000)
from space 35840K, 51% used [0x00000007f9d80000,0x00000007faf7f430,0x00000007fc080000)
to space 35840K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007fe500000)
ParOldGen total 538112K, used 509701K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1c16a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79278K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 94% used [0x00000007b6a00000,0x00000007bb76bb88,0x00000007bbb80000)
}
{Heap before GC invocations=241 (full 21):
PSYoungGen total 284672K, used 267261K [0x00000007eaa80000, 0x00000007fe500000, 0x0000000800000000)
eden space 248832K, 100% used [0x00000007eaa80000,0x00000007f9d80000,0x00000007f9d80000)
from space 35840K, 51% used [0x00000007f9d80000,0x00000007faf7f430,0x00000007fc080000)
to space 35840K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007fe500000)
ParOldGen total 538112K, used 509701K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 94% used [0x00000007c0000000,0x00000007df1c16a8,0x00000007e0d80000)
PSPermGen total 83456K, used 79284K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb76d3a0,0x00000007bbb80000)
2013-12-14T23:20:42.787+0800: 3496.349: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 267261K->17476K(286208K)] 776962K->530703K(824320K), 0.0235990 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=241 (full 21):
PSYoungGen total 286208K, used 17476K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 250368K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f00000)
from space 35840K, 48% used [0x00000007fc200000,0x00000007fd311288,0x00000007fe500000)
to space 35840K, 0% used [0x00000007f9f00000,0x00000007f9f00000,0x00000007fc200000)
ParOldGen total 538112K, used 513227K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df532c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79284K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb76d3a0,0x00000007bbb80000)
}
{Heap before GC invocations=242 (full 21):
PSYoungGen total 286208K, used 267844K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 250368K, 100% used [0x00000007eaa80000,0x00000007f9f00000,0x00000007f9f00000)
from space 35840K, 48% used [0x00000007fc200000,0x00000007fd311288,0x00000007fe500000)
to space 35840K, 0% used [0x00000007f9f00000,0x00000007f9f00000,0x00000007fc200000)
ParOldGen total 538112K, used 513227K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df532c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79313K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb774658,0x00000007bbb80000)
2013-12-14T23:21:01.414+0800: 3514.976: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 267844K->18596K(286208K)] 781071K->531879K(824320K), 0.0411440 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=242 (full 21):
PSYoungGen total 286208K, used 18596K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 250368K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f00000)
from space 35840K, 51% used [0x00000007f9f00000,0x00000007fb129288,0x00000007fc200000)
to space 35328K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007fe580000)
ParOldGen total 538112K, used 513283K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df540c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79313K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb774658,0x00000007bbb80000)
}
{Heap before GC invocations=243 (full 21):
PSYoungGen total 286208K, used 268964K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 250368K, 100% used [0x00000007eaa80000,0x00000007f9f00000,0x00000007f9f00000)
from space 35840K, 51% used [0x00000007f9f00000,0x00000007fb129288,0x00000007fc200000)
to space 35328K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007fe580000)
ParOldGen total 538112K, used 513283K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df540c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79318K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7759a8,0x00000007bbb80000)
2013-12-14T23:21:10.254+0800: 3523.815: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 268964K->18500K(286208K)] 782247K->531839K(824320K), 0.0396570 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
Heap after GC invocations=243 (full 21):
PSYoungGen total 286208K, used 18500K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 34304K, 53% used [0x00000007fc300000,0x00000007fd511288,0x00000007fe480000)
to space 34816K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fc280000)
ParOldGen total 538112K, used 513339K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df54ec58,0x00000007e0d80000)
PSPermGen total 83456K, used 79318K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7759a8,0x00000007bbb80000)
}
{Heap before GC invocations=244 (full 21):
PSYoungGen total 286208K, used 270404K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 34304K, 53% used [0x00000007fc300000,0x00000007fd511288,0x00000007fe480000)
to space 34816K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fc280000)
ParOldGen total 538112K, used 513339K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df54ec58,0x00000007e0d80000)
PSPermGen total 83456K, used 79446K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb795860,0x00000007bbb80000)
2013-12-14T23:21:25.223+0800: 3538.785: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 270404K->14756K(286720K)] 783743K->528199K(824832K), 0.0440270 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=244 (full 21):
PSYoungGen total 286720K, used 14756K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 34816K, 42% used [0x00000007fa080000,0x00000007faee9288,0x00000007fc280000)
to space 34816K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe600000)
ParOldGen total 538112K, used 513443K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df568c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79446K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb795860,0x00000007bbb80000)
}
{Heap before GC invocations=245 (full 21):
PSYoungGen total 286720K, used 266660K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 34816K, 42% used [0x00000007fa080000,0x00000007faee9288,0x00000007fc280000)
to space 34816K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe600000)
ParOldGen total 538112K, used 513443K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df568c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79448K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb796310,0x00000007bbb80000)
2013-12-14T23:21:41.195+0800: 3554.756: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 266660K->14660K(286208K)] 780103K->528159K(824320K), 0.0748800 secs] [Times: user=0.05 sys=0.00, real=0.08 secs]
Heap after GC invocations=245 (full 21):
PSYoungGen total 286208K, used 14660K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 33280K, 44% used [0x00000007fc400000,0x00000007fd251288,0x00000007fe480000)
to space 34304K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc300000)
ParOldGen total 538112K, used 513499K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df576c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79448K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb796310,0x00000007bbb80000)
}
{Heap before GC invocations=246 (full 21):
PSYoungGen total 286208K, used 267588K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 33280K, 44% used [0x00000007fc400000,0x00000007fd251288,0x00000007fe480000)
to space 34304K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc300000)
ParOldGen total 538112K, used 513499K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df576c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79466K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79ab50,0x00000007bbb80000)
2013-12-14T23:21:50.619+0800: 3564.181: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 267588K->18244K(287232K)] 781087K->531839K(825344K), 0.0268530 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=246 (full 21):
PSYoungGen total 287232K, used 18244K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 34304K, 53% used [0x00000007fa180000,0x00000007fb351288,0x00000007fc300000)
to space 33280K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007fe380000)
ParOldGen total 538112K, used 513595K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df58ec58,0x00000007e0d80000)
PSPermGen total 83456K, used 79466K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79ab50,0x00000007bbb80000)
}
{Heap before GC invocations=247 (full 21):
PSYoungGen total 287232K, used 271172K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 34304K, 53% used [0x00000007fa180000,0x00000007fb351288,0x00000007fc300000)
to space 33280K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007fe380000)
ParOldGen total 538112K, used 513595K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df58ec58,0x00000007e0d80000)
PSPermGen total 83456K, used 79469K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79b428,0x00000007bbb80000)
2013-12-14T23:22:03.532+0800: 3577.094: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 271172K->18084K(286208K)] 784767K->531751K(824320K), 0.0408240 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=247 (full 21):
PSYoungGen total 286208K, used 18084K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 253952K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa280000)
from space 32256K, 56% used [0x00000007fc300000,0x00000007fd4a9288,0x00000007fe280000)
to space 32768K, 0% used [0x00000007fa280000,0x00000007fa280000,0x00000007fc280000)
ParOldGen total 538112K, used 513667K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df5a0c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79469K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79b428,0x00000007bbb80000)
}
{Heap before GC invocations=248 (full 21):
PSYoungGen total 286208K, used 272036K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 253952K, 100% used [0x00000007eaa80000,0x00000007fa280000,0x00000007fa280000)
from space 32256K, 56% used [0x00000007fc300000,0x00000007fd4a9288,0x00000007fe280000)
to space 32768K, 0% used [0x00000007fa280000,0x00000007fa280000,0x00000007fc280000)
ParOldGen total 538112K, used 513667K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df5a0c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79478K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79db58,0x00000007bbb80000)
2013-12-14T23:22:22.366+0800: 3595.927: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 272036K->25383K(286720K)] 785703K->539138K(824832K), 0.0437680 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=248 (full 21):
PSYoungGen total 286720K, used 25383K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 253952K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa280000)
from space 32768K, 77% used [0x00000007fa280000,0x00000007fbb49dd0,0x00000007fc280000)
to space 33280K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe480000)
ParOldGen total 538112K, used 513755K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df5b6c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79478K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79db58,0x00000007bbb80000)
}
{Heap before GC invocations=249 (full 21):
PSYoungGen total 286720K, used 279335K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 253952K, 100% used [0x00000007eaa80000,0x00000007fa280000,0x00000007fa280000)
from space 32768K, 77% used [0x00000007fa280000,0x00000007fbb49dd0,0x00000007fc280000)
to space 33280K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe480000)
ParOldGen total 538112K, used 513755K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df5b6c58,0x00000007e0d80000)
PSPermGen total 83456K, used 79483K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79eda8,0x00000007bbb80000)
2013-12-14T23:22:33.665+0800: 3607.227: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 279335K->29551K(286208K)] 793090K->544494K(824320K), 0.0322710 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=249 (full 21):
PSYoungGen total 286208K, used 29551K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 33280K, 88% used [0x00000007fc400000,0x00000007fe0dbc28,0x00000007fe480000)
to space 35328K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc400000)
ParOldGen total 538112K, used 514943K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df6dfd88,0x00000007e0d80000)
PSPermGen total 83456K, used 79483K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79eda8,0x00000007bbb80000)
}
{Heap before GC invocations=250 (full 21):
PSYoungGen total 286208K, used 282479K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 33280K, 88% used [0x00000007fc400000,0x00000007fe0dbc28,0x00000007fe480000)
to space 35328K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc400000)
ParOldGen total 538112K, used 514943K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 95% used [0x00000007c0000000,0x00000007df6dfd88,0x00000007e0d80000)
PSPermGen total 83456K, used 79483K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79edc8,0x00000007bbb80000)
2013-12-14T23:22:45.389+0800: 3618.950: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 282479K->23791K(288256K)] 797422K->540471K(826368K), 0.0259980 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=250 (full 21):
PSYoungGen total 288256K, used 23791K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 35328K, 67% used [0x00000007fa180000,0x00000007fb8bbc28,0x00000007fc400000)
to space 34816K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fe680000)
ParOldGen total 538112K, used 516680K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df892220,0x00000007e0d80000)
PSPermGen total 83456K, used 79483K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79edc8,0x00000007bbb80000)
}
{Heap before GC invocations=251 (full 21):
PSYoungGen total 288256K, used 276719K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 35328K, 67% used [0x00000007fa180000,0x00000007fb8bbc28,0x00000007fc400000)
to space 34816K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007fe680000)
ParOldGen total 538112K, used 516680K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df892220,0x00000007e0d80000)
PSPermGen total 83456K, used 79484K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79f080,0x00000007bbb80000)
2013-12-14T23:22:59.660+0800: 3633.221: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 276719K->27343K(288256K)] 793399K->544063K(826368K), 0.0748200 secs] [Times: user=0.05 sys=0.00, real=0.07 secs]
Heap after GC invocations=251 (full 21):
PSYoungGen total 288256K, used 27343K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 34816K, 78% used [0x00000007fc480000,0x00000007fdf33c28,0x00000007fe680000)
to space 35328K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fc480000)
ParOldGen total 538112K, used 516720K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df89c220,0x00000007e0d80000)
PSPermGen total 83456K, used 79484K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb79f080,0x00000007bbb80000)
}
{Heap before GC invocations=252 (full 21):
PSYoungGen total 288256K, used 280783K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 34816K, 78% used [0x00000007fc480000,0x00000007fdf33c28,0x00000007fe680000)
to space 35328K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fc480000)
ParOldGen total 538112K, used 516720K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df89c220,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0470,0x00000007bbb80000)
2013-12-14T23:23:10.920+0800: 3644.481: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 280783K->26431K(288768K)] 797503K->544219K(826880K), 0.0544080 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=252 (full 21):
PSYoungGen total 288768K, used 26431K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 35328K, 74% used [0x00000007fa200000,0x00000007fbbcfc38,0x00000007fc480000)
to space 35840K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007fe900000)
ParOldGen total 538112K, used 517788K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9a7390,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0470,0x00000007bbb80000)
}
{Heap before GC invocations=253 (full 21):
PSYoungGen total 288768K, used 279871K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 35328K, 74% used [0x00000007fa200000,0x00000007fbbcfc38,0x00000007fc480000)
to space 35840K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007fe900000)
ParOldGen total 538112K, used 517788K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9a7390,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0578,0x00000007bbb80000)
2013-12-14T23:23:26.037+0800: 3659.599: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 279871K->16207K(290304K)] 797659K->534041K(828416K), 0.1436250 secs] [Times: user=0.04 sys=0.00, real=0.15 secs]
Heap after GC invocations=253 (full 21):
PSYoungGen total 290304K, used 16207K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 35840K, 45% used [0x00000007fc600000,0x00000007fd5d3c28,0x00000007fe900000)
to space 35840K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fc600000)
ParOldGen total 538112K, used 517834K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9b2850,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0578,0x00000007bbb80000)
}
{Heap before GC invocations=254 (full 21):
PSYoungGen total 290304K, used 270671K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 35840K, 45% used [0x00000007fc600000,0x00000007fd5d3c28,0x00000007fe900000)
to space 35840K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fc600000)
ParOldGen total 538112K, used 517834K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9b2850,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0760,0x00000007bbb80000)
2013-12-14T23:23:41.256+0800: 3674.817: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 270671K->15151K(290304K)] 788505K->533249K(828416K), 0.0278730 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=254 (full 21):
PSYoungGen total 290304K, used 15151K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 35840K, 42% used [0x00000007fa300000,0x00000007fb1cbc18,0x00000007fc600000)
to space 35328K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fe900000)
ParOldGen total 538112K, used 518098K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9f4860,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0760,0x00000007bbb80000)
}
{Heap before GC invocations=255 (full 21):
PSYoungGen total 290304K, used 269615K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 35840K, 42% used [0x00000007fa300000,0x00000007fb1cbc18,0x00000007fc600000)
to space 35328K, 0% used [0x00000007fc680000,0x00000007fc680000,0x00000007fe900000)
ParOldGen total 538112K, used 518098K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007df9f4860,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0760,0x00000007bbb80000)
2013-12-14T23:23:53.803+0800: 3687.365: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 269615K->16975K(289792K)] 787713K->535187K(827904K), 0.0228400 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=255 (full 21):
PSYoungGen total 289792K, used 16975K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 34304K, 49% used [0x00000007fc680000,0x00000007fd713c18,0x00000007fe800000)
to space 34816K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fc600000)
ParOldGen total 538112K, used 518212K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa11050,0x00000007e0d80000)
PSPermGen total 83456K, used 79489K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a0760,0x00000007bbb80000)
}
{Heap before GC invocations=256 (full 21):
PSYoungGen total 289792K, used 272463K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 34304K, 49% used [0x00000007fc680000,0x00000007fd713c18,0x00000007fe800000)
to space 34816K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fc600000)
ParOldGen total 538112K, used 518212K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa11050,0x00000007e0d80000)
PSPermGen total 83456K, used 79492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a1318,0x00000007bbb80000)
2013-12-14T23:24:01.710+0800: 3695.272: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 272463K->24559K(290304K)] 790675K->542779K(828416K), 0.0440940 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=256 (full 21):
PSYoungGen total 290304K, used 24559K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 34816K, 70% used [0x00000007fa400000,0x00000007fbbfbc18,0x00000007fc600000)
to space 34816K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe900000)
ParOldGen total 538112K, used 518220K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa13050,0x00000007e0d80000)
PSPermGen total 83456K, used 79492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a1318,0x00000007bbb80000)
}
{Heap before GC invocations=257 (full 21):
PSYoungGen total 290304K, used 280047K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 34816K, 70% used [0x00000007fa400000,0x00000007fbbfbc18,0x00000007fc600000)
to space 34816K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe900000)
ParOldGen total 538112K, used 518220K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa13050,0x00000007e0d80000)
PSPermGen total 83456K, used 79492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a1318,0x00000007bbb80000)
2013-12-14T23:24:16.449+0800: 3710.011: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 280047K->27727K(290304K)] 798267K->546009K(828416K), 0.0444600 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=257 (full 21):
PSYoungGen total 290304K, used 27727K [0x00000007eaa80000, 0x00000007feb00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 34816K, 79% used [0x00000007fc700000,0x00000007fe213c18,0x00000007fe900000)
to space 35840K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fc700000)
ParOldGen total 538112K, used 518282K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa22a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79492K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a1318,0x00000007bbb80000)
}
{Heap before GC invocations=258 (full 21):
PSYoungGen total 290304K, used 283215K [0x00000007eaa80000, 0x00000007feb00000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 34816K, 79% used [0x00000007fc700000,0x00000007fe213c18,0x00000007fe900000)
to space 35840K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fc700000)
ParOldGen total 538112K, used 518282K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa22a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79498K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a28a8,0x00000007bbb80000)
2013-12-14T23:24:31.866+0800: 3725.427: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 283215K->21377K(291328K)] 801497K->539676K(829440K), 0.0456380 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=258 (full 21):
PSYoungGen total 291328K, used 21377K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 35840K, 59% used [0x00000007fa400000,0x00000007fb8e06b8,0x00000007fc700000)
to space 34816K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe900000)
ParOldGen total 538112K, used 518298K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa26a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79498K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a28a8,0x00000007bbb80000)
}
{Heap before GC invocations=259 (full 21):
PSYoungGen total 291328K, used 276865K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 35840K, 59% used [0x00000007fa400000,0x00000007fb8e06b8,0x00000007fc700000)
to space 34816K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe900000)
ParOldGen total 538112K, used 518298K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa26a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79501K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a3430,0x00000007bbb80000)
2013-12-14T23:24:42.640+0800: 3736.202: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 276865K->24623K(290304K)] 795164K->542977K(828416K), 0.0454500 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=259 (full 21):
PSYoungGen total 290304K, used 24623K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 33792K, 72% used [0x00000007fc700000,0x00000007fdf0bc18,0x00000007fe800000)
to space 34304K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fc680000)
ParOldGen total 538112K, used 518354K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa34a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79501K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a3430,0x00000007bbb80000)
}
{Heap before GC invocations=260 (full 21):
PSYoungGen total 290304K, used 281135K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 33792K, 72% used [0x00000007fc700000,0x00000007fdf0bc18,0x00000007fe800000)
to space 34304K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fc680000)
ParOldGen total 538112K, used 518354K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa34a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a5900,0x00000007bbb80000)
2013-12-14T23:24:57.437+0800: 3750.999: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 281135K->25039K(290816K)] 799489K->543409K(828928K), 0.0446520 secs] [Times: user=0.04 sys=0.00, real=0.05 secs]
Heap after GC invocations=260 (full 21):
PSYoungGen total 290816K, used 25039K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 34304K, 72% used [0x00000007fa500000,0x00000007fbd73c18,0x00000007fc680000)
to space 34304K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007fe900000)
ParOldGen total 538112K, used 518370K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa38a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a5900,0x00000007bbb80000)
}
{Heap before GC invocations=261 (full 21):
PSYoungGen total 290816K, used 281551K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 34304K, 72% used [0x00000007fa500000,0x00000007fbd73c18,0x00000007fc680000)
to space 34304K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007fe900000)
ParOldGen total 538112K, used 518370K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa38a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a5900,0x00000007bbb80000)
2013-12-14T23:25:09.591+0800: 3763.152: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 281551K->26255K(291840K)] 799921K->544641K(829952K), 0.0461770 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=261 (full 21):
PSYoungGen total 291840K, used 26255K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 34304K, 76% used [0x00000007fc780000,0x00000007fe123c18,0x00000007fe900000)
to space 34304K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fc780000)
ParOldGen total 538112K, used 518386K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa3ca80,0x00000007e0d80000)
PSPermGen total 83456K, used 79510K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a5900,0x00000007bbb80000)
}
{Heap before GC invocations=262 (full 21):
PSYoungGen total 291840K, used 283791K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 34304K, 76% used [0x00000007fc780000,0x00000007fe123c18,0x00000007fe900000)
to space 34304K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fc780000)
ParOldGen total 538112K, used 518386K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa3ca80,0x00000007e0d80000)
PSPermGen total 83456K, used 79513K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a6550,0x00000007bbb80000)
2013-12-14T23:25:21.554+0800: 3775.116: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 283791K->29519K(291840K)] 802177K->547929K(829952K), 0.0253210 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=262 (full 21):
PSYoungGen total 291840K, used 29519K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 34304K, 86% used [0x00000007fa600000,0x00000007fc2d3c18,0x00000007fc780000)
to space 35840K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007fed00000)
ParOldGen total 538112K, used 518410K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa42a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79513K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a6550,0x00000007bbb80000)
}
{Heap before GC invocations=263 (full 21):
PSYoungGen total 291840K, used 287055K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 34304K, 86% used [0x00000007fa600000,0x00000007fc2d3c18,0x00000007fc780000)
to space 35840K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007fed00000)
ParOldGen total 538112K, used 518410K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfa42a80,0x00000007e0d80000)
PSPermGen total 83456K, used 79519K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a7c08,0x00000007bbb80000)
2013-12-14T23:25:33.152+0800: 3786.714: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 287055K->31716K(292352K)] 805465K->550877K(830464K), 0.0323880 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=263 (full 21):
PSYoungGen total 292352K, used 31716K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 35840K, 88% used [0x00000007fca00000,0x00000007fe8f9278,0x00000007fed00000)
to space 37888K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fca00000)
ParOldGen total 538112K, used 519161K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfafe4f0,0x00000007e0d80000)
PSPermGen total 83456K, used 79519K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a7c08,0x00000007bbb80000)
}
{Heap before GC invocations=264 (full 21):
PSYoungGen total 292352K, used 288228K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 35840K, 88% used [0x00000007fca00000,0x00000007fe8f9278,0x00000007fed00000)
to space 37888K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fca00000)
ParOldGen total 538112K, used 519161K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfafe4f0,0x00000007e0d80000)
PSPermGen total 83456K, used 79519K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a7c08,0x00000007bbb80000)
2013-12-14T23:25:42.905+0800: 3796.466: [GC
Desired survivor size 39321600 bytes, new threshold 15 (max 15)
[PSYoungGen: 288228K->30404K(294400K)] 807389K->549905K(832512K), 0.0260740 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=264 (full 21):
PSYoungGen total 294400K, used 30404K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 37888K, 80% used [0x00000007fa500000,0x00000007fc2b1278,0x00000007fca00000)
to space 38400K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff100000)
ParOldGen total 538112K, used 519501K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfb53540,0x00000007e0d80000)
PSPermGen total 83456K, used 79519K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a7c08,0x00000007bbb80000)
}
{Heap before GC invocations=265 (full 21):
PSYoungGen total 294400K, used 286916K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 37888K, 80% used [0x00000007fa500000,0x00000007fc2b1278,0x00000007fca00000)
to space 38400K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff100000)
ParOldGen total 538112K, used 519501K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfb53540,0x00000007e0d80000)
PSPermGen total 83456K, used 79520K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a81b0,0x00000007bbb80000)
2013-12-14T23:25:55.654+0800: 3809.216: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 286916K->30180K(294912K)] 806417K->549697K(833024K), 0.0249030 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=265 (full 21):
PSYoungGen total 294912K, used 30180K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 38400K, 78% used [0x00000007fcb80000,0x00000007fe8f9278,0x00000007ff100000)
to space 39424K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fcb80000)
ParOldGen total 538112K, used 519517K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfb57540,0x00000007e0d80000)
PSPermGen total 83456K, used 79520K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a81b0,0x00000007bbb80000)
}
{Heap before GC invocations=266 (full 21):
PSYoungGen total 294912K, used 286692K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 38400K, 78% used [0x00000007fcb80000,0x00000007fe8f9278,0x00000007ff100000)
to space 39424K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fcb80000)
ParOldGen total 538112K, used 519517K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfb57540,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8440,0x00000007bbb80000)
2013-12-14T23:26:08.913+0800: 3822.475: [GC
Desired survivor size 39845888 bytes, new threshold 15 (max 15)
[PSYoungGen: 286692K->28868K(295936K)] 806209K->550050K(834048K), 0.0242210 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=266 (full 21):
PSYoungGen total 295936K, used 28868K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 39424K, 73% used [0x00000007fa500000,0x00000007fc131278,0x00000007fcb80000)
to space 38912K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ff200000)
ParOldGen total 538112K, used 521181K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfcf77a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8440,0x00000007bbb80000)
}
{Heap before GC invocations=267 (full 21):
PSYoungGen total 295936K, used 285380K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 39424K, 73% used [0x00000007fa500000,0x00000007fc131278,0x00000007fcb80000)
to space 38912K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ff200000)
ParOldGen total 538112K, used 521181K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfcf77a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8440,0x00000007bbb80000)
2013-12-14T23:26:17.899+0800: 3831.461: [GC
Desired survivor size 39321600 bytes, new threshold 15 (max 15)
[PSYoungGen: 285380K->27588K(295424K)] 806562K->548802K(833536K), 0.0271610 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=267 (full 21):
PSYoungGen total 295424K, used 27588K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 37888K, 72% used [0x00000007fcc00000,0x00000007fe6f1278,0x00000007ff100000)
to space 38400K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fcb80000)
ParOldGen total 538112K, used 521213K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfcff7a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8440,0x00000007bbb80000)
}
{Heap before GC invocations=268 (full 21):
PSYoungGen total 295424K, used 285124K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 37888K, 72% used [0x00000007fcc00000,0x00000007fe6f1278,0x00000007ff100000)
to space 38400K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fcb80000)
ParOldGen total 538112K, used 521213K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfcff7a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8730,0x00000007bbb80000)
2013-12-14T23:26:34.361+0800: 3847.923: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 285124K->26276K(295936K)] 806338K->547506K(834048K), 0.0224330 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=268 (full 21):
PSYoungGen total 295936K, used 26276K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 38400K, 68% used [0x00000007fa600000,0x00000007fbfa9278,0x00000007fcb80000)
to space 37376K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff000000)
ParOldGen total 538112K, used 521229K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd037a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79521K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a8730,0x00000007bbb80000)
}
{Heap before GC invocations=269 (full 21):
PSYoungGen total 295936K, used 283812K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 38400K, 68% used [0x00000007fa600000,0x00000007fbfa9278,0x00000007fcb80000)
to space 37376K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff000000)
ParOldGen total 538112K, used 521229K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd037a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79526K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a98e0,0x00000007bbb80000)
2013-12-14T23:26:50.053+0800: 3863.615: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 283812K->25508K(293888K)] 805042K->546762K(832000K), 0.0225900 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=269 (full 21):
PSYoungGen total 293888K, used 25508K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 35328K, 72% used [0x00000007fcb80000,0x00000007fe469278,0x00000007fee00000)
to space 36352K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fca80000)
ParOldGen total 538112K, used 521253K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd097a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79526K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a98e0,0x00000007bbb80000)
}
{Heap before GC invocations=270 (full 21):
PSYoungGen total 293888K, used 109426K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 258560K, 32% used [0x00000007eaa80000,0x00000007efc738e8,0x00000007fa700000)
from space 35328K, 72% used [0x00000007fcb80000,0x00000007fe469278,0x00000007fee00000)
to space 36352K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fca80000)
ParOldGen total 538112K, used 521253K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd097a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79527K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a9f70,0x00000007bbb80000)
2013-12-14T23:26:52.865+0800: 3866.427: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 109426K->25284K(284160K)] 630680K->546554K(822272K), 0.0215240 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=270 (full 21):
PSYoungGen total 284160K, used 25284K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 25600K, 98% used [0x00000007fa700000,0x00000007fbfb1278,0x00000007fc000000)
to space 35328K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fec00000)
ParOldGen total 538112K, used 521269K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd0d7a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79527K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a9f70,0x00000007bbb80000)
}
{Heap before GC invocations=271 (full 22):
PSYoungGen total 284160K, used 25284K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 25600K, 98% used [0x00000007fa700000,0x00000007fbfb1278,0x00000007fc000000)
to space 35328K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fec00000)
ParOldGen total 538112K, used 521269K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 96% used [0x00000007c0000000,0x00000007dfd0d7a0,0x00000007e0d80000)
PSPermGen total 83456K, used 79527K [0x00000007b6a00000, 0x00000007bbb80000, 0x00000007c0000000)
object space 83456K, 95% used [0x00000007b6a00000,0x00000007bb7a9f70,0x00000007bbb80000)
2013-12-14T23:26:52.887+0800: 3866.448: [Full GC [PSYoungGen: 25284K->0K(284160K)] [ParOldGen: 521269K->339792K(538112K)] 546554K->339792K(822272K) [PSPermGen: 79527K->79517K(83968K)], 0.6726620 secs] [Times: user=1.20 sys=0.00, real=0.67 secs]
Heap after GC invocations=271 (full 22):
PSYoungGen total 284160K, used 0K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 25600K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fc000000)
to space 35328K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fec00000)
ParOldGen total 538112K, used 339792K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 63% used [0x00000007c0000000,0x00000007d4bd4220,0x00000007e0d80000)
PSPermGen total 83968K, used 79517K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 94% used [0x00000007b6a00000,0x00000007bb7a7490,0x00000007bbc00000)
}
Heap
PSYoungGen total 284160K, used 32453K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 258560K, 12% used [0x00000007eaa80000,0x00000007eca317b8,0x00000007fa700000)
from space 25600K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fc000000)
to space 35328K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fec00000)
ParOldGen total 538112K, used 339792K [0x00000007c0000000, 0x00000007e0d80000, 0x00000007eaa80000)
object space 538112K, 63% used [0x00000007c0000000,0x00000007d4bd4220,0x00000007e0d80000)
PSPermGen total 83968K, used 79526K [0x00000007b6a00000, 0x00000007bbc00000, 0x00000007c0000000)
object space 83968K, 94% used [0x00000007b6a00000,0x00000007bb7a9a80,0x00000007bbc00000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment