Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created December 26, 2013 15:10
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/8134875 to your computer and use it in GitHub Desktop.
Save keybounce/8134875 to your computer and use it in GitHub Desktop.
Garbage collection log for episode 2 of magic farm performance testing. See https://www.youtube.com/watch?v=yEVlPTi393Y
{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,0x00000007b7036718,0x00000007b7f00000)
2013-12-24T19:37:56.529+0800: 5.107: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 14848K->3065K(18432K)] 14848K->3073K(61952K), 0.0048240 secs] [Times: user=0.01 sys=0.00, real=0.01 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,0x00000007b7036718,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 12030K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75bf8f8,0x00000007b7f00000)
2013-12-24T19:38:01.804+0800: 10.382: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 17913K->3568K(18432K)] 17921K->5285K(61952K), 0.0081050 secs] [Times: user=0.01 sys=0.01, real=0.01 secs]
Heap after GC invocations=2 (full 0):
PSYoungGen total 18432K, used 3568K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebffc010,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1717K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01ad5c8,0x00000007c2a80000)
PSPermGen total 21504K, used 12030K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75bf8f8,0x00000007b7f00000)
}
{Heap before GC invocations=3 (full 0):
PSYoungGen total 18432K, used 16063K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 84% used [0x00000007eaa80000,0x00000007eb6b3d70,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebffc010,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1717K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01ad5c8,0x00000007c2a80000)
PSPermGen total 21504K, used 12167K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75e1ca8,0x00000007b7f00000)
2013-12-24T19:38:02.295+0800: 10.873: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 16063K->3552K(18432K)] 17780K->15302K(61952K), 0.0083580 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=3 (full 0):
PSYoungGen total 18432K, used 3552K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc78020,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11750K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 27% used [0x00000007c0000000,0x00000007c0b79b80,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 18318K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 99% used [0x00000007eaa80000,0x00000007eb8eb9d8,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc78020,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11750K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 27% used [0x00000007c0000000,0x00000007c0b79b80,0x00000007c2a80000)
PSPermGen total 21504K, used 12235K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75f2e68,0x00000007b7f00000)
2013-12-24T19:38:02.439+0800: 11.017: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 18318K->3564K(18432K)] 30069K->22127K(61952K), 0.0078950 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=4 (full 0):
PSYoungGen total 18432K, used 3564K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebffb2b8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18562K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c1220ba0,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 18412K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebffb2b8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18562K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c1220ba0,0x00000007c2a80000)
PSPermGen total 21504K, used 12275K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b75fcf58,0x00000007b7f00000)
2013-12-24T19:38:02.639+0800: 11.217: [GC
Desired survivor size 18350080 bytes, new threshold 6 (max 15)
[PSYoungGen: 18412K->3554K(18432K)] 36975K->32198K(61952K), 0.0091330 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=5 (full 0):
PSYoungGen total 18432K, used 3554K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc78a00,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28643K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bf8fc8,0x00000007c2a80000)
PSPermGen total 21504K, used 12275K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b75fcf58,0x00000007b7f00000)
}
{Heap before GC invocations=6 (full 0):
PSYoungGen total 18432K, used 18402K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc78a00,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28643K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bf8fc8,0x00000007c2a80000)
PSPermGen total 21504K, used 12588K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764b1e8,0x00000007b7f00000)
2013-12-24T19:38:02.825+0800: 11.403: [GC
Desired survivor size 17301504 bytes, new threshold 5 (max 15)
[PSYoungGen: 18402K->8548K(45568K)] 47046K->37192K(89088K), 0.0122390 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=6 (full 0):
PSYoungGen total 45568K, used 8548K [0x00000007eaa80000, 0x00000007ee880000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 15872K, 53% used [0x00000007ed900000,0x00000007ee159380,0x00000007ee880000)
to space 16896K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed800000)
ParOldGen total 43520K, used 28643K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bf8fc8,0x00000007c2a80000)
PSPermGen total 21504K, used 12588K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764b1e8,0x00000007b7f00000)
}
{Heap before GC invocations=7 (full 0):
PSYoungGen total 45568K, used 38244K [0x00000007eaa80000, 0x00000007ee880000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 15872K, 53% used [0x00000007ed900000,0x00000007ee159380,0x00000007ee880000)
to space 16896K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed800000)
ParOldGen total 43520K, used 28643K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bf8fc8,0x00000007c2a80000)
PSPermGen total 21504K, used 12692K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7665218,0x00000007b7f00000)
2013-12-24T19:38:03.117+0800: 11.695: [GC
Desired survivor size 18350080 bytes, new threshold 4 (max 15)
[PSYoungGen: 38244K->13240K(46592K)] 66888K->44041K(90112K), 0.0149900 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=7 (full 0):
PSYoungGen total 46592K, used 13240K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 16896K, 78% used [0x00000007ec780000,0x00000007ed46e0f0,0x00000007ed800000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30801K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 70% used [0x00000007c0000000,0x00000007c1e14690,0x00000007c2a80000)
PSPermGen total 21504K, used 12692K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7665218,0x00000007b7f00000)
}
{Heap before GC invocations=8 (full 0):
PSYoungGen total 46592K, used 42936K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 16896K, 78% used [0x00000007ec780000,0x00000007ed46e0f0,0x00000007ed800000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30801K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 70% used [0x00000007c0000000,0x00000007c1e14690,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7668520,0x00000007b7f00000)
2013-12-24T19:38:03.321+0800: 11.899: [GC
Desired survivor size 20447232 bytes, new threshold 3 (max 15)
[PSYoungGen: 42936K->16588K(75264K)] 73737K->48450K(118784K), 0.0155770 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=8 (full 0):
PSYoungGen total 75264K, used 16588K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 92% used [0x00000007ef600000,0x00000007f06332f0,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31861K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 73% used [0x00000007c0000000,0x00000007c1f1d7e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7668520,0x00000007b7f00000)
}
{Heap before GC invocations=9 (full 1):
PSYoungGen total 75264K, used 16588K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 92% used [0x00000007ef600000,0x00000007f06332f0,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31861K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 73% used [0x00000007c0000000,0x00000007c1f1d7e8,0x00000007c2a80000)
PSPermGen total 21504K, used 12705K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7668520,0x00000007b7f00000)
2013-12-24T19:38:03.337+0800: 11.915: [Full GC [PSYoungGen: 16588K->0K(75264K)] [ParOldGen: 31861K->22916K(52224K)] 48450K->22916K(127488K) [PSPermGen: 12705K->12701K(25600K)], 0.0877410 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 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 12701K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 49% used [0x00000007b6a00000,0x00000007b76675c8,0x00000007b8300000)
}
{Heap before GC invocations=10 (full 1):
PSYoungGen total 75264K, used 57270K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 99% used [0x00000007eaa80000,0x00000007ee26d958,0x00000007ee280000)
from space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 14457K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 56% used [0x00000007b6a00000,0x00000007b781e538,0x00000007b8300000)
2013-12-24T19:38:05.181+0800: 13.759: [GC
Desired survivor size 20447232 bytes, new threshold 2 (max 15)
[PSYoungGen: 57270K->5568K(77312K)] 80186K->28485K(129536K), 0.0087460 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=10 (full 1):
PSYoungGen total 77312K, used 5568K [0x00000007eaa80000, 0x00000007f2600000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 19968K, 27% used [0x00000007ee280000,0x00000007ee7f0348,0x00000007ef600000)
to space 19968K, 0% used [0x00000007f1280000,0x00000007f1280000,0x00000007f2600000)
ParOldGen total 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 14457K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 56% used [0x00000007b6a00000,0x00000007b781e538,0x00000007b8300000)
}
{Heap before GC invocations=11 (full 1):
PSYoungGen total 77312K, used 62912K [0x00000007eaa80000, 0x00000007f2600000, 0x0000000800000000)
eden space 57344K, 100% used [0x00000007eaa80000,0x00000007ee280000,0x00000007ee280000)
from space 19968K, 27% used [0x00000007ee280000,0x00000007ee7f0348,0x00000007ef600000)
to space 19968K, 0% used [0x00000007f1280000,0x00000007f1280000,0x00000007f2600000)
ParOldGen total 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 14866K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 58% used [0x00000007b6a00000,0x00000007b7884910,0x00000007b8300000)
2013-12-24T19:38:05.735+0800: 14.313: [GC
Desired survivor size 19922944 bytes, new threshold 1 (max 15)
[PSYoungGen: 62912K->4652K(103424K)] 85829K->27568K(155648K), 0.0060190 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=11 (full 1):
PSYoungGen total 103424K, used 4652K [0x00000007eaa80000, 0x00000007f2400000, 0x0000000800000000)
eden space 85504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efe00000)
from space 17920K, 25% used [0x00000007f1280000,0x00000007f170b170,0x00000007f2400000)
to space 19456K, 0% used [0x00000007efe00000,0x00000007efe00000,0x00000007f1100000)
ParOldGen total 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 14866K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 58% used [0x00000007b6a00000,0x00000007b7884910,0x00000007b8300000)
}
{Heap before GC invocations=12 (full 1):
PSYoungGen total 103424K, used 90156K [0x00000007eaa80000, 0x00000007f2400000, 0x0000000800000000)
eden space 85504K, 100% used [0x00000007eaa80000,0x00000007efe00000,0x00000007efe00000)
from space 17920K, 25% used [0x00000007f1280000,0x00000007f170b170,0x00000007f2400000)
to space 19456K, 0% used [0x00000007efe00000,0x00000007efe00000,0x00000007f1100000)
ParOldGen total 52224K, used 22916K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 43% used [0x00000007c0000000,0x00000007c16611d8,0x00000007c3300000)
PSPermGen total 25600K, used 15588K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 60% used [0x00000007b6a00000,0x00000007b7939040,0x00000007b8300000)
2013-12-24T19:38:06.725+0800: 15.303: [GC
Desired survivor size 20447232 bytes, new threshold 1 (max 15)
[PSYoungGen: 90156K->12259K(104960K)] 113072K->38818K(157184K), 0.0082680 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=12 (full 1):
PSYoungGen total 104960K, used 12259K [0x00000007eaa80000, 0x00000007f4c00000, 0x0000000800000000)
eden space 85504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efe00000)
from space 19456K, 63% used [0x00000007efe00000,0x00000007f09f8ce8,0x00000007f1100000)
to space 19968K, 0% used [0x00000007f3880000,0x00000007f3880000,0x00000007f4c00000)
ParOldGen total 52224K, used 26559K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 50% used [0x00000007c0000000,0x00000007c19efc98,0x00000007c3300000)
PSPermGen total 25600K, used 15588K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 60% used [0x00000007b6a00000,0x00000007b7939040,0x00000007b8300000)
}
{Heap before GC invocations=13 (full 1):
PSYoungGen total 104960K, used 97763K [0x00000007eaa80000, 0x00000007f4c00000, 0x0000000800000000)
eden space 85504K, 100% used [0x00000007eaa80000,0x00000007efe00000,0x00000007efe00000)
from space 19456K, 63% used [0x00000007efe00000,0x00000007f09f8ce8,0x00000007f1100000)
to space 19968K, 0% used [0x00000007f3880000,0x00000007f3880000,0x00000007f4c00000)
ParOldGen total 52224K, used 26559K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 50% used [0x00000007c0000000,0x00000007c19efc98,0x00000007c3300000)
PSPermGen total 25600K, used 16467K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 64% used [0x00000007b6a00000,0x00000007b7a14cd0,0x00000007b8300000)
2013-12-24T19:38:07.247+0800: 15.825: [GC
Desired survivor size 19922944 bytes, new threshold 1 (max 15)
[PSYoungGen: 97763K->4465K(143360K)] 124322K->42725K(195584K), 0.0114010 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=13 (full 1):
PSYoungGen total 143360K, used 4465K [0x00000007eaa80000, 0x00000007f4a80000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 18432K, 24% used [0x00000007f3880000,0x00000007f3cdc768,0x00000007f4a80000)
to space 19456K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3780000)
ParOldGen total 52224K, used 38259K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 73% used [0x00000007c0000000,0x00000007c255cdb0,0x00000007c3300000)
PSPermGen total 25600K, used 16467K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 64% used [0x00000007b6a00000,0x00000007b7a14cd0,0x00000007b8300000)
}
{Heap before GC invocations=14 (full 1):
PSYoungGen total 143360K, used 129393K [0x00000007eaa80000, 0x00000007f4a80000, 0x0000000800000000)
eden space 124928K, 100% used [0x00000007eaa80000,0x00000007f2480000,0x00000007f2480000)
from space 18432K, 24% used [0x00000007f3880000,0x00000007f3cdc768,0x00000007f4a80000)
to space 19456K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3780000)
ParOldGen total 52224K, used 38259K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 73% used [0x00000007c0000000,0x00000007c255cdb0,0x00000007c3300000)
PSPermGen total 25600K, used 17585K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b2c450,0x00000007b8300000)
2013-12-24T19:38:07.726+0800: 16.304: [GC
Desired survivor size 19922944 bytes, new threshold 1 (max 15)
[PSYoungGen: 129393K->3758K(144384K)] 167653K->44577K(196608K), 0.0105370 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=14 (full 1):
PSYoungGen total 144384K, used 3758K [0x00000007eaa80000, 0x00000007f8280000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 19456K, 19% used [0x00000007f2480000,0x00000007f282b8a8,0x00000007f3780000)
to space 19456K, 0% used [0x00000007f6f80000,0x00000007f6f80000,0x00000007f8280000)
ParOldGen total 52224K, used 40818K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 78% used [0x00000007c0000000,0x00000007c27dcb80,0x00000007c3300000)
PSPermGen total 25600K, used 17585K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b2c450,0x00000007b8300000)
}
{Heap before GC invocations=15 (full 2):
PSYoungGen total 144384K, used 3758K [0x00000007eaa80000, 0x00000007f8280000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 19456K, 19% used [0x00000007f2480000,0x00000007f282b8a8,0x00000007f3780000)
to space 19456K, 0% used [0x00000007f6f80000,0x00000007f6f80000,0x00000007f8280000)
ParOldGen total 52224K, used 40818K [0x00000007c0000000, 0x00000007c3300000, 0x00000007eaa80000)
object space 52224K, 78% used [0x00000007c0000000,0x00000007c27dcb80,0x00000007c3300000)
PSPermGen total 25600K, used 17585K [0x00000007b6a00000, 0x00000007b8300000, 0x00000007c0000000)
object space 25600K, 68% used [0x00000007b6a00000,0x00000007b7b2c450,0x00000007b8300000)
2013-12-24T19:38:07.736+0800: 16.314: [Full GC [PSYoungGen: 3758K->0K(144384K)] [ParOldGen: 40818K->38154K(75776K)] 44577K->38154K(220160K) [PSPermGen: 17585K->17583K(32256K)], 0.1494560 secs] [Times: user=0.41 sys=0.01, real=0.15 secs]
Heap after GC invocations=15 (full 2):
PSYoungGen total 144384K, used 0K [0x00000007eaa80000, 0x00000007f8280000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 19456K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3780000)
to space 19456K, 0% used [0x00000007f6f80000,0x00000007f6f80000,0x00000007f8280000)
ParOldGen total 75776K, used 38154K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c2542a48,0x00000007c4a00000)
PSPermGen total 32256K, used 17583K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 54% used [0x00000007b6a00000,0x00000007b7b2bcb8,0x00000007b8980000)
}
{Heap before GC invocations=16 (full 2):
PSYoungGen total 144384K, used 124928K [0x00000007eaa80000, 0x00000007f8280000, 0x0000000800000000)
eden space 124928K, 100% used [0x00000007eaa80000,0x00000007f2480000,0x00000007f2480000)
from space 19456K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3780000)
to space 19456K, 0% used [0x00000007f6f80000,0x00000007f6f80000,0x00000007f8280000)
ParOldGen total 75776K, used 38154K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c2542a48,0x00000007c4a00000)
PSPermGen total 32256K, used 18919K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 58% used [0x00000007b6a00000,0x00000007b7c79e28,0x00000007b8980000)
2013-12-24T19:38:08.573+0800: 17.151: [GC
Desired survivor size 19398656 bytes, new threshold 1 (max 15)
[PSYoungGen: 124928K->4923K(166912K)] 163082K->43077K(242688K), 0.0070180 secs] [Times: user=0.01 sys=0.01, real=0.01 secs]
Heap after GC invocations=16 (full 2):
PSYoungGen total 166912K, used 4923K [0x00000007eaa80000, 0x00000007f7480000, 0x0000000800000000)
eden space 161792K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f4880000)
from space 5120K, 96% used [0x00000007f6f80000,0x00000007f744ed18,0x00000007f7480000)
to space 18944K, 0% used [0x00000007f4f80000,0x00000007f4f80000,0x00000007f6200000)
ParOldGen total 75776K, used 38154K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c2542a48,0x00000007c4a00000)
PSPermGen total 32256K, used 18919K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 58% used [0x00000007b6a00000,0x00000007b7c79e28,0x00000007b8980000)
}
{Heap before GC invocations=17 (full 2):
PSYoungGen total 166912K, used 166715K [0x00000007eaa80000, 0x00000007f7480000, 0x0000000800000000)
eden space 161792K, 100% used [0x00000007eaa80000,0x00000007f4880000,0x00000007f4880000)
from space 5120K, 96% used [0x00000007f6f80000,0x00000007f744ed18,0x00000007f7480000)
to space 18944K, 0% used [0x00000007f4f80000,0x00000007f4f80000,0x00000007f6200000)
ParOldGen total 75776K, used 38154K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 50% used [0x00000007c0000000,0x00000007c2542a48,0x00000007c4a00000)
PSPermGen total 32256K, used 21384K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 66% used [0x00000007b6a00000,0x00000007b7ee2368,0x00000007b8980000)
2013-12-24T19:38:09.445+0800: 18.023: [GC
Desired survivor size 18874368 bytes, new threshold 2 (max 15)
[PSYoungGen: 166715K->5261K(187904K)] 204869K->47328K(263680K), 0.0107470 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=17 (full 2):
PSYoungGen total 187904K, used 5261K [0x00000007eaa80000, 0x00000007f9900000, 0x0000000800000000)
eden space 168960K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f4f80000)
from space 18944K, 27% used [0x00000007f4f80000,0x00000007f54a3488,0x00000007f6200000)
to space 18432K, 0% used [0x00000007f8700000,0x00000007f8700000,0x00000007f9900000)
ParOldGen total 75776K, used 42067K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c2914d48,0x00000007c4a00000)
PSPermGen total 32256K, used 21384K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 66% used [0x00000007b6a00000,0x00000007b7ee2368,0x00000007b8980000)
}
{Heap before GC invocations=18 (full 2):
PSYoungGen total 187904K, used 174221K [0x00000007eaa80000, 0x00000007f9900000, 0x0000000800000000)
eden space 168960K, 100% used [0x00000007eaa80000,0x00000007f4f80000,0x00000007f4f80000)
from space 18944K, 27% used [0x00000007f4f80000,0x00000007f54a3488,0x00000007f6200000)
to space 18432K, 0% used [0x00000007f8700000,0x00000007f8700000,0x00000007f9900000)
ParOldGen total 75776K, used 42067K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c2914d48,0x00000007c4a00000)
PSPermGen total 32256K, used 22997K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8075708,0x00000007b8980000)
2013-12-24T19:38:10.603+0800: 19.181: [GC
Desired survivor size 21495808 bytes, new threshold 3 (max 15)
[PSYoungGen: 174221K->17173K(223232K)] 216288K->59240K(299008K), 0.0188240 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=18 (full 2):
PSYoungGen total 223232K, used 17173K [0x00000007eaa80000, 0x00000007fa600000, 0x0000000800000000)
eden space 204800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7280000)
from space 18432K, 93% used [0x00000007f8700000,0x00000007f97c54b0,0x00000007f9900000)
to space 20992K, 0% used [0x00000007f7280000,0x00000007f7280000,0x00000007f8700000)
ParOldGen total 75776K, used 42067K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c2914d48,0x00000007c4a00000)
PSPermGen total 32256K, used 22997K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8075708,0x00000007b8980000)
}
{Heap before GC invocations=19 (full 2):
PSYoungGen total 223232K, used 221973K [0x00000007eaa80000, 0x00000007fa600000, 0x0000000800000000)
eden space 204800K, 100% used [0x00000007eaa80000,0x00000007f7280000,0x00000007f7280000)
from space 18432K, 93% used [0x00000007f8700000,0x00000007f97c54b0,0x00000007f9900000)
to space 20992K, 0% used [0x00000007f7280000,0x00000007f7280000,0x00000007f8700000)
ParOldGen total 75776K, used 42067K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 55% used [0x00000007c0000000,0x00000007c2914d48,0x00000007c4a00000)
PSPermGen total 32256K, used 23057K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8084570,0x00000007b8980000)
2013-12-24T19:38:11.809+0800: 20.387: [GC
Desired survivor size 34078720 bytes, new threshold 2 (max 15)
[PSYoungGen: 221973K->20986K(225792K)] 264040K->87813K(301568K), 0.0436000 secs] [Times: user=0.04 sys=0.01, real=0.05 secs]
Heap after GC invocations=19 (full 2):
PSYoungGen total 225792K, used 20986K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 204800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7280000)
from space 20992K, 99% used [0x00000007f7280000,0x00000007f86fe9a8,0x00000007f8700000)
to space 33280K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fdd00000)
ParOldGen total 75776K, used 66827K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 88% used [0x00000007c0000000,0x00000007c4142e40,0x00000007c4a00000)
PSPermGen total 32256K, used 23057K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8084570,0x00000007b8980000)
}
{Heap before GC invocations=20 (full 3):
PSYoungGen total 225792K, used 20986K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 204800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7280000)
from space 20992K, 99% used [0x00000007f7280000,0x00000007f86fe9a8,0x00000007f8700000)
to space 33280K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fdd00000)
ParOldGen total 75776K, used 66827K [0x00000007c0000000, 0x00000007c4a00000, 0x00000007eaa80000)
object space 75776K, 88% used [0x00000007c0000000,0x00000007c4142e40,0x00000007c4a00000)
PSPermGen total 32256K, used 23057K [0x00000007b6a00000, 0x00000007b8980000, 0x00000007c0000000)
object space 32256K, 71% used [0x00000007b6a00000,0x00000007b8084570,0x00000007b8980000)
2013-12-24T19:38:11.853+0800: 20.431: [Full GC [PSYoungGen: 20986K->8766K(225792K)] [ParOldGen: 66827K->75656K(128512K)] 87813K->84422K(354304K) [PSPermGen: 23057K->23054K(37376K)], 0.2030390 secs] [Times: user=0.36 sys=0.01, real=0.20 secs]
Heap after GC invocations=20 (full 3):
PSYoungGen total 225792K, used 8766K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 204800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f7280000)
from space 20992K, 41% used [0x00000007f7280000,0x00000007f7b0f858,0x00000007f8700000)
to space 33280K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fdd00000)
ParOldGen total 128512K, used 75656K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 58% used [0x00000007c0000000,0x00000007c49e2080,0x00000007c7d80000)
PSPermGen total 37376K, used 23054K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b8083890,0x00000007b8e80000)
}
{Heap before GC invocations=21 (full 3):
PSYoungGen total 225792K, used 213566K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 204800K, 100% used [0x00000007eaa80000,0x00000007f7280000,0x00000007f7280000)
from space 20992K, 41% used [0x00000007f7280000,0x00000007f7b0f858,0x00000007f8700000)
to space 33280K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fdd00000)
ParOldGen total 128512K, used 75656K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 58% used [0x00000007c0000000,0x00000007c49e2080,0x00000007c7d80000)
PSPermGen total 37376K, used 23127K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b8095d90,0x00000007b8e80000)
2013-12-24T19:38:13.503+0800: 22.081: [GC
Desired survivor size 40894464 bytes, new threshold 1 (max 15)
[PSYoungGen: 213566K->33275K(273408K)] 289222K->111379K(401920K), 0.0413670 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=21 (full 3):
PSYoungGen total 273408K, used 33275K [0x00000007eaa80000, 0x00000007fe300000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 33280K, 99% used [0x00000007fbc80000,0x00000007fdcfed88,0x00000007fdd00000)
to space 39936K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fbc00000)
ParOldGen total 128512K, used 78104K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 60% used [0x00000007c0000000,0x00000007c4c46168,0x00000007c7d80000)
PSPermGen total 37376K, used 23127K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 61% used [0x00000007b6a00000,0x00000007b8095d90,0x00000007b8e80000)
}
{Heap before GC invocations=22 (full 3):
PSYoungGen total 273408K, used 273403K [0x00000007eaa80000, 0x00000007fe300000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 33280K, 99% used [0x00000007fbc80000,0x00000007fdcfed88,0x00000007fdd00000)
to space 39936K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fbc00000)
ParOldGen total 128512K, used 78104K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 60% used [0x00000007c0000000,0x00000007c4c46168,0x00000007c7d80000)
PSPermGen total 37376K, used 23639K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 63% used [0x00000007b6a00000,0x00000007b8115fa8,0x00000007b8e80000)
2013-12-24T19:38:15.563+0800: 24.141: [GC
Desired survivor size 41418752 bytes, new threshold 2 (max 15)
[PSYoungGen: 273403K->22964K(280064K)] 351507K->111626K(408576K), 0.0320870 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=22 (full 3):
PSYoungGen total 280064K, used 22964K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 39936K, 57% used [0x00000007f9500000,0x00000007fab6d0d8,0x00000007fbc00000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 23639K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 63% used [0x00000007b6a00000,0x00000007b8115fa8,0x00000007b8e80000)
}
{Heap before GC invocations=23 (full 3):
PSYoungGen total 280064K, used 263092K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 39936K, 57% used [0x00000007f9500000,0x00000007fab6d0d8,0x00000007fbc00000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 25510K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 68% used [0x00000007b6a00000,0x00000007b82e99f0,0x00000007b8e80000)
2013-12-24T19:38:17.122+0800: 25.700: [GC
Desired survivor size 39845888 bytes, new threshold 3 (max 15)
[PSYoungGen: 263092K->17775K(307200K)] 351754K->106437K(435712K), 0.0156580 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=23 (full 3):
PSYoungGen total 307200K, used 17775K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 269312K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb180000)
from space 37888K, 46% used [0x00000007fd880000,0x00000007fe9dbe18,0x00000007ffd80000)
to space 38912K, 0% used [0x00000007fb180000,0x00000007fb180000,0x00000007fd780000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 25510K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 68% used [0x00000007b6a00000,0x00000007b82e99f0,0x00000007b8e80000)
}
{Heap before GC invocations=24 (full 3):
PSYoungGen total 307200K, used 287087K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 269312K, 100% used [0x00000007eaa80000,0x00000007fb180000,0x00000007fb180000)
from space 37888K, 46% used [0x00000007fd880000,0x00000007fe9dbe18,0x00000007ffd80000)
to space 38912K, 0% used [0x00000007fb180000,0x00000007fb180000,0x00000007fd780000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 27570K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 73% used [0x00000007b6a00000,0x00000007b84ec810,0x00000007b8e80000)
2013-12-24T19:38:17.817+0800: 26.395: [GC
Desired survivor size 41943040 bytes, new threshold 4 (max 15)
[PSYoungGen: 287087K->27742K(308224K)] 375749K->116405K(436736K), 0.0181260 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=24 (full 3):
PSYoungGen total 308224K, used 27742K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 269312K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb180000)
from space 38912K, 71% used [0x00000007fb180000,0x00000007fcc97be0,0x00000007fd780000)
to space 40960K, 0% used [0x00000007fd800000,0x00000007fd800000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 27570K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 73% used [0x00000007b6a00000,0x00000007b84ec810,0x00000007b8e80000)
}
{Heap before GC invocations=25 (full 3):
PSYoungGen total 308224K, used 297054K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 269312K, 100% used [0x00000007eaa80000,0x00000007fb180000,0x00000007fb180000)
from space 38912K, 71% used [0x00000007fb180000,0x00000007fcc97be0,0x00000007fd780000)
to space 40960K, 0% used [0x00000007fd800000,0x00000007fd800000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 29424K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 78% used [0x00000007b6a00000,0x00000007b86bc248,0x00000007b8e80000)
2013-12-24T19:38:18.504+0800: 27.082: [GC
Desired survivor size 46661632 bytes, new threshold 5 (max 15)
[PSYoungGen: 297054K->35537K(299520K)] 385717K->124199K(428032K), 0.0230270 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=25 (full 3):
PSYoungGen total 299520K, used 35537K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 40960K, 86% used [0x00000007fd800000,0x00000007ffab4630,0x0000000800000000)
to space 45568K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fd380000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 29424K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 78% used [0x00000007b6a00000,0x00000007b86bc248,0x00000007b8e80000)
}
{Heap before GC invocations=26 (full 3):
PSYoungGen total 299520K, used 294097K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258560K, 100% used [0x00000007eaa80000,0x00000007fa700000,0x00000007fa700000)
from space 40960K, 86% used [0x00000007fd800000,0x00000007ffab4630,0x0000000800000000)
to space 45568K, 0% used [0x00000007fa700000,0x00000007fa700000,0x00000007fd380000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 32164K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 86% used [0x00000007b6a00000,0x00000007b89693f0,0x00000007b8e80000)
2013-12-24T19:38:19.473+0800: 28.051: [GC
Desired survivor size 50331648 bytes, new threshold 6 (max 15)
[PSYoungGen: 294097K->35735K(294400K)] 382759K->124397K(422912K), 0.0208010 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=26 (full 3):
PSYoungGen total 294400K, used 35735K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258560K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa700000)
from space 35840K, 99% used [0x00000007fa700000,0x00000007fc9e5d08,0x00000007fca00000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 32164K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 86% used [0x00000007b6a00000,0x00000007b89693f0,0x00000007b8e80000)
}
{Heap before GC invocations=27 (full 3):
PSYoungGen total 294400K, used 294288K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258560K, 99% used [0x00000007eaa80000,0x00000007fa6fe4c0,0x00000007fa700000)
from space 35840K, 99% used [0x00000007fa700000,0x00000007fc9e5d08,0x00000007fca00000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 34450K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8ba4a38,0x00000007b8e80000)
2013-12-24T19:38:19.876+0800: 28.454: [GC
Desired survivor size 54525952 bytes, new threshold 6 (max 15)
[PSYoungGen: 294288K->39357K(292352K)] 382950K->128019K(420864K), 0.0220380 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=27 (full 3):
PSYoungGen total 292352K, used 39357K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 49152K, 80% used [0x00000007fd000000,0x00000007ff66f6b0,0x0000000800000000)
to space 53248K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fcc00000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 34450K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8ba4a38,0x00000007b8e80000)
}
{Heap before GC invocations=28 (full 3):
PSYoungGen total 292352K, used 282557K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 49152K, 80% used [0x00000007fd000000,0x00000007ff66f6b0,0x0000000800000000)
to space 53248K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fcc00000)
ParOldGen total 128512K, used 88662K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 68% used [0x00000007c0000000,0x00000007c5695880,0x00000007c7d80000)
PSPermGen total 37376K, used 34643K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8bd4cf8,0x00000007b8e80000)
2013-12-24T19:38:20.027+0800: 28.605: [GC
Desired survivor size 56098816 bytes, new threshold 5 (max 15)
[PSYoungGen: 282557K->35579K(279040K)] 371219K->128892K(407552K), 0.0223600 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=28 (full 3):
PSYoungGen total 279040K, used 35579K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 35840K, 99% used [0x00000007f9800000,0x00000007fbabeda0,0x00000007fbb00000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 128512K, used 93312K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 72% used [0x00000007c0000000,0x00000007c5b202c0,0x00000007c7d80000)
PSPermGen total 37376K, used 34643K [0x00000007b6a00000, 0x00000007b8e80000, 0x00000007c0000000)
object space 37376K, 92% used [0x00000007b6a00000,0x00000007b8bd4cf8,0x00000007b8e80000)
}
{Heap before GC invocations=29 (full 3):
PSYoungGen total 279040K, used 278779K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 35840K, 99% used [0x00000007f9800000,0x00000007fbabeda0,0x00000007fbb00000)
to space 54784K, 0% used [0x00000007fca80000,0x00000007fca80000,0x0000000800000000)
ParOldGen total 128512K, used 93318K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 72% used [0x00000007c0000000,0x00000007c5b219f0,0x00000007c7d80000)
PSPermGen total 38400K, used 37951K [0x00000007b6a00000, 0x00000007b8f80000, 0x00000007c0000000)
object space 38400K, 98% used [0x00000007b6a00000,0x00000007b8f0ff10,0x00000007b8f80000)
2013-12-24T19:38:20.937+0800: 29.515: [GC
Desired survivor size 54525952 bytes, new threshold 4 (max 15)
[PSYoungGen: 278779K->27221K(296448K)] 372097K->135448K(424960K), 0.0258020 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=29 (full 3):
PSYoungGen total 296448K, used 27221K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 54784K, 49% used [0x00000007fca80000,0x00000007fe5157a0,0x0000000800000000)
to space 53248K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fca80000)
ParOldGen total 128512K, used 108226K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 84% used [0x00000007c0000000,0x00000007c69b0a10,0x00000007c7d80000)
PSPermGen total 38400K, used 37951K [0x00000007b6a00000, 0x00000007b8f80000, 0x00000007c0000000)
object space 38400K, 98% used [0x00000007b6a00000,0x00000007b8f0ff10,0x00000007b8f80000)
}
{Heap before GC invocations=30 (full 3):
PSYoungGen total 296448K, used 268885K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 54784K, 49% used [0x00000007fca80000,0x00000007fe5157a0,0x0000000800000000)
to space 53248K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fca80000)
ParOldGen total 128512K, used 108229K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 84% used [0x00000007c0000000,0x00000007c69b1478,0x00000007c7d80000)
PSPermGen total 40448K, used 40421K [0x00000007b6a00000, 0x00000007b9180000, 0x00000007c0000000)
object space 40448K, 99% used [0x00000007b6a00000,0x00000007b91796c0,0x00000007b9180000)
2013-12-24T19:38:23.304+0800: 31.882: [GC
Desired survivor size 51904512 bytes, new threshold 3 (max 15)
[PSYoungGen: 268885K->19946K(261632K)] 377115K->141042K(390144K), 0.0285090 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=30 (full 3):
PSYoungGen total 261632K, used 19946K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 19968K, 99% used [0x00000007f9680000,0x00000007fa9fab88,0x00000007faa00000)
to space 50688K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff980000)
ParOldGen total 128512K, used 121095K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 94% used [0x00000007c0000000,0x00000007c7641d50,0x00000007c7d80000)
PSPermGen total 40448K, used 40421K [0x00000007b6a00000, 0x00000007b9180000, 0x00000007c0000000)
object space 40448K, 99% used [0x00000007b6a00000,0x00000007b91796c0,0x00000007b9180000)
}
{Heap before GC invocations=31 (full 4):
PSYoungGen total 261632K, used 19946K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 19968K, 99% used [0x00000007f9680000,0x00000007fa9fab88,0x00000007faa00000)
to space 50688K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff980000)
ParOldGen total 128512K, used 121095K [0x00000007c0000000, 0x00000007c7d80000, 0x00000007eaa80000)
object space 128512K, 94% used [0x00000007c0000000,0x00000007c7641d50,0x00000007c7d80000)
PSPermGen total 40448K, used 40421K [0x00000007b6a00000, 0x00000007b9180000, 0x00000007c0000000)
object space 40448K, 99% used [0x00000007b6a00000,0x00000007b91796c0,0x00000007b9180000)
2013-12-24T19:38:23.333+0800: 31.911: [Full GC [PSYoungGen: 19946K->0K(261632K)] [ParOldGen: 121095K->112699K(175616K)] 141042K->112699K(437248K) [PSPermGen: 40421K->40415K(60928K)], 0.2542730 secs] [Times: user=0.43 sys=0.00, real=0.25 secs]
Heap after GC invocations=31 (full 4):
PSYoungGen total 261632K, used 0K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 19968K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007faa00000)
to space 50688K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff980000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 40415K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 66% used [0x00000007b6a00000,0x00000007b9177cc8,0x00000007ba580000)
}
{Heap before GC invocations=32 (full 4):
PSYoungGen total 261632K, used 241664K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 19968K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007faa00000)
to space 50688K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ff980000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 42984K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 70% used [0x00000007b6a00000,0x00000007b93fa2c8,0x00000007ba580000)
2013-12-24T19:38:24.603+0800: 33.181: [GC
Desired survivor size 51904512 bytes, new threshold 2 (max 15)
[PSYoungGen: 241664K->10230K(292352K)] 354363K->122929K(467968K), 0.0100960 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=32 (full 4):
PSYoungGen total 292352K, used 10230K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 50688K, 20% used [0x00000007fc800000,0x00000007fd1fd900,0x00000007ff980000)
to space 50688K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc800000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 42984K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 70% used [0x00000007b6a00000,0x00000007b93fa2c8,0x00000007ba580000)
}
{Heap before GC invocations=33 (full 4):
PSYoungGen total 292352K, used 251894K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 50688K, 20% used [0x00000007fc800000,0x00000007fd1fd900,0x00000007ff980000)
to space 50688K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc800000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 45231K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 74% used [0x00000007b6a00000,0x00000007b962bdd0,0x00000007ba580000)
2013-12-24T19:38:25.343+0800: 33.921: [GC
Desired survivor size 50331648 bytes, new threshold 2 (max 15)
[PSYoungGen: 251894K->12806K(292352K)] 364593K->125505K(467968K), 0.0100450 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=33 (full 4):
PSYoungGen total 292352K, used 12806K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 50688K, 25% used [0x00000007f9680000,0x00000007fa3019e0,0x00000007fc800000)
to space 49152K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffd00000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 45231K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 74% used [0x00000007b6a00000,0x00000007b962bdd0,0x00000007ba580000)
}
{Heap before GC invocations=34 (full 4):
PSYoungGen total 292352K, used 254470K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 50688K, 25% used [0x00000007f9680000,0x00000007fa3019e0,0x00000007fc800000)
to space 49152K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffd00000)
ParOldGen total 175616K, used 112699K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 64% used [0x00000007c0000000,0x00000007c6e0ed80,0x00000007cab80000)
PSPermGen total 60928K, used 47731K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 78% used [0x00000007b6a00000,0x00000007b989cc88,0x00000007ba580000)
2013-12-24T19:38:25.990+0800: 34.568: [GC
Desired survivor size 49283072 bytes, new threshold 2 (max 15)
[PSYoungGen: 254470K->12617K(297984K)] 367169K->131285K(473600K), 0.0123510 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=34 (full 4):
PSYoungGen total 297984K, used 12617K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 249344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e00000)
from space 48640K, 25% used [0x00000007fcd00000,0x00000007fd9527e0,0x00000007ffc80000)
to space 48128K, 0% used [0x00000007f9e00000,0x00000007f9e00000,0x00000007fcd00000)
ParOldGen total 175616K, used 118667K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 67% used [0x00000007c0000000,0x00000007c73e2c58,0x00000007cab80000)
PSPermGen total 60928K, used 47731K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 78% used [0x00000007b6a00000,0x00000007b989cc88,0x00000007ba580000)
}
{Heap before GC invocations=35 (full 4):
PSYoungGen total 297984K, used 261961K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 249344K, 100% used [0x00000007eaa80000,0x00000007f9e00000,0x00000007f9e00000)
from space 48640K, 25% used [0x00000007fcd00000,0x00000007fd9527e0,0x00000007ffc80000)
to space 48128K, 0% used [0x00000007f9e00000,0x00000007f9e00000,0x00000007fcd00000)
ParOldGen total 175616K, used 118667K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 67% used [0x00000007c0000000,0x00000007c73e2c58,0x00000007cab80000)
PSPermGen total 60928K, used 50820K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 83% used [0x00000007b6a00000,0x00000007b9ba1218,0x00000007ba580000)
2013-12-24T19:38:26.874+0800: 35.452: [GC
Desired survivor size 47710208 bytes, new threshold 3 (max 15)
[PSYoungGen: 261961K->12688K(297472K)] 380629K->135382K(473088K), 0.0138970 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=35 (full 4):
PSYoungGen total 297472K, used 12688K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 249344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e00000)
from space 48128K, 26% used [0x00000007f9e00000,0x00000007faa64370,0x00000007fcd00000)
to space 46592K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ffc80000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 50820K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 83% used [0x00000007b6a00000,0x00000007b9ba1218,0x00000007ba580000)
}
{Heap before GC invocations=36 (full 4):
PSYoungGen total 297472K, used 262032K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 249344K, 100% used [0x00000007eaa80000,0x00000007f9e00000,0x00000007f9e00000)
from space 48128K, 26% used [0x00000007f9e00000,0x00000007faa64370,0x00000007fcd00000)
to space 46592K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ffc80000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53502K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 87% used [0x00000007b6a00000,0x00000007b9e3fa40,0x00000007ba580000)
2013-12-24T19:38:27.796+0800: 36.374: [GC
Desired survivor size 45088768 bytes, new threshold 4 (max 15)
[PSYoungGen: 262032K->19211K(298496K)] 384726K->141904K(474112K), 0.0172970 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=36 (full 4):
PSYoungGen total 298496K, used 19211K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 43520K, 44% used [0x00000007fcf00000,0x00000007fe1c2d08,0x00000007ff980000)
to space 44032K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fce80000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53502K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 87% used [0x00000007b6a00000,0x00000007b9e3fa40,0x00000007ba580000)
}
{Heap before GC invocations=37 (full 4):
PSYoungGen total 298496K, used 274187K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 43520K, 44% used [0x00000007fcf00000,0x00000007fe1c2d08,0x00000007ff980000)
to space 44032K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fce80000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53833K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 88% used [0x00000007b6a00000,0x00000007b9e92748,0x00000007ba580000)
2013-12-24T19:38:29.183+0800: 37.761: [GC
Desired survivor size 49807360 bytes, new threshold 5 (max 15)
[PSYoungGen: 274187K->38338K(299008K)] 396880K->161031K(474624K), 0.0245030 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=37 (full 4):
PSYoungGen total 299008K, used 38338K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 44032K, 87% used [0x00000007fa380000,0x00000007fc8f09d0,0x00000007fce80000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53833K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 88% used [0x00000007b6a00000,0x00000007b9e92748,0x00000007ba580000)
}
{Heap before GC invocations=38 (full 4):
PSYoungGen total 299008K, used 293314K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 44032K, 87% used [0x00000007fa380000,0x00000007fc8f09d0,0x00000007fce80000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53944K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 88% used [0x00000007b6a00000,0x00000007b9eae018,0x00000007ba580000)
2013-12-24T19:38:30.234+0800: 38.812: [GC
Desired survivor size 57147392 bytes, new threshold 6 (max 15)
[PSYoungGen: 293314K->47891K(286720K)] 416007K->170585K(462336K), 0.0358110 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=38 (full 4):
PSYoungGen total 286720K, used 47891K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 48640K, 98% used [0x00000007fd080000,0x00000007fff44ef8,0x0000000800000000)
to space 55808K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc980000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 53944K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 88% used [0x00000007b6a00000,0x00000007b9eae018,0x00000007ba580000)
}
{Heap before GC invocations=39 (full 4):
PSYoungGen total 286720K, used 285971K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 100% used [0x00000007eaa80000,0x00000007f9300000,0x00000007f9300000)
from space 48640K, 98% used [0x00000007fd080000,0x00000007fff44ef8,0x0000000800000000)
to space 55808K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc980000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 55512K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 91% used [0x00000007b6a00000,0x00000007ba0363b8,0x00000007ba580000)
2013-12-24T19:38:31.388+0800: 39.966: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 285971K->45277K(283648K)] 408665K->167971K(459264K), 0.0256600 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=39 (full 4):
PSYoungGen total 283648K, used 45277K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 45568K, 99% used [0x00000007f9300000,0x00000007fbf37690,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 55512K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 91% used [0x00000007b6a00000,0x00000007ba0363b8,0x00000007ba580000)
}
{Heap before GC invocations=40 (full 4):
PSYoungGen total 283648K, used 279717K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 98% used [0x00000007eaa80000,0x00000007f8f72150,0x00000007f9300000)
from space 45568K, 99% used [0x00000007f9300000,0x00000007fbf37690,0x00000007fbf80000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 175616K, used 122693K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 69% used [0x00000007c0000000,0x00000007c77d1618,0x00000007cab80000)
PSPermGen total 60928K, used 57761K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 94% used [0x00000007b6a00000,0x00000007ba2687a0,0x00000007ba580000)
2013-12-24T19:38:32.391+0800: 40.969: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 279717K->45502K(291840K)] 402411K->178154K(467456K), 0.0346910 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=40 (full 4):
PSYoungGen total 291840K, used 45502K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007fc780000,0x00000007ff3efb40,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 175616K, used 132651K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 75% used [0x00000007c0000000,0x00000007c818ae38,0x00000007cab80000)
PSPermGen total 60928K, used 57761K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 94% used [0x00000007b6a00000,0x00000007ba2687a0,0x00000007ba580000)
}
{Heap before GC invocations=41 (full 4):
PSYoungGen total 291840K, used 279486K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007fc780000,0x00000007ff3efb40,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 175616K, used 132651K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 75% used [0x00000007c0000000,0x00000007c818ae38,0x00000007cab80000)
PSPermGen total 60928K, used 59717K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 98% used [0x00000007b6a00000,0x00000007ba451400,0x00000007ba580000)
2013-12-24T19:38:33.073+0800: 41.651: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 279486K->24098K(291840K)] 412138K->173994K(467456K), 0.0276430 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=41 (full 4):
PSYoungGen total 291840K, used 24098K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 41% used [0x00000007f8f00000,0x00000007fa688aa0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 175616K, used 149895K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 85% used [0x00000007c0000000,0x00000007c9261f90,0x00000007cab80000)
PSPermGen total 60928K, used 59717K [0x00000007b6a00000, 0x00000007ba580000, 0x00000007c0000000)
object space 60928K, 98% used [0x00000007b6a00000,0x00000007ba451400,0x00000007ba580000)
}
{Heap before GC invocations=42 (full 4):
PSYoungGen total 291840K, used 258082K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 41% used [0x00000007f8f00000,0x00000007fa688aa0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 175616K, used 149895K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 85% used [0x00000007c0000000,0x00000007c9261f90,0x00000007cab80000)
PSPermGen total 62464K, used 61982K [0x00000007b6a00000, 0x00000007ba700000, 0x00000007c0000000)
object space 62464K, 99% used [0x00000007b6a00000,0x00000007ba6879d0,0x00000007ba700000)
2013-12-24T19:38:33.592+0800: 42.170: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 258082K->17431K(291840K)] 407978K->178977K(467456K), 0.0245120 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=42 (full 4):
PSYoungGen total 291840K, used 17431K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd885e90,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 175616K, used 161545K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 91% used [0x00000007c0000000,0x00000007c9dc2798,0x00000007cab80000)
PSPermGen total 62464K, used 61982K [0x00000007b6a00000, 0x00000007ba700000, 0x00000007c0000000)
object space 62464K, 99% used [0x00000007b6a00000,0x00000007ba6879d0,0x00000007ba700000)
}
{Heap before GC invocations=43 (full 5):
PSYoungGen total 291840K, used 17431K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd885e90,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 175616K, used 161545K [0x00000007c0000000, 0x00000007cab80000, 0x00000007eaa80000)
object space 175616K, 91% used [0x00000007c0000000,0x00000007c9dc2798,0x00000007cab80000)
PSPermGen total 62464K, used 61982K [0x00000007b6a00000, 0x00000007ba700000, 0x00000007c0000000)
object space 62464K, 99% used [0x00000007b6a00000,0x00000007ba6879d0,0x00000007ba700000)
2013-12-24T19:38:33.617+0800: 42.195: [Full GC [PSYoungGen: 17431K->0K(291840K)] [ParOldGen: 161545K->168288K(240640K)] 178977K->168288K(532480K) [PSPermGen: 61982K->61975K(88064K)], 0.3867100 secs] [Times: user=0.66 sys=0.00, real=0.39 secs]
Heap after GC invocations=43 (full 5):
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 240640K, used 168288K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 69% used [0x00000007c0000000,0x00000007ca4582b8,0x00000007ceb00000)
PSPermGen total 88064K, used 61975K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 70% used [0x00000007b6a00000,0x00000007ba685df0,0x00000007bc000000)
}
{Heap before GC invocations=44 (full 5):
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 240640K, used 168288K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 69% used [0x00000007c0000000,0x00000007ca4582b8,0x00000007ceb00000)
PSPermGen total 88064K, used 64679K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 73% used [0x00000007b6a00000,0x00000007ba929f30,0x00000007bc000000)
2013-12-24T19:38:34.662+0800: 43.240: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->7462K(291840K)] 402272K->175750K(532480K), 0.0106720 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=44 (full 5):
PSYoungGen total 291840K, used 7462K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f9649898,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 240640K, used 168288K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 69% used [0x00000007c0000000,0x00000007ca4582b8,0x00000007ceb00000)
PSPermGen total 88064K, used 64679K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 73% used [0x00000007b6a00000,0x00000007ba929f30,0x00000007bc000000)
}
{Heap before GC invocations=45 (full 5):
PSYoungGen total 291840K, used 241446K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f9649898,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 240640K, used 168288K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 69% used [0x00000007c0000000,0x00000007ca4582b8,0x00000007ceb00000)
PSPermGen total 88064K, used 65924K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 74% used [0x00000007b6a00000,0x00000007baa61140,0x00000007bc000000)
2013-12-24T19:38:35.171+0800: 43.749: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241446K->44474K(291840K)] 409734K->217958K(532480K), 0.0213630 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=45 (full 5):
PSYoungGen total 291840K, used 44474K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007fc780000,0x00000007ff2ee800,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 240640K, used 173484K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 72% used [0x00000007c0000000,0x00000007ca96b398,0x00000007ceb00000)
PSPermGen total 88064K, used 65924K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 74% used [0x00000007b6a00000,0x00000007baa61140,0x00000007bc000000)
}
{Heap before GC invocations=46 (full 5):
PSYoungGen total 291840K, used 278458K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007fc780000,0x00000007ff2ee800,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 240640K, used 173484K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 72% used [0x00000007c0000000,0x00000007ca96b398,0x00000007ceb00000)
PSPermGen total 88064K, used 67340K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 76% used [0x00000007b6a00000,0x00000007babc3320,0x00000007bc000000)
2013-12-24T19:38:35.769+0800: 44.347: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 278458K->5631K(291840K)] 451942K->222241K(532480K), 0.0287100 secs] [Times: user=0.05 sys=0.02, real=0.03 secs]
Heap after GC invocations=46 (full 5):
PSYoungGen total 291840K, used 5631K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f947fe90,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 240640K, used 216610K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 90% used [0x00000007c0000000,0x00000007cd3888a8,0x00000007ceb00000)
PSPermGen total 88064K, used 67340K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 76% used [0x00000007b6a00000,0x00000007babc3320,0x00000007bc000000)
}
{Heap before GC invocations=47 (full 6):
PSYoungGen total 291840K, used 5631K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f947fe90,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 240640K, used 216610K [0x00000007c0000000, 0x00000007ceb00000, 0x00000007eaa80000)
object space 240640K, 90% used [0x00000007c0000000,0x00000007cd3888a8,0x00000007ceb00000)
PSPermGen total 88064K, used 67340K [0x00000007b6a00000, 0x00000007bc000000, 0x00000007c0000000)
object space 88064K, 76% used [0x00000007b6a00000,0x00000007babc3320,0x00000007bc000000)
2013-12-24T19:38:35.798+0800: 44.376: [Full GC [PSYoungGen: 5631K->0K(291840K)] [ParOldGen: 216610K->218041K(314368K)] 222241K->218041K(606208K) [PSPermGen: 67340K->67339K(92672K)], 0.3698610 secs] [Times: user=0.64 sys=0.00, real=0.37 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 314368K, used 218041K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 69% used [0x00000007c0000000,0x00000007cd4ee6b0,0x00000007d3300000)
PSPermGen total 92672K, used 67339K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 72% used [0x00000007b6a00000,0x00000007babc2ed0,0x00000007bc480000)
}
{Heap before GC invocations=48 (full 6):
PSYoungGen total 291840K, used 231411K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 98% used [0x00000007eaa80000,0x00000007f8c7cf60,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 314368K, used 218041K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 69% used [0x00000007c0000000,0x00000007cd4ee6b0,0x00000007d3300000)
PSPermGen total 92672K, used 68783K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 74% used [0x00000007b6a00000,0x00000007bad2be30,0x00000007bc480000)
2013-12-24T19:38:37.166+0800: 45.744: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 231411K->32757K(291840K)] 449453K->250799K(606208K), 0.0157770 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=48 (full 6):
PSYoungGen total 291840K, used 32757K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 56% used [0x00000007fc780000,0x00000007fe77d7c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 314368K, used 218041K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 69% used [0x00000007c0000000,0x00000007cd4ee6b0,0x00000007d3300000)
PSPermGen total 92672K, used 68783K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 74% used [0x00000007b6a00000,0x00000007bad2be30,0x00000007bc480000)
}
{Heap before GC invocations=49 (full 6):
PSYoungGen total 291840K, used 252137K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 93% used [0x00000007eaa80000,0x00000007f80bcd90,0x00000007f8f00000)
from space 57856K, 56% used [0x00000007fc780000,0x00000007fe77d7c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 314368K, used 218041K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 69% used [0x00000007c0000000,0x00000007cd4ee6b0,0x00000007d3300000)
PSPermGen total 92672K, used 69532K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bade71f0,0x00000007bc480000)
2013-12-24T19:38:37.859+0800: 46.437: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 252137K->6086K(291840K)] 470179K->236884K(606208K), 0.0190050 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=49 (full 6):
PSYoungGen total 291840K, used 6086K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94f1ad0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 314368K, used 230798K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 73% used [0x00000007c0000000,0x00000007ce163840,0x00000007d3300000)
PSPermGen total 92672K, used 69532K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bade71f0,0x00000007bc480000)
}
{Heap before GC invocations=50 (full 6):
PSYoungGen total 291840K, used 240070K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94f1ad0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 314368K, used 230798K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 73% used [0x00000007c0000000,0x00000007ce163840,0x00000007d3300000)
PSPermGen total 92672K, used 69561K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007badee750,0x00000007bc480000)
2013-12-24T19:38:38.442+0800: 47.020: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240070K->14608K(291840K)] 470868K->250230K(606208K), 0.0241330 secs] [Times: user=0.07 sys=0.00, real=0.02 secs]
Heap after GC invocations=50 (full 6):
PSYoungGen total 291840K, used 14608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 25% used [0x00000007fc780000,0x00000007fd5c4018,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 314368K, used 235622K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 74% used [0x00000007c0000000,0x00000007ce6199b0,0x00000007d3300000)
PSPermGen total 92672K, used 69561K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007badee750,0x00000007bc480000)
}
{Heap before GC invocations=51 (full 6):
PSYoungGen total 291840K, used 245406K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 98% used [0x00000007eaa80000,0x00000007f8be3a90,0x00000007f8f00000)
from space 57856K, 25% used [0x00000007fc780000,0x00000007fd5c4018,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 314368K, used 235622K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 74% used [0x00000007c0000000,0x00000007ce6199b0,0x00000007d3300000)
PSPermGen total 92672K, used 69633K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bae007f0,0x00000007bc480000)
2013-12-24T19:38:39.508+0800: 48.086: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 245406K->13693K(291840K)] 481029K->257057K(606208K), 0.0232150 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=51 (full 6):
PSYoungGen total 291840K, used 13693K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c5f620,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 314368K, used 243364K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007ceda9040,0x00000007d3300000)
PSPermGen total 92672K, used 69633K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bae007f0,0x00000007bc480000)
}
{Heap before GC invocations=52 (full 6):
PSYoungGen total 291840K, used 247677K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c5f620,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 314368K, used 243364K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007ceda9040,0x00000007d3300000)
PSPermGen total 92672K, used 69713K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bae14610,0x00000007bc480000)
2013-12-24T19:38:40.403+0800: 48.981: [GC
Desired survivor size 56098816 bytes, new threshold 3 (max 15)
[PSYoungGen: 247677K->23944K(285696K)] 491041K->267308K(600064K), 0.0246340 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=52 (full 6):
PSYoungGen total 285696K, used 23944K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51712K, 46% used [0x00000007fc780000,0x00000007fdee2368,0x00000007ffa00000)
to space 54784K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc480000)
ParOldGen total 314368K, used 243364K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007ceda9040,0x00000007d3300000)
PSPermGen total 92672K, used 69713K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 75% used [0x00000007b6a00000,0x00000007bae14610,0x00000007bc480000)
}
{Heap before GC invocations=53 (full 6):
PSYoungGen total 285696K, used 247873K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 95% used [0x00000007eaa80000,0x00000007f852e230,0x00000007f8f00000)
from space 51712K, 46% used [0x00000007fc780000,0x00000007fdee2368,0x00000007ffa00000)
to space 54784K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc480000)
ParOldGen total 314368K, used 243364K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007ceda9040,0x00000007d3300000)
PSPermGen total 92672K, used 70647K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baefdd30,0x00000007bc480000)
2013-12-24T19:39:04.084+0800: 72.662: [GC
Desired survivor size 52953088 bytes, new threshold 4 (max 15)
[PSYoungGen: 247873K->21183K(288768K)] 491237K->264555K(603136K), 0.0132480 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=53 (full 6):
PSYoungGen total 288768K, used 21183K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 54784K, 38% used [0x00000007f8f00000,0x00000007fa3afe50,0x00000007fc480000)
to space 51712K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007ffd00000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70647K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baefdd30,0x00000007bc480000)
}
{Heap before GC invocations=54 (full 6):
PSYoungGen total 288768K, used 255167K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 54784K, 38% used [0x00000007f8f00000,0x00000007fa3afe50,0x00000007fc480000)
to space 51712K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007ffd00000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70782K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf1f940,0x00000007bc480000)
2013-12-24T19:44:46.899+0800: 415.477: [GC
Desired survivor size 50855936 bytes, new threshold 5 (max 15)
[PSYoungGen: 255167K->17098K(290816K)] 498539K->260471K(605184K), 0.0126350 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=54 (full 6):
PSYoungGen total 290816K, used 17098K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 47616K, 35% used [0x00000007fca80000,0x00000007fdb32bd0,0x00000007ff900000)
to space 49664K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fc880000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70782K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf1f940,0x00000007bc480000)
}
{Heap before GC invocations=55 (full 6):
PSYoungGen total 290816K, used 260298K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 47616K, 35% used [0x00000007fca80000,0x00000007fdb32bd0,0x00000007ff900000)
to space 49664K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fc880000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70784K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf20198,0x00000007bc480000)
2013-12-24T19:52:13.769+0800: 862.347: [GC
Desired survivor size 48758784 bytes, new threshold 6 (max 15)
[PSYoungGen: 260298K->17010K(292864K)] 503671K->260382K(607232K), 0.0117550 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=55 (full 6):
PSYoungGen total 292864K, used 17010K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 49664K, 34% used [0x00000007f9800000,0x00000007fa89c958,0x00000007fc880000)
to space 47616K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd00000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70784K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf20198,0x00000007bc480000)
}
{Heap before GC invocations=56 (full 6):
PSYoungGen total 292864K, used 34912K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 243200K, 7% used [0x00000007eaa80000,0x00000007ebbfb840,0x00000007f9800000)
from space 49664K, 34% used [0x00000007f9800000,0x00000007fa89c958,0x00000007fc880000)
to space 47616K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd00000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70788K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf21130,0x00000007bc480000)
2013-12-24T19:52:40.012+0800: 888.590: [GC
Desired survivor size 46661632 bytes, new threshold 7 (max 15)
[PSYoungGen: 34912K->17266K(294912K)] 278284K->260638K(609280K), 0.0123840 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=56 (full 6):
PSYoungGen total 294912K, used 17266K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 43520K, 39% used [0x00000007fce80000,0x00000007fdf5c968,0x00000007ff900000)
to space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70788K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf21130,0x00000007bc480000)
}
{Heap before GC invocations=57 (full 7):
PSYoungGen total 294912K, used 17266K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 43520K, 39% used [0x00000007fce80000,0x00000007fdf5c968,0x00000007ff900000)
to space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
ParOldGen total 314368K, used 243372K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 77% used [0x00000007c0000000,0x00000007cedab040,0x00000007d3300000)
PSPermGen total 92672K, used 70788K [0x00000007b6a00000, 0x00000007bc480000, 0x00000007c0000000)
object space 92672K, 76% used [0x00000007b6a00000,0x00000007baf21130,0x00000007bc480000)
2013-12-24T19:52:40.024+0800: 888.602: [Full GC [PSYoungGen: 17266K->0K(294912K)] [ParOldGen: 243372K->229229K(314368K)] 260638K->229229K(609280K) [PSPermGen: 70788K->70693K(95232K)], 0.6102920 secs] [Times: user=1.06 sys=0.01, real=0.61 secs]
Heap after GC invocations=57 (full 7):
PSYoungGen total 294912K, used 0K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 43520K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ff900000)
to space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 70693K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 74% used [0x00000007b6a00000,0x00000007baf09410,0x00000007bc700000)
}
{Heap before GC invocations=58 (full 7):
PSYoungGen total 294912K, used 0K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 43520K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ff900000)
to space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 70693K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 74% used [0x00000007b6a00000,0x00000007baf09410,0x00000007bc700000)
2013-12-24T19:52:40.635+0800: 889.213: [GC
Desired survivor size 47710208 bytes, new threshold 8 (max 15)
[PSYoungGen: 0K->0K(296960K)] 229229K->229229K(611328K), 0.0055250 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=58 (full 7):
PSYoungGen total 296960K, used 0K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
to space 46592K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffb00000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 70693K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 74% used [0x00000007b6a00000,0x00000007baf09410,0x00000007bc700000)
}
{Heap before GC invocations=59 (full 8):
PSYoungGen total 296960K, used 0K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
to space 46592K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffb00000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 70693K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 74% used [0x00000007b6a00000,0x00000007baf09410,0x00000007bc700000)
2013-12-24T19:52:40.641+0800: 889.219: [Full GC [PSYoungGen: 0K->0K(296960K)] [ParOldGen: 229229K->229229K(314368K)] 229229K->229229K(611328K) [PSPermGen: 70693K->70693K(95232K)], 0.2680000 secs] [Times: user=0.47 sys=0.00, real=0.26 secs]
Heap after GC invocations=59 (full 8):
PSYoungGen total 296960K, used 0K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
to space 46592K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffb00000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 70693K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 74% used [0x00000007b6a00000,0x00000007baf09410,0x00000007bc700000)
}
{Heap before GC invocations=60 (full 8):
PSYoungGen total 296960K, used 251392K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 45568K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcc80000)
to space 46592K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffb00000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 72346K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 75% used [0x00000007b6a00000,0x00000007bb0a6b18,0x00000007bc700000)
2013-12-24T19:52:43.360+0800: 891.938: [GC
Desired survivor size 55050240 bytes, new threshold 9 (max 15)
[PSYoungGen: 251392K->45790K(288768K)] 480621K->275019K(603136K), 0.0278700 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=60 (full 8):
PSYoungGen total 288768K, used 45790K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 46592K, 98% used [0x00000007fcd80000,0x00000007ffa37940,0x00000007ffb00000)
to space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 72346K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 75% used [0x00000007b6a00000,0x00000007bb0a6b18,0x00000007bc700000)
}
{Heap before GC invocations=61 (full 8):
PSYoungGen total 288768K, used 216541K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 70% used [0x00000007eaa80000,0x00000007f513fc98,0x00000007f9700000)
from space 46592K, 98% used [0x00000007fcd80000,0x00000007ffa37940,0x00000007ffb00000)
to space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
ParOldGen total 314368K, used 229229K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 72% used [0x00000007c0000000,0x00000007cdfdb460,0x00000007d3300000)
PSPermGen total 95232K, used 73467K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 77% used [0x00000007b6a00000,0x00000007bb1becb0,0x00000007bc700000)
2013-12-24T19:52:45.108+0800: 893.686: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 216541K->53738K(295936K)] 445770K->299890K(610304K), 0.0355390 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=61 (full 8):
PSYoungGen total 295936K, used 53738K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 53760K, 99% used [0x00000007f9700000,0x00000007fcb7ab78,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 314368K, used 246151K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 78% used [0x00000007c0000000,0x00000007cf061e38,0x00000007d3300000)
PSPermGen total 95232K, used 73467K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 77% used [0x00000007b6a00000,0x00000007bb1becb0,0x00000007bc700000)
}
{Heap before GC invocations=62 (full 9):
PSYoungGen total 295936K, used 53738K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 53760K, 99% used [0x00000007f9700000,0x00000007fcb7ab78,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 314368K, used 246151K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 78% used [0x00000007c0000000,0x00000007cf061e38,0x00000007d3300000)
PSPermGen total 95232K, used 73467K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 77% used [0x00000007b6a00000,0x00000007bb1becb0,0x00000007bc700000)
2013-12-24T19:52:45.143+0800: 893.721: [Full GC [PSYoungGen: 53738K->0K(295936K)] [ParOldGen: 246151K->292393K(314368K)] 299890K->292393K(610304K) [PSPermGen: 73467K->73466K(95744K)], 0.6448710 secs] [Times: user=1.13 sys=0.03, real=0.64 secs]
Heap after GC invocations=62 (full 9):
PSYoungGen total 295936K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 314368K, used 292393K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 93% used [0x00000007c0000000,0x00000007d1d8a7a8,0x00000007d3300000)
PSPermGen total 95744K, used 73466K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 76% used [0x00000007b6a00000,0x00000007bb1be898,0x00000007bc780000)
}
{Heap before GC invocations=63 (full 10):
PSYoungGen total 295936K, used 242176K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 314368K, used 292393K [0x00000007c0000000, 0x00000007d3300000, 0x00000007eaa80000)
object space 314368K, 93% used [0x00000007c0000000,0x00000007d1d8a7a8,0x00000007d3300000)
PSPermGen total 95744K, used 73861K [0x00000007b6a00000, 0x00000007bc780000, 0x00000007c0000000)
object space 95744K, 77% used [0x00000007b6a00000,0x00000007bb221470,0x00000007bc780000)
2013-12-24T19:52:46.731+0800: 895.309: [Full GC [PSYoungGen: 242176K->0K(295936K)] [ParOldGen: 292393K->301009K(407552K)] 534569K->301009K(703488K) [PSPermGen: 73861K->73859K(94720K)], 0.3269360 secs] [Times: user=0.57 sys=0.01, real=0.32 secs]
Heap after GC invocations=63 (full 10):
PSYoungGen total 295936K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 407552K, used 301009K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 73% used [0x00000007c0000000,0x00000007d25f45e8,0x00000007d8e00000)
PSPermGen total 94720K, used 73859K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 77% used [0x00000007b6a00000,0x00000007bb220fb0,0x00000007bc680000)
}
{Heap before GC invocations=64 (full 10):
PSYoungGen total 295936K, used 242176K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 53760K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fcb80000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 407552K, used 301009K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 73% used [0x00000007c0000000,0x00000007d25f45e8,0x00000007d8e00000)
PSPermGen total 94720K, used 75034K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb346b30,0x00000007bc680000)
2013-12-24T19:52:50.696+0800: 899.274: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 242176K->22630K(287744K)] 543185K->323640K(695296K), 0.0171270 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=64 (full 10):
PSYoungGen total 287744K, used 22630K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 53760K, 42% used [0x00000007fcb80000,0x00000007fe199a38,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 301009K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 73% used [0x00000007c0000000,0x00000007d25f45e8,0x00000007d8e00000)
PSPermGen total 94720K, used 75034K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb346b30,0x00000007bc680000)
}
{Heap before GC invocations=65 (full 10):
PSYoungGen total 287744K, used 255935K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8e56558,0x00000007f8f00000)
from space 53760K, 42% used [0x00000007fcb80000,0x00000007fe199a38,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 317393K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 77% used [0x00000007c0000000,0x00000007d35f45f8,0x00000007d8e00000)
PSPermGen total 94720K, used 75705K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3ee6f8,0x00000007bc680000)
2013-12-24T19:52:52.137+0800: 900.715: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 255935K->45250K(291840K)] 573329K->362643K(699392K), 0.0279910 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=65 (full 10):
PSYoungGen total 291840K, used 45250K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007f8f00000,0x00000007fbb309a0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 317393K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 77% used [0x00000007c0000000,0x00000007d35f45f8,0x00000007d8e00000)
PSPermGen total 94720K, used 75705K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3ee6f8,0x00000007bc680000)
}
{Heap before GC invocations=66 (full 10):
PSYoungGen total 291840K, used 279234K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007f8f00000,0x00000007fbb309a0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 333779K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 81% used [0x00000007c0000000,0x00000007d45f4cb0,0x00000007d8e00000)
PSPermGen total 94720K, used 75771K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3fee80,0x00000007bc680000)
2013-12-24T19:52:53.583+0800: 902.161: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 279234K->56485K(291840K)] 613013K->390264K(699392K), 0.0285120 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=66 (full 10):
PSYoungGen total 291840K, used 56485K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 97% used [0x00000007fc780000,0x00000007ffea9668,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 333779K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 81% used [0x00000007c0000000,0x00000007d45f4cb0,0x00000007d8e00000)
PSPermGen total 94720K, used 75771K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3fee80,0x00000007bc680000)
}
{Heap before GC invocations=67 (full 10):
PSYoungGen total 291840K, used 289220K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8dc7a28,0x00000007f8f00000)
from space 57856K, 97% used [0x00000007fc780000,0x00000007ffea9668,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 333779K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 81% used [0x00000007c0000000,0x00000007d45f4cb0,0x00000007d8e00000)
PSPermGen total 94720K, used 75916K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb423250,0x00000007bc680000)
2013-12-24T19:52:56.569+0800: 905.147: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 289220K->57590K(291840K)] 622999K->391369K(699392K), 0.0283520 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=67 (full 10):
PSYoungGen total 291840K, used 57590K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc73d830,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 333779K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 81% used [0x00000007c0000000,0x00000007d45f4cb0,0x00000007d8e00000)
PSPermGen total 94720K, used 75916K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb423250,0x00000007bc680000)
}
{Heap before GC invocations=68 (full 10):
PSYoungGen total 291840K, used 291574K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc73d830,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 333779K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 81% used [0x00000007c0000000,0x00000007d45f4cb0,0x00000007d8e00000)
PSPermGen total 94720K, used 76189K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb467750,0x00000007bc680000)
2013-12-24T19:53:05.723+0800: 914.301: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 291574K->56962K(291840K)] 625353K->394707K(699392K), 0.0357630 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=68 (full 10):
PSYoungGen total 291840K, used 56962K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 98% used [0x00000007fc780000,0x00000007fff20b28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 337744K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 82% used [0x00000007c0000000,0x00000007d49d4150,0x00000007d8e00000)
PSPermGen total 94720K, used 76189K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb467750,0x00000007bc680000)
}
{Heap before GC invocations=69 (full 10):
PSYoungGen total 291840K, used 290931K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8efc208,0x00000007f8f00000)
from space 57856K, 98% used [0x00000007fc780000,0x00000007fff20b28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 407552K, used 337744K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 82% used [0x00000007c0000000,0x00000007d49d4150,0x00000007d8e00000)
PSPermGen total 94720K, used 76306K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb484a08,0x00000007bc680000)
2013-12-24T19:53:19.966+0800: 928.544: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 290931K->4512K(291840K)] 628675K->399573K(699392K), 0.0601950 secs] [Times: user=0.06 sys=0.04, real=0.06 secs]
Heap after GC invocations=69 (full 10):
PSYoungGen total 291840K, used 4512K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007f8f00000,0x00000007f9368318,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 395060K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 96% used [0x00000007c0000000,0x00000007d81cd270,0x00000007d8e00000)
PSPermGen total 94720K, used 76306K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb484a08,0x00000007bc680000)
}
{Heap before GC invocations=70 (full 11):
PSYoungGen total 291840K, used 4512K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007f8f00000,0x00000007f9368318,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 407552K, used 395060K [0x00000007c0000000, 0x00000007d8e00000, 0x00000007eaa80000)
object space 407552K, 96% used [0x00000007c0000000,0x00000007d81cd270,0x00000007d8e00000)
PSPermGen total 94720K, used 76306K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb484a08,0x00000007bc680000)
2013-12-24T19:53:20.026+0800: 928.604: [Full GC [PSYoungGen: 4512K->0K(291840K)] [ParOldGen: 395060K->341948K(484352K)] 399573K->341948K(776192K) [PSPermGen: 76306K->76300K(95232K)], 0.4563440 secs] [Times: user=0.79 sys=0.00, real=0.46 secs]
Heap after GC invocations=70 (full 11):
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 484352K, used 341948K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 70% used [0x00000007c0000000,0x00000007d4def220,0x00000007dd900000)
PSPermGen total 95232K, used 76300K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4833a8,0x00000007bc700000)
}
{Heap before GC invocations=71 (full 11):
PSYoungGen total 291840K, used 223676K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 95% used [0x00000007eaa80000,0x00000007f84ef1a0,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 341948K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 70% used [0x00000007c0000000,0x00000007d4def220,0x00000007dd900000)
PSPermGen total 95232K, used 76461K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4ab6a0,0x00000007bc700000)
2013-12-24T19:53:32.949+0800: 941.527: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 223676K->2445K(291840K)] 565624K->344393K(776192K), 0.0094670 secs] [Times: user=0.01 sys=0.01, real=0.01 secs]
Heap after GC invocations=71 (full 11):
PSYoungGen total 291840K, used 2445K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fc9e3538,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 341948K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 70% used [0x00000007c0000000,0x00000007d4def220,0x00000007dd900000)
PSPermGen total 95232K, used 76461K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb4ab6a0,0x00000007bc700000)
}
{Heap before GC invocations=72 (full 11):
PSYoungGen total 291840K, used 236429K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fc9e3538,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 341948K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 70% used [0x00000007c0000000,0x00000007d4def220,0x00000007dd900000)
PSPermGen total 95232K, used 76954K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb526ac8,0x00000007bc700000)
2013-12-24T19:53:38.594+0800: 947.172: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236429K->9846K(291840K)] 578377K->354136K(776192K), 0.0265440 secs] [Times: user=0.10 sys=0.00, real=0.03 secs]
Heap after GC invocations=72 (full 11):
PSYoungGen total 291840K, used 9846K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f989d8c8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 344290K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 71% used [0x00000007c0000000,0x00000007d5038a60,0x00000007dd900000)
PSPermGen total 95232K, used 76954K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb526ac8,0x00000007bc700000)
}
{Heap before GC invocations=73 (full 11):
PSYoungGen total 291840K, used 243830K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f989d8c8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 344290K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 71% used [0x00000007c0000000,0x00000007d5038a60,0x00000007dd900000)
PSPermGen total 95232K, used 77117K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb54f468,0x00000007bc700000)
2013-12-24T19:53:52.953+0800: 961.531: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243830K->2080K(291840K)] 588120K->355731K(776192K), 0.0212210 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=73 (full 11):
PSYoungGen total 291840K, used 2080K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc988010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 353651K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d595cd40,0x00000007dd900000)
PSPermGen total 95232K, used 77117K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 80% used [0x00000007b6a00000,0x00000007bb54f468,0x00000007bc700000)
}
{Heap before GC invocations=74 (full 11):
PSYoungGen total 291840K, used 236064K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc988010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 353651K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d595cd40,0x00000007dd900000)
PSPermGen total 95232K, used 77187K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb560f98,0x00000007bc700000)
2013-12-24T19:54:08.818+0800: 977.396: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236064K->1462K(291840K)] 589715K->356900K(776192K), 0.0117400 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=74 (full 11):
PSYoungGen total 291840K, used 1462K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f906d9e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 355438K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d5b1b888,0x00000007dd900000)
PSPermGen total 95232K, used 77187K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb560f98,0x00000007bc700000)
}
{Heap before GC invocations=75 (full 11):
PSYoungGen total 291840K, used 235446K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f906d9e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 355438K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d5b1b888,0x00000007dd900000)
PSPermGen total 95232K, used 77242K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb56e930,0x00000007bc700000)
2013-12-24T19:54:21.807+0800: 990.385: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235446K->6592K(291840K)] 590884K->362941K(776192K), 0.0117430 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=75 (full 11):
PSYoungGen total 291840K, used 6592K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdf0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 356349K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d5bff6c8,0x00000007dd900000)
PSPermGen total 95232K, used 77242K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb56e930,0x00000007bc700000)
}
{Heap before GC invocations=76 (full 11):
PSYoungGen total 291840K, used 240576K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdf0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 356349K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 73% used [0x00000007c0000000,0x00000007d5bff6c8,0x00000007dd900000)
PSPermGen total 95232K, used 77284K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5791e0,0x00000007bc700000)
2013-12-24T19:54:38.032+0800: 1006.610: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240576K->8804K(291840K)] 596925K->371931K(776192K), 0.0152930 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=76 (full 11):
PSYoungGen total 291840K, used 8804K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f9799298,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 363126K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 74% used [0x00000007c0000000,0x00000007d629db68,0x00000007dd900000)
PSPermGen total 95232K, used 77284K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5791e0,0x00000007bc700000)
}
{Heap before GC invocations=77 (full 11):
PSYoungGen total 291840K, used 242788K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f9799298,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 363126K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 74% used [0x00000007c0000000,0x00000007d629db68,0x00000007dd900000)
PSPermGen total 95232K, used 77326K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5838e8,0x00000007bc700000)
2013-12-24T19:54:51.422+0800: 1020.000: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242788K->4800K(291840K)] 605915K->377019K(776192K), 0.0128360 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=77 (full 11):
PSYoungGen total 291840K, used 4800K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007fc780000,0x00000007fcc30000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 372219K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 76% used [0x00000007c0000000,0x00000007d6b7ec00,0x00000007dd900000)
PSPermGen total 95232K, used 77326K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5838e8,0x00000007bc700000)
}
{Heap before GC invocations=78 (full 11):
PSYoungGen total 291840K, used 238784K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007fc780000,0x00000007fcc30000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 372219K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 76% used [0x00000007c0000000,0x00000007d6b7ec00,0x00000007dd900000)
PSPermGen total 95232K, used 77354K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb58aa80,0x00000007bc700000)
2013-12-24T19:55:01.787+0800: 1030.365: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238784K->10640K(291840K)] 611003K->383803K(776192K), 0.0126000 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=78 (full 11):
PSYoungGen total 291840K, used 10640K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9964010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 373163K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 77% used [0x00000007c0000000,0x00000007d6c6ac00,0x00000007dd900000)
PSPermGen total 95232K, used 77354K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb58aa80,0x00000007bc700000)
}
{Heap before GC invocations=79 (full 11):
PSYoungGen total 291840K, used 244624K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9964010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 373163K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 77% used [0x00000007c0000000,0x00000007d6c6ac00,0x00000007dd900000)
PSPermGen total 95232K, used 77381K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb591788,0x00000007bc700000)
2013-12-24T19:55:15.098+0800: 1043.676: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 244624K->7328K(291840K)] 617787K->391850K(776192K), 0.0133870 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=79 (full 11):
PSYoungGen total 291840K, used 7328K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fcea8000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 384522K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 79% used [0x00000007c0000000,0x00000007d77828f0,0x00000007dd900000)
PSPermGen total 95232K, used 77381K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb591788,0x00000007bc700000)
}
{Heap before GC invocations=80 (full 11):
PSYoungGen total 291840K, used 241312K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007fc780000,0x00000007fcea8000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 384522K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 79% used [0x00000007c0000000,0x00000007d77828f0,0x00000007dd900000)
PSPermGen total 95232K, used 77390K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb593b60,0x00000007bc700000)
2013-12-24T19:55:27.277+0800: 1055.855: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241312K->11040K(291840K)] 625834K->403224K(776192K), 0.0158230 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=80 (full 11):
PSYoungGen total 291840K, used 11040K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007f8f00000,0x00000007f99c8010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 392184K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 80% used [0x00000007c0000000,0x00000007d7efe200,0x00000007dd900000)
PSPermGen total 95232K, used 77390K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb593b60,0x00000007bc700000)
}
{Heap before GC invocations=81 (full 11):
PSYoungGen total 291840K, used 245024K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007f8f00000,0x00000007f99c8010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 392184K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 80% used [0x00000007c0000000,0x00000007d7efe200,0x00000007dd900000)
PSPermGen total 95232K, used 77401K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb596498,0x00000007bc700000)
2013-12-24T19:55:34.926+0800: 1063.504: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 245024K->6877K(290816K)] 637208K->411457K(775168K), 0.0213450 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=81 (full 11):
PSYoungGen total 290816K, used 6877K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 12% used [0x00000007fc780000,0x00000007fce37420,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77401K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb596498,0x00000007bc700000)
}
{Heap before GC invocations=82 (full 11):
PSYoungGen total 290816K, used 240861K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 56832K, 12% used [0x00000007fc780000,0x00000007fce37420,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77413K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb599730,0x00000007bc700000)
2013-12-24T19:55:50.017+0800: 1078.595: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 240861K->8637K(242688K)] 645441K->413217K(727040K), 0.0151190 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=82 (full 11):
PSYoungGen total 242688K, used 8637K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 8704K, 99% used [0x00000007f8f00000,0x00000007f976f420,0x00000007f9780000)
to space 54272K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffa00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77413K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb599730,0x00000007bc700000)
}
{Heap before GC invocations=83 (full 11):
PSYoungGen total 242688K, used 242621K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 8704K, 99% used [0x00000007f8f00000,0x00000007f976f420,0x00000007f9780000)
to space 54272K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffa00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77482K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5aaab8,0x00000007bc700000)
2013-12-24T19:56:29.469+0800: 1118.047: [GC
Desired survivor size 52428800 bytes, new threshold 4 (max 15)
[PSYoungGen: 242621K->7837K(283136K)] 647201K->412417K(767488K), 0.0162540 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=83 (full 11):
PSYoungGen total 283136K, used 7837K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 48128K, 16% used [0x00000007fc500000,0x00000007fcca7420,0x00000007ff400000)
to space 51200K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc200000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77482K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5aaab8,0x00000007bc700000)
}
{Heap before GC invocations=84 (full 11):
PSYoungGen total 283136K, used 242845K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 48128K, 16% used [0x00000007fc500000,0x00000007fcca7420,0x00000007ff400000)
to space 51200K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc200000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77556K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5bd308,0x00000007bc700000)
2013-12-24T19:57:22.444+0800: 1171.022: [GC
Desired survivor size 49807360 bytes, new threshold 5 (max 15)
[PSYoungGen: 242845K->8541K(243712K)] 647425K->413121K(728064K), 0.0165490 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=84 (full 11):
PSYoungGen total 243712K, used 8541K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 8704K, 98% used [0x00000007f9000000,0x00000007f9857420,0x00000007f9880000)
to space 48640K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007ff000000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77556K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5bd308,0x00000007bc700000)
}
{Heap before GC invocations=85 (full 11):
PSYoungGen total 243712K, used 243549K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 8704K, 98% used [0x00000007f9000000,0x00000007f9857420,0x00000007f9880000)
to space 48640K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007ff000000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77574K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5c1a80,0x00000007bc700000)
2013-12-24T19:57:38.432+0800: 1187.010: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 243549K->14493K(278528K)] 648129K->419073K(762880K), 0.0248030 secs] [Times: user=0.07 sys=0.00, real=0.02 secs]
Heap after GC invocations=85 (full 11):
PSYoungGen total 278528K, used 14493K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 42496K, 34% used [0x00000007fc080000,0x00000007fcea7420,0x00000007fea00000)
to space 45568K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fbd80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77574K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5c1a80,0x00000007bc700000)
}
{Heap before GC invocations=86 (full 11):
PSYoungGen total 278528K, used 250525K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 42496K, 34% used [0x00000007fc080000,0x00000007fcea7420,0x00000007fea00000)
to space 45568K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fbd80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77718K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5e5ad8,0x00000007bc700000)
2013-12-24T19:57:42.346+0800: 1190.924: [GC
Desired survivor size 43515904 bytes, new threshold 7 (max 15)
[PSYoungGen: 250525K->12900K(249344K)] 655105K->417480K(733696K), 0.0213760 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=86 (full 11):
PSYoungGen total 249344K, used 12900K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 13312K, 96% used [0x00000007f9100000,0x00000007f9d99278,0x00000007f9e00000)
to space 42496K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fe580000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77718K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5e5ad8,0x00000007bc700000)
}
{Heap before GC invocations=87 (full 11):
PSYoungGen total 249344K, used 248932K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 13312K, 96% used [0x00000007f9100000,0x00000007f9d99278,0x00000007f9e00000)
to space 42496K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fe580000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77733K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5e97b0,0x00000007bc700000)
2013-12-24T19:57:59.650+0800: 1208.228: [GC
Desired survivor size 40894464 bytes, new threshold 8 (max 15)
[PSYoungGen: 248932K->15157K(274944K)] 653512K->419737K(759296K), 0.0248010 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=87 (full 11):
PSYoungGen total 274944K, used 15157K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 37376K, 40% used [0x00000007fbc00000,0x00000007fcacd5c8,0x00000007fe080000)
to space 39936K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fb980000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77733K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5e97b0,0x00000007bc700000)
}
{Heap before GC invocations=88 (full 11):
PSYoungGen total 274944K, used 252725K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 37376K, 40% used [0x00000007fbc00000,0x00000007fcacd5c8,0x00000007fe080000)
to space 39936K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fb980000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77759K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5efc98,0x00000007bc700000)
2013-12-24T19:58:19.193+0800: 1227.771: [GC
Desired survivor size 38797312 bytes, new threshold 9 (max 15)
[PSYoungGen: 252725K->11137K(248832K)] 657305K->415717K(733184K), 0.0215260 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=88 (full 11):
PSYoungGen total 248832K, used 11137K [0x00000007eaa80000, 0x00000007fdd80000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 11264K, 98% used [0x00000007f9280000,0x00000007f9d60698,0x00000007f9d80000)
to space 37888K, 0% used [0x00000007fb880000,0x00000007fb880000,0x00000007fdd80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77759K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5efc98,0x00000007bc700000)
}
{Heap before GC invocations=89 (full 11):
PSYoungGen total 248832K, used 248705K [0x00000007eaa80000, 0x00000007fdd80000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 11264K, 98% used [0x00000007f9280000,0x00000007f9d60698,0x00000007f9d80000)
to space 37888K, 0% used [0x00000007fb880000,0x00000007fb880000,0x00000007fdd80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77780K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5f5108,0x00000007bc700000)
2013-12-24T19:58:39.318+0800: 1247.896: [GC
Desired survivor size 37224448 bytes, new threshold 10 (max 15)
[PSYoungGen: 248705K->16216K(273408K)] 653285K->420796K(757760K), 0.0200680 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=89 (full 11):
PSYoungGen total 273408K, used 16216K [0x00000007eaa80000, 0x00000007fda80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 34816K, 46% used [0x00000007fb880000,0x00000007fc8561d0,0x00000007fda80000)
to space 36352K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fb700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77780K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5f5108,0x00000007bc700000)
}
{Heap before GC invocations=90 (full 11):
PSYoungGen total 273408K, used 254808K [0x00000007eaa80000, 0x00000007fda80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 34816K, 46% used [0x00000007fb880000,0x00000007fc8561d0,0x00000007fda80000)
to space 36352K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fb700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77803K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5facf0,0x00000007bc700000)
2013-12-24T19:58:56.362+0800: 1264.940: [GC
Desired survivor size 36700160 bytes, new threshold 11 (max 15)
[PSYoungGen: 254808K->17583K(274944K)] 659388K->422163K(759296K), 0.0810860 secs] [Times: user=0.04 sys=0.00, real=0.08 secs]
Heap after GC invocations=90 (full 11):
PSYoungGen total 274944K, used 17583K [0x00000007eaa80000, 0x00000007fda80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 36352K, 48% used [0x00000007f9380000,0x00000007fa4abe90,0x00000007fb700000)
to space 35840K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fda80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77803K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5facf0,0x00000007bc700000)
}
{Heap before GC invocations=91 (full 11):
PSYoungGen total 274944K, used 256175K [0x00000007eaa80000, 0x00000007fda80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 36352K, 48% used [0x00000007f9380000,0x00000007fa4abe90,0x00000007fb700000)
to space 35840K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fda80000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77813K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5fd778,0x00000007bc700000)
2013-12-24T19:59:14.433+0800: 1283.011: [GC
Desired survivor size 37224448 bytes, new threshold 12 (max 15)
[PSYoungGen: 256175K->21427K(274944K)] 660755K->426007K(759296K), 0.0221230 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=91 (full 11):
PSYoungGen total 274944K, used 21427K [0x00000007eaa80000, 0x00000007fdb80000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 35840K, 59% used [0x00000007fb780000,0x00000007fcc6cd18,0x00000007fda80000)
to space 36352K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fb780000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77813K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb5fd778,0x00000007bc700000)
}
{Heap before GC invocations=92 (full 11):
PSYoungGen total 274944K, used 260531K [0x00000007eaa80000, 0x00000007fdb80000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 35840K, 59% used [0x00000007fb780000,0x00000007fcc6cd18,0x00000007fda80000)
to space 36352K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fb780000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77860K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb609100,0x00000007bc700000)
2013-12-24T19:59:43.177+0800: 1311.755: [GC
Desired survivor size 36700160 bytes, new threshold 13 (max 15)
[PSYoungGen: 260531K->19685K(275456K)] 665111K->424266K(759808K), 0.0259650 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=92 (full 11):
PSYoungGen total 275456K, used 19685K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 36352K, 54% used [0x00000007f9400000,0x00000007fa7397f8,0x00000007fb780000)
to space 35840K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fdb00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77860K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb609100,0x00000007bc700000)
}
{Heap before GC invocations=93 (full 11):
PSYoungGen total 275456K, used 258789K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 36352K, 54% used [0x00000007f9400000,0x00000007fa7397f8,0x00000007fb780000)
to space 35840K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fdb00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77871K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb60be50,0x00000007bc700000)
2013-12-24T20:00:18.987+0800: 1347.565: [GC
Desired survivor size 35651584 bytes, new threshold 14 (max 15)
[PSYoungGen: 258789K->18117K(273920K)] 663370K->422698K(758272K), 0.0257110 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=93 (full 11):
PSYoungGen total 273920K, used 18117K [0x00000007eaa80000, 0x00000007fd900000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 33792K, 53% used [0x00000007fb800000,0x00000007fc9b17f8,0x00000007fd900000)
to space 34816K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fb700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77871K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb60be50,0x00000007bc700000)
}
{Heap before GC invocations=94 (full 11):
PSYoungGen total 273920K, used 258245K [0x00000007eaa80000, 0x00000007fd900000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 33792K, 53% used [0x00000007fb800000,0x00000007fc9b17f8,0x00000007fd900000)
to space 34816K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fb700000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77889K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb6106d8,0x00000007bc700000)
2013-12-24T20:01:03.754+0800: 1392.332: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 258245K->19452K(274944K)] 662826K->424032K(759296K), 0.1522710 secs] [Times: user=0.05 sys=0.00, real=0.15 secs]
Heap after GC invocations=94 (full 11):
PSYoungGen total 274944K, used 19452K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 34816K, 55% used [0x00000007f9500000,0x00000007fa7ff170,0x00000007fb700000)
to space 34816K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fda00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77889K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb6106d8,0x00000007bc700000)
}
{Heap before GC invocations=95 (full 11):
PSYoungGen total 274944K, used 259580K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 34816K, 55% used [0x00000007f9500000,0x00000007fa7ff170,0x00000007fb700000)
to space 34816K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fda00000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77894K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb611aa0,0x00000007bc700000)
2013-12-24T20:01:22.741+0800: 1411.319: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 259580K->21680K(275968K)] 664160K->426260K(760320K), 0.0235920 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=95 (full 11):
PSYoungGen total 275968K, used 21680K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 34816K, 62% used [0x00000007fb800000,0x00000007fcd2c3a0,0x00000007fda00000)
to space 34816K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fb800000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77894K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb611aa0,0x00000007bc700000)
}
{Heap before GC invocations=96 (full 11):
PSYoungGen total 275968K, used 262832K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 34816K, 62% used [0x00000007fb800000,0x00000007fcd2c3a0,0x00000007fda00000)
to space 34816K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fb800000)
ParOldGen total 484352K, used 404580K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b19010,0x00000007dd900000)
PSPermGen total 95232K, used 77902K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb613bb8,0x00000007bc700000)
2013-12-24T20:01:38.574+0800: 1427.152: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 262832K->22296K(275968K)] 667412K->427092K(760320K), 0.0265100 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=96 (full 11):
PSYoungGen total 275968K, used 22296K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 34816K, 64% used [0x00000007f9600000,0x00000007fabc61f8,0x00000007fb800000)
to space 35328K, 0% used [0x00000007fb980000,0x00000007fb980000,0x00000007fdc00000)
ParOldGen total 484352K, used 404796K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b4f1b8,0x00000007dd900000)
PSPermGen total 95232K, used 77902K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb613bb8,0x00000007bc700000)
}
{Heap before GC invocations=97 (full 11):
PSYoungGen total 275968K, used 263448K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 34816K, 64% used [0x00000007f9600000,0x00000007fabc61f8,0x00000007fb800000)
to space 35328K, 0% used [0x00000007fb980000,0x00000007fb980000,0x00000007fdc00000)
ParOldGen total 484352K, used 404796K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b4f1b8,0x00000007dd900000)
PSPermGen total 95232K, used 77916K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb617170,0x00000007bc700000)
2013-12-24T20:01:52.289+0800: 1440.867: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 263448K->22168K(277504K)] 668244K->427108K(761856K), 0.0247830 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=97 (full 11):
PSYoungGen total 277504K, used 22168K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 35328K, 62% used [0x00000007fb980000,0x00000007fcf261f8,0x00000007fdc00000)
to space 35328K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fb980000)
ParOldGen total 484352K, used 404940K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b731b8,0x00000007dd900000)
PSPermGen total 95232K, used 77916K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb617170,0x00000007bc700000)
}
{Heap before GC invocations=98 (full 11):
PSYoungGen total 277504K, used 264344K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 35328K, 62% used [0x00000007fb980000,0x00000007fcf261f8,0x00000007fdc00000)
to space 35328K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fb980000)
ParOldGen total 484352K, used 404940K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b731b8,0x00000007dd900000)
PSPermGen total 95232K, used 77935K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb61bf30,0x00000007bc700000)
2013-12-24T20:02:15.342+0800: 1463.920: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 264344K->21684K(277504K)] 669284K->426657K(761856K), 0.0247420 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=98 (full 11):
PSYoungGen total 277504K, used 21684K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 35328K, 61% used [0x00000007f9700000,0x00000007fac2d280,0x00000007fb980000)
to space 35328K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fdd00000)
ParOldGen total 484352K, used 404972K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b7b1b8,0x00000007dd900000)
PSPermGen total 95232K, used 77935K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb61bf30,0x00000007bc700000)
}
{Heap before GC invocations=99 (full 11):
PSYoungGen total 277504K, used 263860K [0x00000007eaa80000, 0x00000007fdd00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 35328K, 61% used [0x00000007f9700000,0x00000007fac2d280,0x00000007fb980000)
to space 35328K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fdd00000)
ParOldGen total 484352K, used 404972K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b7b1b8,0x00000007dd900000)
PSPermGen total 95232K, used 77951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb61fc28,0x00000007bc700000)
2013-12-24T20:02:37.292+0800: 1485.870: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 263860K->26578K(277504K)] 668833K->431590K(761856K), 0.0271560 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=99 (full 11):
PSYoungGen total 277504K, used 26578K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 35328K, 75% used [0x00000007fba80000,0x00000007fd474890,0x00000007fdd00000)
to space 36352K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fba80000)
ParOldGen total 484352K, used 405012K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b851b8,0x00000007dd900000)
PSPermGen total 95232K, used 77951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb61fc28,0x00000007bc700000)
}
{Heap before GC invocations=100 (full 11):
PSYoungGen total 277504K, used 268754K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 35328K, 75% used [0x00000007fba80000,0x00000007fd474890,0x00000007fdd00000)
to space 36352K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fba80000)
ParOldGen total 484352K, used 405012K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8b851b8,0x00000007dd900000)
PSPermGen total 95232K, used 77965K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb6234b8,0x00000007bc700000)
2013-12-24T20:03:02.651+0800: 1511.229: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 268754K->27698K(278528K)] 673766K->432974K(762880K), 0.0260050 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=100 (full 11):
PSYoungGen total 278528K, used 27698K [0x00000007eaa80000, 0x00000007fe200000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 36352K, 76% used [0x00000007f9700000,0x00000007fb20c890,0x00000007fba80000)
to space 37888K, 0% used [0x00000007fbd00000,0x00000007fbd00000,0x00000007fe200000)
ParOldGen total 484352K, used 405276K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8bc71b8,0x00000007dd900000)
PSPermGen total 95232K, used 77965K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb6234b8,0x00000007bc700000)
}
{Heap before GC invocations=101 (full 11):
PSYoungGen total 278528K, used 269874K [0x00000007eaa80000, 0x00000007fe200000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 36352K, 76% used [0x00000007f9700000,0x00000007fb20c890,0x00000007fba80000)
to space 37888K, 0% used [0x00000007fbd00000,0x00000007fbd00000,0x00000007fe200000)
ParOldGen total 484352K, used 405276K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8bc71b8,0x00000007dd900000)
PSPermGen total 95232K, used 77979K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb626c18,0x00000007bc700000)
2013-12-24T20:03:20.944+0800: 1529.522: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 269874K->20482K(278016K)] 675150K->427287K(762368K), 0.0279040 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=101 (full 11):
PSYoungGen total 278016K, used 20482K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 34816K, 58% used [0x00000007fbd00000,0x00000007fd100880,0x00000007fdf00000)
to space 36352K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fbb80000)
ParOldGen total 484352K, used 406805K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8d45650,0x00000007dd900000)
PSPermGen total 95232K, used 77979K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb626c18,0x00000007bc700000)
}
{Heap before GC invocations=102 (full 11):
PSYoungGen total 278016K, used 263682K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 34816K, 58% used [0x00000007fbd00000,0x00000007fd100880,0x00000007fdf00000)
to space 36352K, 0% used [0x00000007f9800000,0x00000007f9800000,0x00000007fbb80000)
ParOldGen total 484352K, used 406805K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 83% used [0x00000007c0000000,0x00000007d8d45650,0x00000007dd900000)
PSPermGen total 95232K, used 77999K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb62bf70,0x00000007bc700000)
2013-12-24T20:03:47.228+0800: 1555.806: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 263682K->16002K(279552K)] 670487K->423712K(763904K), 0.0199480 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=102 (full 11):
PSYoungGen total 279552K, used 16002K [0x00000007eaa80000, 0x00000007fde00000, 0x0000000800000000)
eden space 243200K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9800000)
from space 36352K, 44% used [0x00000007f9800000,0x00000007fa7a0880,0x00000007fbb80000)
to space 35328K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fde00000)
ParOldGen total 484352K, used 407709K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d8e27790,0x00000007dd900000)
PSPermGen total 95232K, used 77999K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb62bf70,0x00000007bc700000)
}
{Heap before GC invocations=103 (full 11):
PSYoungGen total 279552K, used 259202K [0x00000007eaa80000, 0x00000007fde00000, 0x0000000800000000)
eden space 243200K, 100% used [0x00000007eaa80000,0x00000007f9800000,0x00000007f9800000)
from space 36352K, 44% used [0x00000007f9800000,0x00000007fa7a0880,0x00000007fbb80000)
to space 35328K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fde00000)
ParOldGen total 484352K, used 407709K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d8e27790,0x00000007dd900000)
PSPermGen total 95232K, used 78011K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb62ef90,0x00000007bc700000)
2013-12-24T20:04:01.029+0800: 1569.608: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 259202K->17160K(277504K)] 666912K->424926K(761856K), 0.0206830 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=103 (full 11):
PSYoungGen total 277504K, used 17160K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 33280K, 51% used [0x00000007fbb80000,0x00000007fcc421e8,0x00000007fdc00000)
to space 34304K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fba80000)
ParOldGen total 484352K, used 407765K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d8e35790,0x00000007dd900000)
PSPermGen total 95232K, used 78011K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb62ef90,0x00000007bc700000)
}
{Heap before GC invocations=104 (full 11):
PSYoungGen total 277504K, used 261384K [0x00000007eaa80000, 0x00000007fdc00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 33280K, 51% used [0x00000007fbb80000,0x00000007fcc421e8,0x00000007fdc00000)
to space 34304K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fba80000)
ParOldGen total 484352K, used 407765K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d8e35790,0x00000007dd900000)
PSPermGen total 95232K, used 78018K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb630b00,0x00000007bc700000)
2013-12-24T20:04:13.799+0800: 1582.377: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 261384K->17920K(278528K)] 669150K->428465K(762880K), 0.0232950 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=104 (full 11):
PSYoungGen total 278528K, used 17920K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 34304K, 52% used [0x00000007f9900000,0x00000007faa80148,0x00000007fba80000)
to space 33280K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fdb00000)
ParOldGen total 484352K, used 410544K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d90ec350,0x00000007dd900000)
PSPermGen total 95232K, used 78018K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb630b00,0x00000007bc700000)
}
{Heap before GC invocations=105 (full 11):
PSYoungGen total 278528K, used 262144K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 34304K, 52% used [0x00000007f9900000,0x00000007faa80148,0x00000007fba80000)
to space 33280K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fdb00000)
ParOldGen total 484352K, used 410544K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d90ec350,0x00000007dd900000)
PSPermGen total 95232K, used 78040K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb636098,0x00000007bc700000)
2013-12-24T20:06:23.191+0800: 1711.769: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 262144K->14368K(277504K)] 672689K->424937K(761856K), 0.0423950 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=105 (full 11):
PSYoungGen total 277504K, used 14368K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 32256K, 44% used [0x00000007fba80000,0x00000007fc888148,0x00000007fda00000)
to space 32768K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fba00000)
ParOldGen total 484352K, used 410568K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d90f2350,0x00000007dd900000)
PSPermGen total 95232K, used 78040K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb636098,0x00000007bc700000)
}
{Heap before GC invocations=106 (full 11):
PSYoungGen total 277504K, used 259616K [0x00000007eaa80000, 0x00000007fda00000, 0x0000000800000000)
eden space 245248K, 100% used [0x00000007eaa80000,0x00000007f9a00000,0x00000007f9a00000)
from space 32256K, 44% used [0x00000007fba80000,0x00000007fc888148,0x00000007fda00000)
to space 32768K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fba00000)
ParOldGen total 484352K, used 410568K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d90f2350,0x00000007dd900000)
PSPermGen total 95232K, used 78040K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb636248,0x00000007bc700000)
2013-12-24T20:06:36.688+0800: 1725.266: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 259616K->22329K(278016K)] 670185K->433869K(762368K), 0.0300810 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=106 (full 11):
PSYoungGen total 278016K, used 22329K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 32768K, 68% used [0x00000007f9a00000,0x00000007fafce4a8,0x00000007fba00000)
to space 32768K, 0% used [0x00000007fbb00000,0x00000007fbb00000,0x00000007fdb00000)
ParOldGen total 484352K, used 411540K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91e5120,0x00000007dd900000)
PSPermGen total 95232K, used 78040K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb636248,0x00000007bc700000)
}
{Heap before GC invocations=107 (full 11):
PSYoungGen total 278016K, used 267577K [0x00000007eaa80000, 0x00000007fdb00000, 0x0000000800000000)
eden space 245248K, 100% used [0x00000007eaa80000,0x00000007f9a00000,0x00000007f9a00000)
from space 32768K, 68% used [0x00000007f9a00000,0x00000007fafce4a8,0x00000007fba00000)
to space 32768K, 0% used [0x00000007fbb00000,0x00000007fbb00000,0x00000007fdb00000)
ParOldGen total 484352K, used 411540K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91e5120,0x00000007dd900000)
PSPermGen total 95232K, used 78048K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb638008,0x00000007bc700000)
2013-12-24T20:06:49.582+0800: 1738.160: [GC
Desired survivor size 35127296 bytes, new threshold 15 (max 15)
[PSYoungGen: 267577K->26769K(277504K)] 679117K->438343K(761856K), 0.0235480 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=107 (full 11):
PSYoungGen total 277504K, used 26769K [0x00000007eaa80000, 0x00000007fde00000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 32768K, 81% used [0x00000007fbb00000,0x00000007fd524650,0x00000007fdb00000)
to space 34304K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fbb00000)
ParOldGen total 484352K, used 411574K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91ed8f8,0x00000007dd900000)
PSPermGen total 95232K, used 78048K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb638008,0x00000007bc700000)
}
{Heap before GC invocations=108 (full 11):
PSYoungGen total 277504K, used 271505K [0x00000007eaa80000, 0x00000007fde00000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 32768K, 81% used [0x00000007fbb00000,0x00000007fd524650,0x00000007fdb00000)
to space 34304K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fbb00000)
ParOldGen total 484352K, used 411574K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91ed8f8,0x00000007dd900000)
PSPermGen total 95232K, used 78058K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63a930,0x00000007bc700000)
2013-12-24T20:09:36.050+0800: 1904.628: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 271505K->25817K(279040K)] 683079K->437423K(763392K), 0.0228910 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=108 (full 11):
PSYoungGen total 279040K, used 25817K [0x00000007eaa80000, 0x00000007fde80000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 34304K, 75% used [0x00000007f9980000,0x00000007fb2b64c8,0x00000007fbb00000)
to space 34816K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fde80000)
ParOldGen total 484352K, used 411606K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91f58f8,0x00000007dd900000)
PSPermGen total 95232K, used 78058K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63a930,0x00000007bc700000)
}
{Heap before GC invocations=109 (full 11):
PSYoungGen total 279040K, used 270553K [0x00000007eaa80000, 0x00000007fde80000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 34304K, 75% used [0x00000007f9980000,0x00000007fb2b64c8,0x00000007fbb00000)
to space 34816K, 0% used [0x00000007fbc80000,0x00000007fbc80000,0x00000007fde80000)
ParOldGen total 484352K, used 411606K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91f58f8,0x00000007dd900000)
PSPermGen total 95232K, used 78060K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63b310,0x00000007bc700000)
2013-12-24T20:10:58.773+0800: 1987.351: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 270553K->27665K(279040K)] 682159K->439287K(763392K), 0.0230530 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=109 (full 11):
PSYoungGen total 279040K, used 27665K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 34816K, 79% used [0x00000007fbc80000,0x00000007fd784670,0x00000007fde80000)
to space 36352K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fbc80000)
ParOldGen total 484352K, used 411622K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91f98f8,0x00000007dd900000)
PSPermGen total 95232K, used 78060K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63b310,0x00000007bc700000)
}
{Heap before GC invocations=110 (full 11):
PSYoungGen total 279040K, used 271889K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 34816K, 79% used [0x00000007fbc80000,0x00000007fd784670,0x00000007fde80000)
to space 36352K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fbc80000)
ParOldGen total 484352K, used 411622K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 84% used [0x00000007c0000000,0x00000007d91f98f8,0x00000007dd900000)
PSPermGen total 95232K, used 78064K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63c358,0x00000007bc700000)
2013-12-24T20:11:10.427+0800: 1999.005: [GC
Desired survivor size 41943040 bytes, new threshold 14 (max 15)
[PSYoungGen: 271889K->36328K(280576K)] 683511K->449390K(764928K), 0.0409540 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=110 (full 11):
PSYoungGen total 280576K, used 36328K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 36352K, 99% used [0x00000007f9900000,0x00000007fbc7a1e8,0x00000007fbc80000)
to space 40960K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007fea00000)
ParOldGen total 484352K, used 413061K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 85% used [0x00000007c0000000,0x00000007d93617d0,0x00000007dd900000)
PSPermGen total 95232K, used 78064K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 81% used [0x00000007b6a00000,0x00000007bb63c358,0x00000007bc700000)
}
{Heap before GC invocations=111 (full 11):
PSYoungGen total 280576K, used 280552K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 36352K, 99% used [0x00000007f9900000,0x00000007fbc7a1e8,0x00000007fbc80000)
to space 40960K, 0% used [0x00000007fc200000,0x00000007fc200000,0x00000007fea00000)
ParOldGen total 484352K, used 413061K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 85% used [0x00000007c0000000,0x00000007d93617d0,0x00000007dd900000)
PSPermGen total 95232K, used 78093K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6437e8,0x00000007bc700000)
2013-12-24T20:11:18.612+0800: 2007.190: [GC
Desired survivor size 46661632 bytes, new threshold 15 (max 15)
[PSYoungGen: 280552K->40218K(281600K)] 693614K->455589K(765952K), 0.0475100 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=111 (full 11):
PSYoungGen total 281600K, used 40218K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 40960K, 98% used [0x00000007fc200000,0x00000007fe946b88,0x00000007fea00000)
to space 45568K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fc200000)
ParOldGen total 484352K, used 415370K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 85% used [0x00000007c0000000,0x00000007d95a29f0,0x00000007dd900000)
PSPermGen total 95232K, used 78093K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6437e8,0x00000007bc700000)
}
{Heap before GC invocations=112 (full 11):
PSYoungGen total 281600K, used 280858K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 40960K, 98% used [0x00000007fc200000,0x00000007fe946b88,0x00000007fea00000)
to space 45568K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fc200000)
ParOldGen total 484352K, used 415370K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 85% used [0x00000007c0000000,0x00000007d95a29f0,0x00000007dd900000)
PSPermGen total 95232K, used 78109K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb647430,0x00000007bc700000)
2013-12-24T20:11:27.267+0800: 2015.845: [GC
Desired survivor size 56623104 bytes, new threshold 14 (max 15)
[PSYoungGen: 280858K->45562K(286208K)] 696229K->472371K(770560K), 0.0467610 secs] [Times: user=0.07 sys=0.01, real=0.05 secs]
Heap after GC invocations=112 (full 11):
PSYoungGen total 286208K, used 45562K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 45568K, 99% used [0x00000007f9580000,0x00000007fc1feb58,0x00000007fc200000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 484352K, used 426808K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0ce330,0x00000007dd900000)
PSPermGen total 95232K, used 78109K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb647430,0x00000007bc700000)
}
{Heap before GC invocations=113 (full 11):
PSYoungGen total 286208K, used 286202K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 45568K, 99% used [0x00000007f9580000,0x00000007fc1feb58,0x00000007fc200000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 484352K, used 426808K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0ce330,0x00000007dd900000)
PSPermGen total 95232K, used 78120K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64a188,0x00000007bc700000)
2013-12-24T20:11:39.206+0800: 2027.784: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 286202K->45658K(289280K)] 713011K->472499K(773632K), 0.0327830 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=113 (full 11):
PSYoungGen total 289280K, used 45658K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55296K, 82% used [0x00000007fca00000,0x00000007ff696b68,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 426840K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0d6330,0x00000007dd900000)
PSPermGen total 95232K, used 78120K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64a188,0x00000007bc700000)
}
{Heap before GC invocations=114 (full 11):
PSYoungGen total 289280K, used 279642K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55296K, 82% used [0x00000007fca00000,0x00000007ff696b68,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 426840K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0d6330,0x00000007dd900000)
PSPermGen total 95232K, used 78123K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64afb8,0x00000007bc700000)
2013-12-24T20:11:51.271+0800: 2039.849: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 279642K->46466K(291840K)] 706483K->473331K(776192K), 0.0241330 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=114 (full 11):
PSYoungGen total 291840K, used 46466K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007f8f00000,0x00000007fbc609c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 426864K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0dc330,0x00000007dd900000)
PSPermGen total 95232K, used 78123K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64afb8,0x00000007bc700000)
}
{Heap before GC invocations=115 (full 11):
PSYoungGen total 291840K, used 280450K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007f8f00000,0x00000007fbc609c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 426864K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0dc330,0x00000007dd900000)
PSPermGen total 95232K, used 78124K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64b260,0x00000007bc700000)
2013-12-24T20:12:03.129+0800: 2051.707: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 280450K->46906K(291840K)] 707315K->473835K(776192K), 0.0247390 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=115 (full 11):
PSYoungGen total 291840K, used 46906K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff54eb68,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 426928K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0ec330,0x00000007dd900000)
PSPermGen total 95232K, used 78124K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64b260,0x00000007bc700000)
}
{Heap before GC invocations=116 (full 11):
PSYoungGen total 291840K, used 280890K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff54eb68,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 426928K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 88% used [0x00000007c0000000,0x00000007da0ec330,0x00000007dd900000)
PSPermGen total 95232K, used 78125K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64b588,0x00000007bc700000)
2013-12-24T20:12:14.696+0800: 2063.274: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 280890K->43233K(291840K)] 707819K->474463K(776192K), 0.0419170 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=116 (full 11):
PSYoungGen total 291840K, used 43233K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 74% used [0x00000007f8f00000,0x00000007fb938680,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 431229K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 89% used [0x00000007c0000000,0x00000007da51f5a8,0x00000007dd900000)
PSPermGen total 95232K, used 78125K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64b588,0x00000007bc700000)
}
{Heap before GC invocations=117 (full 11):
PSYoungGen total 291840K, used 277217K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 74% used [0x00000007f8f00000,0x00000007fb938680,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 431229K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 89% used [0x00000007c0000000,0x00000007da51f5a8,0x00000007dd900000)
PSPermGen total 95232K, used 78128K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64c280,0x00000007bc700000)
2013-12-24T20:12:23.391+0800: 2071.969: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 277217K->44205K(291840K)] 708447K->479752K(776192K), 0.0289600 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=117 (full 11):
PSYoungGen total 291840K, used 44205K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007fc780000,0x00000007ff2ab750,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 435547K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 89% used [0x00000007c0000000,0x00000007da956c60,0x00000007dd900000)
PSPermGen total 95232K, used 78128K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64c280,0x00000007bc700000)
}
{Heap before GC invocations=118 (full 11):
PSYoungGen total 291840K, used 278189K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007fc780000,0x00000007ff2ab750,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 435547K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 89% used [0x00000007c0000000,0x00000007da956c60,0x00000007dd900000)
PSPermGen total 95232K, used 78136K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64e1e0,0x00000007bc700000)
2013-12-24T20:12:30.374+0800: 2078.952: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 278189K->44237K(291840K)] 713736K->482329K(776192K), 0.0369440 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=118 (full 11):
PSYoungGen total 291840K, used 44237K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba33750,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 438091K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 90% used [0x00000007c0000000,0x00000007dabd2f80,0x00000007dd900000)
PSPermGen total 95232K, used 78136K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb64e1e0,0x00000007bc700000)
}
{Heap before GC invocations=119 (full 11):
PSYoungGen total 291840K, used 278221K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba33750,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 438091K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 90% used [0x00000007c0000000,0x00000007dabd2f80,0x00000007dd900000)
PSPermGen total 95232K, used 78150K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6519a0,0x00000007bc700000)
2013-12-24T20:12:39.392+0800: 2087.970: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 278221K->38076K(291840K)] 716313K->487972K(776192K), 0.0282580 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=119 (full 11):
PSYoungGen total 291840K, used 38076K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 65% used [0x00000007fc780000,0x00000007fecaf2a8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 449896K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 92% used [0x00000007c0000000,0x00000007db75a138,0x00000007dd900000)
PSPermGen total 95232K, used 78150K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6519a0,0x00000007bc700000)
}
{Heap before GC invocations=120 (full 11):
PSYoungGen total 291840K, used 272060K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 65% used [0x00000007fc780000,0x00000007fecaf2a8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 484352K, used 449896K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 92% used [0x00000007c0000000,0x00000007db75a138,0x00000007dd900000)
PSPermGen total 95232K, used 78157K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb653688,0x00000007bc700000)
2013-12-24T20:12:45.515+0800: 2094.093: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 272060K->22748K(291840K)] 721956K->492321K(776192K), 0.1254430 secs] [Times: user=0.13 sys=0.02, real=0.13 secs]
Heap after GC invocations=120 (full 11):
PSYoungGen total 291840K, used 22748K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 39% used [0x00000007f8f00000,0x00000007fa5372a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 469572K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 96% used [0x00000007c0000000,0x00000007dca912e8,0x00000007dd900000)
PSPermGen total 95232K, used 78157K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb653688,0x00000007bc700000)
}
{Heap before GC invocations=121 (full 12):
PSYoungGen total 291840K, used 22748K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 39% used [0x00000007f8f00000,0x00000007fa5372a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 484352K, used 469572K [0x00000007c0000000, 0x00000007dd900000, 0x00000007eaa80000)
object space 484352K, 96% used [0x00000007c0000000,0x00000007dca912e8,0x00000007dd900000)
PSPermGen total 95232K, used 78157K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb653688,0x00000007bc700000)
2013-12-24T20:12:45.640+0800: 2094.218: [Full GC [PSYoungGen: 22748K->0K(291840K)] [ParOldGen: 469572K->347608K(493568K)] 492321K->347608K(785408K) [PSPermGen: 78157K->78148K(95232K)], 0.6473340 secs] [Times: user=0.79 sys=0.01, real=0.64 secs]
Heap after GC invocations=121 (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 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78148K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb651130,0x00000007bc700000)
}
{Heap before GC invocations=122 (full 12):
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 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78154K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb652988,0x00000007bc700000)
2013-12-24T20:13:00.030+0800: 2108.608: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 233984K->2656K(291840K)] 581592K->350264K(785408K), 0.0094920 secs] [Times: user=0.01 sys=0.01, real=0.00 secs]
Heap after GC invocations=122 (full 12):
PSYoungGen total 291840K, used 2656K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fca18010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78154K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb652988,0x00000007bc700000)
}
{Heap before GC invocations=123 (full 12):
PSYoungGen total 291840K, used 236640K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fca18010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78155K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb652ed0,0x00000007bc700000)
2013-12-24T20:13:13.736+0800: 2122.314: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 236640K->7776K(291840K)] 584248K->355384K(785408K), 0.0128930 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=123 (full 12):
PSYoungGen total 291840K, used 7776K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f9698010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78155K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb652ed0,0x00000007bc700000)
}
{Heap before GC invocations=124 (full 12):
PSYoungGen total 291840K, used 241745K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8efc578,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f9698010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78170K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb656978,0x00000007bc700000)
2013-12-24T20:13:27.892+0800: 2136.470: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 241745K->11756K(291840K)] 589353K->359364K(785408K), 0.0114630 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=124 (full 12):
PSYoungGen total 291840K, used 11756K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd2fb0b8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78170K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb656978,0x00000007bc700000)
}
{Heap before GC invocations=125 (full 12):
PSYoungGen total 291840K, used 245740K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd2fb0b8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 347608K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d5376078,0x00000007de200000)
PSPermGen total 95232K, used 78173K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb657428,0x00000007bc700000)
2013-12-24T20:13:37.735+0800: 2146.313: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 245740K->16335K(291840K)] 593348K->365127K(785408K), 0.0181930 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=125 (full 12):
PSYoungGen total 291840K, used 16335K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007f8f00000,0x00000007f9ef3ee0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 348792K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d549e078,0x00000007de200000)
PSPermGen total 95232K, used 78173K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb657428,0x00000007bc700000)
}
{Heap before GC invocations=126 (full 12):
PSYoungGen total 291840K, used 250319K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007f8f00000,0x00000007f9ef3ee0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 348792K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 70% used [0x00000007c0000000,0x00000007d549e078,0x00000007de200000)
PSPermGen total 95232K, used 78177K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb658698,0x00000007bc700000)
2013-12-24T20:13:46.736+0800: 2155.314: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250319K->7727K(291840K)] 599111K->366498K(785408K), 0.0209030 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=126 (full 12):
PSYoungGen total 291840K, used 7727K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcf0bee0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 358771K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 72% used [0x00000007c0000000,0x00000007d5e5cc48,0x00000007de200000)
PSPermGen total 95232K, used 78177K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb658698,0x00000007bc700000)
}
{Heap before GC invocations=127 (full 12):
PSYoungGen total 291840K, used 241711K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcf0bee0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 358771K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 72% used [0x00000007c0000000,0x00000007d5e5cc48,0x00000007de200000)
PSPermGen total 95232K, used 78185K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb65a5b8,0x00000007bc700000)
2013-12-24T20:13:54.371+0800: 2162.949: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241711K->10525K(291840K)] 600482K->369939K(785408K), 0.0199790 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=127 (full 12):
PSYoungGen total 291840K, used 10525K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9947430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 359414K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 72% used [0x00000007c0000000,0x00000007d5efd8a0,0x00000007de200000)
PSPermGen total 95232K, used 78185K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb65a5b8,0x00000007bc700000)
}
{Heap before GC invocations=128 (full 12):
PSYoungGen total 291840K, used 244509K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9947430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 359414K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 72% used [0x00000007c0000000,0x00000007d5efd8a0,0x00000007de200000)
PSPermGen total 95232K, used 78203K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb65ee18,0x00000007bc700000)
2013-12-24T20:14:05.119+0800: 2173.697: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 244509K->3748K(291840K)] 603923K->367098K(785408K), 0.0163280 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=128 (full 12):
PSYoungGen total 291840K, used 3748K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb29288,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 363350K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 73% used [0x00000007c0000000,0x00000007d62d58a0,0x00000007de200000)
PSPermGen total 95232K, used 78203K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb65ee18,0x00000007bc700000)
}
{Heap before GC invocations=129 (full 12):
PSYoungGen total 291840K, used 237732K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb29288,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 493568K, used 363350K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 73% used [0x00000007c0000000,0x00000007d62d58a0,0x00000007de200000)
PSPermGen total 95232K, used 78208K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6600e8,0x00000007bc700000)
2013-12-24T20:14:17.123+0800: 2185.701: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237732K->11851K(291840K)] 601082K->378165K(785408K), 0.0172690 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=129 (full 12):
PSYoungGen total 291840K, used 11851K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007f8f00000,0x00000007f9a92c68,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 366314K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 74% used [0x00000007c0000000,0x00000007d65bab18,0x00000007de200000)
PSPermGen total 95232K, used 78208K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6600e8,0x00000007bc700000)
}
{Heap before GC invocations=130 (full 12):
PSYoungGen total 291840K, used 245835K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007f8f00000,0x00000007f9a92c68,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 493568K, used 366314K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 74% used [0x00000007c0000000,0x00000007d65bab18,0x00000007de200000)
PSPermGen total 95232K, used 78213K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb661410,0x00000007bc700000)
2013-12-24T20:14:25.734+0800: 2194.312: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 245835K->9440K(290816K)] 612149K->388093K(784384K), 0.0146500 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=130 (full 12):
PSYoungGen total 290816K, used 9440K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56832K, 16% used [0x00000007fc780000,0x00000007fd0b8010,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78213K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb661410,0x00000007bc700000)
}
{Heap before GC invocations=131 (full 12):
PSYoungGen total 290816K, used 243424K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 56832K, 16% used [0x00000007fc780000,0x00000007fd0b8010,0x00000007fff00000)
to space 57344K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc700000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78220K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6632d8,0x00000007bc700000)
2013-12-24T20:14:33.328+0800: 2201.906: [GC
Desired survivor size 56098816 bytes, new threshold 3 (max 15)
[PSYoungGen: 243424K->10464K(244736K)] 622077K->389117K(738304K), 0.0123580 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=131 (full 12):
PSYoungGen total 244736K, used 10464K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 10752K, 97% used [0x00000007f8f00000,0x00000007f9938010,0x00000007f9980000)
to space 54784K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffb80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78220K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6632d8,0x00000007bc700000)
}
{Heap before GC invocations=132 (full 12):
PSYoungGen total 244736K, used 244448K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 10752K, 97% used [0x00000007f8f00000,0x00000007f9938010,0x00000007f9980000)
to space 54784K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffb80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78238K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb667bb8,0x00000007bc700000)
2013-12-24T20:14:43.723+0800: 2212.301: [GC
Desired survivor size 53477376 bytes, new threshold 4 (max 15)
[PSYoungGen: 244448K->12128K(285184K)] 623101K->390781K(778752K), 0.0113960 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=132 (full 12):
PSYoungGen total 285184K, used 12128K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 49664K, 24% used [0x00000007fc600000,0x00000007fd1d8010,0x00000007ff680000)
to space 52224K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc380000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78238K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb667bb8,0x00000007bc700000)
}
{Heap before GC invocations=133 (full 12):
PSYoungGen total 285184K, used 247648K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 49664K, 24% used [0x00000007fc600000,0x00000007fd1d8010,0x00000007ff680000)
to space 52224K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc380000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78241K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb668778,0x00000007bc700000)
2013-12-24T20:14:50.872+0800: 2219.450: [GC
Desired survivor size 50855936 bytes, new threshold 5 (max 15)
[PSYoungGen: 247648K->11840K(247808K)] 626301K->390493K(741376K), 0.0122820 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=133 (full 12):
PSYoungGen total 247808K, used 11840K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 12288K, 96% used [0x00000007f9080000,0x00000007f9c10010,0x00000007f9c80000)
to space 49664K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78241K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb668778,0x00000007bc700000)
}
{Heap before GC invocations=134 (full 12):
PSYoungGen total 247808K, used 247360K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 12288K, 96% used [0x00000007f9080000,0x00000007f9c10010,0x00000007f9c80000)
to space 49664K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78254K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb66ba88,0x00000007bc700000)
2013-12-24T20:15:00.229+0800: 2228.807: [GC
Desired survivor size 48234496 bytes, new threshold 6 (max 15)
[PSYoungGen: 247360K->14492K(281600K)] 626013K->393145K(775168K), 0.0156980 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=134 (full 12):
PSYoungGen total 281600K, used 14492K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 44544K, 32% used [0x00000007fc280000,0x00000007fd0a72d8,0x00000007fee00000)
to space 47104K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc000000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78254K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb66ba88,0x00000007bc700000)
}
{Heap before GC invocations=135 (full 12):
PSYoungGen total 281600K, used 251548K [0x00000007eaa80000, 0x00000007fee00000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 44544K, 32% used [0x00000007fc280000,0x00000007fd0a72d8,0x00000007fee00000)
to space 47104K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc000000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78258K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb66cba0,0x00000007bc700000)
2013-12-24T20:15:11.275+0800: 2239.853: [GC
Desired survivor size 45088768 bytes, new threshold 7 (max 15)
[PSYoungGen: 251548K->16092K(253440K)] 630201K->394746K(747008K), 0.0155370 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=135 (full 12):
PSYoungGen total 253440K, used 16092K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 16384K, 98% used [0x00000007f9200000,0x00000007fa1b73d8,0x00000007fa200000)
to space 44032K, 0% used [0x00000007fbe80000,0x00000007fbe80000,0x00000007fe980000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78258K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb66cba0,0x00000007bc700000)
}
{Heap before GC invocations=136 (full 12):
PSYoungGen total 253440K, used 253148K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 16384K, 98% used [0x00000007f9200000,0x00000007fa1b73d8,0x00000007fa200000)
to space 44032K, 0% used [0x00000007fbe80000,0x00000007fbe80000,0x00000007fe980000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78285K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6737c0,0x00000007bc700000)
2013-12-24T20:15:22.599+0800: 2251.177: [GC
Desired survivor size 42467328 bytes, new threshold 8 (max 15)
[PSYoungGen: 253148K->15355K(277504K)] 631802K->394009K(771072K), 0.0652340 secs] [Times: user=0.03 sys=0.00, real=0.07 secs]
Heap after GC invocations=136 (full 12):
PSYoungGen total 277504K, used 15355K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 38912K, 39% used [0x00000007fbe80000,0x00000007fcd7eff8,0x00000007fe480000)
to space 41472K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbc00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78285K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6737c0,0x00000007bc700000)
}
{Heap before GC invocations=137 (full 12):
PSYoungGen total 277504K, used 253947K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 38912K, 39% used [0x00000007fbe80000,0x00000007fcd7eff8,0x00000007fe480000)
to space 41472K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbc00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78293K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb675760,0x00000007bc700000)
2013-12-24T20:15:33.237+0800: 2261.815: [GC
Desired survivor size 40894464 bytes, new threshold 9 (max 15)
[PSYoungGen: 253947K->18362K(280064K)] 632601K->397016K(773632K), 0.0166740 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=137 (full 12):
PSYoungGen total 280064K, used 18362K [0x00000007eaa80000, 0x00000007fe300000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 41472K, 44% used [0x00000007f9380000,0x00000007fa56eba8,0x00000007fbc00000)
to space 39936K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fe300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78293K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb675760,0x00000007bc700000)
}
{Heap before GC invocations=138 (full 12):
PSYoungGen total 280064K, used 256954K [0x00000007eaa80000, 0x00000007fe300000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 41472K, 44% used [0x00000007f9380000,0x00000007fa56eba8,0x00000007fbc00000)
to space 39936K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fe300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78304K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6783b0,0x00000007bc700000)
2013-12-24T20:15:40.501+0800: 2269.079: [GC
Desired survivor size 42467328 bytes, new threshold 10 (max 15)
[PSYoungGen: 256954K->27487K(278528K)] 635608K->406141K(772096K), 0.0241510 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=138 (full 12):
PSYoungGen total 278528K, used 27487K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 39936K, 68% used [0x00000007fbc00000,0x00000007fd6d7f20,0x00000007fe300000)
to space 41472K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbc00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78304K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6783b0,0x00000007bc700000)
}
{Heap before GC invocations=139 (full 12):
PSYoungGen total 278528K, used 266079K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 39936K, 68% used [0x00000007fbc00000,0x00000007fd6d7f20,0x00000007fe300000)
to space 41472K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbc00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78313K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67a588,0x00000007bc700000)
2013-12-24T20:15:55.303+0800: 2283.881: [GC
Desired survivor size 44564480 bytes, new threshold 11 (max 15)
[PSYoungGen: 266079K->29299K(280064K)] 644733K->407952K(773632K), 0.0332830 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=139 (full 12):
PSYoungGen total 280064K, used 29299K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 41472K, 70% used [0x00000007f9380000,0x00000007fb01ccb0,0x00000007fbc00000)
to space 43520K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fea00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78313K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67a588,0x00000007bc700000)
}
{Heap before GC invocations=140 (full 12):
PSYoungGen total 280064K, used 267891K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 41472K, 70% used [0x00000007f9380000,0x00000007fb01ccb0,0x00000007fbc00000)
to space 43520K, 0% used [0x00000007fbf80000,0x00000007fbf80000,0x00000007fea00000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78316K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67b2e0,0x00000007bc700000)
2013-12-24T20:16:03.516+0800: 2292.094: [GC
Desired survivor size 46137344 bytes, new threshold 12 (max 15)
[PSYoungGen: 267891K->30495K(282112K)] 646544K->409149K(775680K), 0.0234720 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=140 (full 12):
PSYoungGen total 282112K, used 30495K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 43520K, 70% used [0x00000007fbf80000,0x00000007fdd47f20,0x00000007fea00000)
to space 45056K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbf80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78316K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67b2e0,0x00000007bc700000)
}
{Heap before GC invocations=141 (full 12):
PSYoungGen total 282112K, used 269087K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 43520K, 70% used [0x00000007fbf80000,0x00000007fdd47f20,0x00000007fea00000)
to space 45056K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fbf80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78317K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67b4e8,0x00000007bc700000)
2013-12-24T20:16:15.231+0800: 2303.809: [GC
Desired survivor size 47185920 bytes, new threshold 13 (max 15)
[PSYoungGen: 269087K->29663K(283648K)] 647741K->408316K(777216K), 0.1903390 secs] [Times: user=0.05 sys=0.00, real=0.19 secs]
Heap after GC invocations=141 (full 12):
PSYoungGen total 283648K, used 29663K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 45056K, 65% used [0x00000007f9380000,0x00000007fb077e20,0x00000007fbf80000)
to space 46080K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007fef80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78317K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67b4e8,0x00000007bc700000)
}
{Heap before GC invocations=142 (full 12):
PSYoungGen total 283648K, used 268255K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 45056K, 65% used [0x00000007f9380000,0x00000007fb077e20,0x00000007fbf80000)
to space 46080K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007fef80000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78325K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67d720,0x00000007bc700000)
2013-12-24T20:16:30.110+0800: 2318.688: [GC
Desired survivor size 47710208 bytes, new threshold 14 (max 15)
[PSYoungGen: 268255K->29279K(286208K)] 646908K->407932K(779776K), 0.0243930 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=142 (full 12):
PSYoungGen total 286208K, used 29279K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 46080K, 63% used [0x00000007fc280000,0x00000007fdf17e20,0x00000007fef80000)
to space 46592K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc280000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78325K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67d720,0x00000007bc700000)
}
{Heap before GC invocations=143 (full 12):
PSYoungGen total 286208K, used 269407K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 46080K, 63% used [0x00000007fc280000,0x00000007fdf17e20,0x00000007fef80000)
to space 46592K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc280000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78328K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67e128,0x00000007bc700000)
2013-12-24T20:16:43.234+0800: 2331.812: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 269407K->26815K(286720K)] 648060K->405469K(780288K), 0.0521240 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=143 (full 12):
PSYoungGen total 286720K, used 26815K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 46592K, 57% used [0x00000007f9500000,0x00000007faf2ff20,0x00000007fc280000)
to space 46080K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007ff080000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78328K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67e128,0x00000007bc700000)
}
{Heap before GC invocations=144 (full 12):
PSYoungGen total 286720K, used 266943K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 46592K, 57% used [0x00000007f9500000,0x00000007faf2ff20,0x00000007fc280000)
to space 46080K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007ff080000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78330K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67e9f8,0x00000007bc700000)
2013-12-24T20:16:56.691+0800: 2345.269: [GC
Desired survivor size 46661632 bytes, new threshold 15 (max 15)
[PSYoungGen: 266943K->26879K(286720K)] 645597K->405533K(780288K), 0.0277290 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=144 (full 12):
PSYoungGen total 286720K, used 26879K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 45056K, 59% used [0x00000007fc380000,0x00000007fddbff20,0x00000007fef80000)
to space 45568K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78330K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67e9f8,0x00000007bc700000)
}
{Heap before GC invocations=145 (full 12):
PSYoungGen total 286720K, used 268543K [0x00000007eaa80000, 0x00000007fef80000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 45056K, 59% used [0x00000007fc380000,0x00000007fddbff20,0x00000007fef80000)
to space 45568K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc300000)
ParOldGen total 493568K, used 378653K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71c7510,0x00000007de200000)
PSPermGen total 95232K, used 78334K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67fa10,0x00000007bc700000)
2013-12-24T20:17:04.446+0800: 2353.024: [GC
Desired survivor size 46137344 bytes, new threshold 15 (max 15)
[PSYoungGen: 268543K->27667K(287232K)] 647197K->406408K(780800K), 0.0554440 secs] [Times: user=0.05 sys=0.00, real=0.06 secs]
Heap after GC invocations=145 (full 12):
PSYoungGen total 287232K, used 27667K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 45568K, 60% used [0x00000007f9680000,0x00000007fb184cb0,0x00000007fc300000)
to space 45056K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff080000)
ParOldGen total 493568K, used 378741K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71dd510,0x00000007de200000)
PSPermGen total 95232K, used 78334K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb67fa10,0x00000007bc700000)
}
{Heap before GC invocations=146 (full 12):
PSYoungGen total 287232K, used 269331K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 45568K, 60% used [0x00000007f9680000,0x00000007fb184cb0,0x00000007fc300000)
to space 45056K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ff080000)
ParOldGen total 493568K, used 378741K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71dd510,0x00000007de200000)
PSPermGen total 95232K, used 78340K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb681038,0x00000007bc700000)
2013-12-24T20:17:16.615+0800: 2365.193: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 269331K->23604K(284672K)] 648072K->402417K(778240K), 0.0247090 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=146 (full 12):
PSYoungGen total 284672K, used 23604K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 243712K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9880000)
from space 40960K, 57% used [0x00000007fc480000,0x00000007fdb8d298,0x00000007fec80000)
to space 43008K, 0% used [0x00000007f9880000,0x00000007f9880000,0x00000007fc280000)
ParOldGen total 493568K, used 378813K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71ef510,0x00000007de200000)
PSPermGen total 95232K, used 78340K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb681038,0x00000007bc700000)
}
{Heap before GC invocations=147 (full 12):
PSYoungGen total 284672K, used 267316K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 243712K, 100% used [0x00000007eaa80000,0x00000007f9880000,0x00000007f9880000)
from space 40960K, 57% used [0x00000007fc480000,0x00000007fdb8d298,0x00000007fec80000)
to space 43008K, 0% used [0x00000007f9880000,0x00000007f9880000,0x00000007fc280000)
ParOldGen total 493568K, used 378813K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d71ef510,0x00000007de200000)
PSPermGen total 95232K, used 78347K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb682fb0,0x00000007bc700000)
2013-12-24T20:17:30.671+0800: 2379.249: [GC
Desired survivor size 43515904 bytes, new threshold 15 (max 15)
[PSYoungGen: 267316K->27917K(286720K)] 646129K->407179K(780288K), 0.2849030 secs] [Times: user=0.06 sys=0.00, real=0.28 secs]
Heap after GC invocations=147 (full 12):
PSYoungGen total 286720K, used 27917K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 243712K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9880000)
from space 43008K, 64% used [0x00000007f9880000,0x00000007fb3c3790,0x00000007fc280000)
to space 42496K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fed80000)
ParOldGen total 493568K, used 379261K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d725f570,0x00000007de200000)
PSPermGen total 95232K, used 78347K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb682fb0,0x00000007bc700000)
}
{Heap before GC invocations=148 (full 12):
PSYoungGen total 286720K, used 271629K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 243712K, 100% used [0x00000007eaa80000,0x00000007f9880000,0x00000007f9880000)
from space 43008K, 64% used [0x00000007f9880000,0x00000007fb3c3790,0x00000007fc280000)
to space 42496K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fed80000)
ParOldGen total 493568K, used 379261K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 76% used [0x00000007c0000000,0x00000007d725f570,0x00000007de200000)
PSPermGen total 95232K, used 78350K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb683a58,0x00000007bc700000)
2013-12-24T20:17:41.800+0800: 2390.378: [GC
Desired survivor size 43515904 bytes, new threshold 15 (max 15)
[PSYoungGen: 271629K->27898K(288256K)] 650891K->410328K(781824K), 0.0309370 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=148 (full 12):
PSYoungGen total 288256K, used 27898K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 42496K, 65% used [0x00000007fc400000,0x00000007fdf3ea00,0x00000007fed80000)
to space 42496K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fc400000)
ParOldGen total 493568K, used 382429K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d7577690,0x00000007de200000)
PSPermGen total 95232K, used 78350K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb683a58,0x00000007bc700000)
}
{Heap before GC invocations=149 (full 12):
PSYoungGen total 288256K, used 273658K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 42496K, 65% used [0x00000007fc400000,0x00000007fdf3ea00,0x00000007fed80000)
to space 42496K, 0% used [0x00000007f9a80000,0x00000007f9a80000,0x00000007fc400000)
ParOldGen total 493568K, used 382429K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d7577690,0x00000007de200000)
PSPermGen total 95232K, used 78352K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb684378,0x00000007bc700000)
2013-12-24T20:17:52.643+0800: 2401.221: [GC
Desired survivor size 42467328 bytes, new threshold 15 (max 15)
[PSYoungGen: 273658K->27025K(288256K)] 656088K->410064K(781824K), 0.0275230 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=149 (full 12):
PSYoungGen total 288256K, used 27025K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 245760K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a80000)
from space 42496K, 63% used [0x00000007f9a80000,0x00000007fb4e44c8,0x00000007fc400000)
to space 41472K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007fed80000)
ParOldGen total 493568K, used 383038K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d760fbc8,0x00000007de200000)
PSPermGen total 95232K, used 78352K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb684378,0x00000007bc700000)
}
{Heap before GC invocations=150 (full 12):
PSYoungGen total 288256K, used 272785K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 245760K, 100% used [0x00000007eaa80000,0x00000007f9a80000,0x00000007f9a80000)
from space 42496K, 63% used [0x00000007f9a80000,0x00000007fb4e44c8,0x00000007fc400000)
to space 41472K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007fed80000)
ParOldGen total 493568K, used 383038K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d760fbc8,0x00000007de200000)
PSPermGen total 95232K, used 78358K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6858a8,0x00000007bc700000)
2013-12-24T20:18:00.548+0800: 2409.126: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 272785K->27613K(288256K)] 655824K->411024K(781824K), 0.0785190 secs] [Times: user=0.06 sys=0.01, real=0.08 secs]
Heap after GC invocations=150 (full 12):
PSYoungGen total 288256K, used 27613K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 40448K, 68% used [0x00000007fc500000,0x00000007fdff7638,0x00000007fec80000)
to space 40960K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fc480000)
ParOldGen total 493568K, used 383410K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d766ca58,0x00000007de200000)
PSPermGen total 95232K, used 78358K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6858a8,0x00000007bc700000)
}
{Heap before GC invocations=151 (full 12):
PSYoungGen total 288256K, used 275421K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 40448K, 68% used [0x00000007fc500000,0x00000007fdff7638,0x00000007fec80000)
to space 40960K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fc480000)
ParOldGen total 493568K, used 383410K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d766cae8,0x00000007de200000)
PSPermGen total 95232K, used 78362K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb686980,0x00000007bc700000)
2013-12-24T20:18:18.379+0800: 2426.957: [GC
Desired survivor size 40894464 bytes, new threshold 15 (max 15)
[PSYoungGen: 275421K->23601K(288768K)] 658832K->407312K(782336K), 0.0239030 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=151 (full 12):
PSYoungGen total 288768K, used 23601K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 40960K, 57% used [0x00000007f9c80000,0x00000007fb38c7a8,0x00000007fc480000)
to space 39936K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007fec80000)
ParOldGen total 493568K, used 383710K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d76b7978,0x00000007de200000)
PSPermGen total 95232K, used 78362K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb686980,0x00000007bc700000)
}
{Heap before GC invocations=152 (full 12):
PSYoungGen total 288768K, used 271409K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 40960K, 57% used [0x00000007f9c80000,0x00000007fb38c7a8,0x00000007fc480000)
to space 39936K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007fec80000)
ParOldGen total 493568K, used 383713K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 77% used [0x00000007c0000000,0x00000007d76b8530,0x00000007de200000)
PSPermGen total 95232K, used 78364K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687108,0x00000007bc700000)
2013-12-24T20:18:31.248+0800: 2439.826: [GC
Desired survivor size 39845888 bytes, new threshold 15 (max 15)
[PSYoungGen: 271409K->19210K(287744K)] 655123K->405062K(781312K), 0.0304410 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=152 (full 12):
PSYoungGen total 287744K, used 19210K [0x00000007eaa80000, 0x00000007fea80000, 0x0000000800000000)
eden space 249856K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e80000)
from space 37888K, 50% used [0x00000007fc580000,0x00000007fd842bf8,0x00000007fea80000)
to space 38912K, 0% used [0x00000007f9e80000,0x00000007f9e80000,0x00000007fc480000)
ParOldGen total 493568K, used 385851K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78cef70,0x00000007de200000)
PSPermGen total 95232K, used 78364K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687108,0x00000007bc700000)
}
{Heap before GC invocations=153 (full 12):
PSYoungGen total 287744K, used 269066K [0x00000007eaa80000, 0x00000007fea80000, 0x0000000800000000)
eden space 249856K, 100% used [0x00000007eaa80000,0x00000007f9e80000,0x00000007f9e80000)
from space 37888K, 50% used [0x00000007fc580000,0x00000007fd842bf8,0x00000007fea80000)
to space 38912K, 0% used [0x00000007f9e80000,0x00000007f9e80000,0x00000007fc480000)
ParOldGen total 493568K, used 385851K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78cef70,0x00000007de200000)
PSPermGen total 95232K, used 78364K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687238,0x00000007bc700000)
2013-12-24T20:19:09.687+0800: 2478.265: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 269066K->23658K(288768K)] 654918K->409534K(782336K), 0.0209190 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=153 (full 12):
PSYoungGen total 288768K, used 23658K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 249856K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e80000)
from space 38912K, 60% used [0x00000007f9e80000,0x00000007fb59abf8,0x00000007fc480000)
to space 37888K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007fea00000)
ParOldGen total 493568K, used 385875K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78d4f70,0x00000007de200000)
PSPermGen total 95232K, used 78364K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687238,0x00000007bc700000)
}
{Heap before GC invocations=154 (full 12):
PSYoungGen total 288768K, used 273514K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 249856K, 100% used [0x00000007eaa80000,0x00000007f9e80000,0x00000007f9e80000)
from space 38912K, 60% used [0x00000007f9e80000,0x00000007fb59abf8,0x00000007fc480000)
to space 37888K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007fea00000)
ParOldGen total 493568K, used 385875K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78d4f70,0x00000007de200000)
PSPermGen total 95232K, used 78365K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6877f8,0x00000007bc700000)
2013-12-24T20:20:48.188+0800: 2576.766: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 273514K->23690K(286208K)] 659390K->409606K(779776K), 0.0219710 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=154 (full 12):
PSYoungGen total 286208K, used 23690K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 34816K, 68% used [0x00000007fc500000,0x00000007fdc22bf8,0x00000007fe700000)
to space 36352K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc380000)
ParOldGen total 493568K, used 385915K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78def70,0x00000007de200000)
PSPermGen total 95232K, used 78365K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6877f8,0x00000007bc700000)
}
{Heap before GC invocations=155 (full 12):
PSYoungGen total 286208K, used 275082K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 34816K, 68% used [0x00000007fc500000,0x00000007fdc22bf8,0x00000007fe700000)
to space 36352K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc380000)
ParOldGen total 493568K, used 385915K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d78def70,0x00000007de200000)
PSPermGen total 95232K, used 78366K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687838,0x00000007bc700000)
2013-12-24T20:22:25.324+0800: 2673.902: [GC
Desired survivor size 36175872 bytes, new threshold 15 (max 15)
[PSYoungGen: 275082K->23530K(287744K)] 660998K->409620K(781312K), 0.0203970 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=155 (full 12):
PSYoungGen total 287744K, used 23530K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 36352K, 64% used [0x00000007fa000000,0x00000007fb6fabf8,0x00000007fc380000)
to space 35328K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007fe600000)
ParOldGen total 493568K, used 386089K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d790a490,0x00000007de200000)
PSPermGen total 95232K, used 78366K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687838,0x00000007bc700000)
}
{Heap before GC invocations=156 (full 12):
PSYoungGen total 287744K, used 274922K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 36352K, 64% used [0x00000007fa000000,0x00000007fb6fabf8,0x00000007fc380000)
to space 35328K, 0% used [0x00000007fc380000,0x00000007fc380000,0x00000007fe600000)
ParOldGen total 493568K, used 386089K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d790a490,0x00000007de200000)
PSPermGen total 95232K, used 78366K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687a50,0x00000007bc700000)
2013-12-24T20:23:58.236+0800: 2766.814: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 274922K->22058K(287744K)] 661012K->408164K(781312K), 0.2760150 secs] [Times: user=0.05 sys=0.00, real=0.28 secs]
Heap after GC invocations=156 (full 12):
PSYoungGen total 287744K, used 22058K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 34816K, 63% used [0x00000007fc380000,0x00000007fd90abf8,0x00000007fe580000)
to space 34816K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc380000)
ParOldGen total 493568K, used 386105K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d790e490,0x00000007de200000)
PSPermGen total 95232K, used 78366K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687a50,0x00000007bc700000)
}
{Heap before GC invocations=157 (full 12):
PSYoungGen total 287744K, used 274986K [0x00000007eaa80000, 0x00000007fe580000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 34816K, 63% used [0x00000007fc380000,0x00000007fd90abf8,0x00000007fe580000)
to space 34816K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fc380000)
ParOldGen total 493568K, used 386105K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d790e490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687ca8,0x00000007bc700000)
2013-12-24T20:24:10.238+0800: 2778.816: [GC
Desired survivor size 34603008 bytes, new threshold 15 (max 15)
[PSYoungGen: 274986K->22154K(287744K)] 661092K->408276K(781312K), 0.0414380 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
Heap after GC invocations=157 (full 12):
PSYoungGen total 287744K, used 22154K [0x00000007eaa80000, 0x00000007fe500000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 34816K, 63% used [0x00000007fa180000,0x00000007fb722bf8,0x00000007fc380000)
to space 33792K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe500000)
ParOldGen total 493568K, used 386121K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7912490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687ca8,0x00000007bc700000)
}
{Heap before GC invocations=158 (full 12):
PSYoungGen total 287744K, used 275082K [0x00000007eaa80000, 0x00000007fe500000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 34816K, 63% used [0x00000007fa180000,0x00000007fb722bf8,0x00000007fc380000)
to space 33792K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007fe500000)
ParOldGen total 493568K, used 386121K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7912490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687d88,0x00000007bc700000)
2013-12-24T20:24:22.215+0800: 2790.793: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 275082K->21802K(288768K)] 661204K->407964K(782336K), 0.2166050 secs] [Times: user=0.13 sys=0.00, real=0.22 secs]
Heap after GC invocations=158 (full 12):
PSYoungGen total 288768K, used 21802K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 33792K, 64% used [0x00000007fc400000,0x00000007fd94abf8,0x00000007fe500000)
to space 33280K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fc400000)
ParOldGen total 493568K, used 386161K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d791c490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687d88,0x00000007bc700000)
}
{Heap before GC invocations=159 (full 12):
PSYoungGen total 288768K, used 276778K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 33792K, 64% used [0x00000007fc400000,0x00000007fd94abf8,0x00000007fe500000)
to space 33280K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fc400000)
ParOldGen total 493568K, used 386161K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d791c490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687d88,0x00000007bc700000)
2013-12-24T20:24:36.087+0800: 2804.665: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 276778K->19722K(288256K)] 662940K->405940K(781824K), 0.0205280 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=159 (full 12):
PSYoungGen total 288256K, used 19722K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 33280K, 59% used [0x00000007fa380000,0x00000007fb6c2bf8,0x00000007fc400000)
to space 32768K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe700000)
ParOldGen total 493568K, used 386217K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d792a490,0x00000007de200000)
PSPermGen total 95232K, used 78367K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb687d88,0x00000007bc700000)
}
{Heap before GC invocations=160 (full 12):
PSYoungGen total 288256K, used 274698K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 33280K, 59% used [0x00000007fa380000,0x00000007fb6c2bf8,0x00000007fc400000)
to space 32768K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fe700000)
ParOldGen total 493568K, used 386217K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d792a490,0x00000007de200000)
PSPermGen total 95232K, used 78368K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6881f8,0x00000007bc700000)
2013-12-24T20:24:47.563+0800: 2816.141: [GC
Desired survivor size 33030144 bytes, new threshold 15 (max 15)
[PSYoungGen: 274698K->24266K(291840K)] 660916K->410508K(785408K), 0.1064320 secs] [Times: user=0.04 sys=0.01, real=0.10 secs]
Heap after GC invocations=160 (full 12):
PSYoungGen total 291840K, used 24266K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 259072K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa780000)
from space 32768K, 74% used [0x00000007fc700000,0x00000007fdeb2bf8,0x00000007fe700000)
to space 32256K, 0% used [0x00000007fa780000,0x00000007fa780000,0x00000007fc700000)
ParOldGen total 493568K, used 386241K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7930490,0x00000007de200000)
PSPermGen total 95232K, used 78368K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6881f8,0x00000007bc700000)
}
{Heap before GC invocations=161 (full 12):
PSYoungGen total 291840K, used 283338K [0x00000007eaa80000, 0x00000007fe700000, 0x0000000800000000)
eden space 259072K, 100% used [0x00000007eaa80000,0x00000007fa780000,0x00000007fa780000)
from space 32768K, 74% used [0x00000007fc700000,0x00000007fdeb2bf8,0x00000007fe700000)
to space 32256K, 0% used [0x00000007fa780000,0x00000007fa780000,0x00000007fc700000)
ParOldGen total 493568K, used 386241K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7930490,0x00000007de200000)
PSPermGen total 95232K, used 78370K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb688838,0x00000007bc700000)
2013-12-24T20:24:59.119+0800: 2827.697: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 283338K->27780K(291328K)] 669580K->414795K(784896K), 0.0388640 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=161 (full 12):
PSYoungGen total 291328K, used 27780K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 259072K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa780000)
from space 32256K, 86% used [0x00000007fa780000,0x00000007fc2a13a8,0x00000007fc700000)
to space 33280K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007fec80000)
ParOldGen total 493568K, used 387014K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d79f1908,0x00000007de200000)
PSPermGen total 95232K, used 78370K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb688838,0x00000007bc700000)
}
{Heap before GC invocations=162 (full 12):
PSYoungGen total 291328K, used 286852K [0x00000007eaa80000, 0x00000007fec80000, 0x0000000800000000)
eden space 259072K, 100% used [0x00000007eaa80000,0x00000007fa780000,0x00000007fa780000)
from space 32256K, 86% used [0x00000007fa780000,0x00000007fc2a13a8,0x00000007fc700000)
to space 33280K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007fec80000)
ParOldGen total 493568K, used 387014K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d79f1908,0x00000007de200000)
PSPermGen total 95232K, used 78376K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68a1a8,0x00000007bc700000)
2013-12-24T20:25:10.261+0800: 2838.839: [GC
Desired survivor size 34603008 bytes, new threshold 15 (max 15)
[PSYoungGen: 286852K->27808K(295936K)] 673867K->414964K(789504K), 0.1461940 secs] [Times: user=0.06 sys=0.01, real=0.14 secs]
Heap after GC invocations=162 (full 12):
PSYoungGen total 295936K, used 27808K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 262656K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fab00000)
from space 33280K, 83% used [0x00000007fcc00000,0x00000007fe7280f0,0x00000007fec80000)
to space 33792K, 0% used [0x00000007fab00000,0x00000007fab00000,0x00000007fcc00000)
ParOldGen total 493568K, used 387155K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a14f70,0x00000007de200000)
PSPermGen total 95232K, used 78376K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68a1a8,0x00000007bc700000)
}
{Heap before GC invocations=163 (full 12):
PSYoungGen total 295936K, used 290464K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 262656K, 100% used [0x00000007eaa80000,0x00000007fab00000,0x00000007fab00000)
from space 33280K, 83% used [0x00000007fcc00000,0x00000007fe7280f0,0x00000007fec80000)
to space 33792K, 0% used [0x00000007fab00000,0x00000007fab00000,0x00000007fcc00000)
ParOldGen total 493568K, used 387155K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a14f70,0x00000007de200000)
PSPermGen total 95232K, used 78379K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68ad88,0x00000007bc700000)
2013-12-24T20:25:21.466+0800: 2850.044: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 290464K->32851K(296448K)] 677620K->420055K(790016K), 0.0260400 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=163 (full 12):
PSYoungGen total 296448K, used 32851K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 262656K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fab00000)
from space 33792K, 97% used [0x00000007fab00000,0x00000007fcb14f80,0x00000007fcc00000)
to space 35840K, 0% used [0x00000007fd280000,0x00000007fd280000,0x00000007ff580000)
ParOldGen total 493568K, used 387203K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a20f70,0x00000007de200000)
PSPermGen total 95232K, used 78379K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68ad88,0x00000007bc700000)
}
{Heap before GC invocations=164 (full 12):
PSYoungGen total 296448K, used 295507K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 262656K, 100% used [0x00000007eaa80000,0x00000007fab00000,0x00000007fab00000)
from space 33792K, 97% used [0x00000007fab00000,0x00000007fcb14f80,0x00000007fcc00000)
to space 35840K, 0% used [0x00000007fd280000,0x00000007fd280000,0x00000007ff580000)
ParOldGen total 493568K, used 387203K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a20f70,0x00000007de200000)
PSPermGen total 95232K, used 78379K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68af38,0x00000007bc700000)
2013-12-24T20:25:34.937+0800: 2863.515: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 295507K->31447K(301568K)] 682711K->418667K(795136K), 0.0406530 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=164 (full 12):
PSYoungGen total 301568K, used 31447K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 265728K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae00000)
from space 35840K, 87% used [0x00000007fd280000,0x00000007ff135dd0,0x00000007ff580000)
to space 37376K, 0% used [0x00000007fae00000,0x00000007fae00000,0x00000007fd280000)
ParOldGen total 493568K, used 387219K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a24f70,0x00000007de200000)
PSPermGen total 95232K, used 78379K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68af38,0x00000007bc700000)
}
{Heap before GC invocations=165 (full 12):
PSYoungGen total 301568K, used 297175K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 265728K, 100% used [0x00000007eaa80000,0x00000007fae00000,0x00000007fae00000)
from space 35840K, 87% used [0x00000007fd280000,0x00000007ff135dd0,0x00000007ff580000)
to space 37376K, 0% used [0x00000007fae00000,0x00000007fae00000,0x00000007fd280000)
ParOldGen total 493568K, used 387219K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a24f70,0x00000007de200000)
PSPermGen total 95232K, used 78387K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68cee0,0x00000007bc700000)
2013-12-24T20:25:43.096+0800: 2871.674: [GC
Desired survivor size 41418752 bytes, new threshold 15 (max 15)
[PSYoungGen: 297175K->36523K(303104K)] 684395K->423774K(796672K), 0.0266730 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=165 (full 12):
PSYoungGen total 303104K, used 36523K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265728K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae00000)
from space 37376K, 97% used [0x00000007fae00000,0x00000007fd1aac70,0x00000007fd280000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 493568K, used 387251K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a2cf70,0x00000007de200000)
PSPermGen total 95232K, used 78387K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68cee0,0x00000007bc700000)
}
{Heap before GC invocations=166 (full 12):
PSYoungGen total 303104K, used 301258K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265728K, 99% used [0x00000007eaa80000,0x00000007fad07f08,0x00000007fae00000)
from space 37376K, 97% used [0x00000007fae00000,0x00000007fd1aac70,0x00000007fd280000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 493568K, used 387251K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a2cf70,0x00000007de200000)
PSPermGen total 95232K, used 78395K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68eed0,0x00000007bc700000)
2013-12-24T20:25:50.686+0800: 2879.264: [GC
Desired survivor size 45088768 bytes, new threshold 15 (max 15)
[PSYoungGen: 301258K->39844K(302080K)] 688510K->427112K(795648K), 0.0341870 secs] [Times: user=0.05 sys=0.01, real=0.04 secs]
Heap after GC invocations=166 (full 12):
PSYoungGen total 302080K, used 39844K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261632K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faa00000)
from space 40448K, 98% used [0x00000007fd880000,0x00000007fff69250,0x0000000800000000)
to space 44032K, 0% used [0x00000007faa00000,0x00000007faa00000,0x00000007fd500000)
ParOldGen total 493568K, used 387267K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a30f70,0x00000007de200000)
PSPermGen total 95232K, used 78395K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68eed0,0x00000007bc700000)
}
{Heap before GC invocations=167 (full 12):
PSYoungGen total 302080K, used 301476K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261632K, 100% used [0x00000007eaa80000,0x00000007faa00000,0x00000007faa00000)
from space 40448K, 98% used [0x00000007fd880000,0x00000007fff69250,0x0000000800000000)
to space 44032K, 0% used [0x00000007faa00000,0x00000007faa00000,0x00000007fd500000)
ParOldGen total 493568K, used 387267K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a30f70,0x00000007de200000)
PSPermGen total 95232K, used 78396K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68f230,0x00000007bc700000)
2013-12-24T20:27:48.781+0800: 2997.359: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 301476K->38124K(300032K)] 688744K->425460K(793600K), 0.0242040 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=167 (full 12):
PSYoungGen total 300032K, used 38124K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261632K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faa00000)
from space 38400K, 99% used [0x00000007faa00000,0x00000007fcf3b250,0x00000007fcf80000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 493568K, used 387335K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a41e00,0x00000007de200000)
PSPermGen total 95232K, used 78396K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68f230,0x00000007bc700000)
}
{Heap before GC invocations=168 (full 12):
PSYoungGen total 300032K, used 299756K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 261632K, 100% used [0x00000007eaa80000,0x00000007faa00000,0x00000007faa00000)
from space 38400K, 99% used [0x00000007faa00000,0x00000007fcf3b250,0x00000007fcf80000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 493568K, used 387335K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7a41e00,0x00000007de200000)
PSPermGen total 95232K, used 78396K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68f230,0x00000007bc700000)
2013-12-24T20:31:36.664+0800: 3225.242: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 299756K->37324K(300544K)] 687092K->425540K(794112K), 0.0604960 secs] [Times: user=0.05 sys=0.01, real=0.06 secs]
Heap after GC invocations=168 (full 12):
PSYoungGen total 300544K, used 37324K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 46080K, 80% used [0x00000007fd300000,0x00000007ff773250,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78396K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb68f230,0x00000007bc700000)
}
{Heap before GC invocations=169 (full 12):
PSYoungGen total 300544K, used 291788K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 46080K, 80% used [0x00000007fd300000,0x00000007ff773250,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:35:19.693+0800: 3448.271: [GC
Desired survivor size 49807360 bytes, new threshold 15 (max 15)
[PSYoungGen: 291788K->37260K(291840K)] 680004K->425476K(785408K), 0.1766070 secs] [Times: user=0.05 sys=0.01, real=0.20 secs]
Heap after GC invocations=169 (full 12):
PSYoungGen total 291840K, used 37260K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 37376K, 99% used [0x00000007fa300000,0x00000007fc763250,0x00000007fc780000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=170 (full 12):
PSYoungGen total 291840K, used 291724K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 37376K, 99% used [0x00000007fa300000,0x00000007fc763250,0x00000007fc780000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:38:54.656+0800: 3663.246: [GC
Desired survivor size 50331648 bytes, new threshold 15 (max 15)
[PSYoungGen: 291724K->37196K(300032K)] 679940K->425412K(793600K), 0.5065340 secs] [Times: user=0.08 sys=0.02, real=0.51 secs]
Heap after GC invocations=170 (full 12):
PSYoungGen total 300032K, used 37196K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 48640K, 76% used [0x00000007fd080000,0x00000007ff4d3250,0x0000000800000000)
to space 49152K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fd000000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=171 (full 12):
PSYoungGen total 300032K, used 288588K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 48640K, 76% used [0x00000007fd080000,0x00000007ff4d3250,0x0000000800000000)
to space 49152K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fd000000)
ParOldGen total 493568K, used 388215K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b1df20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:42:25.290+0800: 3873.868: [GC
Desired survivor size 50855936 bytes, new threshold 15 (max 15)
[PSYoungGen: 288588K->37324K(288768K)] 676804K->425572K(782336K), 0.0764880 secs] [Times: user=0.07 sys=0.00, real=0.07 secs]
Heap after GC invocations=171 (full 12):
PSYoungGen total 288768K, used 37324K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 37376K, 99% used [0x00000007fa000000,0x00000007fc473250,0x00000007fc480000)
to space 49664K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x0000000800000000)
ParOldGen total 493568K, used 388247K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b25f20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=172 (full 12):
PSYoungGen total 288768K, used 288716K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 37376K, 99% used [0x00000007fa000000,0x00000007fc473250,0x00000007fc480000)
to space 49664K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x0000000800000000)
ParOldGen total 493568K, used 388247K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 78% used [0x00000007c0000000,0x00000007d7b25f20,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:46:00.114+0800: 4088.692: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 288716K->28839K(301056K)] 676964K->425849K(794624K), 0.1664930 secs] [Times: user=0.05 sys=0.01, real=0.17 secs]
Heap after GC invocations=172 (full 12):
PSYoungGen total 301056K, used 28839K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 49152K, 58% used [0x00000007fcf80000,0x00000007feba9fd8,0x00000007fff80000)
to space 48128K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fcf80000)
ParOldGen total 493568K, used 397009K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d83b4428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=173 (full 12):
PSYoungGen total 301056K, used 280743K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 49152K, 58% used [0x00000007fcf80000,0x00000007feba9fd8,0x00000007fff80000)
to space 48128K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fcf80000)
ParOldGen total 493568K, used 397009K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d83b4428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:49:33.175+0800: 4301.753: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 280743K->28679K(281088K)] 677753K->425729K(774656K), 0.0445540 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=173 (full 12):
PSYoungGen total 281088K, used 28679K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 29184K, 98% used [0x00000007fa080000,0x00000007fbc81fd8,0x00000007fbd00000)
to space 47104K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ffd00000)
ParOldGen total 493568K, used 397049K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d83be428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=174 (full 12):
PSYoungGen total 281088K, used 280583K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 29184K, 98% used [0x00000007fa080000,0x00000007fbc81fd8,0x00000007fbd00000)
to space 47104K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ffd00000)
ParOldGen total 493568K, used 397049K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d83be428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:53:06.200+0800: 4514.778: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 280583K->28199K(298496K)] 677633K->425777K(792064K), 0.1680960 secs] [Times: user=0.03 sys=0.00, real=0.16 secs]
Heap after GC invocations=174 (full 12):
PSYoungGen total 298496K, used 28199K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 45568K, 61% used [0x00000007fcf00000,0x00000007fea89fd8,0x00000007ffb80000)
to space 46080K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fce80000)
ParOldGen total 493568K, used 397577K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d8442428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=175 (full 12):
PSYoungGen total 298496K, used 281127K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 45568K, 61% used [0x00000007fcf00000,0x00000007fea89fd8,0x00000007ffb80000)
to space 46080K, 0% used [0x00000007fa180000,0x00000007fa180000,0x00000007fce80000)
ParOldGen total 493568K, used 397577K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d8442428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T20:57:00.296+0800: 4748.874: [GC
Desired survivor size 46137344 bytes, new threshold 15 (max 15)
[PSYoungGen: 281127K->27175K(299008K)] 678705K->425873K(792576K), 0.0779710 secs] [Times: user=0.03 sys=0.00, real=0.08 secs]
Heap after GC invocations=175 (full 12):
PSYoungGen total 299008K, used 27175K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 252928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa180000)
from space 46080K, 58% used [0x00000007fa180000,0x00000007fbc09fd8,0x00000007fce80000)
to space 45056K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffa80000)
ParOldGen total 493568K, used 398697K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d855a428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=176 (full 12):
PSYoungGen total 299008K, used 280103K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 252928K, 100% used [0x00000007eaa80000,0x00000007fa180000,0x00000007fa180000)
from space 46080K, 58% used [0x00000007fa180000,0x00000007fbc09fd8,0x00000007fce80000)
to space 45056K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffa80000)
ParOldGen total 493568K, used 398697K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 80% used [0x00000007c0000000,0x00000007d855a428,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
2013-12-24T21:00:35.310+0800: 4963.888: [GC
Desired survivor size 45613056 bytes, new threshold 15 (max 15)
[PSYoungGen: 280103K->25176K(296960K)] 678801K->426053K(790528K), 0.0955870 secs] [Times: user=0.03 sys=0.00, real=0.09 secs]
Heap after GC invocations=176 (full 12):
PSYoungGen total 296960K, used 25176K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 43520K, 57% used [0x00000007fce80000,0x00000007fe7163b0,0x00000007ff900000)
to space 44544K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fcd80000)
ParOldGen total 493568K, used 400876K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 81% used [0x00000007c0000000,0x00000007d877b180,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb690010,0x00000007bc700000)
}
{Heap before GC invocations=177 (full 12):
PSYoungGen total 296960K, used 278616K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 43520K, 57% used [0x00000007fce80000,0x00000007fe7163b0,0x00000007ff900000)
to space 44544K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fcd80000)
ParOldGen total 493568K, used 400876K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 81% used [0x00000007c0000000,0x00000007d877b180,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6900d8,0x00000007bc700000)
2013-12-24T21:00:59.167+0800: 4987.745: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 278616K->39637K(297984K)] 679493K->440682K(791552K), 0.1917810 secs] [Times: user=0.06 sys=0.01, real=0.19 secs]
Heap after GC invocations=177 (full 12):
PSYoungGen total 297984K, used 39637K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 44544K, 88% used [0x00000007fa200000,0x00000007fc8b5558,0x00000007fcd80000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 401045K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 81% used [0x00000007c0000000,0x00000007d87a5540,0x00000007de200000)
PSPermGen total 95232K, used 78400K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6900d8,0x00000007bc700000)
}
{Heap before GC invocations=178 (full 12):
PSYoungGen total 297984K, used 293077K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 44544K, 88% used [0x00000007fa200000,0x00000007fc8b5558,0x00000007fcd80000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 401045K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 81% used [0x00000007c0000000,0x00000007d87a5540,0x00000007de200000)
PSPermGen total 95232K, used 78401K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6905b8,0x00000007bc700000)
2013-12-24T21:01:09.845+0800: 4998.423: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 293077K->36537K(302592K)] 694122K->445974K(796160K), 0.8766560 secs] [Times: user=0.07 sys=0.01, real=0.88 secs]
Heap after GC invocations=178 (full 12):
PSYoungGen total 302592K, used 36537K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 47104K, 77% used [0x00000007fd200000,0x00000007ff5ae7d0,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd200000)
ParOldGen total 493568K, used 409436K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 82% used [0x00000007c0000000,0x00000007d8fd7110,0x00000007de200000)
PSPermGen total 95232K, used 78401K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6905b8,0x00000007bc700000)
}
{Heap before GC invocations=179 (full 12):
PSYoungGen total 302592K, used 292025K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 47104K, 77% used [0x00000007fd200000,0x00000007ff5ae7d0,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd200000)
ParOldGen total 493568K, used 409436K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 82% used [0x00000007c0000000,0x00000007d8fd7110,0x00000007de200000)
PSPermGen total 95232K, used 78407K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb691d58,0x00000007bc700000)
2013-12-24T21:01:18.596+0800: 5007.174: [GC
Desired survivor size 47710208 bytes, new threshold 15 (max 15)
[PSYoungGen: 292025K->26582K(282112K)] 701462K->441467K(775680K), 0.3309960 secs] [Times: user=0.05 sys=0.02, real=0.33 secs]
Heap after GC invocations=179 (full 12):
PSYoungGen total 282112K, used 26582K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 26624K, 99% used [0x00000007fa400000,0x00000007fbdf5a28,0x00000007fbe00000)
to space 46592K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007fff00000)
ParOldGen total 493568K, used 414885K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 84% used [0x00000007c0000000,0x00000007d9529490,0x00000007de200000)
PSPermGen total 95232K, used 78407K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb691d58,0x00000007bc700000)
}
{Heap before GC invocations=180 (full 12):
PSYoungGen total 282112K, used 281754K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 255488K, 99% used [0x00000007eaa80000,0x00000007fa3b0fe8,0x00000007fa400000)
from space 26624K, 99% used [0x00000007fa400000,0x00000007fbdf5a28,0x00000007fbe00000)
to space 46592K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007fff00000)
ParOldGen total 493568K, used 414885K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 84% used [0x00000007c0000000,0x00000007d9529490,0x00000007de200000)
PSPermGen total 95232K, used 78410K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb692840,0x00000007bc700000)
2013-12-24T21:01:29.653+0800: 5018.231: [GC
Desired survivor size 47710208 bytes, new threshold 15 (max 15)
[PSYoungGen: 281754K->21462K(302080K)] 696639K->442525K(795648K), 0.0784750 secs] [Times: user=0.06 sys=0.00, real=0.08 secs]
Heap after GC invocations=180 (full 12):
PSYoungGen total 302080K, used 21462K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 46592K, 46% used [0x00000007fd180000,0x00000007fe675a18,0x00000007fff00000)
to space 46592K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd180000)
ParOldGen total 493568K, used 421063K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 85% used [0x00000007c0000000,0x00000007d9b31ce0,0x00000007de200000)
PSPermGen total 95232K, used 78410K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb692840,0x00000007bc700000)
}
{Heap before GC invocations=181 (full 12):
PSYoungGen total 302080K, used 276950K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 46592K, 46% used [0x00000007fd180000,0x00000007fe675a18,0x00000007fff00000)
to space 46592K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd180000)
ParOldGen total 493568K, used 421063K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 85% used [0x00000007c0000000,0x00000007d9b31ce0,0x00000007de200000)
PSPermGen total 95232K, used 78411K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb692dd8,0x00000007bc700000)
2013-12-24T21:01:39.259+0800: 5027.837: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 276950K->18070K(302080K)] 698013K->443063K(795648K), 0.8010020 secs] [Times: user=0.05 sys=0.02, real=0.81 secs]
Heap after GC invocations=181 (full 12):
PSYoungGen total 302080K, used 18070K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 46592K, 38% used [0x00000007fa400000,0x00000007fb5a5a18,0x00000007fd180000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 424992K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f08200,0x00000007de200000)
PSPermGen total 95232K, used 78411K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb692dd8,0x00000007bc700000)
}
{Heap before GC invocations=182 (full 12):
PSYoungGen total 302080K, used 273558K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 46592K, 38% used [0x00000007fa400000,0x00000007fb5a5a18,0x00000007fd180000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 424992K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f08200,0x00000007de200000)
PSPermGen total 95232K, used 78413K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6936c0,0x00000007bc700000)
2013-12-24T21:01:49.566+0800: 5038.144: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 273558K->17836K(302592K)] 698551K->442853K(796160K), 0.0851460 secs] [Times: user=0.10 sys=0.00, real=0.09 secs]
Heap after GC invocations=182 (full 12):
PSYoungGen total 302592K, used 17836K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 47104K, 37% used [0x00000007fd200000,0x00000007fe36b2c8,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd200000)
ParOldGen total 493568K, used 425016K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f0e200,0x00000007de200000)
PSPermGen total 95232K, used 78413K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6936c0,0x00000007bc700000)
}
{Heap before GC invocations=183 (full 12):
PSYoungGen total 302592K, used 273324K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 47104K, 37% used [0x00000007fd200000,0x00000007fe36b2c8,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fd200000)
ParOldGen total 493568K, used 425016K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f0e200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
2013-12-24T21:04:56.663+0800: 5225.241: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 273324K->15482K(271360K)] 698341K->440507K(764928K), 0.0171140 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=183 (full 12):
PSYoungGen total 271360K, used 15482K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 15872K, 97% used [0x00000007fa400000,0x00000007fb31eb38,0x00000007fb380000)
to space 47616K, 0% used [0x00000007fd180000,0x00000007fd180000,0x0000000800000000)
ParOldGen total 493568K, used 425024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f10200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
}
{Heap before GC invocations=184 (full 12):
PSYoungGen total 271360K, used 270970K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 15872K, 97% used [0x00000007fa400000,0x00000007fb31eb38,0x00000007fb380000)
to space 47616K, 0% used [0x00000007fd180000,0x00000007fd180000,0x0000000800000000)
ParOldGen total 493568K, used 425024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f10200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
2013-12-24T21:08:26.162+0800: 5434.740: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 270970K->15418K(302592K)] 695995K->440443K(796160K), 0.0172470 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=184 (full 12):
PSYoungGen total 302592K, used 15418K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 47616K, 32% used [0x00000007fd180000,0x00000007fe08eb38,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fd180000)
ParOldGen total 493568K, used 425024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f10200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
}
{Heap before GC invocations=185 (full 12):
PSYoungGen total 302592K, used 270394K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 47616K, 32% used [0x00000007fd180000,0x00000007fe08eb38,0x0000000800000000)
to space 47104K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fd180000)
ParOldGen total 493568K, used 425024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f10200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
2013-12-24T21:10:44.753+0800: 5573.331: [GC
Desired survivor size 47710208 bytes, new threshold 15 (max 15)
[PSYoungGen: 270394K->15834K(270848K)] 695419K->440875K(764416K), 0.1303660 secs] [Times: user=0.08 sys=0.00, real=0.13 secs]
Heap after GC invocations=185 (full 12):
PSYoungGen total 270848K, used 15834K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 15872K, 99% used [0x00000007fa380000,0x00000007fb2f6b38,0x00000007fb300000)
to space 46592K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ffe80000)
ParOldGen total 493568K, used 425040K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f14200,0x00000007de200000)
PSPermGen total 95232K, used 78419K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb694cb8,0x00000007bc700000)
}
{Heap before GC invocations=186 (full 12):
PSYoungGen total 270848K, used 270810K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 15872K, 99% used [0x00000007fa380000,0x00000007fb2f6b38,0x00000007fb300000)
to space 46592K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ffe80000)
ParOldGen total 493568K, used 425040K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f14200,0x00000007de200000)
PSPermGen total 95232K, used 78521K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ae4e8,0x00000007bc700000)
2013-12-24T21:11:06.185+0800: 5594.763: [GC
Desired survivor size 45613056 bytes, new threshold 15 (max 15)
[PSYoungGen: 270810K->24051K(303616K)] 695851K->449092K(797184K), 1.0088500 secs] [Times: user=0.13 sys=0.00, real=1.01 secs]
Heap after GC invocations=186 (full 12):
PSYoungGen total 303616K, used 24051K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257024K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa580000)
from space 46592K, 51% used [0x00000007fd100000,0x00000007fe87cee0,0x00000007ffe80000)
to space 44544K, 0% used [0x00000007fa580000,0x00000007fa580000,0x00000007fd100000)
ParOldGen total 493568K, used 425040K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f14200,0x00000007de200000)
PSPermGen total 95232K, used 78521K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ae4e8,0x00000007bc700000)
}
{Heap before GC invocations=187 (full 12):
PSYoungGen total 303616K, used 281075K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257024K, 100% used [0x00000007eaa80000,0x00000007fa580000,0x00000007fa580000)
from space 46592K, 51% used [0x00000007fd100000,0x00000007fe87cee0,0x00000007ffe80000)
to space 44544K, 0% used [0x00000007fa580000,0x00000007fa580000,0x00000007fd100000)
ParOldGen total 493568K, used 425040K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f14200,0x00000007de200000)
PSPermGen total 95232K, used 78521K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ae4e8,0x00000007bc700000)
2013-12-24T21:11:33.659+0800: 5622.237: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 281075K->20789K(301568K)] 706116K->445837K(795136K), 0.2600020 secs] [Times: user=0.04 sys=0.00, real=0.26 secs]
Heap after GC invocations=187 (full 12):
PSYoungGen total 301568K, used 20789K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 257024K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa580000)
from space 44544K, 46% used [0x00000007fa580000,0x00000007fb9cd460,0x00000007fd100000)
to space 43008K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ffb00000)
ParOldGen total 493568K, used 425048K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f16200,0x00000007de200000)
PSPermGen total 95232K, used 78521K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ae4e8,0x00000007bc700000)
}
{Heap before GC invocations=188 (full 12):
PSYoungGen total 301568K, used 277813K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 257024K, 100% used [0x00000007eaa80000,0x00000007fa580000,0x00000007fa580000)
from space 44544K, 46% used [0x00000007fa580000,0x00000007fb9cd460,0x00000007fd100000)
to space 43008K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ffb00000)
ParOldGen total 493568K, used 425048K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f16200,0x00000007de200000)
PSPermGen total 95232K, used 78524K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af1d8,0x00000007bc700000)
2013-12-24T21:11:44.621+0800: 5633.199: [GC
Desired survivor size 42991616 bytes, new threshold 15 (max 15)
[PSYoungGen: 277813K->20085K(302592K)] 702861K->445133K(796160K), 0.0258700 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=188 (full 12):
PSYoungGen total 302592K, used 20085K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 259584K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa800000)
from space 43008K, 46% used [0x00000007fd100000,0x00000007fe49d460,0x00000007ffb00000)
to space 41984K, 0% used [0x00000007fa800000,0x00000007fa800000,0x00000007fd100000)
ParOldGen total 493568K, used 425048K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f16200,0x00000007de200000)
PSPermGen total 95232K, used 78524K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af1d8,0x00000007bc700000)
}
{Heap before GC invocations=189 (full 12):
PSYoungGen total 302592K, used 279669K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 259584K, 100% used [0x00000007eaa80000,0x00000007fa800000,0x00000007fa800000)
from space 43008K, 46% used [0x00000007fd100000,0x00000007fe49d460,0x00000007ffb00000)
to space 41984K, 0% used [0x00000007fa800000,0x00000007fa800000,0x00000007fd100000)
ParOldGen total 493568K, used 425048K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f16200,0x00000007de200000)
PSPermGen total 95232K, used 78525K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af468,0x00000007bc700000)
2013-12-24T21:11:59.165+0800: 5647.743: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 279669K->20199K(301568K)] 704717K->445263K(795136K), 0.0222580 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=189 (full 12):
PSYoungGen total 301568K, used 20199K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 259584K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa800000)
from space 41984K, 48% used [0x00000007fa800000,0x00000007fbbb9df0,0x00000007fd100000)
to space 40960K, 0% used [0x00000007fd500000,0x00000007fd500000,0x00000007ffd00000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78525K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af468,0x00000007bc700000)
}
{Heap before GC invocations=190 (full 12):
PSYoungGen total 301568K, used 279783K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 259584K, 100% used [0x00000007eaa80000,0x00000007fa800000,0x00000007fa800000)
from space 41984K, 48% used [0x00000007fa800000,0x00000007fbbb9df0,0x00000007fd100000)
to space 40960K, 0% used [0x00000007fd500000,0x00000007fd500000,0x00000007ffd00000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78525K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af468,0x00000007bc700000)
2013-12-24T21:12:11.804+0800: 5660.382: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 279783K->22163K(303616K)] 704847K->447227K(797184K), 0.0253550 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=190 (full 12):
PSYoungGen total 303616K, used 22163K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 38400K, 57% used [0x00000007fd500000,0x00000007feaa4ce8,0x00000007ffa80000)
to space 39424K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd400000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78525K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6af468,0x00000007bc700000)
}
{Heap before GC invocations=191 (full 12):
PSYoungGen total 303616K, used 287379K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 38400K, 57% used [0x00000007fd500000,0x00000007feaa4ce8,0x00000007ffa80000)
to space 39424K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd400000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78527K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6afc38,0x00000007bc700000)
2013-12-24T21:12:21.638+0800: 5670.216: [GC
Desired survivor size 42991616 bytes, new threshold 15 (max 15)
[PSYoungGen: 287379K->34780K(304640K)] 712443K->459844K(798208K), 0.0501470 secs] [Times: user=0.07 sys=0.00, real=0.05 secs]
Heap after GC invocations=191 (full 12):
PSYoungGen total 304640K, used 34780K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 39424K, 88% used [0x00000007fad80000,0x00000007fcf77030,0x00000007fd400000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78527K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6afc38,0x00000007bc700000)
}
{Heap before GC invocations=192 (full 12):
PSYoungGen total 304640K, used 299996K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 39424K, 88% used [0x00000007fad80000,0x00000007fcf77030,0x00000007fd400000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 493568K, used 425064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f1a200,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
2013-12-24T21:12:32.716+0800: 5681.294: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 299996K->40232K(299520K)] 725060K->465373K(793088K), 0.0523060 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
Heap after GC invocations=192 (full 12):
PSYoungGen total 299520K, used 40232K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 41984K, 95% used [0x00000007fd700000,0x00000007ffe4a2c0,0x0000000800000000)
to space 46080K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fd300000)
ParOldGen total 493568K, used 425140K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f2d210,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
}
{Heap before GC invocations=193 (full 12):
PSYoungGen total 299520K, used 297768K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 41984K, 95% used [0x00000007fd700000,0x00000007ffe4a2c0,0x0000000800000000)
to space 46080K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fd300000)
ParOldGen total 493568K, used 425140K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f2d210,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
2013-12-24T21:12:43.251+0800: 5691.829: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 297768K->31772K(303616K)] 722909K->456937K(797184K), 0.0520700 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
Heap after GC invocations=193 (full 12):
PSYoungGen total 303616K, used 31772K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 46080K, 68% used [0x00000007fa600000,0x00000007fc5072a8,0x00000007fd300000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 493568K, used 425164K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f33210,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
}
{Heap before GC invocations=194 (full 12):
PSYoungGen total 303616K, used 289308K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 46080K, 68% used [0x00000007fa600000,0x00000007fc5072a8,0x00000007fd300000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 493568K, used 425164K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f33210,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
2013-12-24T21:12:57.866+0800: 5706.444: [GC
Desired survivor size 47710208 bytes, new threshold 15 (max 15)
[PSYoungGen: 289308K->32573K(302592K)] 714473K->457798K(796160K), 0.0395350 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=194 (full 12):
PSYoungGen total 302592K, used 32573K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 46080K, 70% used [0x00000007fd300000,0x00000007ff2cf510,0x0000000800000000)
to space 46592K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fd280000)
ParOldGen total 493568K, used 425224K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f42330,0x00000007de200000)
PSPermGen total 95232K, used 78532K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b13d8,0x00000007bc700000)
}
{Heap before GC invocations=195 (full 12):
PSYoungGen total 302592K, used 289085K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 46080K, 70% used [0x00000007fd300000,0x00000007ff2cf510,0x0000000800000000)
to space 46592K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fd280000)
ParOldGen total 493568K, used 425224K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f42330,0x00000007de200000)
PSPermGen total 95232K, used 78533K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b1730,0x00000007bc700000)
2013-12-24T21:13:11.925+0800: 5720.503: [GC
Desired survivor size 48234496 bytes, new threshold 15 (max 15)
[PSYoungGen: 289085K->34453K(291328K)] 714310K->459910K(784896K), 0.0714080 secs] [Times: user=0.05 sys=0.00, real=0.07 secs]
Heap after GC invocations=195 (full 12):
PSYoungGen total 291328K, used 34453K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 34816K, 98% used [0x00000007fa500000,0x00000007fc6a55a0,0x00000007fc700000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 425456K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f7c330,0x00000007de200000)
PSPermGen total 95232K, used 78533K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b1730,0x00000007bc700000)
}
{Heap before GC invocations=196 (full 12):
PSYoungGen total 291328K, used 290965K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 34816K, 98% used [0x00000007fa500000,0x00000007fc6a55a0,0x00000007fc700000)
to space 47104K, 0% used [0x00000007fd200000,0x00000007fd200000,0x0000000800000000)
ParOldGen total 493568K, used 425456K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f7c330,0x00000007de200000)
PSPermGen total 95232K, used 78539K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b2e38,0x00000007bc700000)
2013-12-24T21:13:23.397+0800: 5731.975: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 290965K->34475K(301568K)] 716422K->459964K(795136K), 0.1826360 secs] [Times: user=0.05 sys=0.00, real=0.19 secs]
Heap after GC invocations=196 (full 12):
PSYoungGen total 301568K, used 34475K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 47104K, 73% used [0x00000007fd200000,0x00000007ff3aaf90,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 425488K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f84330,0x00000007de200000)
PSPermGen total 95232K, used 78539K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b2e38,0x00000007bc700000)
}
{Heap before GC invocations=197 (full 12):
PSYoungGen total 301568K, used 288939K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 47104K, 73% used [0x00000007fd200000,0x00000007ff3aaf90,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 425488K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f84330,0x00000007de200000)
PSPermGen total 95232K, used 78542K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b3b48,0x00000007bc700000)
2013-12-24T21:13:31.718+0800: 5740.296: [GC
Desired survivor size 50331648 bytes, new threshold 15 (max 15)
[PSYoungGen: 288939K->37774K(292352K)] 714428K->463347K(785920K), 0.0958210 secs] [Times: user=0.07 sys=0.00, real=0.10 secs]
Heap after GC invocations=197 (full 12):
PSYoungGen total 292352K, used 37774K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 37888K, 99% used [0x00000007fa300000,0x00000007fc7e3b08,0x00000007fc800000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 493568K, used 425572K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f99250,0x00000007de200000)
PSPermGen total 95232K, used 78542K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b3b48,0x00000007bc700000)
}
{Heap before GC invocations=198 (full 12):
PSYoungGen total 292352K, used 292238K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 37888K, 99% used [0x00000007fa300000,0x00000007fc7e3b08,0x00000007fc800000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 493568K, used 425572K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f99250,0x00000007de200000)
PSPermGen total 95232K, used 78543K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b3fc8,0x00000007bc700000)
2013-12-24T21:13:36.584+0800: 5745.162: [GC
Desired survivor size 51904512 bytes, new threshold 15 (max 15)
[PSYoungGen: 292238K->38883K(297472K)] 717811K->464472K(791040K), 0.0678480 secs] [Times: user=0.09 sys=0.00, real=0.07 secs]
Heap after GC invocations=198 (full 12):
PSYoungGen total 297472K, used 38883K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 49152K, 79% used [0x00000007fd000000,0x00000007ff5f8ea0,0x0000000800000000)
to space 50688K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fce80000)
ParOldGen total 493568K, used 425588K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f9d250,0x00000007de200000)
PSPermGen total 95232K, used 78543K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b3fc8,0x00000007bc700000)
}
{Heap before GC invocations=199 (full 12):
PSYoungGen total 297472K, used 287203K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 49152K, 79% used [0x00000007fd000000,0x00000007ff5f8ea0,0x0000000800000000)
to space 50688K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fce80000)
ParOldGen total 493568K, used 425588K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9f9d250,0x00000007de200000)
PSPermGen total 95232K, used 78544K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b42b0,0x00000007bc700000)
2013-12-24T21:13:48.234+0800: 5756.812: [GC
Desired survivor size 55050240 bytes, new threshold 15 (max 15)
[PSYoungGen: 287203K->43774K(292352K)] 712792K->469379K(785920K), 0.0697430 secs] [Times: user=0.09 sys=0.00, real=0.07 secs]
Heap after GC invocations=199 (full 12):
PSYoungGen total 292352K, used 43774K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 44032K, 99% used [0x00000007f9d00000,0x00000007fc7bfa48,0x00000007fc800000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 493568K, used 425604K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9fa1250,0x00000007de200000)
PSPermGen total 95232K, used 78544K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b42b0,0x00000007bc700000)
}
{Heap before GC invocations=200 (full 12):
PSYoungGen total 292352K, used 292094K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 44032K, 99% used [0x00000007f9d00000,0x00000007fc7bfa48,0x00000007fc800000)
to space 53760K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x0000000800000000)
ParOldGen total 493568K, used 425604K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007d9fa1268,0x00000007de200000)
PSPermGen total 95232K, used 78545K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b47a8,0x00000007bc700000)
2013-12-24T21:13:58.308+0800: 5766.886: [GC
Desired survivor size 56623104 bytes, new threshold 15 (max 15)
[PSYoungGen: 292094K->42098K(292864K)] 717699K->469070K(786432K), 0.2903610 secs] [Times: user=0.09 sys=0.01, real=0.29 secs]
Heap after GC invocations=200 (full 12):
PSYoungGen total 292864K, used 42098K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 53760K, 78% used [0x00000007fcb80000,0x00000007ff49c8f8,0x0000000800000000)
to space 55296K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fca00000)
ParOldGen total 493568K, used 426972K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007da0f7268,0x00000007de200000)
PSPermGen total 95232K, used 78545K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b47a8,0x00000007bc700000)
}
{Heap before GC invocations=201 (full 12):
PSYoungGen total 292864K, used 281202K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 53760K, 78% used [0x00000007fcb80000,0x00000007ff49c8f8,0x0000000800000000)
to space 55296K, 0% used [0x00000007f9400000,0x00000007f9400000,0x00000007fca00000)
ParOldGen total 493568K, used 426977K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007da0f8430,0x00000007de200000)
PSPermGen total 95232K, used 78550K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b5bf8,0x00000007bc700000)
2013-12-24T21:14:06.408+0800: 5774.986: [GC
Desired survivor size 58720256 bytes, new threshold 15 (max 15)
[PSYoungGen: 281202K->44292K(283648K)] 708179K->471909K(777216K), 0.0669140 secs] [Times: user=0.06 sys=0.00, real=0.07 secs]
Heap after GC invocations=201 (full 12):
PSYoungGen total 283648K, used 44292K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239104K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9400000)
from space 44544K, 99% used [0x00000007f9400000,0x00000007fbf41260,0x00000007fbf80000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 493568K, used 427616K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007da1983d8,0x00000007de200000)
PSPermGen total 95232K, used 78550K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6b5bf8,0x00000007bc700000)
}
{Heap before GC invocations=202 (full 12):
PSYoungGen total 283648K, used 283396K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239104K, 100% used [0x00000007eaa80000,0x00000007f9400000,0x00000007f9400000)
from space 44544K, 99% used [0x00000007f9400000,0x00000007fbf41260,0x00000007fbf80000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 493568K, used 427616K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 86% used [0x00000007c0000000,0x00000007da1983d8,0x00000007de200000)
PSPermGen total 95232K, used 78568K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ba280,0x00000007bc700000)
2013-12-24T21:14:21.825+0800: 5790.403: [GC
Desired survivor size 58720256 bytes, new threshold 15 (max 15)
[PSYoungGen: 283396K->39719K(292352K)] 711013K->470003K(785920K), 0.1985480 secs] [Times: user=0.05 sys=0.02, real=0.20 secs]
Heap after GC invocations=202 (full 12):
PSYoungGen total 292352K, used 39719K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 57344K, 69% used [0x00000007fc800000,0x00000007feec9db0,0x0000000800000000)
to space 57344K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc800000)
ParOldGen total 493568K, used 430283K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da432f88,0x00000007de200000)
PSPermGen total 95232K, used 78568K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ba280,0x00000007bc700000)
}
{Heap before GC invocations=203 (full 12):
PSYoungGen total 292352K, used 274727K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 57344K, 69% used [0x00000007fc800000,0x00000007feec9db0,0x0000000800000000)
to space 57344K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc800000)
ParOldGen total 493568K, used 430283K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da432f88,0x00000007de200000)
PSPermGen total 95232K, used 78570K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ba9f8,0x00000007bc700000)
2013-12-24T21:14:38.833+0800: 5807.411: [GC
Desired survivor size 56623104 bytes, new threshold 15 (max 15)
[PSYoungGen: 274727K->31975K(267264K)] 705011K->462987K(760832K), 0.0713510 secs] [Times: user=0.06 sys=0.00, real=0.07 secs]
Heap after GC invocations=203 (full 12):
PSYoungGen total 267264K, used 31975K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 32256K, 99% used [0x00000007f9000000,0x00000007faf39db0,0x00000007faf80000)
to space 55296K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffc00000)
ParOldGen total 493568K, used 431012K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da4e9088,0x00000007de200000)
PSPermGen total 95232K, used 78570K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ba9f8,0x00000007bc700000)
}
{Heap before GC invocations=204 (full 12):
PSYoungGen total 267264K, used 266983K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 32256K, 99% used [0x00000007f9000000,0x00000007faf39db0,0x00000007faf80000)
to space 55296K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffc00000)
ParOldGen total 493568K, used 431012K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da4e9088,0x00000007de200000)
PSPermGen total 95232K, used 78666K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d29a0,0x00000007bc700000)
2013-12-24T21:14:52.015+0800: 5820.593: [GC
Desired survivor size 59244544 bytes, new threshold 14 (max 15)
[PSYoungGen: 266983K->47201K(287744K)] 697995K->478261K(781312K), 0.0316460 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=204 (full 12):
PSYoungGen total 287744K, used 47201K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232448K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d80000)
from space 55296K, 85% used [0x00000007fc600000,0x00000007ff418690,0x00000007ffc00000)
to space 57856K, 0% used [0x00000007f8d80000,0x00000007f8d80000,0x00000007fc600000)
ParOldGen total 493568K, used 431060K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da4f5088,0x00000007de200000)
PSPermGen total 95232K, used 78666K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d29a0,0x00000007bc700000)
}
{Heap before GC invocations=205 (full 12):
PSYoungGen total 287744K, used 279649K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232448K, 100% used [0x00000007eaa80000,0x00000007f8d80000,0x00000007f8d80000)
from space 55296K, 85% used [0x00000007fc600000,0x00000007ff418690,0x00000007ffc00000)
to space 57856K, 0% used [0x00000007f8d80000,0x00000007f8d80000,0x00000007fc600000)
ParOldGen total 493568K, used 431060K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 87% used [0x00000007c0000000,0x00000007da4f5088,0x00000007de200000)
PSPermGen total 95232K, used 78668K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d3120,0x00000007bc700000)
2013-12-24T21:15:02.275+0800: 5830.853: [GC
Desired survivor size 58195968 bytes, new threshold 15 (max 15)
[PSYoungGen: 279649K->38282K(290304K)] 710709K->479432K(783872K), 0.3366040 secs] [Times: user=0.06 sys=0.01, real=0.34 secs]
Heap after GC invocations=205 (full 12):
PSYoungGen total 290304K, used 38282K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232448K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d80000)
from space 57856K, 66% used [0x00000007f8d80000,0x00000007fb2e2ae0,0x00000007fc600000)
to space 56832K, 0% used [0x00000007fc880000,0x00000007fc880000,0x0000000800000000)
ParOldGen total 493568K, used 441150K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007daecf838,0x00000007de200000)
PSPermGen total 95232K, used 78668K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d3120,0x00000007bc700000)
}
{Heap before GC invocations=206 (full 12):
PSYoungGen total 290304K, used 270730K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 232448K, 100% used [0x00000007eaa80000,0x00000007f8d80000,0x00000007f8d80000)
from space 57856K, 66% used [0x00000007f8d80000,0x00000007fb2e2ae0,0x00000007fc600000)
to space 56832K, 0% used [0x00000007fc880000,0x00000007fc880000,0x0000000800000000)
ParOldGen total 493568K, used 441150K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007daecf838,0x00000007de200000)
PSPermGen total 95232K, used 78669K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d36f8,0x00000007bc700000)
2013-12-24T21:15:18.284+0800: 5846.862: [GC
Desired survivor size 57147392 bytes, new threshold 15 (max 15)
[PSYoungGen: 270730K->38635K(288768K)] 711880K->479785K(782336K), 0.0255030 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=206 (full 12):
PSYoungGen total 288768K, used 38635K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 53760K, 71% used [0x00000007fc880000,0x00000007fee3ac10,0x00000007ffd00000)
to space 55808K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc680000)
ParOldGen total 493568K, used 441150K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007daecf838,0x00000007de200000)
PSPermGen total 95232K, used 78669K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d36f8,0x00000007bc700000)
}
{Heap before GC invocations=207 (full 12):
PSYoungGen total 288768K, used 273643K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 53760K, 71% used [0x00000007fc880000,0x00000007fee3ac10,0x00000007ffd00000)
to space 55808K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc680000)
ParOldGen total 493568K, used 441150K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007daecf838,0x00000007de200000)
PSPermGen total 95232K, used 78674K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d4b50,0x00000007bc700000)
2013-12-24T21:15:27.963+0800: 5856.541: [GC
Desired survivor size 56623104 bytes, new threshold 15 (max 15)
[PSYoungGen: 273643K->27706K(290816K)] 714793K->471881K(784384K), 0.0601480 secs] [Times: user=0.05 sys=0.00, real=0.06 secs]
Heap after GC invocations=207 (full 12):
PSYoungGen total 290816K, used 27706K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 55808K, 49% used [0x00000007f9000000,0x00000007fab0eaf0,0x00000007fc680000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 493568K, used 444175K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007db1c3cf8,0x00000007de200000)
PSPermGen total 95232K, used 78674K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d4b50,0x00000007bc700000)
}
{Heap before GC invocations=208 (full 12):
PSYoungGen total 290816K, used 262714K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 55808K, 49% used [0x00000007f9000000,0x00000007fab0eaf0,0x00000007fc680000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 493568K, used 444175K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 89% used [0x00000007c0000000,0x00000007db1c3cf8,0x00000007de200000)
PSPermGen total 95232K, used 78689K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d8678,0x00000007bc700000)
2013-12-24T21:15:41.326+0800: 5869.904: [GC
Desired survivor size 57147392 bytes, new threshold 15 (max 15)
[PSYoungGen: 262714K->22362K(293376K)] 706889K->466601K(786944K), 0.0223720 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=208 (full 12):
PSYoungGen total 293376K, used 22362K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 55296K, 40% used [0x00000007fca00000,0x00000007fdfd6af0,0x0000000800000000)
to space 55808K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc980000)
ParOldGen total 493568K, used 444239K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db1d3cf8,0x00000007de200000)
PSPermGen total 95232K, used 78689K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d8678,0x00000007bc700000)
}
{Heap before GC invocations=209 (full 12):
PSYoungGen total 293376K, used 260442K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 238080K, 100% used [0x00000007eaa80000,0x00000007f9300000,0x00000007f9300000)
from space 55296K, 40% used [0x00000007fca00000,0x00000007fdfd6af0,0x0000000800000000)
to space 55808K, 0% used [0x00000007f9300000,0x00000007f9300000,0x00000007fc980000)
ParOldGen total 493568K, used 444239K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db1d3cf8,0x00000007de200000)
PSPermGen total 95232K, used 78691K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d8f88,0x00000007bc700000)
2013-12-24T21:15:54.946+0800: 5883.524: [GC
Desired survivor size 56623104 bytes, new threshold 15 (max 15)
[PSYoungGen: 260442K->24219K(293888K)] 704681K->468498K(787456K), 0.0458240 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=209 (full 12):
PSYoungGen total 293888K, used 24219K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 238080K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9300000)
from space 55808K, 43% used [0x00000007f9300000,0x00000007faaa6ec0,0x00000007fc980000)
to space 55296K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fff80000)
ParOldGen total 493568K, used 444279K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db1ddcf8,0x00000007de200000)
PSPermGen total 95232K, used 78691K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6d8f88,0x00000007bc700000)
}
{Heap before GC invocations=210 (full 12):
PSYoungGen total 293888K, used 262299K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 238080K, 100% used [0x00000007eaa80000,0x00000007f9300000,0x00000007f9300000)
from space 55808K, 43% used [0x00000007f9300000,0x00000007faaa6ec0,0x00000007fc980000)
to space 55296K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007fff80000)
ParOldGen total 493568K, used 444279K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db1ddcf8,0x00000007de200000)
PSPermGen total 95232K, used 78707K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6dcf30,0x00000007bc700000)
2013-12-24T21:16:10.376+0800: 5898.954: [GC
Desired survivor size 56098816 bytes, new threshold 15 (max 15)
[PSYoungGen: 262299K->21883K(292864K)] 706578K->467907K(786432K), 0.4332810 secs] [Times: user=0.43 sys=0.01, real=0.43 secs]
Heap after GC invocations=210 (full 12):
PSYoungGen total 292864K, used 21883K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 54272K, 40% used [0x00000007fc980000,0x00000007fdedeec0,0x00000007ffe80000)
to space 54784K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fc900000)
ParOldGen total 493568K, used 446024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db392018,0x00000007de200000)
PSPermGen total 95232K, used 78707K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6dcf30,0x00000007bc700000)
}
{Heap before GC invocations=211 (full 12):
PSYoungGen total 292864K, used 260475K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 54272K, 40% used [0x00000007fc980000,0x00000007fdedeec0,0x00000007ffe80000)
to space 54784K, 0% used [0x00000007f9380000,0x00000007f9380000,0x00000007fc900000)
ParOldGen total 493568K, used 446024K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db392018,0x00000007de200000)
PSPermGen total 95232K, used 78712K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6de2e8,0x00000007bc700000)
2013-12-24T21:16:27.120+0800: 5915.698: [GC
Desired survivor size 55574528 bytes, new threshold 15 (max 15)
[PSYoungGen: 260475K->21114K(293376K)] 706499K->467178K(786944K), 0.0202650 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=211 (full 12):
PSYoungGen total 293376K, used 21114K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 238592K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9380000)
from space 54784K, 38% used [0x00000007f9380000,0x00000007fa81eaf0,0x00000007fc900000)
to space 54272K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007fff80000)
ParOldGen total 493568K, used 446064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db39c018,0x00000007de200000)
PSPermGen total 95232K, used 78712K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6de2e8,0x00000007bc700000)
}
{Heap before GC invocations=212 (full 12):
PSYoungGen total 293376K, used 259706K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 238592K, 100% used [0x00000007eaa80000,0x00000007f9380000,0x00000007f9380000)
from space 54784K, 38% used [0x00000007f9380000,0x00000007fa81eaf0,0x00000007fc900000)
to space 54272K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007fff80000)
ParOldGen total 493568K, used 446064K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db39c018,0x00000007de200000)
PSPermGen total 95232K, used 78718K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6df9f0,0x00000007bc700000)
2013-12-24T21:16:47.317+0800: 5935.895: [GC
Desired survivor size 55050240 bytes, new threshold 15 (max 15)
[PSYoungGen: 259706K->19611K(293888K)] 705770K->468748K(787456K), 0.4067450 secs] [Times: user=0.05 sys=0.01, real=0.41 secs]
Heap after GC invocations=212 (full 12):
PSYoungGen total 293888K, used 19611K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 53248K, 36% used [0x00000007fca80000,0x00000007fdda6ec0,0x00000007ffe80000)
to space 53760K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fca00000)
ParOldGen total 493568K, used 449137K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db69c498,0x00000007de200000)
PSPermGen total 95232K, used 78718K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6df9f0,0x00000007bc700000)
}
{Heap before GC invocations=213 (full 12):
PSYoungGen total 293888K, used 260251K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 53248K, 36% used [0x00000007fca80000,0x00000007fdda6ec0,0x00000007ffe80000)
to space 53760K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fca00000)
ParOldGen total 493568K, used 449137K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 90% used [0x00000007c0000000,0x00000007db69c498,0x00000007de200000)
PSPermGen total 95232K, used 78844K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ff2a0,0x00000007bc700000)
2013-12-24T21:17:05.986+0800: 5954.564: [GC
Desired survivor size 55574528 bytes, new threshold 15 (max 15)
[PSYoungGen: 260251K->12330K(294400K)] 709388K->467910K(787968K), 1.1197180 secs] [Times: user=0.10 sys=0.01, real=1.12 secs]
Heap after GC invocations=213 (full 12):
PSYoungGen total 294400K, used 12330K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 53760K, 22% used [0x00000007f9580000,0x00000007fa18aae0,0x00000007fca00000)
to space 54272K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x0000000800000000)
ParOldGen total 493568K, used 455580K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbce7078,0x00000007de200000)
PSPermGen total 95232K, used 78844K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb6ff2a0,0x00000007bc700000)
}
{Heap before GC invocations=214 (full 12):
PSYoungGen total 294400K, used 252970K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 53760K, 22% used [0x00000007f9580000,0x00000007fa18aae0,0x00000007fca00000)
to space 54272K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x0000000800000000)
ParOldGen total 493568K, used 455580K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbce7078,0x00000007de200000)
PSPermGen total 95232K, used 78848K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7000d8,0x00000007bc700000)
2013-12-24T21:17:18.887+0800: 5967.465: [GC
Desired survivor size 55574528 bytes, new threshold 15 (max 15)
[PSYoungGen: 252970K->15178K(295424K)] 708550K->470814K(788992K), 0.0371310 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
Heap after GC invocations=214 (full 12):
PSYoungGen total 295424K, used 15178K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 54272K, 27% used [0x00000007fcb00000,0x00000007fd9d2ae0,0x0000000800000000)
to space 54272K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fcb00000)
ParOldGen total 493568K, used 455636K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbcf5078,0x00000007de200000)
PSPermGen total 95232K, used 78848K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7000d8,0x00000007bc700000)
}
{Heap before GC invocations=215 (full 12):
PSYoungGen total 295424K, used 256330K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 54272K, 27% used [0x00000007fcb00000,0x00000007fd9d2ae0,0x0000000800000000)
to space 54272K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fcb00000)
ParOldGen total 493568K, used 455636K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbcf5078,0x00000007de200000)
PSPermGen total 95232K, used 78856K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7020c8,0x00000007bc700000)
2013-12-24T21:17:30.821+0800: 5979.399: [GC
Desired survivor size 55050240 bytes, new threshold 15 (max 15)
[PSYoungGen: 256330K->12474K(253952K)] 711966K->468126K(747520K), 0.0222010 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=215 (full 12):
PSYoungGen total 253952K, used 12474K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 12800K, 97% used [0x00000007f9600000,0x00000007fa22eaf0,0x00000007fa280000)
to space 53760K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007fff00000)
ParOldGen total 493568K, used 455652K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbcf9078,0x00000007de200000)
PSPermGen total 95232K, used 78856K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7020c8,0x00000007bc700000)
}
{Heap before GC invocations=216 (full 12):
PSYoungGen total 253952K, used 253626K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 12800K, 97% used [0x00000007f9600000,0x00000007fa22eaf0,0x00000007fa280000)
to space 53760K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007fff00000)
ParOldGen total 493568K, used 455652K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbcf9078,0x00000007de200000)
PSPermGen total 95232K, used 78859K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb702c88,0x00000007bc700000)
2013-12-24T21:17:41.337+0800: 5989.915: [GC
Desired survivor size 54001664 bytes, new threshold 15 (max 15)
[PSYoungGen: 253626K->15242K(295936K)] 709278K->471054K(789504K), 0.0525670 secs] [Times: user=0.04 sys=0.00, real=0.05 secs]
Heap after GC invocations=216 (full 12):
PSYoungGen total 295936K, used 15242K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 53760K, 28% used [0x00000007fca80000,0x00000007fd962ae0,0x00000007fff00000)
to space 52736K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fca80000)
ParOldGen total 493568K, used 455812K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbd21078,0x00000007de200000)
PSPermGen total 95232K, used 78859K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb702c88,0x00000007bc700000)
}
{Heap before GC invocations=217 (full 12):
PSYoungGen total 295936K, used 257418K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 53760K, 28% used [0x00000007fca80000,0x00000007fd962ae0,0x00000007fff00000)
to space 52736K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fca80000)
ParOldGen total 493568K, used 455812K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbd21078,0x00000007de200000)
PSPermGen total 95232K, used 78862K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb703950,0x00000007bc700000)
2013-12-24T21:17:52.222+0800: 6000.800: [GC
Desired survivor size 52428800 bytes, new threshold 15 (max 15)
[PSYoungGen: 257418K->15092K(257536K)] 713230K->472142K(751104K), 0.0198830 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=217 (full 12):
PSYoungGen total 257536K, used 15092K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 15360K, 98% used [0x00000007f9700000,0x00000007fa5bd298,0x00000007fa600000)
to space 51200K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007ffc00000)
ParOldGen total 493568K, used 457049K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe56598,0x00000007de200000)
PSPermGen total 95232K, used 78862K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb703950,0x00000007bc700000)
}
{Heap before GC invocations=218 (full 12):
PSYoungGen total 257536K, used 257268K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 15360K, 98% used [0x00000007f9700000,0x00000007fa5bd298,0x00000007fa600000)
to space 51200K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007ffc00000)
ParOldGen total 493568K, used 457049K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe56598,0x00000007de200000)
PSPermGen total 95232K, used 78866K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb704a98,0x00000007bc700000)
2013-12-24T21:18:12.909+0800: 6021.487: [GC
Desired survivor size 51380224 bytes, new threshold 15 (max 15)
[PSYoungGen: 257268K->13353K(295424K)] 714318K->470419K(788992K), 0.1725700 secs] [Times: user=0.06 sys=0.00, real=0.18 secs]
Heap after GC invocations=218 (full 12):
PSYoungGen total 295424K, used 13353K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 51200K, 26% used [0x00000007fca00000,0x00000007fd70a710,0x00000007ffc00000)
to space 50176K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fca00000)
ParOldGen total 493568K, used 457065K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe5a598,0x00000007de200000)
PSPermGen total 95232K, used 78866K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb704a98,0x00000007bc700000)
}
{Heap before GC invocations=219 (full 12):
PSYoungGen total 295424K, used 257577K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 51200K, 26% used [0x00000007fca00000,0x00000007fd70a710,0x00000007ffc00000)
to space 50176K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fca00000)
ParOldGen total 493568K, used 457065K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe5a598,0x00000007de200000)
PSPermGen total 95232K, used 78868K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7051e8,0x00000007bc700000)
2013-12-24T21:18:32.915+0800: 6041.493: [GC
Desired survivor size 50331648 bytes, new threshold 15 (max 15)
[PSYoungGen: 257577K->11689K(294400K)] 714643K->468911K(787968K), 0.0181330 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=219 (full 12):
PSYoungGen total 294400K, used 11689K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 50176K, 23% used [0x00000007f9900000,0x00000007fa46a500,0x00000007fca00000)
to space 49152K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffd00000)
ParOldGen total 493568K, used 457222K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe81a20,0x00000007de200000)
PSPermGen total 95232K, used 78868K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7051e8,0x00000007bc700000)
}
{Heap before GC invocations=220 (full 12):
PSYoungGen total 294400K, used 255913K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 50176K, 23% used [0x00000007f9900000,0x00000007fa46a500,0x00000007fca00000)
to space 49152K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffd00000)
ParOldGen total 493568K, used 457222K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe81a20,0x00000007de200000)
PSPermGen total 95232K, used 78869K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7057a0,0x00000007bc700000)
2013-12-24T21:18:53.320+0800: 6061.898: [GC
Desired survivor size 49807360 bytes, new threshold 15 (max 15)
[PSYoungGen: 255913K->10395K(294400K)] 713135K->467634K(787968K), 0.0293210 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=220 (full 12):
PSYoungGen total 294400K, used 10395K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 47104K, 22% used [0x00000007fcd00000,0x00000007fd726e30,0x00000007ffb00000)
to space 48640K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fcb80000)
ParOldGen total 493568K, used 457238K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe85a20,0x00000007de200000)
PSPermGen total 95232K, used 78869K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7057a0,0x00000007bc700000)
}
{Heap before GC invocations=221 (full 12):
PSYoungGen total 294400K, used 257691K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 47104K, 22% used [0x00000007fcd00000,0x00000007fd726e30,0x00000007ffb00000)
to space 48640K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fcb80000)
ParOldGen total 493568K, used 457238K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe85a20,0x00000007de200000)
PSPermGen total 95232K, used 78872K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb706350,0x00000007bc700000)
2013-12-24T21:19:15.556+0800: 6084.134: [GC
Desired survivor size 48758784 bytes, new threshold 15 (max 15)
[PSYoungGen: 257691K->8918K(295936K)] 714930K->466197K(789504K), 0.0178060 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=221 (full 12):
PSYoungGen total 295936K, used 8918K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 48640K, 18% used [0x00000007f9c00000,0x00000007fa4b5bf8,0x00000007fcb80000)
to space 47616K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffb80000)
ParOldGen total 493568K, used 457278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe8fa20,0x00000007de200000)
PSPermGen total 95232K, used 78872K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb706350,0x00000007bc700000)
}
{Heap before GC invocations=222 (full 12):
PSYoungGen total 295936K, used 256214K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 48640K, 18% used [0x00000007f9c00000,0x00000007fa4b5bf8,0x00000007fcb80000)
to space 47616K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ffb80000)
ParOldGen total 493568K, used 457278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe8fa20,0x00000007de200000)
PSPermGen total 95232K, used 78874K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb706bf8,0x00000007bc700000)
2013-12-24T21:19:35.314+0800: 6103.892: [GC
Desired survivor size 46661632 bytes, new threshold 15 (max 15)
[PSYoungGen: 256214K->12928K(293376K)] 713493K->470222K(786944K), 0.0221070 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=222 (full 12):
PSYoungGen total 293376K, used 12928K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 249856K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e80000)
from space 43520K, 29% used [0x00000007fcd00000,0x00000007fd9a00a0,0x00000007ff780000)
to space 45568K, 0% used [0x00000007f9e80000,0x00000007f9e80000,0x00000007fcb00000)
ParOldGen total 493568K, used 457294K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe93a20,0x00000007de200000)
PSPermGen total 95232K, used 78874K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb706bf8,0x00000007bc700000)
}
{Heap before GC invocations=223 (full 12):
PSYoungGen total 293376K, used 262784K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 249856K, 100% used [0x00000007eaa80000,0x00000007f9e80000,0x00000007f9e80000)
from space 43520K, 29% used [0x00000007fcd00000,0x00000007fd9a00a0,0x00000007ff780000)
to space 45568K, 0% used [0x00000007f9e80000,0x00000007f9e80000,0x00000007fcb00000)
ParOldGen total 493568K, used 457294K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe93a20,0x00000007de200000)
PSPermGen total 95232K, used 78878K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7079e0,0x00000007bc700000)
2013-12-24T21:19:55.293+0800: 6123.871: [GC
Desired survivor size 45088768 bytes, new threshold 15 (max 15)
[PSYoungGen: 262784K->20448K(295424K)] 720078K->477758K(788992K), 0.0454280 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=223 (full 12):
PSYoungGen total 295424K, used 20448K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 249856K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9e80000)
from space 45568K, 44% used [0x00000007f9e80000,0x00000007fb2780a0,0x00000007fcb00000)
to space 44032K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff680000)
ParOldGen total 493568K, used 457310K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe97a20,0x00000007de200000)
PSPermGen total 95232K, used 78878K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7079e0,0x00000007bc700000)
}
{Heap before GC invocations=224 (full 12):
PSYoungGen total 295424K, used 270304K [0x00000007eaa80000, 0x00000007ff680000, 0x0000000800000000)
eden space 249856K, 100% used [0x00000007eaa80000,0x00000007f9e80000,0x00000007f9e80000)
from space 45568K, 44% used [0x00000007f9e80000,0x00000007fb2780a0,0x00000007fcb00000)
to space 44032K, 0% used [0x00000007fcb80000,0x00000007fcb80000,0x00000007ff680000)
ParOldGen total 493568K, used 457310K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe97a20,0x00000007de200000)
PSPermGen total 95232K, used 78880K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7083d0,0x00000007bc700000)
2013-12-24T21:20:14.413+0800: 6142.991: [GC
Desired survivor size 43515904 bytes, new threshold 15 (max 15)
[PSYoungGen: 270304K->22560K(292864K)] 727614K->479886K(786432K), 0.0246980 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=224 (full 12):
PSYoungGen total 292864K, used 22560K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 40960K, 55% used [0x00000007fcb80000,0x00000007fe1880a0,0x00000007ff380000)
to space 42496K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fca00000)
ParOldGen total 493568K, used 457326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe9ba20,0x00000007de200000)
PSPermGen total 95232K, used 78880K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7083d0,0x00000007bc700000)
}
{Heap before GC invocations=225 (full 12):
PSYoungGen total 292864K, used 274464K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 40960K, 55% used [0x00000007fcb80000,0x00000007fe1880a0,0x00000007ff380000)
to space 42496K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fca00000)
ParOldGen total 493568K, used 457326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe9ba20,0x00000007de200000)
PSPermGen total 95232K, used 78886K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb709960,0x00000007bc700000)
2013-12-24T21:20:28.272+0800: 6156.850: [GC
Desired survivor size 42467328 bytes, new threshold 15 (max 15)
[PSYoungGen: 274464K->11840K(294400K)] 731790K->469182K(787968K), 0.0177800 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=225 (full 12):
PSYoungGen total 294400K, used 11840K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 42496K, 27% used [0x00000007fa080000,0x00000007fac100a0,0x00000007fca00000)
to space 41472K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff380000)
ParOldGen total 493568K, used 457342K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe9fa20,0x00000007de200000)
PSPermGen total 95232K, used 78886K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb709960,0x00000007bc700000)
}
{Heap before GC invocations=226 (full 12):
PSYoungGen total 294400K, used 263744K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 42496K, 27% used [0x00000007fa080000,0x00000007fac100a0,0x00000007fca00000)
to space 41472K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff380000)
ParOldGen total 493568K, used 457342K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbe9fa20,0x00000007de200000)
PSPermGen total 95232K, used 78889K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70a6b0,0x00000007bc700000)
2013-12-24T21:20:49.124+0800: 6177.702: [GC
Desired survivor size 41418752 bytes, new threshold 15 (max 15)
[PSYoungGen: 263744K->10240K(292352K)] 721086K->467598K(785920K), 0.0190630 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=226 (full 12):
PSYoungGen total 292352K, used 10240K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 38912K, 26% used [0x00000007fcb00000,0x00000007fd5000a0,0x00000007ff100000)
to space 40448K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fc980000)
ParOldGen total 493568K, used 457358K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbea3a20,0x00000007de200000)
PSPermGen total 95232K, used 78889K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70a6b0,0x00000007bc700000)
}
{Heap before GC invocations=227 (full 12):
PSYoungGen total 292352K, used 263680K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 38912K, 26% used [0x00000007fcb00000,0x00000007fd5000a0,0x00000007ff100000)
to space 40448K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fc980000)
ParOldGen total 493568K, used 457358K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbea3a20,0x00000007de200000)
PSPermGen total 95232K, used 78892K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b290,0x00000007bc700000)
2013-12-24T21:21:09.772+0800: 6198.350: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 263680K->12221K(293888K)] 721038K->469612K(787456K), 0.0224450 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=227 (full 12):
PSYoungGen total 293888K, used 12221K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 40448K, 30% used [0x00000007fa200000,0x00000007fadef7a8,0x00000007fc980000)
to space 39424K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007ff080000)
ParOldGen total 493568K, used 457390K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbeaba20,0x00000007de200000)
PSPermGen total 95232K, used 78892K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b290,0x00000007bc700000)
}
{Heap before GC invocations=228 (full 12):
PSYoungGen total 293888K, used 265661K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 40448K, 30% used [0x00000007fa200000,0x00000007fadef7a8,0x00000007fc980000)
to space 39424K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007ff080000)
ParOldGen total 493568K, used 457390K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbeaba20,0x00000007de200000)
PSPermGen total 95232K, used 78893K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b4a8,0x00000007bc700000)
2013-12-24T21:21:23.318+0800: 6211.896: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 265661K->13725K(291328K)] 723052K->471172K(784896K), 0.0234300 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=228 (full 12):
PSYoungGen total 291328K, used 13725K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 36352K, 37% used [0x00000007fca00000,0x00000007fd7677a8,0x00000007fed80000)
to space 37888K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fc880000)
ParOldGen total 493568K, used 457446K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbeb9a20,0x00000007de200000)
PSPermGen total 95232K, used 78893K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b4a8,0x00000007bc700000)
}
{Heap before GC invocations=229 (full 12):
PSYoungGen total 291328K, used 268701K [0x00000007eaa80000, 0x00000007fed80000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 36352K, 37% used [0x00000007fca00000,0x00000007fd7677a8,0x00000007fed80000)
to space 37888K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fc880000)
ParOldGen total 493568K, used 457446K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbeb9a20,0x00000007de200000)
PSPermGen total 95232K, used 78893K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b5a8,0x00000007bc700000)
2013-12-24T21:21:42.811+0800: 6231.389: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 268701K->18882K(292864K)] 726148K->476345K(786432K), 0.0211100 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=229 (full 12):
PSYoungGen total 292864K, used 18882K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 37888K, 49% used [0x00000007fa380000,0x00000007fb5f0a20,0x00000007fc880000)
to space 36352K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007fec00000)
ParOldGen total 493568K, used 457462K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbebda20,0x00000007de200000)
PSPermGen total 95232K, used 78893K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70b5a8,0x00000007bc700000)
}
{Heap before GC invocations=230 (full 12):
PSYoungGen total 292864K, used 273858K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 37888K, 49% used [0x00000007fa380000,0x00000007fb5f0a20,0x00000007fc880000)
to space 36352K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007fec00000)
ParOldGen total 493568K, used 457462K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbebda20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d188,0x00000007bc700000)
2013-12-24T21:21:52.701+0800: 6241.279: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 273858K->20162K(292864K)] 731321K->477673K(786432K), 0.0389430 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=230 (full 12):
PSYoungGen total 292864K, used 20162K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 257024K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa580000)
from space 35840K, 56% used [0x00000007fc880000,0x00000007fdc30a20,0x00000007feb80000)
to space 35840K, 0% used [0x00000007fa580000,0x00000007fa580000,0x00000007fc880000)
ParOldGen total 493568K, used 457510K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbec9a20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d188,0x00000007bc700000)
}
{Heap before GC invocations=231 (full 12):
PSYoungGen total 292864K, used 277186K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 257024K, 100% used [0x00000007eaa80000,0x00000007fa580000,0x00000007fa580000)
from space 35840K, 56% used [0x00000007fc880000,0x00000007fdc30a20,0x00000007feb80000)
to space 35840K, 0% used [0x00000007fa580000,0x00000007fa580000,0x00000007fc880000)
ParOldGen total 493568K, used 457510K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbec9a20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d188,0x00000007bc700000)
2013-12-24T21:22:00.397+0800: 6248.975: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 277186K->19716K(292864K)] 734697K->477243K(786432K), 0.0266040 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=231 (full 12):
PSYoungGen total 292864K, used 19716K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 257024K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa580000)
from space 35840K, 55% used [0x00000007fa580000,0x00000007fb8c1288,0x00000007fc880000)
to space 34816K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007feb80000)
ParOldGen total 493568K, used 457526K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbecda20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d188,0x00000007bc700000)
}
{Heap before GC invocations=232 (full 12):
PSYoungGen total 292864K, used 276740K [0x00000007eaa80000, 0x00000007feb80000, 0x0000000800000000)
eden space 257024K, 100% used [0x00000007eaa80000,0x00000007fa580000,0x00000007fa580000)
from space 35840K, 55% used [0x00000007fa580000,0x00000007fb8c1288,0x00000007fc880000)
to space 34816K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007feb80000)
ParOldGen total 493568K, used 457526K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbecda20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d288,0x00000007bc700000)
2013-12-24T21:22:12.812+0800: 6261.390: [GC
Desired survivor size 34078720 bytes, new threshold 15 (max 15)
[PSYoungGen: 276740K->18052K(290816K)] 734267K->475595K(784384K), 0.0204170 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=232 (full 12):
PSYoungGen total 290816K, used 18052K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 259072K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa780000)
from space 31744K, 56% used [0x00000007fc980000,0x00000007fdb21288,0x00000007fe880000)
to space 33280K, 0% used [0x00000007fa780000,0x00000007fa780000,0x00000007fc800000)
ParOldGen total 493568K, used 457542K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbed1a20,0x00000007de200000)
PSPermGen total 95232K, used 78900K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d288,0x00000007bc700000)
}
{Heap before GC invocations=233 (full 12):
PSYoungGen total 290816K, used 277124K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 259072K, 100% used [0x00000007eaa80000,0x00000007fa780000,0x00000007fa780000)
from space 31744K, 56% used [0x00000007fc980000,0x00000007fdb21288,0x00000007fe880000)
to space 33280K, 0% used [0x00000007fa780000,0x00000007fa780000,0x00000007fc800000)
ParOldGen total 493568K, used 457542K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbed1a20,0x00000007de200000)
PSPermGen total 95232K, used 78902K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d8f0,0x00000007bc700000)
2013-12-24T21:22:30.297+0800: 6278.875: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 277124K->11841K(292352K)] 734667K->469400K(785920K), 0.0208260 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=233 (full 12):
PSYoungGen total 292352K, used 11841K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 259072K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa780000)
from space 33280K, 35% used [0x00000007fa780000,0x00000007fb3106a8,0x00000007fc800000)
to space 32768K, 0% used [0x00000007fc900000,0x00000007fc900000,0x00000007fe900000)
ParOldGen total 493568K, used 457558K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbed5a20,0x00000007de200000)
PSPermGen total 95232K, used 78902K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb70d8f0,0x00000007bc700000)
}
{Heap before GC invocations=234 (full 12):
PSYoungGen total 292352K, used 270913K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 259072K, 100% used [0x00000007eaa80000,0x00000007fa780000,0x00000007fa780000)
from space 33280K, 35% used [0x00000007fa780000,0x00000007fb3106a8,0x00000007fc800000)
to space 32768K, 0% used [0x00000007fc900000,0x00000007fc900000,0x00000007fe900000)
ParOldGen total 493568K, used 457558K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbed5a20,0x00000007de200000)
PSPermGen total 95232K, used 78914K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb710bb8,0x00000007bc700000)
2013-12-24T21:22:42.844+0800: 6291.422: [GC
Desired survivor size 33030144 bytes, new threshold 15 (max 15)
[PSYoungGen: 270913K->9764K(293376K)] 728472K->467347K(786944K), 0.0444020 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=234 (full 12):
PSYoungGen total 293376K, used 9764K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 261120K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa980000)
from space 32256K, 30% used [0x00000007fc900000,0x00000007fd289288,0x00000007fe880000)
to space 32256K, 0% used [0x00000007fa980000,0x00000007fa980000,0x00000007fc900000)
ParOldGen total 493568K, used 457582K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbedba20,0x00000007de200000)
PSPermGen total 95232K, used 78914K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb710bb8,0x00000007bc700000)
}
{Heap before GC invocations=235 (full 12):
PSYoungGen total 293376K, used 270884K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 261120K, 100% used [0x00000007eaa80000,0x00000007fa980000,0x00000007fa980000)
from space 32256K, 30% used [0x00000007fc900000,0x00000007fd289288,0x00000007fe880000)
to space 32256K, 0% used [0x00000007fa980000,0x00000007fa980000,0x00000007fc900000)
ParOldGen total 493568K, used 457582K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbedba20,0x00000007de200000)
PSPermGen total 95232K, used 78947K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb718c38,0x00000007bc700000)
2013-12-24T21:22:50.326+0800: 6298.904: [GC
Desired survivor size 32505856 bytes, new threshold 15 (max 15)
[PSYoungGen: 270884K->11732K(293376K)] 728467K->469331K(786944K), 0.0495940 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
Heap after GC invocations=235 (full 12):
PSYoungGen total 293376K, used 11732K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 261120K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa980000)
from space 32256K, 36% used [0x00000007fa980000,0x00000007fb4f5298,0x00000007fc900000)
to space 31744K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fea00000)
ParOldGen total 493568K, used 457598K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbedfa20,0x00000007de200000)
PSPermGen total 95232K, used 78947K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb718c38,0x00000007bc700000)
}
{Heap before GC invocations=236 (full 12):
PSYoungGen total 293376K, used 272852K [0x00000007eaa80000, 0x00000007fea00000, 0x0000000800000000)
eden space 261120K, 100% used [0x00000007eaa80000,0x00000007fa980000,0x00000007fa980000)
from space 32256K, 36% used [0x00000007fa980000,0x00000007fb4f5298,0x00000007fc900000)
to space 31744K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fea00000)
ParOldGen total 493568K, used 457598K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbedfa20,0x00000007de200000)
PSPermGen total 95232K, used 78951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb719ec0,0x00000007bc700000)
2013-12-24T21:23:08.322+0800: 6316.900: [GC
Desired survivor size 31457280 bytes, new threshold 15 (max 15)
[PSYoungGen: 272852K->12861K(293376K)] 730451K->470475K(786944K), 0.0197580 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=236 (full 12):
PSYoungGen total 293376K, used 12861K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 263680K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fac00000)
from space 29696K, 43% used [0x00000007fcb00000,0x00000007fd78f430,0x00000007fe800000)
to space 30720K, 0% used [0x00000007fac00000,0x00000007fac00000,0x00000007fca00000)
ParOldGen total 493568K, used 457614K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbee3a20,0x00000007de200000)
PSPermGen total 95232K, used 78951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb719ec0,0x00000007bc700000)
}
{Heap before GC invocations=237 (full 12):
PSYoungGen total 293376K, used 276541K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 263680K, 100% used [0x00000007eaa80000,0x00000007fac00000,0x00000007fac00000)
from space 29696K, 43% used [0x00000007fcb00000,0x00000007fd78f430,0x00000007fe800000)
to space 30720K, 0% used [0x00000007fac00000,0x00000007fac00000,0x00000007fca00000)
ParOldGen total 493568K, used 457614K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbee3a20,0x00000007de200000)
PSPermGen total 95232K, used 78951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb719fd0,0x00000007bc700000)
2013-12-24T21:23:26.214+0800: 6334.792: [GC
Desired survivor size 30408704 bytes, new threshold 15 (max 15)
[PSYoungGen: 276541K->10948K(294400K)] 734155K->468579K(787968K), 0.0234450 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=237 (full 12):
PSYoungGen total 294400K, used 10948K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 263680K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fac00000)
from space 30720K, 35% used [0x00000007fac00000,0x00000007fb6b1288,0x00000007fca00000)
to space 29696K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fe800000)
ParOldGen total 493568K, used 457630K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbee7a20,0x00000007de200000)
PSPermGen total 95232K, used 78951K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb719fd0,0x00000007bc700000)
}
{Heap before GC invocations=238 (full 12):
PSYoungGen total 294400K, used 274628K [0x00000007eaa80000, 0x00000007fe800000, 0x0000000800000000)
eden space 263680K, 100% used [0x00000007eaa80000,0x00000007fac00000,0x00000007fac00000)
from space 30720K, 35% used [0x00000007fac00000,0x00000007fb6b1288,0x00000007fca00000)
to space 29696K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fe800000)
ParOldGen total 493568K, used 457630K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbee7a20,0x00000007de200000)
PSPermGen total 95232K, used 78965K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d6e8,0x00000007bc700000)
2013-12-24T21:23:36.925+0800: 6345.503: [GC
Desired survivor size 29360128 bytes, new threshold 15 (max 15)
[PSYoungGen: 274628K->15677K(293376K)] 732259K->473379K(786944K), 0.0282770 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=238 (full 12):
PSYoungGen total 293376K, used 15677K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 265728K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae00000)
from space 27648K, 56% used [0x00000007fcb00000,0x00000007fda4f430,0x00000007fe600000)
to space 28672K, 0% used [0x00000007fae00000,0x00000007fae00000,0x00000007fca00000)
ParOldGen total 493568K, used 457702K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbef9a20,0x00000007de200000)
PSPermGen total 95232K, used 78965K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d6e8,0x00000007bc700000)
}
{Heap before GC invocations=239 (full 12):
PSYoungGen total 293376K, used 281405K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 265728K, 100% used [0x00000007eaa80000,0x00000007fae00000,0x00000007fae00000)
from space 27648K, 56% used [0x00000007fcb00000,0x00000007fda4f430,0x00000007fe600000)
to space 28672K, 0% used [0x00000007fae00000,0x00000007fae00000,0x00000007fca00000)
ParOldGen total 493568K, used 457702K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbef9a20,0x00000007de200000)
PSPermGen total 95232K, used 78966K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d830,0x00000007bc700000)
2013-12-24T21:23:50.660+0800: 6359.238: [GC
Desired survivor size 28311552 bytes, new threshold 15 (max 15)
[PSYoungGen: 281405K->16132K(294400K)] 739107K->473875K(787968K), 0.0231080 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=239 (full 12):
PSYoungGen total 294400K, used 16132K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 265728K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae00000)
from space 28672K, 56% used [0x00000007fae00000,0x00000007fbdc1288,0x00000007fca00000)
to space 27648K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fe600000)
ParOldGen total 493568K, used 457742K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbf03a20,0x00000007de200000)
PSPermGen total 95232K, used 78966K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d830,0x00000007bc700000)
}
{Heap before GC invocations=240 (full 12):
PSYoungGen total 294400K, used 281860K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 265728K, 100% used [0x00000007eaa80000,0x00000007fae00000,0x00000007fae00000)
from space 28672K, 56% used [0x00000007fae00000,0x00000007fbdc1288,0x00000007fca00000)
to space 27648K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007fe600000)
ParOldGen total 493568K, used 457742K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbf03a20,0x00000007de200000)
PSPermGen total 95232K, used 78966K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d830,0x00000007bc700000)
2013-12-24T21:24:05.141+0800: 6373.719: [GC
Desired survivor size 28311552 bytes, new threshold 15 (max 15)
[PSYoungGen: 281860K->17844K(295424K)] 739603K->475603K(788992K), 0.0219860 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=240 (full 12):
PSYoungGen total 295424K, used 17844K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 27648K, 64% used [0x00000007fcb00000,0x00000007fdc6d3a8,0x00000007fe600000)
to space 27648K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fcb00000)
ParOldGen total 493568K, used 457758K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbf07a20,0x00000007de200000)
PSPermGen total 95232K, used 78966K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb71d830,0x00000007bc700000)
}
{Heap before GC invocations=241 (full 12):
PSYoungGen total 295424K, used 285620K [0x00000007eaa80000, 0x00000007fe600000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 27648K, 64% used [0x00000007fcb00000,0x00000007fdc6d3a8,0x00000007fe600000)
to space 27648K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fcb00000)
ParOldGen total 493568K, used 457758K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 92% used [0x00000007c0000000,0x00000007dbf07a20,0x00000007de200000)
PSPermGen total 95232K, used 78981K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb721510,0x00000007bc700000)
2013-12-24T21:24:13.259+0800: 6381.837: [GC
Desired survivor size 33554432 bytes, new threshold 14 (max 15)
[PSYoungGen: 285620K->27620K(295424K)] 743379K->491491K(788992K), 0.0894070 secs] [Times: user=0.05 sys=0.00, real=0.09 secs]
Heap after GC invocations=241 (full 12):
PSYoungGen total 295424K, used 27620K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 27648K, 99% used [0x00000007fb000000,0x00000007fcaf9278,0x00000007fcb00000)
to space 32768K, 0% used [0x00000007fd380000,0x00000007fd380000,0x00000007ff380000)
ParOldGen total 493568K, used 463870K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 93% used [0x00000007c0000000,0x00000007dc4ffbd8,0x00000007de200000)
PSPermGen total 95232K, used 78981K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb721510,0x00000007bc700000)
}
{Heap before GC invocations=242 (full 12):
PSYoungGen total 295424K, used 295396K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 27648K, 99% used [0x00000007fb000000,0x00000007fcaf9278,0x00000007fcb00000)
to space 32768K, 0% used [0x00000007fd380000,0x00000007fd380000,0x00000007ff380000)
ParOldGen total 493568K, used 463870K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 93% used [0x00000007c0000000,0x00000007dc4ffbd8,0x00000007de200000)
PSPermGen total 95232K, used 78983K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb721c00,0x00000007bc700000)
2013-12-24T21:24:27.858+0800: 6396.436: [GC
Desired survivor size 32505856 bytes, new threshold 15 (max 15)
[PSYoungGen: 295396K->14340K(302080K)] 759267K->478619K(795648K), 0.0716840 secs] [Times: user=0.05 sys=0.00, real=0.07 secs]
Heap after GC invocations=242 (full 12):
PSYoungGen total 302080K, used 14340K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 271360K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb380000)
from space 30720K, 46% used [0x00000007fd380000,0x00000007fe181278,0x00000007ff180000)
to space 31744K, 0% used [0x00000007fb380000,0x00000007fb380000,0x00000007fd280000)
ParOldGen total 493568K, used 464278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc565bd8,0x00000007de200000)
PSPermGen total 95232K, used 78983K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb721c00,0x00000007bc700000)
}
{Heap before GC invocations=243 (full 12):
PSYoungGen total 302080K, used 285700K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 271360K, 100% used [0x00000007eaa80000,0x00000007fb380000,0x00000007fb380000)
from space 30720K, 46% used [0x00000007fd380000,0x00000007fe181278,0x00000007ff180000)
to space 31744K, 0% used [0x00000007fb380000,0x00000007fb380000,0x00000007fd280000)
ParOldGen total 493568K, used 464278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc565bd8,0x00000007de200000)
PSPermGen total 95232K, used 78990K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb723968,0x00000007bc700000)
2013-12-24T21:24:37.966+0800: 6406.544: [GC
Desired survivor size 31981568 bytes, new threshold 15 (max 15)
[PSYoungGen: 285700K->19561K(303104K)] 749979K->483840K(796672K), 0.0286360 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=243 (full 12):
PSYoungGen total 303104K, used 19561K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 271360K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb380000)
from space 31744K, 61% used [0x00000007fb380000,0x00000007fc69a500,0x00000007fd280000)
to space 31232K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ff400000)
ParOldGen total 493568K, used 464278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc565bd8,0x00000007de200000)
PSPermGen total 95232K, used 78990K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb723968,0x00000007bc700000)
}
{Heap before GC invocations=244 (full 12):
PSYoungGen total 303104K, used 290921K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 271360K, 100% used [0x00000007eaa80000,0x00000007fb380000,0x00000007fb380000)
from space 31744K, 61% used [0x00000007fb380000,0x00000007fc69a500,0x00000007fd280000)
to space 31232K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ff400000)
ParOldGen total 493568K, used 464278K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc565bd8,0x00000007de200000)
PSPermGen total 95232K, used 78997K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7257e0,0x00000007bc700000)
2013-12-24T21:24:47.158+0800: 6415.736: [GC
Desired survivor size 31457280 bytes, new threshold 15 (max 15)
[PSYoungGen: 290921K->19689K(304128K)] 755200K->483984K(797696K), 0.0279690 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=244 (full 12):
PSYoungGen total 304128K, used 19689K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 274432K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb680000)
from space 29696K, 66% used [0x00000007fd580000,0x00000007fe8ba500,0x00000007ff280000)
to space 30720K, 0% used [0x00000007fb680000,0x00000007fb680000,0x00000007fd480000)
ParOldGen total 493568K, used 464294K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc569bd8,0x00000007de200000)
PSPermGen total 95232K, used 78997K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb7257e0,0x00000007bc700000)
}
{Heap before GC invocations=245 (full 12):
PSYoungGen total 304128K, used 294121K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 274432K, 100% used [0x00000007eaa80000,0x00000007fb680000,0x00000007fb680000)
from space 29696K, 66% used [0x00000007fd580000,0x00000007fe8ba500,0x00000007ff280000)
to space 30720K, 0% used [0x00000007fb680000,0x00000007fb680000,0x00000007fd480000)
ParOldGen total 493568K, used 464294K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc569bd8,0x00000007de200000)
PSPermGen total 95232K, used 79007K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb727d98,0x00000007bc700000)
2013-12-24T21:24:59.883+0800: 6428.461: [GC
Desired survivor size 33030144 bytes, new threshold 15 (max 15)
[PSYoungGen: 294121K->24993K(305152K)] 758416K->489320K(798720K), 0.0650420 secs] [Times: user=0.07 sys=0.00, real=0.06 secs]
Heap after GC invocations=245 (full 12):
PSYoungGen total 305152K, used 24993K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 274432K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb680000)
from space 30720K, 81% used [0x00000007fb680000,0x00000007fcee86a8,0x00000007fd480000)
to space 32256K, 0% used [0x00000007fd980000,0x00000007fd980000,0x00000007ff900000)
ParOldGen total 493568K, used 464326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc571bd8,0x00000007de200000)
PSPermGen total 95232K, used 79007K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb727d98,0x00000007bc700000)
}
{Heap before GC invocations=246 (full 12):
PSYoungGen total 305152K, used 299425K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 274432K, 100% used [0x00000007eaa80000,0x00000007fb680000,0x00000007fb680000)
from space 30720K, 81% used [0x00000007fb680000,0x00000007fcee86a8,0x00000007fd480000)
to space 32256K, 0% used [0x00000007fd980000,0x00000007fd980000,0x00000007ff900000)
ParOldGen total 493568K, used 464326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc571bd8,0x00000007de200000)
PSPermGen total 95232K, used 79011K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb728f08,0x00000007bc700000)
2013-12-24T21:25:05.318+0800: 6433.896: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 299425K->29097K(307712K)] 763752K->493424K(801280K), 0.0380240 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=246 (full 12):
PSYoungGen total 307712K, used 29097K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 275456K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb780000)
from space 32256K, 90% used [0x00000007fd980000,0x00000007ff5ea500,0x00000007ff900000)
to space 34816K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fd980000)
ParOldGen total 493568K, used 464326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc571bd8,0x00000007de200000)
PSPermGen total 95232K, used 79011K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb728f08,0x00000007bc700000)
}
{Heap before GC invocations=247 (full 12):
PSYoungGen total 307712K, used 304553K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 275456K, 100% used [0x00000007eaa80000,0x00000007fb780000,0x00000007fb780000)
from space 32256K, 90% used [0x00000007fd980000,0x00000007ff5ea500,0x00000007ff900000)
to space 34816K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fd980000)
ParOldGen total 493568K, used 464326K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc571bd8,0x00000007de200000)
PSPermGen total 95232K, used 79015K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb729cb0,0x00000007bc700000)
2013-12-24T21:25:14.008+0800: 6442.586: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 304553K->31817K(310272K)] 768880K->496392K(803840K), 0.0631060 secs] [Times: user=0.06 sys=0.00, real=0.07 secs]
Heap after GC invocations=247 (full 12):
PSYoungGen total 310272K, used 31817K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 275456K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb780000)
from space 34816K, 91% used [0x00000007fb780000,0x00000007fd692500,0x00000007fd980000)
to space 37888K, 0% used [0x00000007fdb00000,0x00000007fdb00000,0x0000000800000000)
ParOldGen total 493568K, used 464574K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5afbd8,0x00000007de200000)
PSPermGen total 95232K, used 79015K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb729cb0,0x00000007bc700000)
}
{Heap before GC invocations=248 (full 12):
PSYoungGen total 310272K, used 307273K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 275456K, 100% used [0x00000007eaa80000,0x00000007fb780000,0x00000007fb780000)
from space 34816K, 91% used [0x00000007fb780000,0x00000007fd692500,0x00000007fd980000)
to space 37888K, 0% used [0x00000007fdb00000,0x00000007fdb00000,0x0000000800000000)
ParOldGen total 493568K, used 464574K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5afbd8,0x00000007de200000)
PSPermGen total 95232K, used 79019K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72ae80,0x00000007bc700000)
2013-12-24T21:25:17.844+0800: 6446.422: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 307273K->32937K(305664K)] 771848K->497616K(799232K), 0.0834530 secs] [Times: user=0.07 sys=0.01, real=0.08 secs]
Heap after GC invocations=248 (full 12):
PSYoungGen total 305664K, used 32937K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 37888K, 86% used [0x00000007fdb00000,0x00000007ffb2a500,0x0000000800000000)
to space 40960K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fd800000)
ParOldGen total 493568K, used 464678K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5c9bd8,0x00000007de200000)
PSPermGen total 95232K, used 79019K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72ae80,0x00000007bc700000)
}
{Heap before GC invocations=249 (full 12):
PSYoungGen total 305664K, used 300713K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 37888K, 86% used [0x00000007fdb00000,0x00000007ffb2a500,0x0000000800000000)
to space 40960K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fd800000)
ParOldGen total 493568K, used 464678K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5c9bd8,0x00000007de200000)
PSPermGen total 95232K, used 79025K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72c538,0x00000007bc700000)
2013-12-24T21:25:24.341+0800: 6452.919: [GC
Desired survivor size 44040192 bytes, new threshold 15 (max 15)
[PSYoungGen: 300713K->32041K(300032K)] 765392K->496776K(793600K), 0.0726930 secs] [Times: user=0.06 sys=0.00, real=0.07 secs]
Heap after GC invocations=249 (full 12):
PSYoungGen total 300032K, used 32041K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 32256K, 99% used [0x00000007fb000000,0x00000007fcf4a500,0x00000007fcf80000)
to space 43008K, 0% used [0x00000007fd600000,0x00000007fd600000,0x0000000800000000)
ParOldGen total 493568K, used 464734K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5d7bd8,0x00000007de200000)
PSPermGen total 95232K, used 79025K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72c538,0x00000007bc700000)
}
{Heap before GC invocations=250 (full 12):
PSYoungGen total 300032K, used 299817K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 32256K, 99% used [0x00000007fb000000,0x00000007fcf4a500,0x00000007fcf80000)
to space 43008K, 0% used [0x00000007fd600000,0x00000007fd600000,0x0000000800000000)
ParOldGen total 493568K, used 464734K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5d7bd8,0x00000007de200000)
PSPermGen total 95232K, used 79034K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72ea10,0x00000007bc700000)
2013-12-24T21:25:37.326+0800: 6465.904: [GC
Desired survivor size 42991616 bytes, new threshold 15 (max 15)
[PSYoungGen: 299817K->25577K(307712K)] 764552K->490418K(801280K), 0.2200220 secs] [Times: user=0.06 sys=0.00, real=0.22 secs]
Heap after GC invocations=250 (full 12):
PSYoungGen total 307712K, used 25577K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 264704K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad00000)
from space 43008K, 59% used [0x00000007fd600000,0x00000007feefa500,0x0000000800000000)
to space 41984K, 0% used [0x00000007fad00000,0x00000007fad00000,0x00000007fd600000)
ParOldGen total 493568K, used 464841K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5f24e0,0x00000007de200000)
PSPermGen total 95232K, used 79034K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72ea10,0x00000007bc700000)
}
{Heap before GC invocations=251 (full 12):
PSYoungGen total 307712K, used 290281K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 264704K, 100% used [0x00000007eaa80000,0x00000007fad00000,0x00000007fad00000)
from space 43008K, 59% used [0x00000007fd600000,0x00000007feefa500,0x0000000800000000)
to space 41984K, 0% used [0x00000007fad00000,0x00000007fad00000,0x00000007fd600000)
ParOldGen total 493568K, used 464841K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc5f24e0,0x00000007de200000)
PSPermGen total 95232K, used 79038K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72fa78,0x00000007bc700000)
2013-12-24T21:25:47.591+0800: 6476.169: [GC
Desired survivor size 42991616 bytes, new threshold 15 (max 15)
[PSYoungGen: 290281K->28553K(306688K)] 755122K->493474K(800256K), 0.0596110 secs] [Times: user=0.07 sys=0.00, real=0.06 secs]
Heap after GC invocations=251 (full 12):
PSYoungGen total 306688K, used 28553K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 264704K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad00000)
from space 41984K, 68% used [0x00000007fad00000,0x00000007fc8e2500,0x00000007fd600000)
to space 41984K, 0% used [0x00000007fd600000,0x00000007fd600000,0x00000007fff00000)
ParOldGen total 493568K, used 464921K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc6064e0,0x00000007de200000)
PSPermGen total 95232K, used 79038K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72fa78,0x00000007bc700000)
}
{Heap before GC invocations=252 (full 12):
PSYoungGen total 306688K, used 293257K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 264704K, 100% used [0x00000007eaa80000,0x00000007fad00000,0x00000007fad00000)
from space 41984K, 68% used [0x00000007fad00000,0x00000007fc8e2500,0x00000007fd600000)
to space 41984K, 0% used [0x00000007fd600000,0x00000007fd600000,0x00000007fff00000)
ParOldGen total 493568K, used 464921K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc6064e0,0x00000007de200000)
PSPermGen total 95232K, used 79039K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72fea8,0x00000007bc700000)
2013-12-24T21:26:01.660+0800: 6490.238: [GC
Desired survivor size 42467328 bytes, new threshold 15 (max 15)
[PSYoungGen: 293257K->27625K(307200K)] 758178K->492650K(800768K), 0.0481650 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=252 (full 12):
PSYoungGen total 307200K, used 27625K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 41984K, 65% used [0x00000007fd600000,0x00000007ff0fa500,0x00000007fff00000)
to space 41472K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd600000)
ParOldGen total 493568K, used 465025K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc6204e0,0x00000007de200000)
PSPermGen total 95232K, used 79039K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 82% used [0x00000007b6a00000,0x00000007bb72fea8,0x00000007bc700000)
}
{Heap before GC invocations=253 (full 12):
PSYoungGen total 307200K, used 292841K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 41984K, 65% used [0x00000007fd600000,0x00000007ff0fa500,0x00000007fff00000)
to space 41472K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd600000)
ParOldGen total 493568K, used 465025K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc6204e0,0x00000007de200000)
PSPermGen total 95232K, used 79044K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb731038,0x00000007bc700000)
2013-12-24T21:26:06.503+0800: 6495.081: [GC
Desired survivor size 40894464 bytes, new threshold 15 (max 15)
[PSYoungGen: 292841K->24201K(289792K)] 757866K->489538K(783360K), 0.0557780 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
Heap after GC invocations=253 (full 12):
PSYoungGen total 289792K, used 24201K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 24576K, 98% used [0x00000007fad80000,0x00000007fc522500,0x00000007fc580000)
to space 39936K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ffc80000)
ParOldGen total 493568K, used 465337K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc66e4e0,0x00000007de200000)
PSPermGen total 95232K, used 79044K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb731038,0x00000007bc700000)
}
{Heap before GC invocations=254 (full 12):
PSYoungGen total 289792K, used 289417K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 24576K, 98% used [0x00000007fad80000,0x00000007fc522500,0x00000007fc580000)
to space 39936K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ffc80000)
ParOldGen total 493568K, used 465337K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc66e4e0,0x00000007de200000)
PSPermGen total 95232K, used 79045K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb731480,0x00000007bc700000)
2013-12-24T21:26:23.686+0800: 6512.264: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 289417K->31497K(305152K)] 754754K->498330K(798720K), 0.4168050 secs] [Times: user=0.06 sys=0.01, real=0.42 secs]
Heap after GC invocations=254 (full 12):
PSYoungGen total 305152K, used 31497K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 39936K, 78% used [0x00000007fd580000,0x00000007ff442500,0x00000007ffc80000)
to space 40960K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd580000)
ParOldGen total 493568K, used 466833K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc7e44e0,0x00000007de200000)
PSPermGen total 95232K, used 79045K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb731480,0x00000007bc700000)
}
{Heap before GC invocations=255 (full 12):
PSYoungGen total 305152K, used 296713K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 39936K, 78% used [0x00000007fd580000,0x00000007ff442500,0x00000007ffc80000)
to space 40960K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd580000)
ParOldGen total 493568K, used 466833K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc7e44e0,0x00000007de200000)
PSPermGen total 95232K, used 79048K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb732338,0x00000007bc700000)
2013-12-24T21:26:44.312+0800: 6532.890: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 296713K->28681K(306176K)] 763546K->496322K(799744K), 0.1485380 secs] [Times: user=0.06 sys=0.00, real=0.15 secs]
Heap after GC invocations=255 (full 12):
PSYoungGen total 306176K, used 28681K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 40960K, 70% used [0x00000007fad80000,0x00000007fc982500,0x00000007fd580000)
to space 40960K, 0% used [0x00000007fd800000,0x00000007fd800000,0x0000000800000000)
ParOldGen total 493568K, used 467641K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc8ae4e0,0x00000007de200000)
PSPermGen total 95232K, used 79048K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb732338,0x00000007bc700000)
}
{Heap before GC invocations=256 (full 12):
PSYoungGen total 306176K, used 293897K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 40960K, 70% used [0x00000007fad80000,0x00000007fc982500,0x00000007fd580000)
to space 40960K, 0% used [0x00000007fd800000,0x00000007fd800000,0x0000000800000000)
ParOldGen total 493568K, used 467641K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 94% used [0x00000007c0000000,0x00000007dc8ae4e0,0x00000007de200000)
PSPermGen total 95232K, used 79051K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb732fd0,0x00000007bc700000)
2013-12-24T21:27:03.822+0800: 6552.400: [GC
Desired survivor size 40370176 bytes, new threshold 15 (max 15)
[PSYoungGen: 293897K->25613K(305664K)] 761538K->499687K(799232K), 0.3046180 secs] [Times: user=0.06 sys=0.01, real=0.30 secs]
Heap after GC invocations=256 (full 12):
PSYoungGen total 305664K, used 25613K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 37888K, 67% used [0x00000007fd800000,0x00000007ff103778,0x00000007ffd00000)
to space 39424K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fd680000)
ParOldGen total 493568K, used 474073K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcef64e0,0x00000007de200000)
PSPermGen total 95232K, used 79051K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb732fd0,0x00000007bc700000)
}
{Heap before GC invocations=257 (full 12):
PSYoungGen total 305664K, used 293389K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 37888K, 67% used [0x00000007fd800000,0x00000007ff103778,0x00000007ffd00000)
to space 39424K, 0% used [0x00000007fb000000,0x00000007fb000000,0x00000007fd680000)
ParOldGen total 493568K, used 474073K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcef64e0,0x00000007de200000)
PSPermGen total 95232K, used 79056K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb7342a0,0x00000007bc700000)
2013-12-24T21:27:22.822+0800: 6571.400: [GC
Desired survivor size 39321600 bytes, new threshold 15 (max 15)
[PSYoungGen: 293389K->23419K(307200K)] 767463K->497777K(800768K), 0.0275170 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=257 (full 12):
PSYoungGen total 307200K, used 23419K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 267776K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb000000)
from space 39424K, 59% used [0x00000007fb000000,0x00000007fc6dee30,0x00000007fd680000)
to space 38400K, 0% used [0x00000007fda00000,0x00000007fda00000,0x00000007fff80000)
ParOldGen total 493568K, used 474357K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf3d758,0x00000007de200000)
PSPermGen total 95232K, used 79056K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb7342a0,0x00000007bc700000)
}
{Heap before GC invocations=258 (full 12):
PSYoungGen total 307200K, used 291195K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 267776K, 100% used [0x00000007eaa80000,0x00000007fb000000,0x00000007fb000000)
from space 39424K, 59% used [0x00000007fb000000,0x00000007fc6dee30,0x00000007fd680000)
to space 38400K, 0% used [0x00000007fda00000,0x00000007fda00000,0x00000007fff80000)
ParOldGen total 493568K, used 474357K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf3d758,0x00000007de200000)
PSPermGen total 95232K, used 79057K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb7347a8,0x00000007bc700000)
2013-12-24T21:27:30.371+0800: 6578.949: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 291195K->20772K(308736K)] 765553K->495146K(802304K), 0.0232260 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=258 (full 12):
PSYoungGen total 308736K, used 20772K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 36864K, 56% used [0x00000007fda00000,0x00000007fee49288,0x00000007ffe00000)
to space 37888K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fd900000)
ParOldGen total 493568K, used 474373K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf41758,0x00000007de200000)
PSPermGen total 95232K, used 79057K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb7347a8,0x00000007bc700000)
}
{Heap before GC invocations=259 (full 12):
PSYoungGen total 308736K, used 292644K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 36864K, 56% used [0x00000007fda00000,0x00000007fee49288,0x00000007ffe00000)
to space 37888K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fd900000)
ParOldGen total 493568K, used 474373K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf41758,0x00000007de200000)
PSPermGen total 95232K, used 79067K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb736e10,0x00000007bc700000)
2013-12-24T21:27:47.316+0800: 6595.894: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 292644K->27183K(309760K)] 767018K->501589K(803328K), 0.0221890 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=259 (full 12):
PSYoungGen total 309760K, used 27183K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 37888K, 71% used [0x00000007fb400000,0x00000007fce8bff8,0x00000007fd900000)
to space 37376K, 0% used [0x00000007fdb80000,0x00000007fdb80000,0x0000000800000000)
ParOldGen total 493568K, used 474405K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf49758,0x00000007de200000)
PSPermGen total 95232K, used 79067K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb736e10,0x00000007bc700000)
}
{Heap before GC invocations=260 (full 12):
PSYoungGen total 309760K, used 299055K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 37888K, 71% used [0x00000007fb400000,0x00000007fce8bff8,0x00000007fd900000)
to space 37376K, 0% used [0x00000007fdb80000,0x00000007fdb80000,0x0000000800000000)
ParOldGen total 493568K, used 474405K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 96% used [0x00000007c0000000,0x00000007dcf49758,0x00000007de200000)
PSPermGen total 95232K, used 79069K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb737628,0x00000007bc700000)
2013-12-24T21:28:02.214+0800: 6610.792: [GC
Desired survivor size 48758784 bytes, new threshold 14 (max 15)
[PSYoungGen: 299055K->37367K(291840K)] 773461K->530061K(785408K), 0.0671300 secs] [Times: user=0.07 sys=0.02, real=0.07 secs]
Heap after GC invocations=260 (full 12):
PSYoungGen total 291840K, used 37367K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 37376K, 99% used [0x00000007fdb80000,0x00000007ffffddb8,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 492694K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 99% used [0x00000007c0000000,0x00000007de1258c0,0x00000007de200000)
PSPermGen total 95232K, used 79069K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb737628,0x00000007bc700000)
}
{Heap before GC invocations=261 (full 13):
PSYoungGen total 291840K, used 37367K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 37376K, 99% used [0x00000007fdb80000,0x00000007ffffddb8,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 493568K, used 492694K [0x00000007c0000000, 0x00000007de200000, 0x00000007eaa80000)
object space 493568K, 99% used [0x00000007c0000000,0x00000007de1258c0,0x00000007de200000)
PSPermGen total 95232K, used 79069K [0x00000007b6a00000, 0x00000007bc700000, 0x00000007c0000000)
object space 95232K, 83% used [0x00000007b6a00000,0x00000007bb737628,0x00000007bc700000)
2013-12-24T21:28:02.294+0800: 6610.872: [Full GC [PSYoungGen: 37367K->0K(291840K)] [ParOldGen: 492694K->360440K(529920K)] 530061K->360440K(821760K) [PSPermGen: 79069K->79064K(94208K)], 24.0877450 secs] [Times: user=3.49 sys=0.37, real=24.09 secs]
Heap after GC invocations=261 (full 13):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 37376K, 0% used [0x00000007fdb80000,0x00000007fdb80000,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79064K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb7362c8,0x00000007bc600000)
}
{Heap before GC invocations=262 (full 13):
PSYoungGen total 291840K, used 254464K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 37376K, 0% used [0x00000007fdb80000,0x00000007fdb80000,0x0000000800000000)
to space 47616K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd180000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79067K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb736d58,0x00000007bc600000)
2013-12-24T21:28:37.266+0800: 6645.844: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 254464K->12544K(267264K)] 614904K->372984K(797184K), 0.0152010 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=262 (full 13):
PSYoungGen total 267264K, used 12544K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 12800K, 98% used [0x00000007fa300000,0x00000007faf40000,0x00000007faf80000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79067K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb736d58,0x00000007bc600000)
}
{Heap before GC invocations=263 (full 13):
PSYoungGen total 267264K, used 267008K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 12800K, 98% used [0x00000007fa300000,0x00000007faf40000,0x00000007faf80000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79069K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb737700,0x00000007bc600000)
2013-12-24T21:28:48.324+0800: 6656.902: [GC
Desired survivor size 47710208 bytes, new threshold 15 (max 15)
[PSYoungGen: 267008K->23776K(303104K)] 627448K->384216K(833024K), 0.0203820 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=263 (full 13):
PSYoungGen total 303104K, used 23776K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 48128K, 49% used [0x00000007fd100000,0x00000007fe838030,0x0000000800000000)
to space 46592K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fd100000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79069K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb737700,0x00000007bc600000)
}
{Heap before GC invocations=264 (full 13):
PSYoungGen total 303104K, used 278752K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 48128K, 49% used [0x00000007fd100000,0x00000007fe838030,0x0000000800000000)
to space 46592K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fd100000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79075K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb738c18,0x00000007bc600000)
2013-12-24T21:29:00.068+0800: 6668.646: [GC
Desired survivor size 46137344 bytes, new threshold 15 (max 15)
[PSYoungGen: 278752K->24256K(279552K)] 639192K->384696K(809472K), 0.0163290 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=264 (full 13):
PSYoungGen total 279552K, used 24256K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 24576K, 98% used [0x00000007fa380000,0x00000007fbb30010,0x00000007fbb80000)
to space 45056K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ffb80000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79075K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb738c18,0x00000007bc600000)
}
{Heap before GC invocations=265 (full 13):
PSYoungGen total 279552K, used 279232K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 24576K, 98% used [0x00000007fa380000,0x00000007fbb30010,0x00000007fbb80000)
to space 45056K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ffb80000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79078K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb739bf8,0x00000007bc600000)
2013-12-24T21:29:10.726+0800: 6679.304: [GC
Desired survivor size 44564480 bytes, new threshold 15 (max 15)
[PSYoungGen: 279232K->27712K(301568K)] 639672K->388152K(831488K), 0.0166230 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=265 (full 13):
PSYoungGen total 301568K, used 27712K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 45056K, 61% used [0x00000007fcf80000,0x00000007fea90010,0x00000007ffb80000)
to space 43520K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fcf80000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79078K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb739bf8,0x00000007bc600000)
}
{Heap before GC invocations=266 (full 13):
PSYoungGen total 301568K, used 284224K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 256512K, 100% used [0x00000007eaa80000,0x00000007fa500000,0x00000007fa500000)
from space 45056K, 61% used [0x00000007fcf80000,0x00000007fea90010,0x00000007ffb80000)
to space 43520K, 0% used [0x00000007fa500000,0x00000007fa500000,0x00000007fcf80000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79123K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb744f70,0x00000007bc600000)
2013-12-24T21:29:21.036+0800: 6689.614: [GC
Desired survivor size 47185920 bytes, new threshold 15 (max 15)
[PSYoungGen: 284224K->36565K(300032K)] 644664K->397006K(829952K), 0.0201700 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=266 (full 13):
PSYoungGen total 300032K, used 36565K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa500000)
from space 43520K, 84% used [0x00000007fa500000,0x00000007fc8b57c0,0x00000007fcf80000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79123K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 83% used [0x00000007b6a00000,0x00000007bb744f70,0x00000007bc600000)
}
{Heap before GC invocations=267 (full 13):
PSYoungGen total 300032K, used 285993K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 256512K, 97% used [0x00000007eaa80000,0x00000007f9e14f90,0x00000007fa500000)
from space 43520K, 84% used [0x00000007fa500000,0x00000007fc8b57c0,0x00000007fcf80000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 529920K, used 360440K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d5ffe0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79151K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb74bc20,0x00000007bc600000)
2013-12-24T21:29:27.384+0800: 6695.962: [GC
Desired survivor size 51904512 bytes, new threshold 15 (max 15)
[PSYoungGen: 285993K->44899K(294400K)] 646434K->405348K(824320K), 0.0264600 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=267 (full 13):
PSYoungGen total 294400K, used 44899K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 46080K, 97% used [0x00000007fd300000,0x00000007ffed8f18,0x0000000800000000)
to space 50688K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fce80000)
ParOldGen total 529920K, used 360448K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d60000f8,0x00000007e0580000)
PSPermGen total 94208K, used 79151K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb74bc20,0x00000007bc600000)
}
{Heap before GC invocations=268 (full 13):
PSYoungGen total 294400K, used 293219K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 46080K, 97% used [0x00000007fd300000,0x00000007ffed8f18,0x0000000800000000)
to space 50688K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fce80000)
ParOldGen total 529920K, used 360448K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d60000f8,0x00000007e0580000)
PSPermGen total 94208K, used 79225K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb75e508,0x00000007bc600000)
2013-12-24T21:29:34.892+0800: 6703.470: [GC
Desired survivor size 57671680 bytes, new threshold 15 (max 15)
[PSYoungGen: 293219K->50148K(298496K)] 653668K->410605K(828416K), 0.0304510 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=268 (full 13):
PSYoungGen total 298496K, used 50148K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 50176K, 99% used [0x00000007f9d00000,0x00000007fcdf9388,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 529920K, used 360456K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d60020f8,0x00000007e0580000)
PSPermGen total 94208K, used 79225K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb75e508,0x00000007bc600000)
}
{Heap before GC invocations=269 (full 13):
PSYoungGen total 298496K, used 298468K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 50176K, 99% used [0x00000007f9d00000,0x00000007fcdf9388,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 529920K, used 360456K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 68% used [0x00000007c0000000,0x00000007d60020f8,0x00000007e0580000)
PSPermGen total 94208K, used 79257K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb766558,0x00000007bc600000)
2013-12-24T21:29:43.819+0800: 6712.397: [GC
Desired survivor size 59244544 bytes, new threshold 14 (max 15)
[PSYoungGen: 298468K->51185K(285184K)] 658925K->424325K(815104K), 0.0327510 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=269 (full 13):
PSYoungGen total 285184K, used 51185K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffc520,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79257K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb766558,0x00000007bc600000)
}
{Heap before GC invocations=270 (full 13):
PSYoungGen total 285184K, used 285169K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffc520,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79257K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7666b0,0x00000007bc600000)
2013-12-24T21:29:55.106+0800: 6723.684: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 285169K->44198K(291840K)] 658309K->417338K(821760K), 0.0252260 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=270 (full 13):
PSYoungGen total 291840K, used 44198K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba29900,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79257K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7666b0,0x00000007bc600000)
}
{Heap before GC invocations=271 (full 13):
PSYoungGen total 291840K, used 278182K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba29900,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79261K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb767518,0x00000007bc600000)
2013-12-24T21:30:05.112+0800: 6733.690: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 278182K->52133K(291840K)] 651322K->425273K(821760K), 0.0255650 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=271 (full 13):
PSYoungGen total 291840K, used 52133K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 90% used [0x00000007fc780000,0x00000007ffa69610,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79261K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb767518,0x00000007bc600000)
}
{Heap before GC invocations=272 (full 13):
PSYoungGen total 291840K, used 286117K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 90% used [0x00000007fc780000,0x00000007ffa69610,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79262K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb767968,0x00000007bc600000)
2013-12-24T21:30:10.769+0800: 6739.347: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 286117K->56040K(291840K)] 659257K->429180K(821760K), 0.0362390 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=272 (full 13):
PSYoungGen total 291840K, used 56040K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 96% used [0x00000007f8f00000,0x00000007fc5ba0f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79262K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb767968,0x00000007bc600000)
}
{Heap before GC invocations=273 (full 13):
PSYoungGen total 291840K, used 290024K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 96% used [0x00000007f8f00000,0x00000007fc5ba0f0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 373139K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 70% used [0x00000007c0000000,0x00000007d6c64fc0,0x00000007e0580000)
PSPermGen total 94208K, used 79266K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb768828,0x00000007bc600000)
2013-12-24T21:30:20.448+0800: 6749.026: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 290024K->53352K(291840K)] 663164K->430181K(821760K), 0.0282770 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=273 (full 13):
PSYoungGen total 291840K, used 53352K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007fc780000,0x00000007ffb9a0f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 376828K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 71% used [0x00000007c0000000,0x00000007d6fff360,0x00000007e0580000)
PSPermGen total 94208K, used 79266K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb768828,0x00000007bc600000)
}
{Heap before GC invocations=274 (full 13):
PSYoungGen total 291840K, used 287336K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007fc780000,0x00000007ffb9a0f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 376828K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 71% used [0x00000007c0000000,0x00000007d6fff360,0x00000007e0580000)
PSPermGen total 94208K, used 79269K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7695d8,0x00000007bc600000)
2013-12-24T21:30:30.124+0800: 6758.702: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 287336K->55945K(291840K)] 664165K->438659K(821760K), 0.0321950 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=274 (full 13):
PSYoungGen total 291840K, used 55945K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 96% used [0x00000007f8f00000,0x00000007fc5a2510,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 382713K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 72% used [0x00000007c0000000,0x00000007d75be7f0,0x00000007e0580000)
PSPermGen total 94208K, used 79269K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7695d8,0x00000007bc600000)
}
{Heap before GC invocations=275 (full 13):
PSYoungGen total 291840K, used 289929K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 96% used [0x00000007f8f00000,0x00000007fc5a2510,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 382713K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 72% used [0x00000007c0000000,0x00000007d75be7f0,0x00000007e0580000)
PSPermGen total 94208K, used 79270K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb769ad8,0x00000007bc600000)
2013-12-24T21:30:40.225+0800: 6768.803: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 289929K->54650K(291840K)] 672643K->443634K(821760K), 0.0335360 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=275 (full 13):
PSYoungGen total 291840K, used 54650K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 94% used [0x00000007fc780000,0x00000007ffcde950,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 388984K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 73% used [0x00000007c0000000,0x00000007d7bde0c0,0x00000007e0580000)
PSPermGen total 94208K, used 79270K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb769ad8,0x00000007bc600000)
}
{Heap before GC invocations=276 (full 13):
PSYoungGen total 291840K, used 288634K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 94% used [0x00000007fc780000,0x00000007ffcde950,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 388984K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 73% used [0x00000007c0000000,0x00000007d7bde0c0,0x00000007e0580000)
PSPermGen total 94208K, used 79276K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76b2a8,0x00000007bc600000)
2013-12-24T21:30:49.315+0800: 6777.893: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 288634K->44477K(291840K)] 677618K->449051K(821760K), 0.5297020 secs] [Times: user=0.06 sys=0.00, real=0.53 secs]
Heap after GC invocations=276 (full 13):
PSYoungGen total 291840K, used 44477K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba6f6d8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 404573K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 76% used [0x00000007c0000000,0x00000007d8b17570,0x00000007e0580000)
PSPermGen total 94208K, used 79276K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76b2a8,0x00000007bc600000)
}
{Heap before GC invocations=277 (full 13):
PSYoungGen total 291840K, used 278461K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba6f6d8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 404573K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 76% used [0x00000007c0000000,0x00000007d8b17570,0x00000007e0580000)
PSPermGen total 94208K, used 79280K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76c398,0x00000007bc600000)
2013-12-24T21:30:57.086+0800: 6785.664: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 278461K->40739K(291840K)] 683035K->458125K(821760K), 0.1061280 secs] [Times: user=0.05 sys=0.01, real=0.11 secs]
Heap after GC invocations=277 (full 13):
PSYoungGen total 291840K, used 40739K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 70% used [0x00000007fc780000,0x00000007fef48c48,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 417386K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 78% used [0x00000007c0000000,0x00000007d979aac0,0x00000007e0580000)
PSPermGen total 94208K, used 79280K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76c398,0x00000007bc600000)
}
{Heap before GC invocations=278 (full 13):
PSYoungGen total 291840K, used 274723K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 70% used [0x00000007fc780000,0x00000007fef48c48,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 417386K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 78% used [0x00000007c0000000,0x00000007d979aac0,0x00000007e0580000)
PSPermGen total 94208K, used 79283K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76cf80,0x00000007bc600000)
2013-12-24T21:31:03.513+0800: 6792.091: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 274723K->35248K(291840K)] 692109K->461072K(821760K), 1.0092210 secs] [Times: user=0.15 sys=0.00, real=1.01 secs]
Heap after GC invocations=278 (full 13):
PSYoungGen total 291840K, used 35248K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 60% used [0x00000007f8f00000,0x00000007fb16c0b8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 425824K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 80% used [0x00000007c0000000,0x00000007d9fd80b0,0x00000007e0580000)
PSPermGen total 94208K, used 79283K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb76cf80,0x00000007bc600000)
}
{Heap before GC invocations=279 (full 13):
PSYoungGen total 291840K, used 269232K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 60% used [0x00000007f8f00000,0x00000007fb16c0b8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 425824K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 80% used [0x00000007c0000000,0x00000007d9fd80b0,0x00000007e0580000)
PSPermGen total 94208K, used 79296K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb770088,0x00000007bc600000)
2013-12-24T21:31:12.516+0800: 6801.094: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 269232K->27792K(291840K)] 695056K->465256K(821760K), 0.0198790 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=279 (full 13):
PSYoungGen total 291840K, used 27792K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 48% used [0x00000007fc780000,0x00000007fe2a4078,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 437464K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 82% used [0x00000007c0000000,0x00000007dab361a0,0x00000007e0580000)
PSPermGen total 94208K, used 79296K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb770088,0x00000007bc600000)
}
{Heap before GC invocations=280 (full 13):
PSYoungGen total 291840K, used 261776K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 48% used [0x00000007fc780000,0x00000007fe2a4078,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 437464K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 82% used [0x00000007c0000000,0x00000007dab361a0,0x00000007e0580000)
PSPermGen total 94208K, used 79304K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb772288,0x00000007bc600000)
2013-12-24T21:31:19.428+0800: 6808.006: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 261776K->22688K(291840K)] 699240K->472173K(821760K), 0.0183330 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=280 (full 13):
PSYoungGen total 291840K, used 22688K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 39% used [0x00000007f8f00000,0x00000007fa5283a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 449484K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 84% used [0x00000007c0000000,0x00000007db6f3070,0x00000007e0580000)
PSPermGen total 94208K, used 79304K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb772288,0x00000007bc600000)
}
{Heap before GC invocations=281 (full 13):
PSYoungGen total 291840K, used 256672K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 39% used [0x00000007f8f00000,0x00000007fa5283a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 449484K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 84% used [0x00000007c0000000,0x00000007db6f3070,0x00000007e0580000)
PSPermGen total 94208K, used 79316K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb775330,0x00000007bc600000)
2013-12-24T21:31:25.869+0800: 6814.447: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 256672K->17696K(291840K)] 706157K->480798K(821760K), 0.0181910 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=281 (full 13):
PSYoungGen total 291840K, used 17696K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd8c8020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 463102K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 87% used [0x00000007c0000000,0x00000007dc43fb88,0x00000007e0580000)
PSPermGen total 94208K, used 79316K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb775330,0x00000007bc600000)
}
{Heap before GC invocations=282 (full 13):
PSYoungGen total 291840K, used 251680K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd8c8020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 463102K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 87% used [0x00000007c0000000,0x00000007dc43fb88,0x00000007e0580000)
PSPermGen total 94208K, used 79324K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7772f8,0x00000007bc600000)
2013-12-24T21:31:31.873+0800: 6820.451: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251680K->17655K(291840K)] 714782K->490470K(821760K), 0.5346620 secs] [Times: user=0.03 sys=0.00, real=0.53 secs]
Heap after GC invocations=282 (full 13):
PSYoungGen total 291840K, used 17655K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007fa03ddb8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 472814K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 89% used [0x00000007c0000000,0x00000007dcdbbb58,0x00000007e0580000)
PSPermGen total 94208K, used 79324K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb7772f8,0x00000007bc600000)
}
{Heap before GC invocations=283 (full 13):
PSYoungGen total 291840K, used 251639K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007fa03ddb8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 472814K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 89% used [0x00000007c0000000,0x00000007dcdbbb58,0x00000007e0580000)
PSPermGen total 94208K, used 79329K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778658,0x00000007bc600000)
2013-12-24T21:31:37.174+0800: 6825.752: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251639K->8767K(291840K)] 724454K->496431K(821760K), 0.1968590 secs] [Times: user=0.04 sys=0.00, real=0.20 secs]
Heap after GC invocations=283 (full 13):
PSYoungGen total 291840K, used 8767K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007fc780000,0x00000007fd00fd38,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 487664K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 92% used [0x00000007c0000000,0x00000007ddc3c0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79329K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778658,0x00000007bc600000)
}
{Heap before GC invocations=284 (full 13):
PSYoungGen total 291840K, used 242751K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007fc780000,0x00000007fd00fd38,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 487664K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 92% used [0x00000007c0000000,0x00000007ddc3c0f8,0x00000007e0580000)
PSPermGen total 94208K, used 79329K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778658,0x00000007bc600000)
2013-12-24T21:31:42.071+0800: 6830.649: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242751K->7953K(291840K)] 730415K->504608K(821760K), 0.1435290 secs] [Times: user=0.04 sys=0.01, real=0.35 secs]
Heap after GC invocations=284 (full 13):
PSYoungGen total 291840K, used 7953K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f96c46a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 496654K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 93% used [0x00000007c0000000,0x00000007de5039b0,0x00000007e0580000)
PSPermGen total 94208K, used 79329K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778658,0x00000007bc600000)
}
{Heap before GC invocations=285 (full 13):
PSYoungGen total 291840K, used 241937K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007f8f00000,0x00000007f96c46a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 496654K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 93% used [0x00000007c0000000,0x00000007de5039b0,0x00000007e0580000)
PSPermGen total 94208K, used 79331K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778f68,0x00000007bc600000)
2013-12-24T21:31:48.077+0800: 6836.655: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241937K->5969K(291840K)] 738592K->507725K(821760K), 0.0184820 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=285 (full 13):
PSYoungGen total 291840K, used 5969K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd54430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 501756K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 94% used [0x00000007c0000000,0x00000007de9ff2a8,0x00000007e0580000)
PSPermGen total 94208K, used 79331K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb778f68,0x00000007bc600000)
}
{Heap before GC invocations=286 (full 13):
PSYoungGen total 291840K, used 239953K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd54430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 501756K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 94% used [0x00000007c0000000,0x00000007de9ff2a8,0x00000007e0580000)
PSPermGen total 94208K, used 79334K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb779b68,0x00000007bc600000)
2013-12-24T21:31:53.499+0800: 6842.077: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239953K->6961K(291840K)] 741709K->513695K(821760K), 0.0138160 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=286 (full 13):
PSYoungGen total 291840K, used 6961K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f95cc460,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 506734K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 95% used [0x00000007c0000000,0x00000007deedba28,0x00000007e0580000)
PSPermGen total 94208K, used 79334K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb779b68,0x00000007bc600000)
}
{Heap before GC invocations=287 (full 13):
PSYoungGen total 291840K, used 240364K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8e6ecf8,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f95cc460,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 529920K, used 506734K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 95% used [0x00000007c0000000,0x00000007deedba28,0x00000007e0580000)
PSPermGen total 94208K, used 79335K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb779c10,0x00000007bc600000)
2013-12-24T21:31:59.123+0800: 6847.701: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240364K->5280K(291840K)] 747098K->518661K(821760K), 0.0175540 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=287 (full 13):
PSYoungGen total 291840K, used 5280K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007fc780000,0x00000007fcca8010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 513381K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 96% used [0x00000007c0000000,0x00000007df5597b8,0x00000007e0580000)
PSPermGen total 94208K, used 79335K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb779c10,0x00000007bc600000)
}
{Heap before GC invocations=288 (full 14):
PSYoungGen total 291840K, used 5280K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007fc780000,0x00000007fcca8010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 529920K, used 513381K [0x00000007c0000000, 0x00000007e0580000, 0x00000007eaa80000)
object space 529920K, 96% used [0x00000007c0000000,0x00000007df5597b8,0x00000007e0580000)
PSPermGen total 94208K, used 79335K [0x00000007b6a00000, 0x00000007bc600000, 0x00000007c0000000)
object space 94208K, 84% used [0x00000007b6a00000,0x00000007bb779c10,0x00000007bc600000)
2013-12-24T21:31:59.141+0800: 6847.719: [Full GC [PSYoungGen: 5280K->0K(291840K)] [ParOldGen: 513381K->392390K(596480K)] 518661K->392390K(888320K) [PSPermGen: 79335K->79333K(93184K)], 0.6110800 secs] [Times: user=0.91 sys=0.02, real=0.61 secs]
Heap after GC invocations=288 (full 14):
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 596480K, used 392390K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 65% used [0x00000007c0000000,0x00000007d7f31900,0x00000007e4680000)
PSPermGen total 93184K, used 79333K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7795b0,0x00000007bc500000)
}
{Heap before GC invocations=289 (full 14):
PSYoungGen total 291840K, used 231944K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8d02078,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 392390K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 65% used [0x00000007c0000000,0x00000007d7f31900,0x00000007e4680000)
PSPermGen total 93184K, used 79334K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb779860,0x00000007bc500000)
2013-12-24T21:32:05.994+0800: 6854.572: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 231944K->5824K(291840K)] 624334K->398214K(888320K), 0.0132360 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=289 (full 14):
PSYoungGen total 291840K, used 5824K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94b0010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 392390K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 65% used [0x00000007c0000000,0x00000007d7f31900,0x00000007e4680000)
PSPermGen total 93184K, used 79334K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb779860,0x00000007bc500000)
}
{Heap before GC invocations=290 (full 14):
PSYoungGen total 291840K, used 239808K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94b0010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 392390K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 65% used [0x00000007c0000000,0x00000007d7f31900,0x00000007e4680000)
PSPermGen total 93184K, used 79334K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb779860,0x00000007bc500000)
2013-12-24T21:32:12.437+0800: 6861.015: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239808K->6208K(291840K)] 632198K->402831K(888320K), 0.0592910 secs] [Times: user=0.06 sys=0.00, real=0.06 secs]
Heap after GC invocations=290 (full 14):
PSYoungGen total 291840K, used 6208K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd90010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 396623K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 66% used [0x00000007c0000000,0x00000007d8353f40,0x00000007e4680000)
PSPermGen total 93184K, used 79334K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb779860,0x00000007bc500000)
}
{Heap before GC invocations=291 (full 14):
PSYoungGen total 291840K, used 240192K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd90010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 396623K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 66% used [0x00000007c0000000,0x00000007d8353f40,0x00000007e4680000)
PSPermGen total 93184K, used 79343K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb77bcd8,0x00000007bc500000)
2013-12-24T21:32:15.100+0800: 6863.678: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240192K->30231K(291840K)] 636815K->432505K(888320K), 0.0408570 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=291 (full 14):
PSYoungGen total 291840K, used 30231K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 52% used [0x00000007f8f00000,0x00000007fac85da8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 402273K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 67% used [0x00000007c0000000,0x00000007d88d8700,0x00000007e4680000)
PSPermGen total 93184K, used 79343K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb77bcd8,0x00000007bc500000)
}
{Heap before GC invocations=292 (full 14):
PSYoungGen total 291840K, used 264215K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 52% used [0x00000007f8f00000,0x00000007fac85da8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 402273K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 67% used [0x00000007c0000000,0x00000007d88d8700,0x00000007e4680000)
PSPermGen total 93184K, used 79357K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb77f660,0x00000007bc500000)
2013-12-24T21:32:19.004+0800: 6867.582: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 264215K->21366K(291840K)] 666489K->450315K(888320K), 0.0343140 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=292 (full 14):
PSYoungGen total 291840K, used 21366K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 36% used [0x00000007fc780000,0x00000007fdc5dbc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 428948K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 71% used [0x00000007c0000000,0x00000007da2e5268,0x00000007e4680000)
PSPermGen total 93184K, used 79357K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb77f660,0x00000007bc500000)
}
{Heap before GC invocations=293 (full 14):
PSYoungGen total 291840K, used 255350K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 36% used [0x00000007fc780000,0x00000007fdc5dbc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 428948K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 71% used [0x00000007c0000000,0x00000007da2e5268,0x00000007e4680000)
PSPermGen total 93184K, used 79388K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb787098,0x00000007bc500000)
2013-12-24T21:32:26.281+0800: 6874.859: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 255350K->2100K(291840K)] 684299K->447385K(888320K), 0.0406160 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=293 (full 14):
PSYoungGen total 291840K, used 2100K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f910d298,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 445284K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db2d9260,0x00000007e4680000)
PSPermGen total 93184K, used 79388K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb787098,0x00000007bc500000)
}
{Heap before GC invocations=294 (full 14):
PSYoungGen total 291840K, used 236084K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f910d298,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 445284K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db2d9260,0x00000007e4680000)
PSPermGen total 93184K, used 79389K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7875a0,0x00000007bc500000)
2013-12-24T21:32:32.515+0800: 6881.093: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 236084K->10592K(291840K)] 681369K->456557K(888320K), 0.0224170 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=294 (full 14):
PSYoungGen total 291840K, used 10592K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1d8010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79389K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7875a0,0x00000007bc500000)
}
{Heap before GC invocations=295 (full 14):
PSYoungGen total 291840K, used 244576K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1d8010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79390K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb787a88,0x00000007bc500000)
2013-12-24T21:32:35.272+0800: 6883.850: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 244576K->17083K(251392K)] 690541K->463048K(847872K), 0.0290840 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=295 (full 14):
PSYoungGen total 251392K, used 17083K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 17408K, 98% used [0x00000007f8f00000,0x00000007f9faec58,0x00000007fa000000)
to space 54272K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007ff900000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79390K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb787a88,0x00000007bc500000)
}
{Heap before GC invocations=296 (full 14):
PSYoungGen total 251392K, used 249263K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8d3d238,0x00000007f8f00000)
from space 17408K, 98% used [0x00000007f8f00000,0x00000007f9faec58,0x00000007fa000000)
to space 54272K, 0% used [0x00000007fc400000,0x00000007fc400000,0x00000007ff900000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79393K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7886c8,0x00000007bc500000)
2013-12-24T21:32:41.346+0800: 6889.924: [GC
Desired survivor size 51904512 bytes, new threshold 4 (max 15)
[PSYoungGen: 249263K->16539K(291840K)] 695228K->462504K(888320K), 0.0254400 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=296 (full 14):
PSYoungGen total 291840K, used 16539K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 54272K, 30% used [0x00000007fc400000,0x00000007fd426c58,0x00000007ff900000)
to space 50688K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc400000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79393K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7886c8,0x00000007bc500000)
}
{Heap before GC invocations=297 (full 14):
PSYoungGen total 291840K, used 253418K [0x00000007eaa80000, 0x00000007ff980000, 0x0000000800000000)
eden space 237568K, 99% used [0x00000007eaa80000,0x00000007f91d3be0,0x00000007f9280000)
from space 54272K, 30% used [0x00000007fc400000,0x00000007fd426c58,0x00000007ff900000)
to space 50688K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fc400000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79394K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb788960,0x00000007bc500000)
2013-12-24T21:32:47.232+0800: 6895.810: [GC
Desired survivor size 49283072 bytes, new threshold 5 (max 15)
[PSYoungGen: 253418K->15675K(288256K)] 699383K->461640K(884736K), 0.0292090 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=297 (full 14):
PSYoungGen total 288256K, used 15675K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 50688K, 30% used [0x00000007f9280000,0x00000007fa1cec58,0x00000007fc400000)
to space 48128K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007ff780000)
ParOldGen total 596480K, used 445965K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 74% used [0x00000007c0000000,0x00000007db3834e8,0x00000007e4680000)
PSPermGen total 93184K, used 79394K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb788960,0x00000007bc500000)
}
{Heap before GC invocations=298 (full 14):
PSYoungGen total 288256K, used 240876K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 237568K, 94% used [0x00000007eaa80000,0x00000007f866c658,0x00000007f9280000)
from space 50688K, 30% used [0x00000007f9280000,0x00000007fa1cec58,0x00000007fc400000)
to space 48128K, 0% used [0x00000007fc880000,0x00000007fc880000,0x00000007ff780000)
ParOldGen total 596480K, used 462349K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 77% used [0x00000007c0000000,0x00000007dc3834f8,0x00000007e4680000)
PSPermGen total 93184K, used 79394K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb788b78,0x00000007bc500000)
2013-12-24T21:32:52.550+0800: 6901.128: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 240876K->19388K(287744K)] 703225K->481737K(884224K), 0.0321070 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=298 (full 14):
PSYoungGen total 287744K, used 19388K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 43008K, 45% used [0x00000007fc880000,0x00000007fdb6f138,0x00000007ff280000)
to space 45568K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc600000)
ParOldGen total 596480K, used 462349K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 77% used [0x00000007c0000000,0x00000007dc3834f8,0x00000007e4680000)
PSPermGen total 93184K, used 79394K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb788b78,0x00000007bc500000)
}
{Heap before GC invocations=299 (full 14):
PSYoungGen total 287744K, used 264124K [0x00000007eaa80000, 0x00000007ff280000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 43008K, 45% used [0x00000007fc880000,0x00000007fdb6f138,0x00000007ff280000)
to space 45568K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc600000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79396K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb789390,0x00000007bc500000)
2013-12-24T21:32:56.123+0800: 6904.701: [GC
Desired survivor size 44040192 bytes, new threshold 7 (max 15)
[PSYoungGen: 264124K->16860K(290304K)] 729556K->482292K(886784K), 0.0300130 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=299 (full 14):
PSYoungGen total 290304K, used 16860K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 45568K, 37% used [0x00000007f9980000,0x00000007fa9f7138,0x00000007fc600000)
to space 43008K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff500000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79396K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb789390,0x00000007bc500000)
}
{Heap before GC invocations=300 (full 14):
PSYoungGen total 290304K, used 261596K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 45568K, 37% used [0x00000007f9980000,0x00000007fa9f7138,0x00000007fc600000)
to space 43008K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff500000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79397K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7894d0,0x00000007bc500000)
2013-12-24T21:33:03.227+0800: 6911.805: [GC
Desired survivor size 42467328 bytes, new threshold 8 (max 15)
[PSYoungGen: 261596K->19804K(291328K)] 727028K->485236K(887808K), 0.0292110 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=300 (full 14):
PSYoungGen total 291328K, used 19804K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 39424K, 50% used [0x00000007fcb00000,0x00000007fde57138,0x00000007ff180000)
to space 41472K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fc900000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79397K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7894d0,0x00000007bc500000)
}
{Heap before GC invocations=301 (full 14):
PSYoungGen total 291328K, used 271708K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 39424K, 50% used [0x00000007fcb00000,0x00000007fde57138,0x00000007ff180000)
to space 41472K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fc900000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79397K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb789710,0x00000007bc500000)
2013-12-24T21:33:06.783+0800: 6915.361: [GC
Desired survivor size 40894464 bytes, new threshold 9 (max 15)
[PSYoungGen: 271708K->19996K(293376K)] 737140K->485428K(889856K), 0.0287670 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=301 (full 14):
PSYoungGen total 293376K, used 19996K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 41472K, 48% used [0x00000007fa080000,0x00000007fb407138,0x00000007fc900000)
to space 39936K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ff600000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79397K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb789710,0x00000007bc500000)
}
{Heap before GC invocations=302 (full 14):
PSYoungGen total 293376K, used 271900K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 41472K, 48% used [0x00000007fa080000,0x00000007fb407138,0x00000007fc900000)
to space 39936K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ff600000)
ParOldGen total 596480K, used 465432K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 78% used [0x00000007c0000000,0x00000007dc6862b0,0x00000007e4680000)
PSPermGen total 93184K, used 79405K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78b600,0x00000007bc500000)
2013-12-24T21:33:11.344+0800: 6919.922: [GC
Desired survivor size 49283072 bytes, new threshold 8 (max 15)
[PSYoungGen: 271900K->39932K(291328K)] 737332K->512470K(887808K), 0.0440210 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=302 (full 14):
PSYoungGen total 291328K, used 39932K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 39936K, 99% used [0x00000007fcf00000,0x00000007ff5ff128,0x00000007ff600000)
to space 48128K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcf00000)
ParOldGen total 596480K, used 472538K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 79% used [0x00000007c0000000,0x00000007dcd76a20,0x00000007e4680000)
PSPermGen total 93184K, used 79405K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78b600,0x00000007bc500000)
}
{Heap before GC invocations=303 (full 14):
PSYoungGen total 291328K, used 291324K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 39936K, 99% used [0x00000007fcf00000,0x00000007ff5ff128,0x00000007ff600000)
to space 48128K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fcf00000)
ParOldGen total 596480K, used 472538K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 79% used [0x00000007c0000000,0x00000007dcd76a20,0x00000007e4680000)
PSPermGen total 93184K, used 79410K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78c880,0x00000007bc500000)
2013-12-24T21:33:19.281+0800: 6927.859: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 291324K->48101K(299520K)] 763862K->536529K(896000K), 0.0391300 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=303 (full 14):
PSYoungGen total 299520K, used 48101K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 48128K, 99% used [0x00000007fa000000,0x00000007fcef9758,0x00000007fcf00000)
to space 50176K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x0000000800000000)
ParOldGen total 596480K, used 488427K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 81% used [0x00000007c0000000,0x00000007ddcfad88,0x00000007e4680000)
PSPermGen total 93184K, used 79410K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78c880,0x00000007bc500000)
}
{Heap before GC invocations=304 (full 14):
PSYoungGen total 299520K, used 299493K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 48128K, 99% used [0x00000007fa000000,0x00000007fcef9758,0x00000007fcf00000)
to space 50176K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x0000000800000000)
ParOldGen total 596480K, used 488427K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 81% used [0x00000007c0000000,0x00000007ddcfad88,0x00000007e4680000)
PSPermGen total 93184K, used 79412K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78d200,0x00000007bc500000)
2013-12-24T21:33:31.274+0800: 6939.852: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 299493K->50149K(284160K)] 787921K->545510K(880640K), 0.0444140 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
Heap after GC invocations=304 (full 14):
PSYoungGen total 284160K, used 50149K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 50176K, 99% used [0x00000007fcf00000,0x00000007ffff9758,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 495360K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 83% used [0x00000007c0000000,0x00000007de3c03c8,0x00000007e4680000)
PSPermGen total 93184K, used 79412K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78d200,0x00000007bc500000)
}
{Heap before GC invocations=305 (full 14):
PSYoungGen total 284160K, used 284133K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 50176K, 99% used [0x00000007fcf00000,0x00000007ffff9758,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 495360K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 83% used [0x00000007c0000000,0x00000007de3c03c8,0x00000007e4680000)
PSPermGen total 93184K, used 79412K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78d3b8,0x00000007bc500000)
2013-12-24T21:33:43.172+0800: 6951.750: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 284133K->51844K(291840K)] 779494K->547530K(888320K), 0.0340580 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=305 (full 14):
PSYoungGen total 291840K, used 51844K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc1a1288,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 495686K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 83% used [0x00000007c0000000,0x00000007de4118c8,0x00000007e4680000)
PSPermGen total 93184K, used 79412K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78d3b8,0x00000007bc500000)
}
{Heap before GC invocations=306 (full 14):
PSYoungGen total 291840K, used 285828K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc1a1288,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 495686K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 83% used [0x00000007c0000000,0x00000007de4118c8,0x00000007e4680000)
PSPermGen total 93184K, used 79417K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78e6c0,0x00000007bc500000)
2013-12-24T21:33:53.280+0800: 6961.858: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 285828K->46880K(291840K)] 781514K->549906K(888320K), 0.0333880 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=306 (full 14):
PSYoungGen total 291840K, used 46880K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff548010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 503026K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 84% used [0x00000007c0000000,0x00000007deb3cb40,0x00000007e4680000)
PSPermGen total 93184K, used 79417K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78e6c0,0x00000007bc500000)
}
{Heap before GC invocations=307 (full 14):
PSYoungGen total 291840K, used 280864K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 81% used [0x00000007fc780000,0x00000007ff548010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 503026K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 84% used [0x00000007c0000000,0x00000007deb3cb40,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f188,0x00000007bc500000)
2013-12-24T21:34:02.988+0800: 6971.566: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 280864K->16992K(291840K)] 783890K->552934K(888320K), 2.3281790 secs] [Times: user=0.07 sys=0.03, real=2.33 secs]
Heap after GC invocations=307 (full 14):
PSYoungGen total 291840K, used 16992K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007f8f00000,0x00000007f9f98010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 535942K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 89% used [0x00000007c0000000,0x00000007e0b61940,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f188,0x00000007bc500000)
}
{Heap before GC invocations=308 (full 14):
PSYoungGen total 291840K, used 250976K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007f8f00000,0x00000007f9f98010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 535942K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 89% used [0x00000007c0000000,0x00000007e0b61940,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f268,0x00000007bc500000)
2013-12-24T21:34:16.891+0800: 6985.469: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 250976K->16832K(291840K)] 786918K->555610K(888320K), 0.0505140 secs] [Times: user=0.06 sys=0.01, real=0.05 secs]
Heap after GC invocations=308 (full 14):
PSYoungGen total 291840K, used 16832K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd7f0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 538778K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 90% used [0x00000007c0000000,0x00000007e0e26b90,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f268,0x00000007bc500000)
}
{Heap before GC invocations=309 (full 14):
PSYoungGen total 291840K, used 250816K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd7f0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 538778K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 90% used [0x00000007c0000000,0x00000007e0e26b90,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f370,0x00000007bc500000)
2013-12-24T21:34:30.295+0800: 6998.873: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250816K->10784K(291840K)] 789594K->557649K(888320K), 0.0204730 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=309 (full 14):
PSYoungGen total 291840K, used 10784K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9988010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 546865K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 91% used [0x00000007c0000000,0x00000007e160c4c0,0x00000007e4680000)
PSPermGen total 93184K, used 79420K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb78f370,0x00000007bc500000)
}
{Heap before GC invocations=310 (full 14):
PSYoungGen total 291840K, used 155040K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 61% used [0x00000007eaa80000,0x00000007f37603b0,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f9988010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 596480K, used 546865K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 91% used [0x00000007c0000000,0x00000007e160c4c0,0x00000007e4680000)
PSPermGen total 93184K, used 79521K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7a8740,0x00000007bc500000)
2013-12-24T21:34:36.682+0800: 7005.260: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 155040K->6092K(291840K)] 701906K->564340K(888320K), 0.0171890 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=310 (full 14):
PSYoungGen total 291840K, used 6092K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd73198,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 558248K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 93% used [0x00000007c0000000,0x00000007e212a1f0,0x00000007e4680000)
PSPermGen total 93184K, used 79521K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7a8740,0x00000007bc500000)
}
{Heap before GC invocations=311 (full 15):
PSYoungGen total 291840K, used 6092K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd73198,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 558248K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 93% used [0x00000007c0000000,0x00000007e212a1f0,0x00000007e4680000)
PSPermGen total 93184K, used 79521K [0x00000007b6a00000, 0x00000007bc500000, 0x00000007c0000000)
object space 93184K, 85% used [0x00000007b6a00000,0x00000007bb7a8740,0x00000007bc500000)
2013-12-24T21:34:36.699+0800: 7005.277: [Full GC [PSYoungGen: 6092K->0K(291840K)] [ParOldGen: 558248K->353876K(596480K)] 564340K->353876K(888320K) [PSPermGen: 79521K->79521K(92160K)], 8.7957190 secs] [Times: user=6.73 sys=0.21, real=8.80 secs]
Heap after GC invocations=311 (full 15):
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 596480K, used 353876K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 59% used [0x00000007c0000000,0x00000007d5995340,0x00000007e4680000)
PSPermGen total 92160K, used 79521K [0x00000007b6a00000, 0x00000007bc400000, 0x00000007c0000000)
object space 92160K, 86% used [0x00000007b6a00000,0x00000007bb7a8448,0x00000007bc400000)
}
Heap
PSYoungGen total 291840K, used 106097K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 45% used [0x00000007eaa80000,0x00000007f121c5a8,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 596480K, used 353876K [0x00000007c0000000, 0x00000007e4680000, 0x00000007eaa80000)
object space 596480K, 59% used [0x00000007c0000000,0x00000007d5995340,0x00000007e4680000)
PSPermGen total 92160K, used 79530K [0x00000007b6a00000, 0x00000007bc400000, 0x00000007c0000000)
object space 92160K, 86% used [0x00000007b6a00000,0x00000007bb7aaa38,0x00000007bc400000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment