Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created January 16, 2014 02:09
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/8448645 to your computer and use it in GitHub Desktop.
Save keybounce/8448645 to your computer and use it in GitHub Desktop.
Garbage collection log for performance tuning episode 4, http://www.youtube.com/watch?v=8wEoQj824fI Still getting some nasty garbage collection pauses; this is the last test with "throughput" (parallel stop-the-world) collector.
{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 6262K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 29% used [0x00000007b6a00000,0x00000007b701d848,0x00000007b7f00000)
2014-01-11T20:02:40.364+0800: 6.424: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 14848K->3121K(18432K)] 14848K->3129K(61952K), 0.0048690 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Heap after GC invocations=1 (full 0):
PSYoungGen total 18432K, used 3121K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 87% used [0x00000007eb900000,0x00000007ebc0c588,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 6262K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 29% used [0x00000007b6a00000,0x00000007b701d848,0x00000007b7f00000)
}
{Heap before GC invocations=2 (full 0):
PSYoungGen total 18432K, used 17969K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 87% used [0x00000007eb900000,0x00000007ebc0c588,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 11963K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75aee68,0x00000007b7f00000)
2014-01-11T20:02:45.312+0800: 11.372: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 17969K->3584K(18432K)] 17977K->5312K(61952K), 0.0087520 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=2 (full 0):
PSYoungGen total 18432K, used 3584K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 100% used [0x00000007ebc80000,0x00000007ec000000,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1728K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01b01a0,0x00000007c2a80000)
PSPermGen total 21504K, used 11963K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 55% used [0x00000007b6a00000,0x00000007b75aee68,0x00000007b7f00000)
}
{Heap before GC invocations=3 (full 0):
PSYoungGen total 18432K, used 16291K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 85% used [0x00000007eaa80000,0x00000007eb6e8c88,0x00000007eb900000)
from space 3584K, 100% used [0x00000007ebc80000,0x00000007ec000000,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 1728K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 3% used [0x00000007c0000000,0x00000007c01b01a0,0x00000007c2a80000)
PSPermGen total 21504K, used 12183K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75e5e38,0x00000007b7f00000)
2014-01-11T20:02:45.761+0800: 11.820: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 16291K->3575K(18432K)] 18019K->15281K(61952K), 0.0103320 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=3 (full 0):
PSYoungGen total 18432K, used 3575K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7dd88,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11705K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 26% used [0x00000007c0000000,0x00000007c0b6e768,0x00000007c2a80000)
PSPermGen total 21504K, used 12183K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75e5e38,0x00000007b7f00000)
}
{Heap before GC invocations=4 (full 0):
PSYoungGen total 18432K, used 18403K [0x00000007eaa80000, 0x00000007ec000000, 0x0000000800000000)
eden space 14848K, 99% used [0x00000007eaa80000,0x00000007eb8fb200,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7dd88,0x00000007ebc80000)
to space 3584K, 0% used [0x00000007ebc80000,0x00000007ebc80000,0x00000007ec000000)
ParOldGen total 43520K, used 11705K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 26% used [0x00000007c0000000,0x00000007c0b6e768,0x00000007c2a80000)
PSPermGen total 21504K, used 12249K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75f64d8,0x00000007b7f00000)
2014-01-11T20:02:45.931+0800: 11.990: [GC
Desired survivor size 3670016 bytes, new threshold 7 (max 15)
[PSYoungGen: 18403K->3580K(18432K)] 30109K->21929K(61952K), 0.0071350 secs] [Times: user=0.01 sys=0.01, real=0.00 secs]
Heap after GC invocations=4 (full 0):
PSYoungGen total 18432K, used 3580K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebfff2a8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18348K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c11eb1b8,0x00000007c2a80000)
PSPermGen total 21504K, used 12249K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 56% used [0x00000007b6a00000,0x00000007b75f64d8,0x00000007b7f00000)
}
{Heap before GC invocations=5 (full 0):
PSYoungGen total 18432K, used 18428K [0x00000007eaa80000, 0x00000007ece80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007ebc80000,0x00000007ebfff2a8,0x00000007ec000000)
to space 3584K, 0% used [0x00000007eb900000,0x00000007eb900000,0x00000007ebc80000)
ParOldGen total 43520K, used 18348K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 42% used [0x00000007c0000000,0x00000007c11eb1b8,0x00000007c2a80000)
PSPermGen total 21504K, used 12289K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b7600590,0x00000007b7f00000)
2014-01-11T20:02:46.039+0800: 12.098: [GC
Desired survivor size 18350080 bytes, new threshold 6 (max 15)
[PSYoungGen: 18428K->3577K(18432K)] 36777K->31952K(61952K), 0.0083640 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=5 (full 0):
PSYoungGen total 18432K, used 3577K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7e560,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28375K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bb5d88,0x00000007c2a80000)
PSPermGen total 21504K, used 12289K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 57% used [0x00000007b6a00000,0x00000007b7600590,0x00000007b7f00000)
}
{Heap before GC invocations=6 (full 0):
PSYoungGen total 18432K, used 18425K [0x00000007eaa80000, 0x00000007eea80000, 0x0000000800000000)
eden space 14848K, 100% used [0x00000007eaa80000,0x00000007eb900000,0x00000007eb900000)
from space 3584K, 99% used [0x00000007eb900000,0x00000007ebc7e560,0x00000007ebc80000)
to space 17920K, 0% used [0x00000007ed900000,0x00000007ed900000,0x00000007eea80000)
ParOldGen total 43520K, used 28375K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bb5d88,0x00000007c2a80000)
PSPermGen total 21504K, used 12605K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764f570,0x00000007b7f00000)
2014-01-11T20:02:46.200+0800: 12.260: [GC
Desired survivor size 16777216 bytes, new threshold 5 (max 15)
[PSYoungGen: 18425K->8563K(44544K)] 46800K->36939K(88064K), 0.0122910 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=6 (full 0):
PSYoungGen total 44544K, used 8563K [0x00000007eaa80000, 0x00000007ee780000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 14848K, 57% used [0x00000007ed900000,0x00000007ee15ced0,0x00000007ee780000)
to space 16384K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed780000)
ParOldGen total 43520K, used 28375K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bb5d88,0x00000007c2a80000)
PSPermGen total 21504K, used 12605K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 58% used [0x00000007b6a00000,0x00000007b764f570,0x00000007b7f00000)
}
{Heap before GC invocations=7 (full 0):
PSYoungGen total 44544K, used 38259K [0x00000007eaa80000, 0x00000007ee780000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 14848K, 57% used [0x00000007ed900000,0x00000007ee15ced0,0x00000007ee780000)
to space 16384K, 0% used [0x00000007ec780000,0x00000007ec780000,0x00000007ed780000)
ParOldGen total 43520K, used 28375K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 65% used [0x00000007c0000000,0x00000007c1bb5d88,0x00000007c2a80000)
PSPermGen total 21504K, used 12708K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7669368,0x00000007b7f00000)
2014-01-11T20:02:46.490+0800: 12.549: [GC
Desired survivor size 18350080 bytes, new threshold 4 (max 15)
[PSYoungGen: 38259K->13411K(46080K)] 66635K->43800K(89600K), 0.0148390 secs] [Times: user=0.04 sys=0.01, real=0.01 secs]
Heap after GC invocations=7 (full 0):
PSYoungGen total 46080K, used 13411K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ec780000)
from space 16384K, 81% used [0x00000007ec780000,0x00000007ed498f20,0x00000007ed780000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30388K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 69% used [0x00000007c0000000,0x00000007c1dad348,0x00000007c2a80000)
PSPermGen total 21504K, used 12708K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b7669368,0x00000007b7f00000)
}
{Heap before GC invocations=8 (full 0):
PSYoungGen total 46080K, used 43107K [0x00000007eaa80000, 0x00000007f0780000, 0x0000000800000000)
eden space 29696K, 100% used [0x00000007eaa80000,0x00000007ec780000,0x00000007ec780000)
from space 16384K, 81% used [0x00000007ec780000,0x00000007ed498f20,0x00000007ed780000)
to space 17920K, 0% used [0x00000007ef600000,0x00000007ef600000,0x00000007f0780000)
ParOldGen total 43520K, used 30388K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 69% used [0x00000007c0000000,0x00000007c1dad348,0x00000007c2a80000)
PSPermGen total 21504K, used 12720K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b766c1d8,0x00000007b7f00000)
2014-01-11T20:02:46.694+0800: 12.754: [GC
Desired survivor size 20447232 bytes, new threshold 3 (max 15)
[PSYoungGen: 43107K->16732K(75264K)] 73496K->48288K(118784K), 0.0150960 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=8 (full 0):
PSYoungGen total 75264K, used 16732K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 17920K, 93% used [0x00000007ef600000,0x00000007f0657388,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31555K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 72% used [0x00000007c0000000,0x00000007c1ed0d08,0x00000007c2a80000)
PSPermGen total 21504K, used 12720K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 59% used [0x00000007b6a00000,0x00000007b766c1d8,0x00000007b7f00000)
}
{Heap before GC invocations=9 (full 0):
PSYoungGen total 75264K, used 74076K [0x00000007eaa80000, 0x00000007f0b80000, 0x0000000800000000)
eden space 57344K, 100% used [0x00000007eaa80000,0x00000007ee280000,0x00000007ee280000)
from space 17920K, 93% used [0x00000007ef600000,0x00000007f0657388,0x00000007f0780000)
to space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
ParOldGen total 43520K, used 31555K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 72% used [0x00000007c0000000,0x00000007c1ed0d08,0x00000007c2a80000)
PSPermGen total 21504K, used 14532K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 67% used [0x00000007b6a00000,0x00000007b7831240,0x00000007b7f00000)
2014-01-11T20:02:48.422+0800: 14.482: [GC
Desired survivor size 21495808 bytes, new threshold 2 (max 15)
[PSYoungGen: 74076K->15472K(77312K)] 105632K->52075K(120832K), 0.0226330 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=9 (full 0):
PSYoungGen total 77312K, used 15472K [0x00000007eaa80000, 0x00000007f2d80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 19968K, 77% used [0x00000007ee280000,0x00000007ef19c270,0x00000007ef600000)
to space 20992K, 0% used [0x00000007f1900000,0x00000007f1900000,0x00000007f2d80000)
ParOldGen total 43520K, used 36602K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 84% used [0x00000007c0000000,0x00000007c23beb50,0x00000007c2a80000)
PSPermGen total 21504K, used 14532K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 67% used [0x00000007b6a00000,0x00000007b7831240,0x00000007b7f00000)
}
{Heap before GC invocations=10 (full 1):
PSYoungGen total 77312K, used 15472K [0x00000007eaa80000, 0x00000007f2d80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 19968K, 77% used [0x00000007ee280000,0x00000007ef19c270,0x00000007ef600000)
to space 20992K, 0% used [0x00000007f1900000,0x00000007f1900000,0x00000007f2d80000)
ParOldGen total 43520K, used 36602K [0x00000007c0000000, 0x00000007c2a80000, 0x00000007eaa80000)
object space 43520K, 84% used [0x00000007c0000000,0x00000007c23beb50,0x00000007c2a80000)
PSPermGen total 21504K, used 14532K [0x00000007b6a00000, 0x00000007b7f00000, 0x00000007c0000000)
object space 21504K, 67% used [0x00000007b6a00000,0x00000007b7831240,0x00000007b7f00000)
2014-01-11T20:02:48.445+0800: 14.504: [Full GC [PSYoungGen: 15472K->0K(77312K)] [ParOldGen: 36602K->22458K(51712K)] 52075K->22458K(129024K) [PSPermGen: 14532K->14528K(29184K)], 0.1099700 secs] [Times: user=0.22 sys=0.01, real=0.11 secs]
Heap after GC invocations=10 (full 1):
PSYoungGen total 77312K, used 0K [0x00000007eaa80000, 0x00000007f2d80000, 0x0000000800000000)
eden space 57344K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007ee280000)
from space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
to space 20992K, 0% used [0x00000007f1900000,0x00000007f1900000,0x00000007f2d80000)
ParOldGen total 51712K, used 22458K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 43% used [0x00000007c0000000,0x00000007c15eeb28,0x00000007c3280000)
PSPermGen total 29184K, used 14528K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 49% used [0x00000007b6a00000,0x00000007b7830090,0x00000007b8680000)
}
{Heap before GC invocations=11 (full 1):
PSYoungGen total 77312K, used 57344K [0x00000007eaa80000, 0x00000007f2d80000, 0x0000000800000000)
eden space 57344K, 100% used [0x00000007eaa80000,0x00000007ee280000,0x00000007ee280000)
from space 19968K, 0% used [0x00000007ee280000,0x00000007ee280000,0x00000007ef600000)
to space 20992K, 0% used [0x00000007f1900000,0x00000007f1900000,0x00000007f2d80000)
ParOldGen total 51712K, used 22458K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 43% used [0x00000007c0000000,0x00000007c15eeb28,0x00000007c3280000)
PSPermGen total 29184K, used 14913K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 51% used [0x00000007b6a00000,0x00000007b7890588,0x00000007b8680000)
2014-01-11T20:02:49.029+0800: 15.088: [GC
Desired survivor size 22020096 bytes, new threshold 1 (max 15)
[PSYoungGen: 57344K->2429K(100864K)] 79802K->24888K(152576K), 0.0038640 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=11 (full 1):
PSYoungGen total 100864K, used 2429K [0x00000007eaa80000, 0x00000007f2800000, 0x0000000800000000)
eden space 85504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efe00000)
from space 15360K, 15% used [0x00000007f1900000,0x00000007f1b5f7a8,0x00000007f2800000)
to space 21504K, 0% used [0x00000007efe00000,0x00000007efe00000,0x00000007f1300000)
ParOldGen total 51712K, used 22458K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 43% used [0x00000007c0000000,0x00000007c15eeb28,0x00000007c3280000)
PSPermGen total 29184K, used 14913K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 51% used [0x00000007b6a00000,0x00000007b7890588,0x00000007b8680000)
}
{Heap before GC invocations=12 (full 1):
PSYoungGen total 100864K, used 87933K [0x00000007eaa80000, 0x00000007f2800000, 0x0000000800000000)
eden space 85504K, 100% used [0x00000007eaa80000,0x00000007efe00000,0x00000007efe00000)
from space 15360K, 15% used [0x00000007f1900000,0x00000007f1b5f7a8,0x00000007f2800000)
to space 21504K, 0% used [0x00000007efe00000,0x00000007efe00000,0x00000007f1300000)
ParOldGen total 51712K, used 22458K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 43% used [0x00000007c0000000,0x00000007c15eeb28,0x00000007c3280000)
PSPermGen total 29184K, used 15623K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 53% used [0x00000007b6a00000,0x00000007b7941f40,0x00000007b8680000)
2014-01-11T20:02:50.122+0800: 16.181: [GC
Desired survivor size 21495808 bytes, new threshold 1 (max 15)
[PSYoungGen: 87933K->12181K(107008K)] 110392K->36411K(158720K), 0.0065310 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Heap after GC invocations=12 (full 1):
PSYoungGen total 107008K, used 12181K [0x00000007eaa80000, 0x00000007f4d80000, 0x0000000800000000)
eden space 85504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007efe00000)
from space 21504K, 56% used [0x00000007efe00000,0x00000007f09e5400,0x00000007f1300000)
to space 20992K, 0% used [0x00000007f3900000,0x00000007f3900000,0x00000007f4d80000)
ParOldGen total 51712K, used 24230K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 46% used [0x00000007c0000000,0x00000007c17a99e0,0x00000007c3280000)
PSPermGen total 29184K, used 15623K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 53% used [0x00000007b6a00000,0x00000007b7941f40,0x00000007b8680000)
}
{Heap before GC invocations=13 (full 1):
PSYoungGen total 107008K, used 97685K [0x00000007eaa80000, 0x00000007f4d80000, 0x0000000800000000)
eden space 85504K, 100% used [0x00000007eaa80000,0x00000007efe00000,0x00000007efe00000)
from space 21504K, 56% used [0x00000007efe00000,0x00000007f09e5400,0x00000007f1300000)
to space 20992K, 0% used [0x00000007f3900000,0x00000007f3900000,0x00000007f4d80000)
ParOldGen total 51712K, used 24230K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 46% used [0x00000007c0000000,0x00000007c17a99e0,0x00000007c3280000)
PSPermGen total 29184K, used 16484K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 56% used [0x00000007b6a00000,0x00000007b7a19360,0x00000007b8680000)
2014-01-11T20:02:50.589+0800: 16.649: [GC
Desired survivor size 21495808 bytes, new threshold 1 (max 15)
[PSYoungGen: 97685K->4632K(145920K)] 121915K->40475K(197632K), 0.0107280 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=13 (full 1):
PSYoungGen total 145920K, used 4632K [0x00000007eaa80000, 0x00000007f4d80000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 20992K, 22% used [0x00000007f3900000,0x00000007f3d861d0,0x00000007f4d80000)
to space 20992K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3900000)
ParOldGen total 51712K, used 35843K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 69% used [0x00000007c0000000,0x00000007c2300d00,0x00000007c3280000)
PSPermGen total 29184K, used 16484K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 56% used [0x00000007b6a00000,0x00000007b7a19360,0x00000007b8680000)
}
{Heap before GC invocations=14 (full 1):
PSYoungGen total 145920K, used 129560K [0x00000007eaa80000, 0x00000007f4d80000, 0x0000000800000000)
eden space 124928K, 100% used [0x00000007eaa80000,0x00000007f2480000,0x00000007f2480000)
from space 20992K, 22% used [0x00000007f3900000,0x00000007f3d861d0,0x00000007f4d80000)
to space 20992K, 0% used [0x00000007f2480000,0x00000007f2480000,0x00000007f3900000)
ParOldGen total 51712K, used 35843K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 69% used [0x00000007c0000000,0x00000007c2300d00,0x00000007c3280000)
PSPermGen total 29184K, used 17610K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 60% used [0x00000007b6a00000,0x00000007b7b329c8,0x00000007b8680000)
2014-01-11T20:02:50.987+0800: 17.047: [GC
Desired survivor size 21495808 bytes, new threshold 1 (max 15)
[PSYoungGen: 129560K->3677K(145920K)] 165403K->42103K(197632K), 0.0112240 secs] [Times: user=0.04 sys=0.01, real=0.01 secs]
Heap after GC invocations=14 (full 1):
PSYoungGen total 145920K, used 3677K [0x00000007eaa80000, 0x00000007f8580000, 0x0000000800000000)
eden space 124928K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f2480000)
from space 20992K, 17% used [0x00000007f2480000,0x00000007f2817410,0x00000007f3900000)
to space 20992K, 0% used [0x00000007f7100000,0x00000007f7100000,0x00000007f8580000)
ParOldGen total 51712K, used 38425K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 74% used [0x00000007c0000000,0x00000007c25867f8,0x00000007c3280000)
PSPermGen total 29184K, used 17610K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 60% used [0x00000007b6a00000,0x00000007b7b329c8,0x00000007b8680000)
}
{Heap before GC invocations=15 (full 1):
PSYoungGen total 145920K, used 128605K [0x00000007eaa80000, 0x00000007f8580000, 0x0000000800000000)
eden space 124928K, 100% used [0x00000007eaa80000,0x00000007f2480000,0x00000007f2480000)
from space 20992K, 17% used [0x00000007f2480000,0x00000007f2817410,0x00000007f3900000)
to space 20992K, 0% used [0x00000007f7100000,0x00000007f7100000,0x00000007f8580000)
ParOldGen total 51712K, used 38425K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 74% used [0x00000007c0000000,0x00000007c25867f8,0x00000007c3280000)
PSPermGen total 29184K, used 18935K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 64% used [0x00000007b6a00000,0x00000007b7c7ded0,0x00000007b8680000)
2014-01-11T20:02:51.724+0800: 17.784: [GC
Desired survivor size 20971520 bytes, new threshold 1 (max 15)
[PSYoungGen: 128605K->4944K(199168K)] 167031K->46099K(250880K), 0.0110860 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=15 (full 1):
PSYoungGen total 199168K, used 4944K [0x00000007eaa80000, 0x00000007f8300000, 0x0000000800000000)
eden space 180736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f5b00000)
from space 18432K, 26% used [0x00000007f7100000,0x00000007f75d4288,0x00000007f8300000)
to space 20480K, 0% used [0x00000007f5b00000,0x00000007f5b00000,0x00000007f6f00000)
ParOldGen total 51712K, used 41154K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 79% used [0x00000007c0000000,0x00000007c2830a48,0x00000007c3280000)
PSPermGen total 29184K, used 18935K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 64% used [0x00000007b6a00000,0x00000007b7c7ded0,0x00000007b8680000)
}
{Heap before GC invocations=16 (full 2):
PSYoungGen total 199168K, used 4944K [0x00000007eaa80000, 0x00000007f8300000, 0x0000000800000000)
eden space 180736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f5b00000)
from space 18432K, 26% used [0x00000007f7100000,0x00000007f75d4288,0x00000007f8300000)
to space 20480K, 0% used [0x00000007f5b00000,0x00000007f5b00000,0x00000007f6f00000)
ParOldGen total 51712K, used 41154K [0x00000007c0000000, 0x00000007c3280000, 0x00000007eaa80000)
object space 51712K, 79% used [0x00000007c0000000,0x00000007c2830a48,0x00000007c3280000)
PSPermGen total 29184K, used 18935K [0x00000007b6a00000, 0x00000007b8680000, 0x00000007c0000000)
object space 29184K, 64% used [0x00000007b6a00000,0x00000007b7c7ded0,0x00000007b8680000)
2014-01-11T20:02:51.736+0800: 17.795: [Full GC [PSYoungGen: 4944K->0K(199168K)] [ParOldGen: 41154K->41572K(80896K)] 46099K->41572K(280064K) [PSPermGen: 18935K->18933K(36352K)], 0.1463860 secs] [Times: user=0.26 sys=0.01, real=0.15 secs]
Heap after GC invocations=16 (full 2):
PSYoungGen total 199168K, used 0K [0x00000007eaa80000, 0x00000007f8300000, 0x0000000800000000)
eden space 180736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f5b00000)
from space 18432K, 0% used [0x00000007f7100000,0x00000007f7100000,0x00000007f8300000)
to space 20480K, 0% used [0x00000007f5b00000,0x00000007f5b00000,0x00000007f6f00000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 18933K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 52% used [0x00000007b6a00000,0x00000007b7c7d400,0x00000007b8d80000)
}
{Heap before GC invocations=17 (full 2):
PSYoungGen total 199168K, used 168280K [0x00000007eaa80000, 0x00000007f8300000, 0x0000000800000000)
eden space 180736K, 93% used [0x00000007eaa80000,0x00000007f4ed62e0,0x00000007f5b00000)
from space 18432K, 0% used [0x00000007f7100000,0x00000007f7100000,0x00000007f8300000)
to space 20480K, 0% used [0x00000007f5b00000,0x00000007f5b00000,0x00000007f6f00000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 21417K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 58% used [0x00000007b6a00000,0x00000007b7eea7e0,0x00000007b8d80000)
2014-01-11T20:02:53.621+0800: 19.681: [GC
Desired survivor size 20447232 bytes, new threshold 2 (max 15)
[PSYoungGen: 168280K->5535K(201216K)] 209853K->47107K(282112K), 0.0090310 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=17 (full 2):
PSYoungGen total 201216K, used 5535K [0x00000007eaa80000, 0x00000007fae80000, 0x0000000800000000)
eden space 180736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f5b00000)
from space 20480K, 27% used [0x00000007f5b00000,0x00000007f6067de8,0x00000007f6f00000)
to space 19968K, 0% used [0x00000007f9b00000,0x00000007f9b00000,0x00000007fae80000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 21417K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 58% used [0x00000007b6a00000,0x00000007b7eea7e0,0x00000007b8d80000)
}
{Heap before GC invocations=18 (full 2):
PSYoungGen total 201216K, used 186271K [0x00000007eaa80000, 0x00000007fae80000, 0x0000000800000000)
eden space 180736K, 100% used [0x00000007eaa80000,0x00000007f5b00000,0x00000007f5b00000)
from space 20480K, 27% used [0x00000007f5b00000,0x00000007f6067de8,0x00000007f6f00000)
to space 19968K, 0% used [0x00000007f9b00000,0x00000007f9b00000,0x00000007fae80000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 23038K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 63% used [0x00000007b6a00000,0x00000007b807f9e8,0x00000007b8d80000)
2014-01-11T20:02:55.278+0800: 21.338: [GC
Desired survivor size 23592960 bytes, new threshold 3 (max 15)
[PSYoungGen: 186271K->19654K(243200K)] 227843K->61226K(324096K), 0.0191920 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=18 (full 2):
PSYoungGen total 243200K, used 19654K [0x00000007eaa80000, 0x00000007fb180000, 0x0000000800000000)
eden space 223232K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8480000)
from space 19968K, 98% used [0x00000007f9b00000,0x00000007fae31950,0x00000007fae80000)
to space 23040K, 0% used [0x00000007f8480000,0x00000007f8480000,0x00000007f9b00000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 23038K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 63% used [0x00000007b6a00000,0x00000007b807f9e8,0x00000007b8d80000)
}
{Heap before GC invocations=19 (full 2):
PSYoungGen total 243200K, used 242886K [0x00000007eaa80000, 0x00000007fb180000, 0x0000000800000000)
eden space 223232K, 100% used [0x00000007eaa80000,0x00000007f8480000,0x00000007f8480000)
from space 19968K, 98% used [0x00000007f9b00000,0x00000007fae31950,0x00000007fae80000)
to space 23040K, 0% used [0x00000007f8480000,0x00000007f8480000,0x00000007f9b00000)
ParOldGen total 80896K, used 41572K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 51% used [0x00000007c0000000,0x00000007c2899168,0x00000007c4f00000)
PSPermGen total 36352K, used 23143K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 63% used [0x00000007b6a00000,0x00000007b8099c60,0x00000007b8d80000)
2014-01-11T20:02:56.715+0800: 22.774: [GC
Desired survivor size 37224448 bytes, new threshold 2 (max 15)
[PSYoungGen: 242886K->23016K(246272K)] 284458K->90792K(327168K), 0.0429100 secs] [Times: user=0.05 sys=0.01, real=0.04 secs]
Heap after GC invocations=19 (full 2):
PSYoungGen total 246272K, used 23016K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 223232K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8480000)
from space 23040K, 99% used [0x00000007f8480000,0x00000007f9afa318,0x00000007f9b00000)
to space 36352K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff180000)
ParOldGen total 80896K, used 67776K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 83% used [0x00000007c0000000,0x00000007c42300d0,0x00000007c4f00000)
PSPermGen total 36352K, used 23143K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 63% used [0x00000007b6a00000,0x00000007b8099c60,0x00000007b8d80000)
}
{Heap before GC invocations=20 (full 3):
PSYoungGen total 246272K, used 23016K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 223232K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8480000)
from space 23040K, 99% used [0x00000007f8480000,0x00000007f9afa318,0x00000007f9b00000)
to space 36352K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff180000)
ParOldGen total 80896K, used 67776K [0x00000007c0000000, 0x00000007c4f00000, 0x00000007eaa80000)
object space 80896K, 83% used [0x00000007c0000000,0x00000007c42300d0,0x00000007c4f00000)
PSPermGen total 36352K, used 23143K [0x00000007b6a00000, 0x00000007b8d80000, 0x00000007c0000000)
object space 36352K, 63% used [0x00000007b6a00000,0x00000007b8099c60,0x00000007b8d80000)
2014-01-11T20:02:56.758+0800: 22.817: [Full GC [PSYoungGen: 23016K->6743K(246272K)] [ParOldGen: 67776K->80501K(136704K)] 90792K->87245K(382976K) [PSPermGen: 23143K->23140K(39936K)], 0.2172610 secs] [Times: user=0.38 sys=0.01, real=0.22 secs]
Heap after GC invocations=20 (full 3):
PSYoungGen total 246272K, used 6743K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 223232K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8480000)
from space 23040K, 29% used [0x00000007f8480000,0x00000007f8b15d78,0x00000007f9b00000)
to space 36352K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff180000)
ParOldGen total 136704K, used 80501K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 58% used [0x00000007c0000000,0x00000007c4e9d7c8,0x00000007c8580000)
PSPermGen total 39936K, used 23140K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 57% used [0x00000007b6a00000,0x00000007b8099150,0x00000007b9100000)
}
{Heap before GC invocations=21 (full 3):
PSYoungGen total 246272K, used 229975K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 223232K, 100% used [0x00000007eaa80000,0x00000007f8480000,0x00000007f8480000)
from space 23040K, 29% used [0x00000007f8480000,0x00000007f8b15d78,0x00000007f9b00000)
to space 36352K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff180000)
ParOldGen total 136704K, used 80501K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 58% used [0x00000007c0000000,0x00000007c4e9d7c8,0x00000007c8580000)
PSPermGen total 39936K, used 23166K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 58% used [0x00000007b6a00000,0x00000007b809fb78,0x00000007b9100000)
2014-01-11T20:02:58.786+0800: 24.846: [GC
Desired survivor size 44040192 bytes, new threshold 1 (max 15)
[PSYoungGen: 229975K->36332K(291840K)] 310477K->118572K(428544K), 0.0466900 secs] [Times: user=0.08 sys=0.01, real=0.05 secs]
Heap after GC invocations=21 (full 3):
PSYoungGen total 291840K, used 36332K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 36352K, 99% used [0x00000007fce00000,0x00000007ff17b070,0x00000007ff180000)
to space 43008K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fce00000)
ParOldGen total 136704K, used 82240K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 60% used [0x00000007c0000000,0x00000007c50501f8,0x00000007c8580000)
PSPermGen total 39936K, used 23166K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 58% used [0x00000007b6a00000,0x00000007b809fb78,0x00000007b9100000)
}
{Heap before GC invocations=22 (full 3):
PSYoungGen total 291840K, used 291820K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 36352K, 99% used [0x00000007fce00000,0x00000007ff17b070,0x00000007ff180000)
to space 43008K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fce00000)
ParOldGen total 136704K, used 82240K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 60% used [0x00000007c0000000,0x00000007c50501f8,0x00000007c8580000)
PSPermGen total 39936K, used 24316K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 60% used [0x00000007b6a00000,0x00000007b81bf0d0,0x00000007b9100000)
2014-01-11T20:03:00.654+0800: 26.713: [GC
Desired survivor size 41418752 bytes, new threshold 2 (max 15)
[PSYoungGen: 291820K->15628K(298496K)] 374060K->105170K(435200K), 0.0207150 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=22 (full 3):
PSYoungGen total 298496K, used 15628K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 43008K, 36% used [0x00000007fa400000,0x00000007fb343338,0x00000007fce00000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 24316K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 60% used [0x00000007b6a00000,0x00000007b81bf0d0,0x00000007b9100000)
}
{Heap before GC invocations=23 (full 3):
PSYoungGen total 298496K, used 271116K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 43008K, 36% used [0x00000007fa400000,0x00000007fb343338,0x00000007fce00000)
to space 40448K, 0% used [0x00000007fd880000,0x00000007fd880000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 26226K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 65% used [0x00000007b6a00000,0x00000007b839ca08,0x00000007b9100000)
2014-01-11T20:03:01.419+0800: 27.478: [GC
Desired survivor size 40894464 bytes, new threshold 3 (max 15)
[PSYoungGen: 271116K->20548K(303104K)] 360658K->110090K(439808K), 0.0151600 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=23 (full 3):
PSYoungGen total 303104K, used 20548K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 266240K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae80000)
from space 36864K, 55% used [0x00000007fd880000,0x00000007fec91260,0x00000007ffc80000)
to space 39936K, 0% used [0x00000007fae80000,0x00000007fae80000,0x00000007fd580000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 26226K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 65% used [0x00000007b6a00000,0x00000007b839ca08,0x00000007b9100000)
}
{Heap before GC invocations=24 (full 3):
PSYoungGen total 303104K, used 286788K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 266240K, 100% used [0x00000007eaa80000,0x00000007fae80000,0x00000007fae80000)
from space 36864K, 55% used [0x00000007fd880000,0x00000007fec91260,0x00000007ffc80000)
to space 39936K, 0% used [0x00000007fae80000,0x00000007fae80000,0x00000007fd580000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 28093K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 70% used [0x00000007b6a00000,0x00000007b856f4c8,0x00000007b9100000)
2014-01-11T20:03:02.108+0800: 28.167: [GC
Desired survivor size 42991616 bytes, new threshold 4 (max 15)
[PSYoungGen: 286788K->29272K(306176K)] 376330K->118813K(442880K), 0.0228530 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=24 (full 3):
PSYoungGen total 306176K, used 29272K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 266240K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae80000)
from space 39936K, 73% used [0x00000007fae80000,0x00000007fcb16090,0x00000007fd580000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 28093K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 70% used [0x00000007b6a00000,0x00000007b856f4c8,0x00000007b9100000)
}
{Heap before GC invocations=25 (full 3):
PSYoungGen total 306176K, used 295512K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 266240K, 100% used [0x00000007eaa80000,0x00000007fae80000,0x00000007fae80000)
from space 39936K, 73% used [0x00000007fae80000,0x00000007fcb16090,0x00000007fd580000)
to space 41984K, 0% used [0x00000007fd700000,0x00000007fd700000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 29984K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 75% used [0x00000007b6a00000,0x00000007b8748290,0x00000007b9100000)
2014-01-11T20:03:02.799+0800: 28.859: [GC
Desired survivor size 47185920 bytes, new threshold 5 (max 15)
[PSYoungGen: 295512K->35208K(299520K)] 385053K->124750K(436224K), 0.0196760 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=25 (full 3):
PSYoungGen total 299520K, used 35208K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 41984K, 83% used [0x00000007fd700000,0x00000007ff962170,0x0000000800000000)
to space 46080K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fd300000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 29984K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 75% used [0x00000007b6a00000,0x00000007b8748290,0x00000007b9100000)
}
{Heap before GC invocations=26 (full 3):
PSYoungGen total 299520K, used 292744K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 41984K, 83% used [0x00000007fd700000,0x00000007ff962170,0x0000000800000000)
to space 46080K, 0% used [0x00000007fa600000,0x00000007fa600000,0x00000007fd300000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 32238K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 80% used [0x00000007b6a00000,0x00000007b897baf8,0x00000007b9100000)
2014-01-11T20:03:03.590+0800: 29.650: [GC
Desired survivor size 52953088 bytes, new threshold 6 (max 15)
[PSYoungGen: 292744K->41357K(299008K)] 382286K->130899K(435712K), 0.0223310 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=26 (full 3):
PSYoungGen total 299008K, used 41357K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa600000)
from space 41472K, 99% used [0x00000007fa600000,0x00000007fce63628,0x00000007fce80000)
to space 50688K, 0% used [0x00000007fce80000,0x00000007fce80000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 32238K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 80% used [0x00000007b6a00000,0x00000007b897baf8,0x00000007b9100000)
}
{Heap before GC invocations=27 (full 3):
PSYoungGen total 299008K, used 298893K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 257536K, 100% used [0x00000007eaa80000,0x00000007fa600000,0x00000007fa600000)
from space 41472K, 99% used [0x00000007fa600000,0x00000007fce63628,0x00000007fce80000)
to space 50688K, 0% used [0x00000007fce80000,0x00000007fce80000,0x0000000800000000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 34747K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 87% used [0x00000007b6a00000,0x00000007b8beed88,0x00000007b9100000)
2014-01-11T20:03:04.194+0800: 30.254: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 298893K->47835K(284672K)] 388435K->137376K(421376K), 0.0256810 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=27 (full 3):
PSYoungGen total 284672K, used 47835K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 50688K, 94% used [0x00000007fce80000,0x00000007ffd36ca8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 34747K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 87% used [0x00000007b6a00000,0x00000007b8beed88,0x00000007b9100000)
}
{Heap before GC invocations=28 (full 3):
PSYoungGen total 284672K, used 281819K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 50688K, 94% used [0x00000007fce80000,0x00000007ffd36ca8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 136704K, used 89541K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 65% used [0x00000007c0000000,0x00000007c57716e8,0x00000007c8580000)
PSPermGen total 39936K, used 37532K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 93% used [0x00000007b6a00000,0x00000007b8ea7170,0x00000007b9100000)
2014-01-11T20:03:05.122+0800: 31.181: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 281819K->38536K(291840K)] 371360K->141110K(428544K), 0.0304410 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=28 (full 3):
PSYoungGen total 291840K, used 38536K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 66% used [0x00000007f8f00000,0x00000007fb4a22b8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 136704K, used 102573K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 75% used [0x00000007c0000000,0x00000007c642b548,0x00000007c8580000)
PSPermGen total 39936K, used 37532K [0x00000007b6a00000, 0x00000007b9100000, 0x00000007c0000000)
object space 39936K, 93% used [0x00000007b6a00000,0x00000007b8ea7170,0x00000007b9100000)
}
{Heap before GC invocations=29 (full 3):
PSYoungGen total 291840K, used 272520K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 66% used [0x00000007f8f00000,0x00000007fb4a22b8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 136704K, used 102573K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 75% used [0x00000007c0000000,0x00000007c642b548,0x00000007c8580000)
PSPermGen total 40960K, used 40572K [0x00000007b6a00000, 0x00000007b9200000, 0x00000007c0000000)
object space 40960K, 99% used [0x00000007b6a00000,0x00000007b919f2e8,0x00000007b9200000)
2014-01-11T20:03:08.164+0800: 34.223: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 272520K->31847K(291840K)] 375094K->149580K(428544K), 0.0301700 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=29 (full 3):
PSYoungGen total 291840K, used 31847K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 55% used [0x00000007fc780000,0x00000007fe699e18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 136704K, used 117732K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 86% used [0x00000007c0000000,0x00000007c72f91f0,0x00000007c8580000)
PSPermGen total 40960K, used 40572K [0x00000007b6a00000, 0x00000007b9200000, 0x00000007c0000000)
object space 40960K, 99% used [0x00000007b6a00000,0x00000007b919f2e8,0x00000007b9200000)
}
{Heap before GC invocations=30 (full 4):
PSYoungGen total 291840K, used 31847K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 55% used [0x00000007fc780000,0x00000007fe699e18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 136704K, used 117732K [0x00000007c0000000, 0x00000007c8580000, 0x00000007eaa80000)
object space 136704K, 86% used [0x00000007c0000000,0x00000007c72f91f0,0x00000007c8580000)
PSPermGen total 40960K, used 40572K [0x00000007b6a00000, 0x00000007b9200000, 0x00000007c0000000)
object space 40960K, 99% used [0x00000007b6a00000,0x00000007b919f2e8,0x00000007b9200000)
2014-01-11T20:03:08.194+0800: 34.253: [Full GC [PSYoungGen: 31847K->0K(291840K)] [ParOldGen: 117732K->119995K(190464K)] 149580K->119995K(482304K) [PSPermGen: 40572K->40566K(62976K)], 0.2419990 secs] [Times: user=0.41 sys=0.00, real=0.24 secs]
Heap after GC invocations=30 (full 4):
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 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 40566K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 64% used [0x00000007b6a00000,0x00000007b919d878,0x00000007ba780000)
}
{Heap before GC invocations=31 (full 4):
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 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 42896K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 68% used [0x00000007b6a00000,0x00000007b93e40d8,0x00000007ba780000)
2014-01-11T20:03:09.223+0800: 35.283: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 233984K->10669K(291840K)] 353979K->130664K(482304K), 0.0087770 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=31 (full 4):
PSYoungGen total 291840K, used 10669K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f996b508,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 42896K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 68% used [0x00000007b6a00000,0x00000007b93e40d8,0x00000007ba780000)
}
{Heap before GC invocations=32 (full 4):
PSYoungGen total 291840K, used 244653K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f996b508,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 46199K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 73% used [0x00000007b6a00000,0x00000007b971dd00,0x00000007ba780000)
2014-01-11T20:03:10.083+0800: 36.143: [GC
Desired survivor size 57671680 bytes, new threshold 3 (max 15)
[PSYoungGen: 244653K->18582K(288768K)] 364648K->138577K(479232K), 0.0110650 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=32 (full 4):
PSYoungGen total 288768K, used 18582K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 54784K, 33% used [0x00000007fc780000,0x00000007fd9a5a68,0x00000007ffd00000)
to space 56320K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc600000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 46199K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 73% used [0x00000007b6a00000,0x00000007b971dd00,0x00000007ba780000)
}
{Heap before GC invocations=33 (full 4):
PSYoungGen total 288768K, used 252566K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 54784K, 33% used [0x00000007fc780000,0x00000007fd9a5a68,0x00000007ffd00000)
to space 56320K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc600000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 48692K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 77% used [0x00000007b6a00000,0x00000007b998d188,0x00000007ba780000)
2014-01-11T20:03:10.689+0800: 36.748: [GC
Desired survivor size 55050240 bytes, new threshold 4 (max 15)
[PSYoungGen: 252566K->20668K(290304K)] 372561K->140663K(480768K), 0.0122050 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=33 (full 4):
PSYoungGen total 290304K, used 20668K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 56320K, 36% used [0x00000007f8f00000,0x00000007fa32f040,0x00000007fc600000)
to space 53760K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffc80000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 48692K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 77% used [0x00000007b6a00000,0x00000007b998d188,0x00000007ba780000)
}
{Heap before GC invocations=34 (full 4):
PSYoungGen total 290304K, used 254652K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 56320K, 36% used [0x00000007f8f00000,0x00000007fa32f040,0x00000007fc600000)
to space 53760K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffc80000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 51279K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 81% used [0x00000007b6a00000,0x00000007b9c13e40,0x00000007ba780000)
2014-01-11T20:03:11.329+0800: 37.389: [GC
Desired survivor size 52428800 bytes, new threshold 5 (max 15)
[PSYoungGen: 254652K->24901K(289280K)] 374647K->144896K(479744K), 0.0163990 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=34 (full 4):
PSYoungGen total 289280K, used 24901K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 49664K, 50% used [0x00000007fc800000,0x00000007fe051740,0x00000007ff880000)
to space 51200K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fc680000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 51279K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 81% used [0x00000007b6a00000,0x00000007b9c13e40,0x00000007ba780000)
}
{Heap before GC invocations=35 (full 4):
PSYoungGen total 289280K, used 264517K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 49664K, 50% used [0x00000007fc800000,0x00000007fe051740,0x00000007ff880000)
to space 51200K, 0% used [0x00000007f9480000,0x00000007f9480000,0x00000007fc680000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 53956K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 85% used [0x00000007b6a00000,0x00000007b9eb1240,0x00000007ba780000)
2014-01-11T20:03:12.148+0800: 38.207: [GC
Desired survivor size 52428800 bytes, new threshold 6 (max 15)
[PSYoungGen: 264517K->31282K(290816K)] 384512K->151277K(481280K), 0.0185650 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=35 (full 4):
PSYoungGen total 290816K, used 31282K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239616K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9480000)
from space 51200K, 61% used [0x00000007f9480000,0x00000007fb30c890,0x00000007fc680000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 53956K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 85% used [0x00000007b6a00000,0x00000007b9eb1240,0x00000007ba780000)
}
{Heap before GC invocations=36 (full 4):
PSYoungGen total 290816K, used 270898K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 239616K, 100% used [0x00000007eaa80000,0x00000007f9480000,0x00000007f9480000)
from space 51200K, 61% used [0x00000007f9480000,0x00000007fb30c890,0x00000007fc680000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 190464K, used 119995K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c752ec40,0x00000007cba00000)
PSPermGen total 62976K, used 56619K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 89% used [0x00000007b6a00000,0x00000007ba14ad88,0x00000007ba780000)
2014-01-11T20:03:12.778+0800: 38.837: [GC
Desired survivor size 54001664 bytes, new threshold 7 (max 15)
[PSYoungGen: 270898K->35384K(295424K)] 390893K->155443K(485888K), 0.0199120 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=36 (full 4):
PSYoungGen total 295424K, used 35384K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 51200K, 69% used [0x00000007fce00000,0x00000007ff08e2a8,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 190464K, used 120059K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c753ec50,0x00000007cba00000)
PSPermGen total 62976K, used 56619K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 89% used [0x00000007b6a00000,0x00000007ba14ad88,0x00000007ba780000)
}
{Heap before GC invocations=37 (full 4):
PSYoungGen total 295424K, used 279608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 51200K, 69% used [0x00000007fce00000,0x00000007ff08e2a8,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 190464K, used 120059K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c753ec50,0x00000007cba00000)
PSPermGen total 62976K, used 57881K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 91% used [0x00000007b6a00000,0x00000007ba286748,0x00000007ba780000)
2014-01-11T20:03:14.285+0800: 40.344: [GC
Desired survivor size 58720256 bytes, new threshold 8 (max 15)
[PSYoungGen: 279608K->46129K(290816K)] 399667K->166188K(481280K), 0.0295260 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=37 (full 4):
PSYoungGen total 290816K, used 46129K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 46592K, 99% used [0x00000007f9900000,0x00000007fc60c600,0x00000007fc680000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 190464K, used 120059K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c753ec50,0x00000007cba00000)
PSPermGen total 62976K, used 57881K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 91% used [0x00000007b6a00000,0x00000007ba286748,0x00000007ba780000)
}
{Heap before GC invocations=38 (full 4):
PSYoungGen total 290816K, used 290353K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 46592K, 99% used [0x00000007f9900000,0x00000007fc60c600,0x00000007fc680000)
to space 57344K, 0% used [0x00000007fc800000,0x00000007fc800000,0x0000000800000000)
ParOldGen total 190464K, used 120059K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 63% used [0x00000007c0000000,0x00000007c753ec50,0x00000007cba00000)
PSPermGen total 62976K, used 58037K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 92% used [0x00000007b6a00000,0x00000007ba2ad598,0x00000007ba780000)
2014-01-11T20:03:15.296+0800: 41.355: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 290353K->57314K(291328K)] 410412K->182112K(481792K), 0.0380590 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=38 (full 4):
PSYoungGen total 291328K, used 57314K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57344K, 99% used [0x00000007fc800000,0x00000007ffff8a00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 124797K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 65% used [0x00000007c0000000,0x00000007c79df720,0x00000007cba00000)
PSPermGen total 62976K, used 58037K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 92% used [0x00000007b6a00000,0x00000007ba2ad598,0x00000007ba780000)
}
{Heap before GC invocations=39 (full 4):
PSYoungGen total 291328K, used 291298K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57344K, 99% used [0x00000007fc800000,0x00000007ffff8a00,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 124797K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 65% used [0x00000007c0000000,0x00000007c79df720,0x00000007cba00000)
PSPermGen total 62976K, used 59082K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 93% used [0x00000007b6a00000,0x00000007ba3b2bd8,0x00000007ba780000)
2014-01-11T20:03:16.365+0800: 42.425: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 291298K->49763K(291840K)] 416096K->186969K(482304K), 0.0398610 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=39 (full 4):
PSYoungGen total 291840K, used 49763K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 86% used [0x00000007f8f00000,0x00000007fbf98ee0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 137205K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 72% used [0x00000007c0000000,0x00000007c85fd748,0x00000007cba00000)
PSPermGen total 62976K, used 59082K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 93% used [0x00000007b6a00000,0x00000007ba3b2bd8,0x00000007ba780000)
}
{Heap before GC invocations=40 (full 4):
PSYoungGen total 291840K, used 283747K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 86% used [0x00000007f8f00000,0x00000007fbf98ee0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 137205K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 72% used [0x00000007c0000000,0x00000007c85fd748,0x00000007cba00000)
PSPermGen total 62976K, used 61277K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 97% used [0x00000007b6a00000,0x00000007ba5d7430,0x00000007ba780000)
2014-01-11T20:03:16.814+0800: 42.873: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 283747K->43885K(291840K)] 420953K->190471K(482304K), 0.0303060 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=40 (full 4):
PSYoungGen total 291840K, used 43885K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 75% used [0x00000007fc780000,0x00000007ff25b7b8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 146585K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 76% used [0x00000007c0000000,0x00000007c8f266d0,0x00000007cba00000)
PSPermGen total 62976K, used 61277K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 97% used [0x00000007b6a00000,0x00000007ba5d7430,0x00000007ba780000)
}
{Heap before GC invocations=41 (full 4):
PSYoungGen total 291840K, used 277869K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 75% used [0x00000007fc780000,0x00000007ff25b7b8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 146585K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 76% used [0x00000007c0000000,0x00000007c8f266d0,0x00000007cba00000)
PSPermGen total 62976K, used 62863K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 99% used [0x00000007b6a00000,0x00000007ba763db0,0x00000007ba780000)
2014-01-11T20:03:17.586+0800: 43.645: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 277869K->37237K(291840K)] 424455K->193160K(482304K), 0.0282770 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=41 (full 4):
PSYoungGen total 291840K, used 37237K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 64% used [0x00000007f8f00000,0x00000007fb35d7d8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 155922K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 81% used [0x00000007c0000000,0x00000007c9844908,0x00000007cba00000)
PSPermGen total 62976K, used 62863K [0x00000007b6a00000, 0x00000007ba780000, 0x00000007c0000000)
object space 62976K, 99% used [0x00000007b6a00000,0x00000007ba763db0,0x00000007ba780000)
}
{Heap before GC invocations=42 (full 4):
PSYoungGen total 291840K, used 271221K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 64% used [0x00000007f8f00000,0x00000007fb35d7d8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 190464K, used 155922K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 81% used [0x00000007c0000000,0x00000007c9844908,0x00000007cba00000)
PSPermGen total 65536K, used 65076K [0x00000007b6a00000, 0x00000007baa00000, 0x00000007c0000000)
object space 65536K, 99% used [0x00000007b6a00000,0x00000007ba98d3b8,0x00000007baa00000)
2014-01-11T20:03:18.346+0800: 44.406: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 271221K->20251K(291840K)] 427144K->198219K(482304K), 0.0275750 secs] [Times: user=0.04 sys=0.01, real=0.03 secs]
Heap after GC invocations=42 (full 4):
PSYoungGen total 291840K, used 20251K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdb46cd0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 177967K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 93% used [0x00000007c0000000,0x00000007cadcbff0,0x00000007cba00000)
PSPermGen total 65536K, used 65076K [0x00000007b6a00000, 0x00000007baa00000, 0x00000007c0000000)
object space 65536K, 99% used [0x00000007b6a00000,0x00000007ba98d3b8,0x00000007baa00000)
}
{Heap before GC invocations=43 (full 5):
PSYoungGen total 291840K, used 20251K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 35% used [0x00000007fc780000,0x00000007fdb46cd0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 190464K, used 177967K [0x00000007c0000000, 0x00000007cba00000, 0x00000007eaa80000)
object space 190464K, 93% used [0x00000007c0000000,0x00000007cadcbff0,0x00000007cba00000)
PSPermGen total 65536K, used 65076K [0x00000007b6a00000, 0x00000007baa00000, 0x00000007c0000000)
object space 65536K, 99% used [0x00000007b6a00000,0x00000007ba98d3b8,0x00000007baa00000)
2014-01-11T20:03:18.374+0800: 44.433: [Full GC [PSYoungGen: 20251K->0K(291840K)] [ParOldGen: 177967K->183180K(266752K)] 198219K->183180K(558592K) [PSPermGen: 65076K->65059K(94720K)], 0.3562260 secs] [Times: user=0.60 sys=0.00, real=0.36 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 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 65059K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 68% used [0x00000007b6a00000,0x00000007ba988cb8,0x00000007bc680000)
}
{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 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 67019K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 70% used [0x00000007b6a00000,0x00000007bab72fd0,0x00000007bc680000)
2014-01-11T20:03:19.235+0800: 45.294: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 233984K->6460K(291840K)] 417164K->189640K(558592K), 0.0087030 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=44 (full 5):
PSYoungGen total 291840K, used 6460K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f954f328,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 67019K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 70% used [0x00000007b6a00000,0x00000007bab72fd0,0x00000007bc680000)
}
{Heap before GC invocations=45 (full 5):
PSYoungGen total 291840K, used 240444K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f954f328,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 68919K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 72% used [0x00000007b6a00000,0x00000007bad4df10,0x00000007bc680000)
2014-01-11T20:03:20.297+0800: 46.357: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240444K->11497K(291840K)] 423624K->194677K(558592K), 0.0128060 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=45 (full 5):
PSYoungGen total 291840K, used 11497K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007fc780000,0x00000007fd2ba740,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 68919K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 72% used [0x00000007b6a00000,0x00000007bad4df10,0x00000007bc680000)
}
{Heap before GC invocations=46 (full 5):
PSYoungGen total 291840K, used 245481K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007fc780000,0x00000007fd2ba740,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 183180K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 68% used [0x00000007c0000000,0x00000007cb2e3038,0x00000007d0480000)
PSPermGen total 94720K, used 71571K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 75% used [0x00000007b6a00000,0x00000007bafe4ed0,0x00000007bc680000)
2014-01-11T20:03:20.959+0800: 47.018: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 245481K->13283K(291840K)] 428661K->205572K(558592K), 0.0188130 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=46 (full 5):
PSYoungGen total 291840K, used 13283K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 22% used [0x00000007f8f00000,0x00000007f9bf8d18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 192288K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 72% used [0x00000007c0000000,0x00000007cbbc8370,0x00000007d0480000)
PSPermGen total 94720K, used 71571K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 75% used [0x00000007b6a00000,0x00000007bafe4ed0,0x00000007bc680000)
}
{Heap before GC invocations=47 (full 5):
PSYoungGen total 291840K, used 247267K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 22% used [0x00000007f8f00000,0x00000007f9bf8d18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 192288K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 72% used [0x00000007c0000000,0x00000007cbbc8370,0x00000007d0480000)
PSPermGen total 94720K, used 73483K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 77% used [0x00000007b6a00000,0x00000007bb1c2ef8,0x00000007bc680000)
2014-01-11T20:03:22.318+0800: 48.378: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 247267K->5800K(291840K)] 439556K->208875K(558592K), 0.0163940 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
Heap after GC invocations=47 (full 5):
PSYoungGen total 291840K, used 5800K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd2a238,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 203075K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 76% used [0x00000007c0000000,0x00000007cc650c58,0x00000007d0480000)
PSPermGen total 94720K, used 73483K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 77% used [0x00000007b6a00000,0x00000007bb1c2ef8,0x00000007bc680000)
}
{Heap before GC invocations=48 (full 5):
PSYoungGen total 291840K, used 239784K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd2a238,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 203075K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 76% used [0x00000007c0000000,0x00000007cc650c58,0x00000007d0480000)
PSPermGen total 94720K, used 75099K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb356d58,0x00000007bc680000)
2014-01-11T20:03:23.985+0800: 50.044: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239784K->8730K(291840K)] 442859K->215926K(558592K), 0.0206450 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=48 (full 5):
PSYoungGen total 291840K, used 8730K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97869b0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 207195K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 77% used [0x00000007c0000000,0x00000007cca56f60,0x00000007d0480000)
PSPermGen total 94720K, used 75099K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb356d58,0x00000007bc680000)
}
{Heap before GC invocations=49 (full 5):
PSYoungGen total 291840K, used 242714K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97869b0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 207195K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 77% used [0x00000007c0000000,0x00000007cca56f60,0x00000007d0480000)
PSPermGen total 94720K, used 75109K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3595d0,0x00000007bc680000)
2014-01-11T20:03:24.745+0800: 50.804: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242714K->16121K(291840K)] 449910K->230410K(558592K), 0.0257060 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=49 (full 5):
PSYoungGen total 291840K, used 16121K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 27% used [0x00000007fc780000,0x00000007fd73e758,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 214288K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 80% used [0x00000007c0000000,0x00000007cd144288,0x00000007d0480000)
PSPermGen total 94720K, used 75109K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3595d0,0x00000007bc680000)
}
{Heap before GC invocations=50 (full 5):
PSYoungGen total 291840K, used 250105K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 27% used [0x00000007fc780000,0x00000007fd73e758,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 214288K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 80% used [0x00000007c0000000,0x00000007cd144288,0x00000007d0480000)
PSPermGen total 94720K, used 75214K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb373950,0x00000007bc680000)
2014-01-11T20:03:25.834+0800: 51.894: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250105K->18338K(291840K)] 464394K->242201K(558592K), 0.0254040 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=50 (full 5):
PSYoungGen total 291840K, used 18338K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa0e8a18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 223863K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cda9ddb8,0x00000007d0480000)
PSPermGen total 94720K, used 75214K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb373950,0x00000007bc680000)
}
{Heap before GC invocations=51 (full 5):
PSYoungGen total 291840K, used 252322K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa0e8a18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 266752K, used 223863K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cda9ddb8,0x00000007d0480000)
PSPermGen total 94720K, used 75365K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3994f0,0x00000007bc680000)
2014-01-11T20:03:26.639+0800: 52.699: [GC
Desired survivor size 56623104 bytes, new threshold 2 (max 15)
[PSYoungGen: 252322K->20338K(286720K)] 476185K->252989K(553472K), 0.0207890 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=51 (full 5):
PSYoungGen total 286720K, used 20338K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 52736K, 38% used [0x00000007fc780000,0x00000007fdb5c8e0,0x00000007ffb00000)
to space 55296K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc500000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 75365K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 79% used [0x00000007b6a00000,0x00000007bb3994f0,0x00000007bc680000)
}
{Heap before GC invocations=52 (full 5):
PSYoungGen total 286720K, used 254322K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 52736K, 38% used [0x00000007fc780000,0x00000007fdb5c8e0,0x00000007ffb00000)
to space 55296K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc500000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76275K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb47ccb8,0x00000007bc680000)
2014-01-11T20:03:57.370+0800: 83.430: [GC
Desired survivor size 53477376 bytes, new threshold 3 (max 15)
[PSYoungGen: 254322K->20891K(289280K)] 486973K->253542K(556032K), 0.0117260 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=52 (full 5):
PSYoungGen total 289280K, used 20891K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55296K, 37% used [0x00000007f8f00000,0x00000007fa366db8,0x00000007fc500000)
to space 52224K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007ffc80000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76275K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb47ccb8,0x00000007bc680000)
}
{Heap before GC invocations=53 (full 5):
PSYoungGen total 289280K, used 254875K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55296K, 37% used [0x00000007f8f00000,0x00000007fa366db8,0x00000007fc500000)
to space 52224K, 0% used [0x00000007fc980000,0x00000007fc980000,0x00000007ffc80000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76412K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb49f228,0x00000007bc680000)
2014-01-11T20:10:36.166+0800: 482.225: [GC
Desired survivor size 51380224 bytes, new threshold 4 (max 15)
[PSYoungGen: 254875K->16297K(290816K)] 487526K->248948K(557568K), 0.0099680 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=53 (full 5):
PSYoungGen total 290816K, used 16297K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 48640K, 33% used [0x00000007fc980000,0x00000007fd96a518,0x00000007ff900000)
to space 50176K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc800000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76412K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb49f228,0x00000007bc680000)
}
{Heap before GC invocations=54 (full 5):
PSYoungGen total 290816K, used 75486K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 242176K, 24% used [0x00000007eaa80000,0x00000007ee44d6d0,0x00000007f9700000)
from space 48640K, 33% used [0x00000007fc980000,0x00000007fd96a518,0x00000007ff900000)
to space 50176K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc800000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76416K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb4a03d8,0x00000007bc680000)
2014-01-11T20:12:18.920+0800: 584.979: [GC
Desired survivor size 49283072 bytes, new threshold 5 (max 15)
[PSYoungGen: 75486K->16408K(259072K)] 308138K->249059K(525824K), 0.0109530 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=54 (full 5):
PSYoungGen total 259072K, used 16408K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 16896K, 97% used [0x00000007f9700000,0x00000007fa7060b8,0x00000007fa780000)
to space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76416K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb4a03d8,0x00000007bc680000)
}
{Heap before GC invocations=55 (full 6):
PSYoungGen total 259072K, used 16408K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 16896K, 97% used [0x00000007f9700000,0x00000007fa7060b8,0x00000007fa780000)
to space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
ParOldGen total 266752K, used 232651K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 87% used [0x00000007c0000000,0x00000007ce332d88,0x00000007d0480000)
PSPermGen total 94720K, used 76416K [0x00000007b6a00000, 0x00000007bc680000, 0x00000007c0000000)
object space 94720K, 80% used [0x00000007b6a00000,0x00000007bb4a03d8,0x00000007bc680000)
2014-01-11T20:12:18.931+0800: 584.990: [Full GC [PSYoungGen: 16408K->0K(259072K)] [ParOldGen: 232651K->222853K(266752K)] 249059K->222853K(525824K) [PSPermGen: 76416K->76412K(103424K)], 0.6559620 secs] [Times: user=1.15 sys=0.01, real=0.65 secs]
Heap after GC invocations=55 (full 6):
PSYoungGen total 259072K, used 0K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 16896K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fa780000)
to space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1738,0x00000007d0480000)
PSPermGen total 103424K, used 76412K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 73% used [0x00000007b6a00000,0x00000007bb49f290,0x00000007bcf00000)
}
{Heap before GC invocations=56 (full 6):
PSYoungGen total 259072K, used 77K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa935a0,0x00000007f9700000)
from space 16896K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fa780000)
to space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1738,0x00000007d0480000)
PSPermGen total 103424K, used 76412K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 73% used [0x00000007b6a00000,0x00000007bb49f290,0x00000007bcf00000)
2014-01-11T20:12:19.587+0800: 585.647: [GC
Desired survivor size 50331648 bytes, new threshold 6 (max 15)
[PSYoungGen: 77K->32K(289280K)] 222931K->222885K(556032K), 0.0053620 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=56 (full 6):
PSYoungGen total 289280K, used 32K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 48128K, 0% used [0x00000007fc600000,0x00000007fc608000,0x00000007ff500000)
to space 49152K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc600000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1738,0x00000007d0480000)
PSPermGen total 103424K, used 76412K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 73% used [0x00000007b6a00000,0x00000007bb49f290,0x00000007bcf00000)
}
{Heap before GC invocations=57 (full 7):
PSYoungGen total 289280K, used 32K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 48128K, 0% used [0x00000007fc600000,0x00000007fc608000,0x00000007ff500000)
to space 49152K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc600000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1738,0x00000007d0480000)
PSPermGen total 103424K, used 76412K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 73% used [0x00000007b6a00000,0x00000007bb49f290,0x00000007bcf00000)
2014-01-11T20:12:19.593+0800: 585.652: [Full GC [PSYoungGen: 32K->0K(289280K)] [ParOldGen: 222853K->222853K(266752K)] 222885K->222853K(556032K) [PSPermGen: 76412K->76412K(103936K)], 0.2722070 secs] [Times: user=0.47 sys=0.00, real=0.27 secs]
Heap after GC invocations=57 (full 7):
PSYoungGen total 289280K, used 0K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
to space 49152K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc600000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1758,0x00000007d0480000)
PSPermGen total 103936K, used 76412K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 73% used [0x00000007b6a00000,0x00000007bb49f290,0x00000007bcf80000)
}
{Heap before GC invocations=58 (full 7):
PSYoungGen total 289280K, used 241152K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 48128K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff500000)
to space 49152K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc600000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1758,0x00000007d0480000)
PSPermGen total 103936K, used 78223K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 75% used [0x00000007b6a00000,0x00000007bb663cb8,0x00000007bcf80000)
2014-01-11T20:12:21.520+0800: 587.580: [GC
Desired survivor size 52428800 bytes, new threshold 7 (max 15)
[PSYoungGen: 241152K->32715K(290304K)] 464005K->255568K(557056K), 0.0210620 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=58 (full 7):
PSYoungGen total 290304K, used 32715K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 49152K, 66% used [0x00000007f9600000,0x00000007fb5f2c10,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1758,0x00000007d0480000)
PSPermGen total 103936K, used 78223K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 75% used [0x00000007b6a00000,0x00000007bb663cb8,0x00000007bcf80000)
}
{Heap before GC invocations=59 (full 7):
PSYoungGen total 290304K, used 250655K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 90% used [0x00000007eaa80000,0x00000007f7f55300,0x00000007f9600000)
from space 49152K, 66% used [0x00000007f9600000,0x00000007fb5f2c10,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 266752K, used 222853K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 83% used [0x00000007c0000000,0x00000007cd9a1758,0x00000007d0480000)
PSPermGen total 103936K, used 79502K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 76% used [0x00000007b6a00000,0x00000007bb7a38f0,0x00000007bcf80000)
2014-01-11T20:12:23.280+0800: 589.339: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 250655K->51186K(285184K)] 473509K->290083K(551936K), 0.0488570 secs] [Times: user=0.14 sys=0.01, real=0.04 secs]
Heap after GC invocations=59 (full 7):
PSYoungGen total 285184K, used 51186K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffc878,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 238897K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 89% used [0x00000007c0000000,0x00000007ce94c760,0x00000007d0480000)
PSPermGen total 103936K, used 79502K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 76% used [0x00000007b6a00000,0x00000007bb7a38f0,0x00000007bcf80000)
}
{Heap before GC invocations=60 (full 8):
PSYoungGen total 285184K, used 51186K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffc878,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 238897K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 89% used [0x00000007c0000000,0x00000007ce94c760,0x00000007d0480000)
PSPermGen total 103936K, used 79502K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 76% used [0x00000007b6a00000,0x00000007bb7a38f0,0x00000007bcf80000)
2014-01-11T20:12:23.329+0800: 589.388: [Full GC [PSYoungGen: 51186K->13544K(285184K)] [ParOldGen: 238897K->266559K(266752K)] 290083K->280103K(551936K) [PSPermGen: 79502K->79500K(105472K)], 0.7908450 secs] [Times: user=1.40 sys=0.02, real=0.80 secs]
Heap after GC invocations=60 (full 8):
PSYoungGen total 285184K, used 13544K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51200K, 26% used [0x00000007fce00000,0x00000007fdb3a010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 266559K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 99% used [0x00000007c0000000,0x00000007d044fd68,0x00000007d0480000)
PSPermGen total 105472K, used 79500K [0x00000007b6a00000, 0x00000007bd100000, 0x00000007c0000000)
object space 105472K, 75% used [0x00000007b6a00000,0x00000007bb7a33e0,0x00000007bd100000)
}
{Heap before GC invocations=61 (full 9):
PSYoungGen total 285184K, used 247528K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 51200K, 26% used [0x00000007fce00000,0x00000007fdb3a010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 266752K, used 266559K [0x00000007c0000000, 0x00000007d0480000, 0x00000007eaa80000)
object space 266752K, 99% used [0x00000007c0000000,0x00000007d044fd68,0x00000007d0480000)
PSPermGen total 105472K, used 81123K [0x00000007b6a00000, 0x00000007bd100000, 0x00000007c0000000)
object space 105472K, 76% used [0x00000007b6a00000,0x00000007bb938e48,0x00000007bd100000)
2014-01-11T20:12:28.792+0800: 594.851: [Full GC [PSYoungGen: 247528K->48729K(285184K)] [ParOldGen: 266559K->266713K(365056K)] 514087K->315443K(650240K) [PSPermGen: 81123K->81120K(105984K)], 0.5925050 secs] [Times: user=1.07 sys=0.00, real=0.59 secs]
Heap after GC invocations=61 (full 9):
PSYoungGen total 285184K, used 48729K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 20% used [0x00000007eaa80000,0x00000007eda16778,0x00000007f8f00000)
from space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 266713K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 73% used [0x00000007c0000000,0x00000007d04767c8,0x00000007d6480000)
PSPermGen total 105984K, used 81120K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 76% used [0x00000007b6a00000,0x00000007bb9380a8,0x00000007bd180000)
}
{Heap before GC invocations=62 (full 9):
PSYoungGen total 285184K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 266713K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 73% used [0x00000007c0000000,0x00000007d04767c8,0x00000007d6480000)
PSPermGen total 105984K, used 81306K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 76% used [0x00000007b6a00000,0x00000007bb966a00,0x00000007bd180000)
2014-01-11T20:12:30.228+0800: 596.288: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 233984K->52320K(291840K)] 500697K->335418K(656896K), 0.0826260 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
Heap after GC invocations=62 (full 9):
PSYoungGen total 291840K, used 52320K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 90% used [0x00000007f8f00000,0x00000007fc218040,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 365056K, used 283097K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 77% used [0x00000007c0000000,0x00000007d14767e8,0x00000007d6480000)
PSPermGen total 105984K, used 81306K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 76% used [0x00000007b6a00000,0x00000007bb966a00,0x00000007bd180000)
}
{Heap before GC invocations=63 (full 9):
PSYoungGen total 291840K, used 279242K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 96% used [0x00000007eaa80000,0x00000007f881aa98,0x00000007f8f00000)
from space 57856K, 90% used [0x00000007f8f00000,0x00000007fc218040,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 365056K, used 283097K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 77% used [0x00000007c0000000,0x00000007d14767e8,0x00000007d6480000)
PSPermGen total 105984K, used 81402K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 76% used [0x00000007b6a00000,0x00000007bb97ea08,0x00000007bd180000)
2014-01-11T20:12:31.178+0800: 597.237: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 279242K->57824K(291840K)] 562340K->361806K(656896K), 0.0366710 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=63 (full 9):
PSYoungGen total 291840K, used 57824K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffff80f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 303982K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 83% used [0x00000007c0000000,0x00000007d28db9d0,0x00000007d6480000)
PSPermGen total 105984K, used 81402K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 76% used [0x00000007b6a00000,0x00000007bb97ea08,0x00000007bd180000)
}
{Heap before GC invocations=64 (full 9):
PSYoungGen total 291840K, used 278711K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 94% used [0x00000007eaa80000,0x00000007f8235e20,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffff80f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 303982K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 83% used [0x00000007c0000000,0x00000007d28db9d0,0x00000007d6480000)
PSPermGen total 105984K, used 81661K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 77% used [0x00000007b6a00000,0x00000007bb9bf498,0x00000007bd180000)
2014-01-11T20:12:36.604+0800: 602.663: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 278711K->51829K(291840K)] 582694K->365903K(656896K), 0.0283010 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=64 (full 9):
PSYoungGen total 291840K, used 51829K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc19d788,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 365056K, used 314074K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 86% used [0x00000007c0000000,0x00000007d32b6830,0x00000007d6480000)
PSPermGen total 105984K, used 81661K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 77% used [0x00000007b6a00000,0x00000007bb9bf498,0x00000007bd180000)
}
{Heap before GC invocations=65 (full 9):
PSYoungGen total 291840K, used 285813K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc19d788,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 365056K, used 314074K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 86% used [0x00000007c0000000,0x00000007d32b6830,0x00000007d6480000)
PSPermGen total 105984K, used 81868K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 77% used [0x00000007b6a00000,0x00000007bb9f3200,0x00000007bd180000)
2014-01-11T20:12:47.119+0800: 613.178: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 285813K->10964K(291840K)] 599887K->370809K(656896K), 0.0852080 secs] [Times: user=0.08 sys=0.07, real=0.09 secs]
Heap after GC invocations=65 (full 9):
PSYoungGen total 291840K, used 10964K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd2350d0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 359845K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 98% used [0x00000007c0000000,0x00000007d5f695d0,0x00000007d6480000)
PSPermGen total 105984K, used 81868K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 77% used [0x00000007b6a00000,0x00000007bb9f3200,0x00000007bd180000)
}
{Heap before GC invocations=66 (full 10):
PSYoungGen total 291840K, used 10964K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd2350d0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 365056K, used 359845K [0x00000007c0000000, 0x00000007d6480000, 0x00000007eaa80000)
object space 365056K, 98% used [0x00000007c0000000,0x00000007d5f695d0,0x00000007d6480000)
PSPermGen total 105984K, used 81868K [0x00000007b6a00000, 0x00000007bd180000, 0x00000007c0000000)
object space 105984K, 77% used [0x00000007b6a00000,0x00000007bb9f3200,0x00000007bd180000)
2014-01-11T20:12:47.204+0800: 613.264: [Full GC [PSYoungGen: 10964K->0K(291840K)] [ParOldGen: 359845K->326852K(460800K)] 370809K->326852K(752640K) [PSPermGen: 81868K->81866K(104960K)], 0.3683760 secs] [Times: user=0.65 sys=0.01, real=0.37 secs]
Heap after GC invocations=66 (full 10):
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 460800K, used 326852K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 70% used [0x00000007c0000000,0x00000007d3f313f8,0x00000007dc200000)
PSPermGen total 104960K, used 81866K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 77% used [0x00000007b6a00000,0x00000007bb9f29c0,0x00000007bd080000)
}
{Heap before GC invocations=67 (full 10):
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 460800K, used 326852K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 70% used [0x00000007c0000000,0x00000007d3f313f8,0x00000007dc200000)
PSPermGen total 104960K, used 82424K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bba7e360,0x00000007bd080000)
2014-01-11T20:12:55.645+0800: 621.704: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->12634K(291840K)] 560836K->339487K(752640K), 0.0264540 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=67 (full 10):
PSYoungGen total 291840K, used 12634K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b569b0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 326852K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 70% used [0x00000007c0000000,0x00000007d3f313f8,0x00000007dc200000)
PSPermGen total 104960K, used 82424K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bba7e360,0x00000007bd080000)
}
{Heap before GC invocations=68 (full 10):
PSYoungGen total 291840K, used 242233K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 98% used [0x00000007eaa80000,0x00000007f8ab7e48,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b569b0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 326852K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 70% used [0x00000007c0000000,0x00000007d3f313f8,0x00000007dc200000)
PSPermGen total 104960K, used 82602K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbaaa918,0x00000007bd080000)
2014-01-11T20:13:11.170+0800: 637.230: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242233K->4328K(291840K)] 569086K->343189K(752640K), 0.0257950 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=68 (full 10):
PSYoungGen total 291840K, used 4328K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcbba338,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 338861K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 73% used [0x00000007c0000000,0x00000007d4aeb4b8,0x00000007dc200000)
PSPermGen total 104960K, used 82602K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbaaa918,0x00000007bd080000)
}
{Heap before GC invocations=69 (full 10):
PSYoungGen total 291840K, used 238312K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcbba338,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 338861K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 73% used [0x00000007c0000000,0x00000007d4aeb4b8,0x00000007dc200000)
PSPermGen total 104960K, used 82735K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbacbe20,0x00000007bd080000)
2014-01-11T20:13:26.083+0800: 652.143: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238312K->5152K(291840K)] 577173K->348288K(752640K), 0.0116670 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=69 (full 10):
PSYoungGen total 291840K, used 5152K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007f8f00000,0x00000007f9408000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 343136K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 74% used [0x00000007c0000000,0x00000007d4f183c0,0x00000007dc200000)
PSPermGen total 104960K, used 82735K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbacbe20,0x00000007bd080000)
}
{Heap before GC invocations=70 (full 10):
PSYoungGen total 291840K, used 239136K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007f8f00000,0x00000007f9408000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 343136K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 74% used [0x00000007c0000000,0x00000007d4f183c0,0x00000007dc200000)
PSPermGen total 104960K, used 82815K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbadfd58,0x00000007bd080000)
2014-01-11T20:13:50.488+0800: 676.548: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239136K->3360K(291840K)] 582272K->351573K(752640K), 0.0120850 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
Heap after GC invocations=70 (full 10):
PSYoungGen total 291840K, used 3360K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcac8000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 348213K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 75% used [0x00000007c0000000,0x00000007d540d7a0,0x00000007dc200000)
PSPermGen total 104960K, used 82815K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbadfd58,0x00000007bd080000)
}
{Heap before GC invocations=71 (full 10):
PSYoungGen total 291840K, used 237344K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcac8000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 348213K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 75% used [0x00000007c0000000,0x00000007d540d7a0,0x00000007dc200000)
PSPermGen total 104960K, used 82863K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbaebf08,0x00000007bd080000)
2014-01-11T20:14:06.096+0800: 692.155: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237344K->3008K(291840K)] 585557K->354414K(752640K), 0.0123220 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=71 (full 10):
PSYoungGen total 291840K, used 3008K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f91f0000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 351406K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 76% used [0x00000007c0000000,0x00000007d572bb60,0x00000007dc200000)
PSPermGen total 104960K, used 82863K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 78% used [0x00000007b6a00000,0x00000007bbaebf08,0x00000007bd080000)
}
{Heap before GC invocations=72 (full 10):
PSYoungGen total 291840K, used 223557K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 94% used [0x00000007eaa80000,0x00000007f81e1478,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f91f0000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 351406K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 76% used [0x00000007c0000000,0x00000007d572bb60,0x00000007dc200000)
PSPermGen total 104960K, used 82936K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbafe268,0x00000007bd080000)
2014-01-11T20:14:22.144+0800: 708.204: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 223557K->4996K(291840K)] 574963K->356878K(752640K), 0.0107520 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=72 (full 10):
PSYoungGen total 291840K, used 4996K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007fc780000,0x00000007fcc612c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 351882K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 76% used [0x00000007c0000000,0x00000007d57a2898,0x00000007dc200000)
PSPermGen total 104960K, used 82936K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbafe268,0x00000007bd080000)
}
{Heap before GC invocations=73 (full 10):
PSYoungGen total 291840K, used 238980K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 8% used [0x00000007fc780000,0x00000007fcc612c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 351882K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 76% used [0x00000007c0000000,0x00000007d57a2898,0x00000007dc200000)
PSPermGen total 104960K, used 82991K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb0bd30,0x00000007bd080000)
2014-01-11T20:14:31.614+0800: 717.674: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238980K->36509K(291840K)] 590862K->392904K(752640K), 0.0204280 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=73 (full 10):
PSYoungGen total 291840K, used 36509K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 63% used [0x00000007f8f00000,0x00000007fb2a7678,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 356395K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 77% used [0x00000007c0000000,0x00000007d5c0acf0,0x00000007dc200000)
PSPermGen total 104960K, used 82991K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb0bd30,0x00000007bd080000)
}
{Heap before GC invocations=74 (full 10):
PSYoungGen total 291840K, used 270493K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 63% used [0x00000007f8f00000,0x00000007fb2a7678,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 356395K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 77% used [0x00000007c0000000,0x00000007d5c0acf0,0x00000007dc200000)
PSPermGen total 104960K, used 83046K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb19b70,0x00000007bd080000)
2014-01-11T20:14:43.505+0800: 729.565: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 270493K->15381K(291840K)] 626888K->405364K(752640K), 0.0480940 secs] [Times: user=0.06 sys=0.03, real=0.05 secs]
Heap after GC invocations=74 (full 10):
PSYoungGen total 291840K, used 15381K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd685530,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 389983K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 84% used [0x00000007c0000000,0x00000007d7cd7e78,0x00000007dc200000)
PSPermGen total 104960K, used 83046K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb19b70,0x00000007bd080000)
}
{Heap before GC invocations=75 (full 10):
PSYoungGen total 291840K, used 249365K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd685530,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 389983K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 84% used [0x00000007c0000000,0x00000007d7cd7e78,0x00000007dc200000)
PSPermGen total 104960K, used 83091K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb24e18,0x00000007bd080000)
2014-01-11T20:15:05.257+0800: 751.316: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 249365K->12596K(291840K)] 639348K->414492K(752640K), 0.0310860 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=75 (full 10):
PSYoungGen total 291840K, used 12596K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b4d318,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 401895K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 87% used [0x00000007c0000000,0x00000007d8879da8,0x00000007dc200000)
PSPermGen total 104960K, used 83091K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb24e18,0x00000007bd080000)
}
{Heap before GC invocations=76 (full 10):
PSYoungGen total 291840K, used 246580K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b4d318,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 401895K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 87% used [0x00000007c0000000,0x00000007d8879da8,0x00000007dc200000)
PSPermGen total 104960K, used 83124K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb2d270,0x00000007bd080000)
2014-01-11T20:15:20.644+0800: 766.704: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 246580K->6193K(291840K)] 648476K->412962K(752640K), 0.0162030 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=76 (full 10):
PSYoungGen total 291840K, used 6193K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd8c430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 406769K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 88% used [0x00000007c0000000,0x00000007d8d3c6b0,0x00000007dc200000)
PSPermGen total 104960K, used 83124K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb2d270,0x00000007bd080000)
}
{Heap before GC invocations=77 (full 10):
PSYoungGen total 291840K, used 240177K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd8c430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 406769K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 88% used [0x00000007c0000000,0x00000007d8d3c6b0,0x00000007dc200000)
PSPermGen total 104960K, used 83135K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb2fd10,0x00000007bd080000)
2014-01-11T20:15:34.042+0800: 780.101: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240177K->10746K(291840K)] 646946K->419473K(752640K), 0.0173590 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=77 (full 10):
PSYoungGen total 291840K, used 10746K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f997eb08,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 408726K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 88% used [0x00000007c0000000,0x00000007d8f25960,0x00000007dc200000)
PSPermGen total 104960K, used 83135K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb2fd10,0x00000007bd080000)
}
{Heap before GC invocations=78 (full 10):
PSYoungGen total 291840K, used 244690K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8ef5fd8,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007f8f00000,0x00000007f997eb08,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 460800K, used 408726K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 88% used [0x00000007c0000000,0x00000007d8f25960,0x00000007dc200000)
PSPermGen total 104960K, used 83142K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb31820,0x00000007bd080000)
2014-01-11T20:15:47.879+0800: 793.938: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 244690K->5799K(291840K)] 653417K->424053K(752640K), 0.0164280 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=78 (full 10):
PSYoungGen total 291840K, used 5799K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd29db0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 418254K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 90% used [0x00000007c0000000,0x00000007d9873a18,0x00000007dc200000)
PSPermGen total 104960K, used 83142K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb31820,0x00000007bd080000)
}
{Heap before GC invocations=79 (full 10):
PSYoungGen total 291840K, used 239783K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcd29db0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 460800K, used 418254K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 90% used [0x00000007c0000000,0x00000007d9873a18,0x00000007dc200000)
PSPermGen total 104960K, used 83165K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb374e0,0x00000007bd080000)
2014-01-11T20:16:03.363+0800: 809.422: [GC
Desired survivor size 56623104 bytes, new threshold 2 (max 15)
[PSYoungGen: 239783K->16870K(250880K)] 658037K->439971K(711680K), 0.0288210 secs] [Times: user=0.03 sys=0.01, real=0.03 secs]
Heap after GC invocations=79 (full 10):
PSYoungGen total 250880K, used 16870K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 16896K, 99% used [0x00000007f8f00000,0x00000007f9f79ba8,0x00000007f9f80000)
to space 55296K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb00000)
ParOldGen total 460800K, used 423100K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 91% used [0x00000007c0000000,0x00000007d9d2f078,0x00000007dc200000)
PSPermGen total 104960K, used 83165K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb374e0,0x00000007bd080000)
}
{Heap before GC invocations=80 (full 10):
PSYoungGen total 250880K, used 250854K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 16896K, 99% used [0x00000007f8f00000,0x00000007f9f79ba8,0x00000007f9f80000)
to space 55296K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb00000)
ParOldGen total 460800K, used 423100K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 91% used [0x00000007c0000000,0x00000007d9d2f078,0x00000007dc200000)
PSPermGen total 104960K, used 83183K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb3be90,0x00000007bd080000)
2014-01-11T20:16:18.455+0800: 824.514: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250854K->35253K(286720K)] 673955K->458354K(747520K), 0.0246870 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=80 (full 10):
PSYoungGen total 286720K, used 35253K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 55296K, 63% used [0x00000007fc500000,0x00000007fe76d798,0x00000007ffb00000)
to space 57856K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc500000)
ParOldGen total 460800K, used 423100K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 91% used [0x00000007c0000000,0x00000007d9d2f078,0x00000007dc200000)
PSPermGen total 104960K, used 83183K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb3be90,0x00000007bd080000)
}
{Heap before GC invocations=81 (full 10):
PSYoungGen total 286720K, used 266677K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 55296K, 63% used [0x00000007fc500000,0x00000007fe76d798,0x00000007ffb00000)
to space 57856K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc500000)
ParOldGen total 460800K, used 423100K [0x00000007c0000000, 0x00000007dc200000, 0x00000007eaa80000)
object space 460800K, 91% used [0x00000007c0000000,0x00000007d9d2f078,0x00000007dc200000)
PSPermGen total 104960K, used 83198K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb3f8f8,0x00000007bd080000)
2014-01-11T20:16:39.692+0800: 845.751: [GC
Desired survivor size 57147392 bytes, new threshold 2 (max 15)
[PSYoungGen: 266677K->11360K(289280K)] 689778K->472875K(751104K), 0.4602400 secs] [Times: user=0.06 sys=0.03, real=0.46 secs]
Heap after GC invocations=81 (full 10):
PSYoungGen total 289280K, used 11360K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 57856K, 19% used [0x00000007f8c80000,0x00000007f9798010,0x00000007fc500000)
to space 55808K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb80000)
ParOldGen total 461824K, used 461515K [0x00000007c0000000, 0x00000007dc300000, 0x00000007eaa80000)
object space 461824K, 99% used [0x00000007c0000000,0x00000007dc2b2da0,0x00000007dc300000)
PSPermGen total 104960K, used 83198K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb3f8f8,0x00000007bd080000)
}
{Heap before GC invocations=82 (full 11):
PSYoungGen total 289280K, used 11360K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 57856K, 19% used [0x00000007f8c80000,0x00000007f9798010,0x00000007fc500000)
to space 55808K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb80000)
ParOldGen total 461824K, used 461515K [0x00000007c0000000, 0x00000007dc300000, 0x00000007eaa80000)
object space 461824K, 99% used [0x00000007c0000000,0x00000007dc2b2da0,0x00000007dc300000)
PSPermGen total 104960K, used 83198K [0x00000007b6a00000, 0x00000007bd080000, 0x00000007c0000000)
object space 104960K, 79% used [0x00000007b6a00000,0x00000007bbb3f8f8,0x00000007bd080000)
2014-01-11T20:16:40.152+0800: 846.212: [Full GC [PSYoungGen: 11360K->0K(289280K)] [ParOldGen: 461515K->329910K(491008K)] 472875K->329910K(780288K) [PSPermGen: 83198K->83106K(103936K)], 0.5204250 secs] [Times: user=0.91 sys=0.00, real=0.52 secs]
Heap after GC invocations=82 (full 11):
PSYoungGen total 289280K, used 0K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 231424K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c80000)
from space 57856K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc500000)
to space 55808K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb80000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83106K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 79% used [0x00000007b6a00000,0x00000007bbb28b70,0x00000007bcf80000)
}
{Heap before GC invocations=83 (full 11):
PSYoungGen total 289280K, used 231424K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 231424K, 100% used [0x00000007eaa80000,0x00000007f8c80000,0x00000007f8c80000)
from space 57856K, 0% used [0x00000007f8c80000,0x00000007f8c80000,0x00000007fc500000)
to space 55808K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffb80000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83136K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 79% used [0x00000007b6a00000,0x00000007bbb303c8,0x00000007bcf80000)
2014-01-11T20:17:04.470+0800: 870.529: [GC
Desired survivor size 55050240 bytes, new threshold 3 (max 15)
[PSYoungGen: 231424K->6624K(285184K)] 561334K->336534K(776192K), 0.0939340 secs] [Times: user=0.02 sys=0.00, real=0.09 secs]
Heap after GC invocations=83 (full 11):
PSYoungGen total 285184K, used 6624K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 233472K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e80000)
from space 51712K, 12% used [0x00000007fc500000,0x00000007fcb78010,0x00000007ff780000)
to space 53760K, 0% used [0x00000007f8e80000,0x00000007f8e80000,0x00000007fc300000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83136K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 79% used [0x00000007b6a00000,0x00000007bbb303c8,0x00000007bcf80000)
}
{Heap before GC invocations=84 (full 11):
PSYoungGen total 285184K, used 240096K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 233472K, 100% used [0x00000007eaa80000,0x00000007f8e80000,0x00000007f8e80000)
from space 51712K, 12% used [0x00000007fc500000,0x00000007fcb78010,0x00000007ff780000)
to space 53760K, 0% used [0x00000007f8e80000,0x00000007f8e80000,0x00000007fc300000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83162K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb36850,0x00000007bcf80000)
2014-01-11T20:17:32.541+0800: 898.601: [GC
Desired survivor size 52428800 bytes, new threshold 4 (max 15)
[PSYoungGen: 240096K->10740K(244224K)] 570006K->340651K(735232K), 0.0145410 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=84 (full 11):
PSYoungGen total 244224K, used 10740K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 233472K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8e80000)
from space 10752K, 99% used [0x00000007f8e80000,0x00000007f98fd230,0x00000007f9900000)
to space 51200K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff480000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83162K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb36850,0x00000007bcf80000)
}
{Heap before GC invocations=85 (full 11):
PSYoungGen total 244224K, used 236486K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 233472K, 96% used [0x00000007eaa80000,0x00000007f86f4658,0x00000007f8e80000)
from space 10752K, 99% used [0x00000007f8e80000,0x00000007f98fd230,0x00000007f9900000)
to space 51200K, 0% used [0x00000007fc280000,0x00000007fc280000,0x00000007ff480000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83196K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb3f0d0,0x00000007bcf80000)
2014-01-11T20:17:55.568+0800: 921.628: [GC
Desired survivor size 50331648 bytes, new threshold 5 (max 15)
[PSYoungGen: 236486K->20692K(281600K)] 566397K->350603K(772608K), 0.0574620 secs] [Times: user=0.03 sys=0.01, real=0.06 secs]
Heap after GC invocations=85 (full 11):
PSYoungGen total 281600K, used 20692K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 46592K, 44% used [0x00000007fc280000,0x00000007fd6b5230,0x00000007ff000000)
to space 49152K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83196K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb3f0d0,0x00000007bcf80000)
}
{Heap before GC invocations=86 (full 11):
PSYoungGen total 281600K, used 255700K [0x00000007eaa80000, 0x00000007ff000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 46592K, 44% used [0x00000007fc280000,0x00000007fd6b5230,0x00000007ff000000)
to space 49152K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83231K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb47ee8,0x00000007bcf80000)
2014-01-11T20:18:12.666+0800: 938.725: [GC
Desired survivor size 49807360 bytes, new threshold 6 (max 15)
[PSYoungGen: 255700K->22920K(284160K)] 585611K->352831K(775168K), 0.0167940 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=86 (full 11):
PSYoungGen total 284160K, used 22920K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 49152K, 46% used [0x00000007f9000000,0x00000007fa6621b0,0x00000007fc000000)
to space 48640K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007ff080000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83231K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb47ee8,0x00000007bcf80000)
}
{Heap before GC invocations=87 (full 11):
PSYoungGen total 284160K, used 257928K [0x00000007eaa80000, 0x00000007ff080000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 49152K, 46% used [0x00000007f9000000,0x00000007fa6621b0,0x00000007fc000000)
to space 48640K, 0% used [0x00000007fc100000,0x00000007fc100000,0x00000007ff080000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83279K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb53f10,0x00000007bcf80000)
2014-01-11T20:18:31.688+0800: 957.748: [GC
Desired survivor size 48758784 bytes, new threshold 7 (max 15)
[PSYoungGen: 257928K->23921K(283136K)] 587839K->353832K(774144K), 0.0164890 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=87 (full 11):
PSYoungGen total 283136K, used 23921K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 46592K, 51% used [0x00000007fc100000,0x00000007fd85c630,0x00000007fee80000)
to space 47616K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83279K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb53f10,0x00000007bcf80000)
}
{Heap before GC invocations=88 (full 11):
PSYoungGen total 283136K, used 260465K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 46592K, 51% used [0x00000007fc100000,0x00000007fd85c630,0x00000007fee80000)
to space 47616K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83291K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb56e38,0x00000007bcf80000)
2014-01-11T20:18:52.977+0800: 979.036: [GC
Desired survivor size 52428800 bytes, new threshold 8 (max 15)
[PSYoungGen: 260465K->34461K(284160K)] 590376K->364372K(775168K), 0.0330100 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
Heap after GC invocations=88 (full 11):
PSYoungGen total 284160K, used 34461K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 47616K, 72% used [0x00000007f9180000,0x00000007fb3274c0,0x00000007fc000000)
to space 51200K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff700000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83291K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb56e38,0x00000007bcf80000)
}
{Heap before GC invocations=89 (full 11):
PSYoungGen total 284160K, used 271005K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 47616K, 72% used [0x00000007f9180000,0x00000007fb3274c0,0x00000007fc000000)
to space 51200K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ff700000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83347K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb64c78,0x00000007bcf80000)
2014-01-11T20:19:10.208+0800: 996.267: [GC
Desired survivor size 55574528 bytes, new threshold 9 (max 15)
[PSYoungGen: 271005K->36657K(286208K)] 600916K->366567K(777216K), 0.0231860 secs] [Times: user=0.04 sys=0.01, real=0.03 secs]
Heap after GC invocations=89 (full 11):
PSYoungGen total 286208K, used 36657K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 51200K, 71% used [0x00000007fc500000,0x00000007fe8cc420,0x00000007ff700000)
to space 54272K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc500000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83347K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbb64c78,0x00000007bcf80000)
}
{Heap before GC invocations=90 (full 11):
PSYoungGen total 286208K, used 271665K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 51200K, 71% used [0x00000007fc500000,0x00000007fe8cc420,0x00000007ff700000)
to space 54272K, 0% used [0x00000007f9000000,0x00000007f9000000,0x00000007fc500000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83614K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbba7918,0x00000007bcf80000)
2014-01-11T20:19:23.655+0800: 1009.714: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 271665K->52252K(289280K)] 601575K->382163K(780288K), 0.0312440 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=90 (full 11):
PSYoungGen total 289280K, used 52252K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9000000)
from space 54272K, 96% used [0x00000007f9000000,0x00000007fc3071c0,0x00000007fc500000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83614K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbba7918,0x00000007bcf80000)
}
{Heap before GC invocations=91 (full 11):
PSYoungGen total 289280K, used 287260K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 235008K, 100% used [0x00000007eaa80000,0x00000007f9000000,0x00000007f9000000)
from space 54272K, 96% used [0x00000007f9000000,0x00000007fc3071c0,0x00000007fc500000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 329910K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 67% used [0x00000007c0000000,0x00000007d422dbd0,0x00000007ddf80000)
PSPermGen total 103936K, used 83746K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbc8b48,0x00000007bcf80000)
2014-01-11T20:19:39.353+0800: 1025.412: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 287260K->57843K(291840K)] 617171K->399679K(782848K), 0.0373500 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=91 (full 11):
PSYoungGen total 291840K, used 57843K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffcf28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 341835K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 69% used [0x00000007c0000000,0x00000007d4dd2ea0,0x00000007ddf80000)
PSPermGen total 103936K, used 83746K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbc8b48,0x00000007bcf80000)
}
{Heap before GC invocations=92 (full 11):
PSYoungGen total 291840K, used 291827K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffcf28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 341835K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 69% used [0x00000007c0000000,0x00000007d4dd2ea0,0x00000007ddf80000)
PSPermGen total 103936K, used 83792K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd40e0,0x00000007bcf80000)
2014-01-11T20:20:18.192+0800: 1064.252: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 291827K->56479K(291840K)] 633663K->400663K(782848K), 0.0408450 secs] [Times: user=0.05 sys=0.01, real=0.04 secs]
Heap after GC invocations=92 (full 11):
PSYoungGen total 291840K, used 56479K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 97% used [0x00000007f8f00000,0x00000007fc627d18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 344184K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 70% used [0x00000007c0000000,0x00000007d501e0c0,0x00000007ddf80000)
PSPermGen total 103936K, used 83792K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd40e0,0x00000007bcf80000)
}
{Heap before GC invocations=93 (full 11):
PSYoungGen total 291840K, used 290463K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 97% used [0x00000007f8f00000,0x00000007fc627d18,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 344184K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 70% used [0x00000007c0000000,0x00000007d501e0c0,0x00000007ddf80000)
PSPermGen total 103936K, used 83807K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd7c08,0x00000007bcf80000)
2014-01-11T20:20:38.807+0800: 1084.867: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 290463K->48195K(291840K)] 634647K->401739K(782848K), 0.0310320 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=93 (full 11):
PSYoungGen total 291840K, used 48195K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 83% used [0x00000007fc780000,0x00000007ff690d48,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 353544K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 72% used [0x00000007c0000000,0x00000007d5942010,0x00000007ddf80000)
PSPermGen total 103936K, used 83807K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd7c08,0x00000007bcf80000)
}
{Heap before GC invocations=94 (full 11):
PSYoungGen total 291840K, used 282179K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 83% used [0x00000007fc780000,0x00000007ff690d48,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 353544K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 72% used [0x00000007c0000000,0x00000007d5942010,0x00000007ddf80000)
PSPermGen total 103936K, used 83812K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd90a0,0x00000007bcf80000)
2014-01-11T20:20:56.444+0800: 1102.504: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 282179K->44099K(291840K)] 635723K->402896K(782848K), 0.0228060 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=94 (full 11):
PSYoungGen total 291840K, used 44099K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba10f58,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 358796K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 73% used [0x00000007c0000000,0x00000007d5e630c8,0x00000007ddf80000)
PSPermGen total 103936K, used 83812K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd90a0,0x00000007bcf80000)
}
{Heap before GC invocations=95 (full 11):
PSYoungGen total 291840K, used 278083K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 76% used [0x00000007f8f00000,0x00000007fba10f58,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 358796K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 73% used [0x00000007c0000000,0x00000007d5e630c8,0x00000007ddf80000)
PSPermGen total 103936K, used 83815K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd9ee8,0x00000007bcf80000)
2014-01-11T20:21:15.791+0800: 1121.851: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 278083K->12593K(291840K)] 636880K->408123K(782848K), 0.0228260 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=95 (full 11):
PSYoungGen total 291840K, used 12593K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007fc780000,0x00000007fd3cc430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 395530K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d8242b48,0x00000007ddf80000)
PSPermGen total 103936K, used 83815K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbd9ee8,0x00000007bcf80000)
}
{Heap before GC invocations=96 (full 11):
PSYoungGen total 291840K, used 246577K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007fc780000,0x00000007fd3cc430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 395530K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d8242b48,0x00000007ddf80000)
PSPermGen total 103936K, used 83823K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbdbf00,0x00000007bcf80000)
2014-01-11T20:21:36.093+0800: 1142.153: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 246577K->13713K(291840K)] 642107K->409663K(782848K), 0.0138620 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=96 (full 11):
PSYoungGen total 291840K, used 13713K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c64430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 395950K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d82abb58,0x00000007ddf80000)
PSPermGen total 103936K, used 83823K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbdbf00,0x00000007bcf80000)
}
{Heap before GC invocations=97 (full 11):
PSYoungGen total 291840K, used 247697K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c64430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 395950K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d82abb58,0x00000007ddf80000)
PSPermGen total 103936K, used 83831K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbddfe0,0x00000007bcf80000)
2014-01-11T20:21:55.179+0800: 1161.239: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 247697K->16928K(291840K)] 643647K->414119K(782848K), 0.0146500 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=97 (full 11):
PSYoungGen total 291840K, used 16928K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd808010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 397191K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d83e1f00,0x00000007ddf80000)
PSPermGen total 103936K, used 83831K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbddfe0,0x00000007bcf80000)
}
{Heap before GC invocations=98 (full 11):
PSYoungGen total 291840K, used 250912K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd808010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 397191K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 80% used [0x00000007c0000000,0x00000007d83e1f00,0x00000007ddf80000)
PSPermGen total 103936K, used 83839K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbdfd08,0x00000007bcf80000)
2014-01-11T20:22:18.949+0800: 1185.009: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250912K->1376K(291840K)] 648103K->416976K(782848K), 0.0162510 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=98 (full 11):
PSYoungGen total 291840K, used 1376K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f9058010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 415600K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d95dc180,0x00000007ddf80000)
PSPermGen total 103936K, used 83839K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbdfd08,0x00000007bcf80000)
}
{Heap before GC invocations=99 (full 11):
PSYoungGen total 291840K, used 235360K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f9058010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 415600K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d95dc180,0x00000007ddf80000)
PSPermGen total 103936K, used 83902K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbef850,0x00000007bcf80000)
2014-01-11T20:22:36.656+0800: 1202.715: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235360K->9936K(291840K)] 650960K->426625K(782848K), 0.0865050 secs] [Times: user=0.05 sys=0.00, real=0.09 secs]
Heap after GC invocations=99 (full 11):
PSYoungGen total 291840K, used 9936K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007fc780000,0x00000007fd134290,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 416688K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d96ec1b0,0x00000007ddf80000)
PSPermGen total 103936K, used 83902K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbef850,0x00000007bcf80000)
}
{Heap before GC invocations=100 (full 11):
PSYoungGen total 291840K, used 243920K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007fc780000,0x00000007fd134290,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 416688K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d96ec1b0,0x00000007ddf80000)
PSPermGen total 103936K, used 83940K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbf91e0,0x00000007bcf80000)
2014-01-11T20:22:45.064+0800: 1211.124: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243920K->9614K(291840K)] 660609K->426819K(782848K), 0.0236380 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=100 (full 11):
PSYoungGen total 291840K, used 9614K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007f8f00000,0x00000007f9863b78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 417205K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d976d420,0x00000007ddf80000)
PSPermGen total 103936K, used 83940K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbbf91e0,0x00000007bcf80000)
}
{Heap before GC invocations=101 (full 11):
PSYoungGen total 291840K, used 243598K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007f8f00000,0x00000007f9863b78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 417205K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 84% used [0x00000007c0000000,0x00000007d976d420,0x00000007ddf80000)
PSPermGen total 103936K, used 83992K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc06150,0x00000007bcf80000)
2014-01-11T20:22:48.021+0800: 1214.080: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243598K->320K(291840K)] 660803K->427017K(782848K), 0.0224400 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=101 (full 11):
PSYoungGen total 291840K, used 320K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc7d0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 426697K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da0b2640,0x00000007ddf80000)
PSPermGen total 103936K, used 83992K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc06150,0x00000007bcf80000)
}
{Heap before GC invocations=102 (full 11):
PSYoungGen total 291840K, used 234304K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc7d0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 426697K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da0b2640,0x00000007ddf80000)
PSPermGen total 103936K, used 84024K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc0e3c0,0x00000007bcf80000)
2014-01-11T20:22:50.645+0800: 1216.705: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 234304K->256K(291840K)] 661001K->427155K(782848K), 0.0099270 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=102 (full 11):
PSYoungGen total 291840K, used 256K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f40000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 426899K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da0e4e30,0x00000007ddf80000)
PSPermGen total 103936K, used 84024K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc0e3c0,0x00000007bcf80000)
}
{Heap before GC invocations=103 (full 11):
PSYoungGen total 291840K, used 234240K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f40000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 426899K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da0e4e30,0x00000007ddf80000)
PSPermGen total 103936K, used 84125K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc27400,0x00000007bcf80000)
2014-01-11T20:23:07.760+0800: 1233.820: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 234240K->5367K(291840K)] 661139K->432378K(782848K), 0.0159290 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=103 (full 11):
PSYoungGen total 291840K, used 5367K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007fc780000,0x00000007fccbdfc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 427010K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da100860,0x00000007ddf80000)
PSPermGen total 103936K, used 84125K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc27400,0x00000007bcf80000)
}
{Heap before GC invocations=104 (full 11):
PSYoungGen total 291840K, used 239351K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007fc780000,0x00000007fccbdfc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 427010K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 86% used [0x00000007c0000000,0x00000007da100860,0x00000007ddf80000)
PSPermGen total 103936K, used 84135K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc29df0,0x00000007bcf80000)
2014-01-11T20:23:14.107+0800: 1240.166: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239351K->9079K(291840K)] 666362K->437202K(782848K), 0.0241350 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=104 (full 11):
PSYoungGen total 291840K, used 9079K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97ddfc0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 428122K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 87% used [0x00000007c0000000,0x00000007da2169f8,0x00000007ddf80000)
PSPermGen total 103936K, used 84135K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc29df0,0x00000007bcf80000)
}
{Heap before GC invocations=105 (full 11):
PSYoungGen total 291840K, used 243063K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 15% used [0x00000007f8f00000,0x00000007f97ddfc0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 428122K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 87% used [0x00000007c0000000,0x00000007da2169f8,0x00000007ddf80000)
PSPermGen total 103936K, used 84144K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc2c390,0x00000007bcf80000)
2014-01-11T20:23:22.264+0800: 1248.324: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243063K->6423K(291840K)] 671186K->438329K(782848K), 0.0214460 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=105 (full 11):
PSYoungGen total 291840K, used 6423K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdc5fd0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 431906K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 87% used [0x00000007c0000000,0x00000007da5c8810,0x00000007ddf80000)
PSPermGen total 103936K, used 84144K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc2c390,0x00000007bcf80000)
}
{Heap before GC invocations=106 (full 11):
PSYoungGen total 291840K, used 240407K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdc5fd0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 431906K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 87% used [0x00000007c0000000,0x00000007da5c8810,0x00000007ddf80000)
PSPermGen total 103936K, used 84160K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc30350,0x00000007bcf80000)
2014-01-11T20:23:27.050+0800: 1253.110: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 240407K->6583K(240640K)] 672313K->442529K(731648K), 0.0216400 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=106 (full 11):
PSYoungGen total 240640K, used 6583K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 6656K, 98% used [0x00000007f8f00000,0x00000007f956dfd0,0x00000007f9580000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84160K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc30350,0x00000007bcf80000)
}
{Heap before GC invocations=107 (full 11):
PSYoungGen total 240640K, used 240567K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 6656K, 98% used [0x00000007f8f00000,0x00000007f956dfd0,0x00000007f9580000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84172K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc333f8,0x00000007bcf80000)
2014-01-11T20:23:43.003+0800: 1269.062: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 240567K->8343K(292352K)] 676513K->444289K(783360K), 0.0188400 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=107 (full 11):
PSYoungGen total 292352K, used 8343K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 55296K, 15% used [0x00000007fc700000,0x00000007fcf25fd0,0x00000007ffd00000)
to space 54272K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc700000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84172K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc333f8,0x00000007bcf80000)
}
{Heap before GC invocations=108 (full 11):
PSYoungGen total 292352K, used 245399K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 55296K, 15% used [0x00000007fc700000,0x00000007fcf25fd0,0x00000007ffd00000)
to space 54272K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc700000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84184K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc361c0,0x00000007bcf80000)
2014-01-11T20:24:06.670+0800: 1292.730: [GC
Desired survivor size 53477376 bytes, new threshold 4 (max 15)
[PSYoungGen: 245399K->19231K(291328K)] 681345K->455177K(782336K), 0.0289760 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=108 (full 11):
PSYoungGen total 291328K, used 19231K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 54272K, 35% used [0x00000007f9200000,0x00000007fa4c7e28,0x00000007fc700000)
to space 52224K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffb00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84184K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc361c0,0x00000007bcf80000)
}
{Heap before GC invocations=109 (full 11):
PSYoungGen total 291328K, used 256287K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 54272K, 35% used [0x00000007f9200000,0x00000007fa4c7e28,0x00000007fc700000)
to space 52224K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffb00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84185K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc36730,0x00000007bcf80000)
2014-01-11T20:24:25.109+0800: 1311.169: [GC
Desired survivor size 49807360 bytes, new threshold 5 (max 15)
[PSYoungGen: 256287K->13424K(285184K)] 692233K->449370K(776192K), 0.0214540 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=109 (full 11):
PSYoungGen total 285184K, used 13424K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 45056K, 29% used [0x00000007fc800000,0x00000007fd51c248,0x00000007ff400000)
to space 48640K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc480000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84185K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc36730,0x00000007bcf80000)
}
{Heap before GC invocations=110 (full 11):
PSYoungGen total 285184K, used 253552K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 45056K, 29% used [0x00000007fc800000,0x00000007fd51c248,0x00000007ff400000)
to space 48640K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc480000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84186K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc36818,0x00000007bcf80000)
2014-01-11T20:24:25.663+0800: 1311.723: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 253552K->13207K(288768K)] 689498K->449153K(779776K), 0.0213120 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=110 (full 11):
PSYoungGen total 288768K, used 13207K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 48640K, 27% used [0x00000007f9500000,0x00000007fa1e5fd0,0x00000007fc480000)
to space 45568K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffa00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84186K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 80% used [0x00000007b6a00000,0x00000007bbc36818,0x00000007bcf80000)
}
{Heap before GC invocations=111 (full 11):
PSYoungGen total 288768K, used 253335K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 240128K, 100% used [0x00000007eaa80000,0x00000007f9500000,0x00000007f9500000)
from space 48640K, 27% used [0x00000007f9500000,0x00000007fa1e5fd0,0x00000007fc480000)
to space 45568K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffa00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84191K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc37f70,0x00000007bcf80000)
2014-01-11T20:24:26.859+0800: 1312.918: [GC
Desired survivor size 43515904 bytes, new threshold 7 (max 15)
[PSYoungGen: 253335K->13494K(294912K)] 689281K->449439K(785920K), 0.0216000 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=111 (full 11):
PSYoungGen total 294912K, used 13494K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 253952K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa280000)
from space 40960K, 32% used [0x00000007fcd80000,0x00000007fdaad9d0,0x00000007ff580000)
to space 42496K, 0% used [0x00000007fa280000,0x00000007fa280000,0x00000007fcc00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84191K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc37f70,0x00000007bcf80000)
}
{Heap before GC invocations=112 (full 11):
PSYoungGen total 294912K, used 267446K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 253952K, 100% used [0x00000007eaa80000,0x00000007fa280000,0x00000007fa280000)
from space 40960K, 32% used [0x00000007fcd80000,0x00000007fdaad9d0,0x00000007ff580000)
to space 42496K, 0% used [0x00000007fa280000,0x00000007fa280000,0x00000007fcc00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84198K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc39be0,0x00000007bcf80000)
2014-01-11T20:24:28.484+0800: 1314.543: [GC
Desired survivor size 40894464 bytes, new threshold 8 (max 15)
[PSYoungGen: 267446K->13448K(296448K)] 703391K->449394K(787456K), 0.0202480 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=112 (full 11):
PSYoungGen total 296448K, used 13448K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 253952K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa280000)
from space 42496K, 31% used [0x00000007fa280000,0x00000007fafa23f0,0x00000007fcc00000)
to space 39936K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ffc80000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84198K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc39be0,0x00000007bcf80000)
}
{Heap before GC invocations=113 (full 11):
PSYoungGen total 296448K, used 267400K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 253952K, 100% used [0x00000007eaa80000,0x00000007fa280000,0x00000007fa280000)
from space 42496K, 31% used [0x00000007fa280000,0x00000007fafa23f0,0x00000007fcc00000)
to space 39936K, 0% used [0x00000007fd580000,0x00000007fd580000,0x00000007ffc80000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84216K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc3e030,0x00000007bcf80000)
2014-01-11T20:24:36.247+0800: 1322.307: [GC
Desired survivor size 38273024 bytes, new threshold 9 (max 15)
[PSYoungGen: 267400K->13399K(301056K)] 703346K->449345K(792064K), 0.0260910 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=113 (full 11):
PSYoungGen total 301056K, used 13399K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 266240K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae80000)
from space 34816K, 38% used [0x00000007fd580000,0x00000007fe295fd0,0x00000007ff780000)
to space 37376K, 0% used [0x00000007fae80000,0x00000007fae80000,0x00000007fd300000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84216K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc3e030,0x00000007bcf80000)
}
{Heap before GC invocations=114 (full 11):
PSYoungGen total 301056K, used 279639K [0x00000007eaa80000, 0x00000007ff780000, 0x0000000800000000)
eden space 266240K, 100% used [0x00000007eaa80000,0x00000007fae80000,0x00000007fae80000)
from space 34816K, 38% used [0x00000007fd580000,0x00000007fe295fd0,0x00000007ff780000)
to space 37376K, 0% used [0x00000007fae80000,0x00000007fae80000,0x00000007fd300000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84366K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc63b30,0x00000007bcf80000)
2014-01-11T20:24:57.874+0800: 1343.933: [GC
Desired survivor size 37748736 bytes, new threshold 10 (max 15)
[PSYoungGen: 279639K->19447K(303616K)] 715585K->455393K(794624K), 0.0227080 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=114 (full 11):
PSYoungGen total 303616K, used 19447K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 266240K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fae80000)
from space 37376K, 52% used [0x00000007fae80000,0x00000007fc17dfd0,0x00000007fd300000)
to space 36864K, 0% used [0x00000007fdc00000,0x00000007fdc00000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84366K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc63b30,0x00000007bcf80000)
}
{Heap before GC invocations=115 (full 11):
PSYoungGen total 303616K, used 285687K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 266240K, 100% used [0x00000007eaa80000,0x00000007fae80000,0x00000007fae80000)
from space 37376K, 52% used [0x00000007fae80000,0x00000007fc17dfd0,0x00000007fd300000)
to space 36864K, 0% used [0x00000007fdc00000,0x00000007fdc00000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84375K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc65c48,0x00000007bcf80000)
2014-01-11T20:25:09.654+0800: 1355.713: [GC
Desired survivor size 38797312 bytes, new threshold 11 (max 15)
[PSYoungGen: 285687K->22632K(310784K)] 721633K->458578K(801792K), 0.0277440 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=115 (full 11):
PSYoungGen total 310784K, used 22632K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb600000)
from space 36864K, 61% used [0x00000007fdc00000,0x00000007ff21a3f0,0x0000000800000000)
to space 37888K, 0% used [0x00000007fb600000,0x00000007fb600000,0x00000007fdb00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84375K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc65c48,0x00000007bcf80000)
}
{Heap before GC invocations=116 (full 11):
PSYoungGen total 310784K, used 296552K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 100% used [0x00000007eaa80000,0x00000007fb600000,0x00000007fb600000)
from space 36864K, 61% used [0x00000007fdc00000,0x00000007ff21a3f0,0x0000000800000000)
to space 37888K, 0% used [0x00000007fb600000,0x00000007fb600000,0x00000007fdb00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84400K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc6c1b8,0x00000007bcf80000)
2014-01-11T20:25:10.084+0800: 1356.144: [GC
Desired survivor size 39321600 bytes, new threshold 12 (max 15)
[PSYoungGen: 296552K->22728K(296960K)] 732498K->458674K(787968K), 0.0234160 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=116 (full 11):
PSYoungGen total 296960K, used 22728K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb600000)
from space 23040K, 98% used [0x00000007fb600000,0x00000007fcc323f0,0x00000007fcc80000)
to space 38400K, 0% used [0x00000007fda80000,0x00000007fda80000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84400K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc6c1b8,0x00000007bcf80000)
}
{Heap before GC invocations=117 (full 11):
PSYoungGen total 296960K, used 296648K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 273920K, 100% used [0x00000007eaa80000,0x00000007fb600000,0x00000007fb600000)
from space 23040K, 98% used [0x00000007fb600000,0x00000007fcc323f0,0x00000007fcc80000)
to space 38400K, 0% used [0x00000007fda80000,0x00000007fda80000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84475K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc7eee8,0x00000007bcf80000)
2014-01-11T20:25:11.139+0800: 1357.199: [GC
Desired survivor size 39845888 bytes, new threshold 13 (max 15)
[PSYoungGen: 296648K->23583K(310272K)] 732594K->459529K(801280K), 0.0285020 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=117 (full 11):
PSYoungGen total 310272K, used 23583K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 38400K, 61% used [0x00000007fda80000,0x00000007ff187f98,0x0000000800000000)
to space 38912K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fda00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84475K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc7eee8,0x00000007bcf80000)
}
{Heap before GC invocations=118 (full 11):
PSYoungGen total 310272K, used 281701K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 94% used [0x00000007eaa80000,0x00000007fa6914d0,0x00000007fb400000)
from space 38400K, 61% used [0x00000007fda80000,0x00000007ff187f98,0x0000000800000000)
to space 38912K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fda00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84481K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc80670,0x00000007bcf80000)
2014-01-11T20:25:11.691+0800: 1357.750: [GC
Desired survivor size 39845888 bytes, new threshold 14 (max 15)
[PSYoungGen: 281701K->23073K(310784K)] 717646K->459019K(801792K), 0.0243240 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=118 (full 11):
PSYoungGen total 310784K, used 23073K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 38912K, 59% used [0x00000007fb400000,0x00000007fca88678,0x00000007fda00000)
to space 38912K, 0% used [0x00000007fda00000,0x00000007fda00000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84481K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc80670,0x00000007bcf80000)
}
{Heap before GC invocations=119 (full 11):
PSYoungGen total 310784K, used 294945K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 38912K, 59% used [0x00000007fb400000,0x00000007fca88678,0x00000007fda00000)
to space 38912K, 0% used [0x00000007fda00000,0x00000007fda00000,0x0000000800000000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84538K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc8e828,0x00000007bcf80000)
2014-01-11T20:25:13.220+0800: 1359.279: [GC
Desired survivor size 39845888 bytes, new threshold 15 (max 15)
[PSYoungGen: 294945K->23226K(310784K)] 730891K->459171K(801792K), 0.0272020 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=119 (full 11):
PSYoungGen total 310784K, used 23226K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 38912K, 59% used [0x00000007fda00000,0x00000007ff0ae820,0x0000000800000000)
to space 38912K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fda00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84538K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc8e828,0x00000007bcf80000)
}
{Heap before GC invocations=120 (full 11):
PSYoungGen total 310784K, used 295098K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 38912K, 59% used [0x00000007fda00000,0x00000007ff0ae820,0x0000000800000000)
to space 38912K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fda00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84543K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc8fec0,0x00000007bcf80000)
2014-01-11T20:25:17.536+0800: 1363.595: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 295098K->11913K(284160K)] 731043K->447858K(775168K), 0.0287360 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=120 (full 11):
PSYoungGen total 284160K, used 11913K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 12288K, 96% used [0x00000007fb400000,0x00000007fbfa2400,0x00000007fc000000)
to space 37888K, 0% used [0x00000007fd900000,0x00000007fd900000,0x00000007ffe00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84543K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc8fec0,0x00000007bcf80000)
}
{Heap before GC invocations=121 (full 11):
PSYoungGen total 284160K, used 283785K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 12288K, 96% used [0x00000007fb400000,0x00000007fbfa2400,0x00000007fc000000)
to space 37888K, 0% used [0x00000007fd900000,0x00000007fd900000,0x00000007ffe00000)
ParOldGen total 491008K, used 435945K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9ba628,0x00000007ddf80000)
PSPermGen total 103936K, used 84548K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc910d8,0x00000007bcf80000)
2014-01-11T20:25:28.028+0800: 1374.087: [GC
Desired survivor size 37748736 bytes, new threshold 15 (max 15)
[PSYoungGen: 283785K->11937K(310784K)] 719730K->448003K(801792K), 0.0222890 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=121 (full 11):
PSYoungGen total 310784K, used 11937K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 272896K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb500000)
from space 37888K, 31% used [0x00000007fd900000,0x00000007fe4a8678,0x00000007ffe00000)
to space 36864K, 0% used [0x00000007fb500000,0x00000007fb500000,0x00000007fd900000)
ParOldGen total 491008K, used 436065K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9d8628,0x00000007ddf80000)
PSPermGen total 103936K, used 84548K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc910d8,0x00000007bcf80000)
}
{Heap before GC invocations=122 (full 11):
PSYoungGen total 310784K, used 284833K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 272896K, 100% used [0x00000007eaa80000,0x00000007fb500000,0x00000007fb500000)
from space 37888K, 31% used [0x00000007fd900000,0x00000007fe4a8678,0x00000007ffe00000)
to space 36864K, 0% used [0x00000007fb500000,0x00000007fb500000,0x00000007fd900000)
ParOldGen total 491008K, used 436065K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9d8628,0x00000007ddf80000)
PSPermGen total 103936K, used 84565K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc95448,0x00000007bcf80000)
2014-01-11T20:25:59.510+0800: 1405.570: [GC
Desired survivor size 36700160 bytes, new threshold 15 (max 15)
[PSYoungGen: 284833K->18984K(309760K)] 720899K->455074K(800768K), 0.0235040 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=122 (full 11):
PSYoungGen total 309760K, used 18984K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 272896K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb500000)
from space 36864K, 51% used [0x00000007fb500000,0x00000007fc78a218,0x00000007fd900000)
to space 35840K, 0% used [0x00000007fda00000,0x00000007fda00000,0x00000007ffd00000)
ParOldGen total 491008K, used 436089K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9de628,0x00000007ddf80000)
PSPermGen total 103936K, used 84565K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc95448,0x00000007bcf80000)
}
{Heap before GC invocations=123 (full 11):
PSYoungGen total 309760K, used 291880K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 272896K, 100% used [0x00000007eaa80000,0x00000007fb500000,0x00000007fb500000)
from space 36864K, 51% used [0x00000007fb500000,0x00000007fc78a218,0x00000007fd900000)
to space 35840K, 0% used [0x00000007fda00000,0x00000007fda00000,0x00000007ffd00000)
ParOldGen total 491008K, used 436089K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007da9de628,0x00000007ddf80000)
PSPermGen total 103936K, used 84573K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc97610,0x00000007bcf80000)
2014-01-11T20:26:16.279+0800: 1422.339: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 291880K->10697K(311808K)] 727970K->447106K(802816K), 0.0213430 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=123 (full 11):
PSYoungGen total 311808K, used 10697K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 275968K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb800000)
from space 35840K, 29% used [0x00000007fda00000,0x00000007fe472400,0x00000007ffd00000)
to space 34816K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fda00000)
ParOldGen total 491008K, used 436409K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007daa2e628,0x00000007ddf80000)
PSPermGen total 103936K, used 84573K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbc97610,0x00000007bcf80000)
}
{Heap before GC invocations=124 (full 11):
PSYoungGen total 311808K, used 286665K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 275968K, 100% used [0x00000007eaa80000,0x00000007fb800000,0x00000007fb800000)
from space 35840K, 29% used [0x00000007fda00000,0x00000007fe472400,0x00000007ffd00000)
to space 34816K, 0% used [0x00000007fb800000,0x00000007fb800000,0x00000007fda00000)
ParOldGen total 491008K, used 436409K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 88% used [0x00000007c0000000,0x00000007daa2e628,0x00000007ddf80000)
PSPermGen total 103936K, used 84655K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcabe68,0x00000007bcf80000)
2014-01-11T20:26:33.519+0800: 1439.579: [GC
Desired survivor size 45088768 bytes, new threshold 14 (max 15)
[PSYoungGen: 286665K->34792K(310784K)] 723074K->482062K(801792K), 0.0312070 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=124 (full 11):
PSYoungGen total 310784K, used 34792K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 275968K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb800000)
from space 34816K, 99% used [0x00000007fb800000,0x00000007fd9fa3f0,0x00000007fda00000)
to space 38912K, 0% used [0x00000007fda00000,0x00000007fda00000,0x0000000800000000)
ParOldGen total 491008K, used 447269K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4c96b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84655K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcabe68,0x00000007bcf80000)
}
{Heap before GC invocations=125 (full 11):
PSYoungGen total 310784K, used 310760K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 275968K, 100% used [0x00000007eaa80000,0x00000007fb800000,0x00000007fb800000)
from space 34816K, 99% used [0x00000007fb800000,0x00000007fd9fa3f0,0x00000007fda00000)
to space 38912K, 0% used [0x00000007fda00000,0x00000007fda00000,0x0000000800000000)
ParOldGen total 491008K, used 447269K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4c96b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84659K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcacff8,0x00000007bcf80000)
2014-01-11T20:27:00.283+0800: 1466.342: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 310760K->36710K(292352K)] 758030K->484003K(783360K), 0.0359940 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=125 (full 11):
PSYoungGen total 292352K, used 36710K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 38912K, 94% used [0x00000007fda00000,0x00000007ffdd98d0,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 491008K, used 447293K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4cf6b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84659K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcacff8,0x00000007bcf80000)
}
{Heap before GC invocations=126 (full 11):
PSYoungGen total 292352K, used 290150K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 38912K, 94% used [0x00000007fda00000,0x00000007ffdd98d0,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 491008K, used 447293K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4cf6b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84671K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcafee8,0x00000007bcf80000)
2014-01-11T20:27:52.086+0800: 1518.146: [GC
Desired survivor size 52428800 bytes, new threshold 15 (max 15)
[PSYoungGen: 290150K->36726K(290304K)] 737443K->484019K(781312K), 0.0267370 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=126 (full 11):
PSYoungGen total 290304K, used 36726K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 36864K, 99% used [0x00000007fa200000,0x00000007fc5dd8e0,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 491008K, used 447293K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4cf6b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84671K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcafee8,0x00000007bcf80000)
}
{Heap before GC invocations=127 (full 11):
PSYoungGen total 290304K, used 290166K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 36864K, 99% used [0x00000007fa200000,0x00000007fc5dd8e0,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 491008K, used 447293K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4cf6b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84679K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb1c80,0x00000007bcf80000)
2014-01-11T20:28:22.610+0800: 1548.669: [GC
Desired survivor size 55574528 bytes, new threshold 15 (max 15)
[PSYoungGen: 290166K->39141K(292352K)] 737459K->486458K(783360K), 0.0286680 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=127 (full 11):
PSYoungGen total 292352K, used 39141K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 51200K, 76% used [0x00000007fce00000,0x00000007ff4394b0,0x0000000800000000)
to space 54272K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fcb00000)
ParOldGen total 491008K, used 447317K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4d56b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84679K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb1c80,0x00000007bcf80000)
}
{Heap before GC invocations=128 (full 11):
PSYoungGen total 292352K, used 280293K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 51200K, 76% used [0x00000007fce00000,0x00000007ff4394b0,0x0000000800000000)
to space 54272K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fcb00000)
ParOldGen total 491008K, used 447317K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4d56b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84680K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb23e8,0x00000007bcf80000)
2014-01-11T20:28:48.983+0800: 1575.042: [GC
Desired survivor size 56623104 bytes, new threshold 15 (max 15)
[PSYoungGen: 280293K->35068K(276480K)] 727610K->482402K(767488K), 0.0255950 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=128 (full 11):
PSYoungGen total 276480K, used 35068K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 35328K, 99% used [0x00000007f9600000,0x00000007fb83f308,0x00000007fb880000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 491008K, used 447333K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4d96b8,0x00000007ddf80000)
PSPermGen total 103936K, used 84680K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb23e8,0x00000007bcf80000)
}
{Heap before GC invocations=129 (full 11):
PSYoungGen total 276480K, used 276220K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 35328K, 99% used [0x00000007f9600000,0x00000007fb83f308,0x00000007fb880000)
to space 55296K, 0% used [0x00000007fca00000,0x00000007fca00000,0x0000000800000000)
ParOldGen total 491008K, used 447339K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4daf18,0x00000007ddf80000)
PSPermGen total 103936K, used 84692K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb51c0,0x00000007bcf80000)
2014-01-11T20:29:08.446+0800: 1594.506: [GC
Desired survivor size 59244544 bytes, new threshold 14 (max 15)
[PSYoungGen: 276220K->48825K(289280K)] 723560K->496181K(780288K), 0.0331360 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=129 (full 11):
PSYoungGen total 289280K, used 48825K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55296K, 88% used [0x00000007fca00000,0x00000007ff9ae648,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 447355K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db4def18,0x00000007ddf80000)
PSPermGen total 103936K, used 84692K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb51c0,0x00000007bcf80000)
}
{Heap before GC invocations=130 (full 11):
PSYoungGen total 289280K, used 282809K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55296K, 88% used [0x00000007fca00000,0x00000007ff9ae648,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 449657K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 91% used [0x00000007c0000000,0x00000007db71e5a8,0x00000007ddf80000)
PSPermGen total 103936K, used 84700K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb7350,0x00000007bcf80000)
2014-01-11T20:29:25.488+0800: 1611.547: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 282809K->57831K(291840K)] 732466K->511285K(782848K), 0.0317270 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=130 (full 11):
PSYoungGen total 291840K, used 57831K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc779ed0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 453454K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbad3828,0x00000007ddf80000)
PSPermGen total 103936K, used 84700K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb7350,0x00000007bcf80000)
}
{Heap before GC invocations=131 (full 11):
PSYoungGen total 291840K, used 291815K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc779ed0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 453454K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbad3828,0x00000007ddf80000)
PSPermGen total 103936K, used 84706K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb8bb8,0x00000007bcf80000)
2014-01-11T20:29:45.854+0800: 1631.914: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 291815K->45402K(291840K)] 745269K->498903K(782848K), 0.0274550 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=131 (full 11):
PSYoungGen total 291840K, used 45402K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007fc780000,0x00000007ff3d6b18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 453501K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbadf448,0x00000007ddf80000)
PSPermGen total 103936K, used 84706K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcb8bb8,0x00000007bcf80000)
}
{Heap before GC invocations=132 (full 11):
PSYoungGen total 291840K, used 279386K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 78% used [0x00000007fc780000,0x00000007ff3d6b18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 453501K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbadf448,0x00000007ddf80000)
PSPermGen total 103936K, used 84720K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbc2b0,0x00000007bcf80000)
2014-01-11T20:30:06.246+0800: 1652.306: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 279386K->34680K(291840K)] 732887K->488237K(782848K), 0.0511100 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
Heap after GC invocations=132 (full 11):
PSYoungGen total 291840K, used 34680K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 59% used [0x00000007f8f00000,0x00000007fb0de120,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 453557K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbaed448,0x00000007ddf80000)
PSPermGen total 103936K, used 84720K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbc2b0,0x00000007bcf80000)
}
{Heap before GC invocations=133 (full 11):
PSYoungGen total 291840K, used 268664K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 59% used [0x00000007f8f00000,0x00000007fb0de120,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 453557K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 92% used [0x00000007c0000000,0x00000007dbaed448,0x00000007ddf80000)
PSPermGen total 103936K, used 84726K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbdbc0,0x00000007bcf80000)
2014-01-11T20:30:30.607+0800: 1676.666: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 268664K->32160K(291840K)] 722221K->489349K(782848K), 0.0257730 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=133 (full 11):
PSYoungGen total 291840K, used 32160K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 55% used [0x00000007fc780000,0x00000007fe6e8160,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 457189K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 93% used [0x00000007c0000000,0x00000007dbe79408,0x00000007ddf80000)
PSPermGen total 103936K, used 84726K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbdbc0,0x00000007bcf80000)
}
{Heap before GC invocations=134 (full 11):
PSYoungGen total 291840K, used 266144K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 55% used [0x00000007fc780000,0x00000007fe6e8160,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 491008K, used 457189K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 93% used [0x00000007c0000000,0x00000007dbe79408,0x00000007ddf80000)
PSPermGen total 103936K, used 84729K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbe7e8,0x00000007bcf80000)
2014-01-11T20:30:55.671+0800: 1701.730: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 266144K->6858K(291840K)] 723333K->494207K(782848K), 0.0309500 secs] [Times: user=0.04 sys=0.01, real=0.03 secs]
Heap after GC invocations=134 (full 11):
PSYoungGen total 291840K, used 6858K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f95b2808,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 487349K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 99% used [0x00000007c0000000,0x00000007ddbed680,0x00000007ddf80000)
PSPermGen total 103936K, used 84729K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbe7e8,0x00000007bcf80000)
}
{Heap before GC invocations=135 (full 12):
PSYoungGen total 291840K, used 6858K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f95b2808,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 491008K, used 487349K [0x00000007c0000000, 0x00000007ddf80000, 0x00000007eaa80000)
object space 491008K, 99% used [0x00000007c0000000,0x00000007ddbed680,0x00000007ddf80000)
PSPermGen total 103936K, used 84729K [0x00000007b6a00000, 0x00000007bcf80000, 0x00000007c0000000)
object space 103936K, 81% used [0x00000007b6a00000,0x00000007bbcbe7e8,0x00000007bcf80000)
2014-01-11T20:30:55.702+0800: 1701.761: [Full GC [PSYoungGen: 6858K->0K(291840K)] [ParOldGen: 487349K->325555K(499712K)] 494207K->325555K(791552K) [PSPermGen: 84729K->84714K(103424K)], 0.4256080 secs] [Times: user=0.75 sys=0.00, real=0.42 secs]
Heap after GC invocations=135 (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 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84714K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcba9b8,0x00000007bcf00000)
}
{Heap before GC invocations=136 (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 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84725K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbd7e8,0x00000007bcf00000)
2014-01-11T20:31:22.433+0800: 1728.493: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 233984K->3680K(291840K)] 559539K->329235K(791552K), 0.0088090 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=136 (full 12):
PSYoungGen total 291840K, used 3680K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb18010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84725K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbd7e8,0x00000007bcf00000)
}
{Heap before GC invocations=137 (full 12):
PSYoungGen total 291840K, used 237664K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb18010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84728K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbe2a0,0x00000007bcf00000)
2014-01-11T20:31:47.297+0800: 1753.356: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 237664K->3392K(291840K)] 563219K->328947K(791552K), 0.0095850 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=137 (full 12):
PSYoungGen total 291840K, used 3392K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f9250010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84728K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbe2a0,0x00000007bcf00000)
}
{Heap before GC invocations=138 (full 12):
PSYoungGen total 291840K, used 237376K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f9250010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84732K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbf118,0x00000007bcf00000)
2014-01-11T20:32:12.357+0800: 1778.416: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 237376K->11968K(291840K)] 562931K->337523K(791552K), 0.0141410 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=138 (full 12):
PSYoungGen total 291840K, used 11968K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd330010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84732K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbf118,0x00000007bcf00000)
}
{Heap before GC invocations=139 (full 12):
PSYoungGen total 291840K, used 245952K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd330010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84734K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfa10,0x00000007bcf00000)
2014-01-11T20:32:43.639+0800: 1809.699: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 245952K->12476K(291840K)] 571507K->338032K(791552K), 0.0146180 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=139 (full 12):
PSYoungGen total 291840K, used 12476K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b2f3a0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84734K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfa10,0x00000007bcf00000)
}
{Heap before GC invocations=140 (full 12):
PSYoungGen total 291840K, used 246460K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 21% used [0x00000007f8f00000,0x00000007f9b2f3a0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84735K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfc38,0x00000007bcf00000)
2014-01-11T20:33:05.074+0800: 1831.134: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 246460K->5280K(291840K)] 572016K->330835K(791552K), 0.0123560 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=140 (full 12):
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 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84735K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfc38,0x00000007bcf00000)
}
{Heap before GC invocations=141 (full 12):
PSYoungGen total 291840K, used 239264K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007fc780000,0x00000007fcca8010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 325555K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3decf78,0x00000007de800000)
PSPermGen total 103424K, used 84735K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfc58,0x00000007bcf00000)
2014-01-11T20:33:30.165+0800: 1856.224: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 239264K->5293K(291840K)] 564819K->331089K(791552K), 0.0113780 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=141 (full 12):
PSYoungGen total 291840K, used 5293K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f942b7c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325795K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3e28f78,0x00000007de800000)
PSPermGen total 103424K, used 84735K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcbfc58,0x00000007bcf00000)
}
{Heap before GC invocations=142 (full 12):
PSYoungGen total 291840K, used 239277K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f942b7c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 325795K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3e28f78,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
2014-01-11T20:33:46.216+0800: 1872.276: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 239277K->39296K(291840K)] 565073K->365384K(791552K), 0.0188670 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=142 (full 12):
PSYoungGen total 291840K, used 39296K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 67% used [0x00000007fc780000,0x00000007fede0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 326088K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3e72318,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
}
{Heap before GC invocations=143 (full 12):
PSYoungGen total 291840K, used 273280K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 67% used [0x00000007fc780000,0x00000007fede0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 326088K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 65% used [0x00000007c0000000,0x00000007d3e72318,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
2014-01-11T20:34:10.182+0800: 1896.242: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 273280K->38673K(291840K)] 599368K->368491K(791552K), 0.0237250 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=143 (full 12):
PSYoungGen total 291840K, used 38673K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 66% used [0x00000007f8f00000,0x00000007fb4c4430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 329818K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d42168d8,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
}
{Heap before GC invocations=144 (full 12):
PSYoungGen total 291840K, used 272657K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 66% used [0x00000007f8f00000,0x00000007fb4c4430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 329818K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d42168d8,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
2014-01-11T20:34:26.051+0800: 1912.110: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 272657K->1664K(291840K)] 602475K->332243K(791552K), 0.0130820 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=144 (full 12):
PSYoungGen total 291840K, used 1664K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007fc780000,0x00000007fc920010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 330579K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d42d4cf8,0x00000007de800000)
PSPermGen total 103424K, used 84742K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc1b90,0x00000007bcf00000)
}
{Heap before GC invocations=145 (full 12):
PSYoungGen total 291840K, used 235648K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007fc780000,0x00000007fc920010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 330579K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d42d4cf8,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc24a0,0x00000007bcf00000)
2014-01-11T20:34:53.082+0800: 1939.141: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235648K->8241K(291840K)] 566227K->339172K(791552K), 0.0110080 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=145 (full 12):
PSYoungGen total 291840K, used 8241K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 14% used [0x00000007f8f00000,0x00000007f970c430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 330931K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d432ccf8,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc24a0,0x00000007bcf00000)
}
{Heap before GC invocations=146 (full 12):
PSYoungGen total 291840K, used 242225K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 14% used [0x00000007f8f00000,0x00000007f970c430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 330931K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 66% used [0x00000007c0000000,0x00000007d432ccf8,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2670,0x00000007bcf00000)
2014-01-11T20:35:02.530+0800: 1948.589: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 242225K->7575K(291840K)] 573156K->347499K(791552K), 0.0231390 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=146 (full 12):
PSYoungGen total 291840K, used 7575K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcee5fc0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 339923K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 68% used [0x00000007c0000000,0x00000007d4bf4f58,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2670,0x00000007bcf00000)
}
{Heap before GC invocations=147 (full 12):
PSYoungGen total 291840K, used 241559K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fcee5fc0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 339923K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 68% used [0x00000007c0000000,0x00000007d4bf4f58,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2690,0x00000007bcf00000)
2014-01-11T20:35:06.176+0800: 1952.236: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 241559K->288K(291840K)] 581483K->347675K(791552K), 0.0188170 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=147 (full 12):
PSYoungGen total 291840K, used 288K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f48000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 347387K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d533ef18,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2690,0x00000007bcf00000)
}
{Heap before GC invocations=148 (full 12):
PSYoungGen total 291840K, used 234272K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f48000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 347387K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d533ef18,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2690,0x00000007bcf00000)
2014-01-11T20:35:06.776+0800: 1952.835: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 234272K->192K(291840K)] 581659K->347731K(791552K), 0.0087760 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=148 (full 12):
PSYoungGen total 291840K, used 192K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc7b0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 347539K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5364f18,0x00000007de800000)
PSPermGen total 103424K, used 84745K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc2690,0x00000007bcf00000)
}
{Heap before GC invocations=149 (full 12):
PSYoungGen total 291840K, used 234176K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc7b0000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 347539K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5364f18,0x00000007de800000)
PSPermGen total 103424K, used 84749K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc3710,0x00000007bcf00000)
2014-01-11T20:35:16.642+0800: 1962.701: [GC
Desired survivor size 57671680 bytes, new threshold 2 (max 15)
[PSYoungGen: 234176K->827K(235008K)] 581715K->348375K(734720K), 0.0156130 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=149 (full 12):
PSYoungGen total 235008K, used 827K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 1024K, 80% used [0x00000007f8f00000,0x00000007f8fcee20,0x00000007f9000000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84749K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc3710,0x00000007bcf00000)
}
{Heap before GC invocations=150 (full 12):
PSYoungGen total 235008K, used 223664K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 95% used [0x00000007eaa80000,0x00000007f841d470,0x00000007f8f00000)
from space 1024K, 80% used [0x00000007f8f00000,0x00000007f8fcee20,0x00000007f9000000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84752K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc4078,0x00000007bcf00000)
2014-01-11T20:35:17.036+0800: 1963.096: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 223664K->576K(292352K)] 571212K->348123K(792064K), 0.0084450 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=150 (full 12):
PSYoungGen total 292352K, used 576K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 56320K, 1% used [0x00000007fc600000,0x00000007fc690000,0x00000007ffd00000)
to space 54272K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc600000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84752K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc4078,0x00000007bcf00000)
}
{Heap before GC invocations=151 (full 12):
PSYoungGen total 292352K, used 236608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 56320K, 1% used [0x00000007fc600000,0x00000007fc690000,0x00000007ffd00000)
to space 54272K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc600000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84758K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc58c0,0x00000007bcf00000)
2014-01-11T20:35:26.363+0800: 1972.423: [GC
Desired survivor size 52428800 bytes, new threshold 4 (max 15)
[PSYoungGen: 236608K->5165K(290304K)] 584155K->352713K(790016K), 0.0127190 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=151 (full 12):
PSYoungGen total 290304K, used 5165K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 54272K, 9% used [0x00000007f9100000,0x00000007f960b760,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff800000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84758K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc58c0,0x00000007bcf00000)
}
{Heap before GC invocations=152 (full 12):
PSYoungGen total 290304K, used 241197K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 54272K, 9% used [0x00000007f9100000,0x00000007f960b760,0x00000007fc600000)
to space 51200K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff800000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84761K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6660,0x00000007bcf00000)
2014-01-11T20:35:35.182+0800: 1981.241: [GC
Desired survivor size 49807360 bytes, new threshold 5 (max 15)
[PSYoungGen: 241197K->14840K(292864K)] 588745K->362388K(792576K), 0.0285310 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=152 (full 12):
PSYoungGen total 292864K, used 14840K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 51200K, 28% used [0x00000007fc600000,0x00000007fd47e268,0x00000007ff800000)
to space 48640K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc600000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84761K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6660,0x00000007bcf00000)
}
{Heap before GC invocations=153 (full 12):
PSYoungGen total 292864K, used 256504K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 51200K, 28% used [0x00000007fc600000,0x00000007fd47e268,0x00000007ff800000)
to space 48640K, 0% used [0x00000007f9680000,0x00000007f9680000,0x00000007fc600000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84761K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6760,0x00000007bcf00000)
2014-01-11T20:35:36.819+0800: 1982.878: [GC
Desired survivor size 49283072 bytes, new threshold 6 (max 15)
[PSYoungGen: 256504K->20193K(290304K)] 604052K->367741K(790016K), 0.0217570 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=153 (full 12):
PSYoungGen total 290304K, used 20193K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 241664K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9680000)
from space 48640K, 41% used [0x00000007f9680000,0x00000007faa386c0,0x00000007fc600000)
to space 48128K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffc80000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84761K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6760,0x00000007bcf00000)
}
{Heap before GC invocations=154 (full 12):
PSYoungGen total 290304K, used 261857K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 241664K, 100% used [0x00000007eaa80000,0x00000007f9680000,0x00000007f9680000)
from space 48640K, 41% used [0x00000007f9680000,0x00000007faa386c0,0x00000007fc600000)
to space 48128K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffc80000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84763K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6ca0,0x00000007bcf00000)
2014-01-11T20:35:37.406+0800: 1983.466: [GC
Desired survivor size 48234496 bytes, new threshold 7 (max 15)
[PSYoungGen: 261857K->20169K(299008K)] 609405K->367717K(798720K), 0.0243730 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=154 (full 12):
PSYoungGen total 299008K, used 20169K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 250880K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f80000)
from space 48128K, 41% used [0x00000007fcd80000,0x00000007fe132518,0x00000007ffc80000)
to space 47104K, 0% used [0x00000007f9f80000,0x00000007f9f80000,0x00000007fcd80000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84763K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc6ca0,0x00000007bcf00000)
}
{Heap before GC invocations=155 (full 12):
PSYoungGen total 299008K, used 271049K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 250880K, 100% used [0x00000007eaa80000,0x00000007f9f80000,0x00000007f9f80000)
from space 48128K, 41% used [0x00000007fcd80000,0x00000007fe132518,0x00000007ffc80000)
to space 47104K, 0% used [0x00000007f9f80000,0x00000007f9f80000,0x00000007fcd80000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84773K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9520,0x00000007bcf00000)
2014-01-11T20:35:51.014+0800: 1997.074: [GC
Desired survivor size 54001664 bytes, new threshold 8 (max 15)
[PSYoungGen: 271049K->36769K(287744K)] 618597K->384317K(787456K), 0.0264550 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=155 (full 12):
PSYoungGen total 287744K, used 36769K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250880K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f80000)
from space 36864K, 99% used [0x00000007f9f80000,0x00000007fc3686c0,0x00000007fc380000)
to space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84773K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9520,0x00000007bcf00000)
}
{Heap before GC invocations=156 (full 12):
PSYoungGen total 287744K, used 287649K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250880K, 100% used [0x00000007eaa80000,0x00000007f9f80000,0x00000007f9f80000)
from space 36864K, 99% used [0x00000007f9f80000,0x00000007fc3686c0,0x00000007fc380000)
to space 52736K, 0% used [0x00000007fcc80000,0x00000007fcc80000,0x0000000800000000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84775K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9d78,0x00000007bcf00000)
2014-01-11T20:35:51.554+0800: 1997.614: [GC
Desired survivor size 58195968 bytes, new threshold 8 (max 15)
[PSYoungGen: 287649K->36624K(288768K)] 635197K->384172K(788480K), 0.0317800 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=156 (full 12):
PSYoungGen total 288768K, used 36624K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 52736K, 69% used [0x00000007fcc80000,0x00000007ff0442a0,0x0000000800000000)
to space 56832K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc880000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84775K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9d78,0x00000007bcf00000)
}
{Heap before GC invocations=157 (full 12):
PSYoungGen total 288768K, used 272656K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 52736K, 69% used [0x00000007fcc80000,0x00000007ff0442a0,0x0000000800000000)
to space 56832K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc880000)
ParOldGen total 499712K, used 347547K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5366f18,0x00000007de800000)
PSPermGen total 103424K, used 84775K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9ed8,0x00000007bcf00000)
2014-01-11T20:35:54.577+0800: 2000.636: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 272656K->38336K(274432K)] 620204K->386011K(774144K), 0.0302870 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=157 (full 12):
PSYoungGen total 274432K, used 38336K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 38400K, 99% used [0x00000007f9100000,0x00000007fb6700c0,0x00000007fb680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 347675K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5386f18,0x00000007de800000)
PSPermGen total 103424K, used 84775K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbcc9ed8,0x00000007bcf00000)
}
{Heap before GC invocations=158 (full 12):
PSYoungGen total 274432K, used 274368K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 38400K, 99% used [0x00000007f9100000,0x00000007fb6700c0,0x00000007fb680000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 347675K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d5386f18,0x00000007de800000)
PSPermGen total 103424K, used 84789K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbccd400,0x00000007bcf00000)
2014-01-11T20:36:22.059+0800: 2028.119: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 274368K->10638K(291840K)] 622043K->359617K(791552K), 0.0246680 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=158 (full 12):
PSYoungGen total 291840K, used 10638K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1e3b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84789K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 81% used [0x00000007b6a00000,0x00000007bbccd400,0x00000007bcf00000)
}
{Heap before GC invocations=159 (full 12):
PSYoungGen total 291840K, used 244622K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd1e3b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84836K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd90b0,0x00000007bcf00000)
2014-01-11T20:36:55.064+0800: 2061.124: [GC
Desired survivor size 56098816 bytes, new threshold 9 (max 15)
[PSYoungGen: 244622K->14286K(248320K)] 593601K->363265K(748032K), 0.0204370 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=159 (full 12):
PSYoungGen total 248320K, used 14286K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 14336K, 99% used [0x00000007f8f00000,0x00000007f9cf3b78,0x00000007f9d00000)
to space 54784K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffa00000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84836K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd90b0,0x00000007bcf00000)
}
{Heap before GC invocations=160 (full 12):
PSYoungGen total 248320K, used 248270K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 14336K, 99% used [0x00000007f8f00000,0x00000007f9cf3b78,0x00000007f9d00000)
to space 54784K, 0% used [0x00000007fc480000,0x00000007fc480000,0x00000007ffa00000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84836K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd90b0,0x00000007bcf00000)
2014-01-11T20:37:22.459+0800: 2088.518: [GC
Desired survivor size 55574528 bytes, new threshold 10 (max 15)
[PSYoungGen: 248270K->26446K(289280K)] 597249K->375425K(788992K), 0.0225550 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=160 (full 12):
PSYoungGen total 289280K, used 26446K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 54784K, 48% used [0x00000007fc480000,0x00000007fde53b78,0x00000007ffa00000)
to space 54272K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc480000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84836K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd90b0,0x00000007bcf00000)
}
{Heap before GC invocations=161 (full 12):
PSYoungGen total 289280K, used 260942K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 54784K, 48% used [0x00000007fc480000,0x00000007fde53b78,0x00000007ffa00000)
to space 54272K, 0% used [0x00000007f8f80000,0x00000007f8f80000,0x00000007fc480000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84837K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd97b8,0x00000007bcf00000)
2014-01-11T20:37:49.008+0800: 2115.068: [GC
Desired survivor size 52953088 bytes, new threshold 11 (max 15)
[PSYoungGen: 260942K->22358K(288768K)] 609921K->371337K(788480K), 0.0234110 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=161 (full 12):
PSYoungGen total 288768K, used 22358K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 234496K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f80000)
from space 54272K, 41% used [0x00000007f8f80000,0x00000007fa5559d0,0x00000007fc480000)
to space 51712K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffa80000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84837K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd97b8,0x00000007bcf00000)
}
{Heap before GC invocations=162 (full 12):
PSYoungGen total 288768K, used 256854K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 234496K, 100% used [0x00000007eaa80000,0x00000007f8f80000,0x00000007f8f80000)
from space 54272K, 41% used [0x00000007f8f80000,0x00000007fa5559d0,0x00000007fc480000)
to space 51712K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007ffa80000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84838K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd9a18,0x00000007bcf00000)
2014-01-11T20:38:19.646+0800: 2145.706: [GC
Desired survivor size 51380224 bytes, new threshold 12 (max 15)
[PSYoungGen: 256854K->23822K(293376K)] 605833K->372801K(793088K), 0.0233170 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=162 (full 12):
PSYoungGen total 293376K, used 23822K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 51200K, 46% used [0x00000007fc800000,0x00000007fdf43b78,0x00000007ffa00000)
to space 50176K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc800000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84838K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd9a18,0x00000007bcf00000)
}
{Heap before GC invocations=163 (full 12):
PSYoungGen total 293376K, used 265998K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 51200K, 46% used [0x00000007fc800000,0x00000007fdf43b78,0x00000007ffa00000)
to space 50176K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc800000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84838K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd9a18,0x00000007bcf00000)
2014-01-11T20:38:51.257+0800: 2177.317: [GC
Desired survivor size 48234496 bytes, new threshold 13 (max 15)
[PSYoungGen: 265998K->19775K(292352K)] 614977K->368754K(792064K), 0.0246440 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=163 (full 12):
PSYoungGen total 292352K, used 19775K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 50176K, 39% used [0x00000007f9700000,0x00000007faa4ff98,0x00000007fc800000)
to space 47104K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff900000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84838K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcd9a18,0x00000007bcf00000)
}
{Heap before GC invocations=164 (full 12):
PSYoungGen total 292352K, used 261951K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 50176K, 39% used [0x00000007f9700000,0x00000007faa4ff98,0x00000007fc800000)
to space 47104K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ff900000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84841K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcda6b8,0x00000007bcf00000)
2014-01-11T20:39:22.311+0800: 2208.370: [GC
Desired survivor size 46137344 bytes, new threshold 14 (max 15)
[PSYoungGen: 261951K->21134K(291328K)] 610930K->370113K(791040K), 0.0228010 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=164 (full 12):
PSYoungGen total 291328K, used 21134K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 43008K, 49% used [0x00000007fcb00000,0x00000007fdfa3b78,0x00000007ff500000)
to space 45056K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fc900000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84841K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcda6b8,0x00000007bcf00000)
}
{Heap before GC invocations=165 (full 12):
PSYoungGen total 291328K, used 269454K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 43008K, 49% used [0x00000007fcb00000,0x00000007fdfa3b78,0x00000007ff500000)
to space 45056K, 0% used [0x00000007f9d00000,0x00000007f9d00000,0x00000007fc900000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84846K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcdb950,0x00000007bcf00000)
2014-01-11T20:39:59.170+0800: 2245.230: [GC
Desired survivor size 45088768 bytes, new threshold 15 (max 15)
[PSYoungGen: 269454K->10158K(293376K)] 618433K->359137K(793088K), 0.0239520 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=165 (full 12):
PSYoungGen total 293376K, used 10158K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 248320K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d00000)
from space 45056K, 22% used [0x00000007f9d00000,0x00000007fa6ebb78,0x00000007fc900000)
to space 44032K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ff800000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84846K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcdb950,0x00000007bcf00000)
}
{Heap before GC invocations=166 (full 12):
PSYoungGen total 293376K, used 258478K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 248320K, 100% used [0x00000007eaa80000,0x00000007f9d00000,0x00000007f9d00000)
from space 45056K, 22% used [0x00000007f9d00000,0x00000007fa6ebb78,0x00000007fc900000)
to space 44032K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007ff800000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84854K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcddb70,0x00000007bcf00000)
2014-01-11T20:40:29.546+0800: 2275.606: [GC
Desired survivor size 42991616 bytes, new threshold 15 (max 15)
[PSYoungGen: 258478K->16398K(291328K)] 607457K->365377K(791040K), 0.0225260 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=166 (full 12):
PSYoungGen total 291328K, used 16398K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 252416K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa100000)
from space 38912K, 42% used [0x00000007fcd00000,0x00000007fdd03b78,0x00000007ff300000)
to space 41984K, 0% used [0x00000007fa100000,0x00000007fa100000,0x00000007fca00000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84854K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcddb70,0x00000007bcf00000)
}
{Heap before GC invocations=167 (full 12):
PSYoungGen total 291328K, used 268814K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 252416K, 100% used [0x00000007eaa80000,0x00000007fa100000,0x00000007fa100000)
from space 38912K, 42% used [0x00000007fcd00000,0x00000007fdd03b78,0x00000007ff300000)
to space 41984K, 0% used [0x00000007fa100000,0x00000007fa100000,0x00000007fca00000)
ParOldGen total 499712K, used 348978K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54ccac0,0x00000007de800000)
PSPermGen total 103424K, used 84879K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce3d00,0x00000007bcf00000)
2014-01-11T20:41:00.996+0800: 2307.056: [GC
Desired survivor size 45088768 bytes, new threshold 15 (max 15)
[PSYoungGen: 268814K->30623K(294400K)] 617793K->379618K(794112K), 0.0253980 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=167 (full 12):
PSYoungGen total 294400K, used 30623K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 252416K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa100000)
from space 41984K, 72% used [0x00000007fa100000,0x00000007fbee7f98,0x00000007fca00000)
to space 44032K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ffa80000)
ParOldGen total 499712K, used 348994K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d0ac0,0x00000007de800000)
PSPermGen total 103424K, used 84879K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce3d00,0x00000007bcf00000)
}
{Heap before GC invocations=168 (full 12):
PSYoungGen total 294400K, used 283039K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 252416K, 100% used [0x00000007eaa80000,0x00000007fa100000,0x00000007fa100000)
from space 41984K, 72% used [0x00000007fa100000,0x00000007fbee7f98,0x00000007fca00000)
to space 44032K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ffa80000)
ParOldGen total 499712K, used 348994K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d0ac0,0x00000007de800000)
PSPermGen total 103424K, used 84880K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce4118,0x00000007bcf00000)
2014-01-11T20:41:35.431+0800: 2341.491: [GC
Desired survivor size 44564480 bytes, new threshold 15 (max 15)
[PSYoungGen: 283039K->11534K(297984K)] 632034K->360545K(797696K), 0.0256910 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=168 (full 12):
PSYoungGen total 297984K, used 11534K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 42496K, 27% used [0x00000007fcf80000,0x00000007fdac3b78,0x00000007ff900000)
to space 43520K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fce80000)
ParOldGen total 499712K, used 349010K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d4ac0,0x00000007de800000)
PSPermGen total 103424K, used 84880K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce4118,0x00000007bcf00000)
}
{Heap before GC invocations=169 (full 12):
PSYoungGen total 297984K, used 267022K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 42496K, 27% used [0x00000007fcf80000,0x00000007fdac3b78,0x00000007ff900000)
to space 43520K, 0% used [0x00000007fa400000,0x00000007fa400000,0x00000007fce80000)
ParOldGen total 499712K, used 349010K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d4ac0,0x00000007de800000)
PSPermGen total 103424K, used 84884K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce51c0,0x00000007bcf00000)
2014-01-11T20:42:11.090+0800: 2377.149: [GC
Desired survivor size 41943040 bytes, new threshold 15 (max 15)
[PSYoungGen: 267022K->18079K(299008K)] 616033K->367106K(798720K), 0.0210840 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=169 (full 12):
PSYoungGen total 299008K, used 18079K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa400000)
from space 43520K, 41% used [0x00000007fa400000,0x00000007fb5a7f98,0x00000007fce80000)
to space 40960K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ff700000)
ParOldGen total 499712K, used 349026K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d8ac0,0x00000007de800000)
PSPermGen total 103424K, used 84884K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce51c0,0x00000007bcf00000)
}
{Heap before GC invocations=170 (full 12):
PSYoungGen total 299008K, used 273567K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 255488K, 100% used [0x00000007eaa80000,0x00000007fa400000,0x00000007fa400000)
from space 43520K, 41% used [0x00000007fa400000,0x00000007fb5a7f98,0x00000007fce80000)
to space 40960K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007ff700000)
ParOldGen total 499712K, used 349026K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54d8ac0,0x00000007de800000)
PSPermGen total 103424K, used 84884K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce52b8,0x00000007bcf00000)
2014-01-11T20:42:48.728+0800: 2414.787: [GC
Desired survivor size 40894464 bytes, new threshold 15 (max 15)
[PSYoungGen: 273567K->14478K(296448K)] 622594K->363521K(796160K), 0.0226340 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=170 (full 12):
PSYoungGen total 296448K, used 14478K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 258048K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa680000)
from space 38400K, 37% used [0x00000007fcf00000,0x00000007fdd23b78,0x00000007ff480000)
to space 39936K, 0% used [0x00000007fa680000,0x00000007fa680000,0x00000007fcd80000)
ParOldGen total 499712K, used 349042K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54dcac0,0x00000007de800000)
PSPermGen total 103424K, used 84884K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce52b8,0x00000007bcf00000)
}
{Heap before GC invocations=171 (full 12):
PSYoungGen total 296448K, used 272526K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 258048K, 100% used [0x00000007eaa80000,0x00000007fa680000,0x00000007fa680000)
from space 38400K, 37% used [0x00000007fcf00000,0x00000007fdd23b78,0x00000007ff480000)
to space 39936K, 0% used [0x00000007fa680000,0x00000007fa680000,0x00000007fcd80000)
ParOldGen total 499712K, used 349042K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54dcac0,0x00000007de800000)
PSPermGen total 103424K, used 84890K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce6bf0,0x00000007bcf00000)
2014-01-11T20:43:16.828+0800: 2442.887: [GC
Desired survivor size 38797312 bytes, new threshold 15 (max 15)
[PSYoungGen: 272526K->16054K(297984K)] 621569K->365097K(797696K), 0.0213460 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=171 (full 12):
PSYoungGen total 297984K, used 16054K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 258048K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa680000)
from space 39936K, 40% used [0x00000007fa680000,0x00000007fb62d9d0,0x00000007fcd80000)
to space 37888K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff300000)
ParOldGen total 499712K, used 349042K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54dcac0,0x00000007de800000)
PSPermGen total 103424K, used 84890K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce6bf0,0x00000007bcf00000)
}
{Heap before GC invocations=172 (full 12):
PSYoungGen total 297984K, used 274102K [0x00000007eaa80000, 0x00000007ff300000, 0x0000000800000000)
eden space 258048K, 100% used [0x00000007eaa80000,0x00000007fa680000,0x00000007fa680000)
from space 39936K, 40% used [0x00000007fa680000,0x00000007fb62d9d0,0x00000007fcd80000)
to space 37888K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007ff300000)
ParOldGen total 499712K, used 349042K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54dcac0,0x00000007de800000)
PSPermGen total 103424K, used 84891K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce6c70,0x00000007bcf00000)
2014-01-11T20:43:39.207+0800: 2465.266: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 274102K->11695K(297472K)] 623145K->360753K(797184K), 0.0219060 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=172 (full 12):
PSYoungGen total 297472K, used 11695K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 260608K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa900000)
from space 36864K, 31% used [0x00000007fce00000,0x00000007fd96bc38,0x00000007ff200000)
to space 37376K, 0% used [0x00000007fa900000,0x00000007fa900000,0x00000007fcd80000)
ParOldGen total 499712K, used 349058K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54e0ac0,0x00000007de800000)
PSPermGen total 103424K, used 84891K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce6c70,0x00000007bcf00000)
}
{Heap before GC invocations=173 (full 12):
PSYoungGen total 297472K, used 272303K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 260608K, 100% used [0x00000007eaa80000,0x00000007fa900000,0x00000007fa900000)
from space 36864K, 31% used [0x00000007fce00000,0x00000007fd96bc38,0x00000007ff200000)
to space 37376K, 0% used [0x00000007fa900000,0x00000007fa900000,0x00000007fcd80000)
ParOldGen total 499712K, used 349058K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 69% used [0x00000007c0000000,0x00000007d54e0ac0,0x00000007de800000)
PSPermGen total 103424K, used 84895K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce7c30,0x00000007bcf00000)
2014-01-11T20:44:00.754+0800: 2486.813: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 272303K->4101K(297984K)] 621361K->360615K(797696K), 0.0206960 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=173 (full 12):
PSYoungGen total 297984K, used 4101K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 260608K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa900000)
from space 37376K, 10% used [0x00000007fa900000,0x00000007fad017d8,0x00000007fcd80000)
to space 37376K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ff400000)
ParOldGen total 499712K, used 356513K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c28628,0x00000007de800000)
PSPermGen total 103424K, used 84895K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce7c30,0x00000007bcf00000)
}
{Heap before GC invocations=174 (full 12):
PSYoungGen total 297984K, used 264709K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 260608K, 100% used [0x00000007eaa80000,0x00000007fa900000,0x00000007fa900000)
from space 37376K, 10% used [0x00000007fa900000,0x00000007fad017d8,0x00000007fcd80000)
to space 37376K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007ff400000)
ParOldGen total 499712K, used 356513K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c28628,0x00000007de800000)
PSPermGen total 103424K, used 84897K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce8500,0x00000007bcf00000)
2014-01-11T20:44:19.237+0800: 2505.297: [GC
Desired survivor size 38273024 bytes, new threshold 15 (max 15)
[PSYoungGen: 264709K->21557K(300032K)] 621223K->378143K(799744K), 0.0290970 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=174 (full 12):
PSYoungGen total 300032K, used 21557K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 262656K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fab00000)
from space 37376K, 57% used [0x00000007fcf80000,0x00000007fe48d7e8,0x00000007ff400000)
to space 37376K, 0% used [0x00000007fab00000,0x00000007fab00000,0x00000007fcf80000)
ParOldGen total 499712K, used 356585K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c3a628,0x00000007de800000)
PSPermGen total 103424K, used 84897K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce8500,0x00000007bcf00000)
}
{Heap before GC invocations=175 (full 12):
PSYoungGen total 300032K, used 284213K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 262656K, 100% used [0x00000007eaa80000,0x00000007fab00000,0x00000007fab00000)
from space 37376K, 57% used [0x00000007fcf80000,0x00000007fe48d7e8,0x00000007ff400000)
to space 37376K, 0% used [0x00000007fab00000,0x00000007fab00000,0x00000007fcf80000)
ParOldGen total 499712K, used 356585K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c3a628,0x00000007de800000)
PSPermGen total 103424K, used 84898K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce8a08,0x00000007bcf00000)
2014-01-11T20:44:40.931+0800: 2526.990: [GC
Desired survivor size 37748736 bytes, new threshold 15 (max 15)
[PSYoungGen: 284213K->6934K(300032K)] 640799K->363543K(799744K), 0.0119550 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=175 (full 12):
PSYoungGen total 300032K, used 6934K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 262656K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fab00000)
from space 37376K, 18% used [0x00000007fab00000,0x00000007fb1c5808,0x00000007fcf80000)
to space 36864K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ff500000)
ParOldGen total 499712K, used 356609K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c40628,0x00000007de800000)
PSPermGen total 103424K, used 84898K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbce8a08,0x00000007bcf00000)
}
{Heap before GC invocations=176 (full 12):
PSYoungGen total 300032K, used 269590K [0x00000007eaa80000, 0x00000007ff500000, 0x0000000800000000)
eden space 262656K, 100% used [0x00000007eaa80000,0x00000007fab00000,0x00000007fab00000)
from space 37376K, 18% used [0x00000007fab00000,0x00000007fb1c5808,0x00000007fcf80000)
to space 36864K, 0% used [0x00000007fd100000,0x00000007fd100000,0x00000007ff500000)
ParOldGen total 499712K, used 356609K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c40628,0x00000007de800000)
PSPermGen total 103424K, used 84906K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbceaac8,0x00000007bcf00000)
2014-01-11T20:45:21.790+0800: 2567.850: [GC
Desired survivor size 37224448 bytes, new threshold 15 (max 15)
[PSYoungGen: 269590K->9140K(301568K)] 626199K->365766K(801280K), 0.1227650 secs] [Times: user=0.02 sys=0.00, real=0.12 secs]
Heap after GC invocations=176 (full 12):
PSYoungGen total 301568K, used 9140K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 36352K, 25% used [0x00000007fd100000,0x00000007fd9ed3b8,0x00000007ff480000)
to space 36352K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd100000)
ParOldGen total 499712K, used 356625K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c44628,0x00000007de800000)
PSPermGen total 103424K, used 84906K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbceaac8,0x00000007bcf00000)
}
{Heap before GC invocations=177 (full 12):
PSYoungGen total 301568K, used 274356K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 36352K, 25% used [0x00000007fd100000,0x00000007fd9ed3b8,0x00000007ff480000)
to space 36352K, 0% used [0x00000007fad80000,0x00000007fad80000,0x00000007fd100000)
ParOldGen total 499712K, used 356625K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c44628,0x00000007de800000)
PSPermGen total 103424K, used 84911K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcebc98,0x00000007bcf00000)
2014-01-11T20:46:00.012+0800: 2606.071: [GC
Desired survivor size 35651584 bytes, new threshold 15 (max 15)
[PSYoungGen: 274356K->10827K(301568K)] 630982K->367468K(801280K), 0.0454330 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
Heap after GC invocations=177 (full 12):
PSYoungGen total 301568K, used 10827K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 265216K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fad80000)
from space 36352K, 29% used [0x00000007fad80000,0x00000007fb812d10,0x00000007fd100000)
to space 34816K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff400000)
ParOldGen total 499712K, used 356641K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c48628,0x00000007de800000)
PSPermGen total 103424K, used 84911K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcebc98,0x00000007bcf00000)
}
{Heap before GC invocations=178 (full 12):
PSYoungGen total 301568K, used 276043K [0x00000007eaa80000, 0x00000007ff400000, 0x0000000800000000)
eden space 265216K, 100% used [0x00000007eaa80000,0x00000007fad80000,0x00000007fad80000)
from space 36352K, 29% used [0x00000007fad80000,0x00000007fb812d10,0x00000007fd100000)
to space 34816K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff400000)
ParOldGen total 499712K, used 356641K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c48628,0x00000007de800000)
PSPermGen total 103424K, used 84912K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec038,0x00000007bcf00000)
2014-01-11T20:46:37.122+0800: 2643.181: [GC
Desired survivor size 34603008 bytes, new threshold 15 (max 15)
[PSYoungGen: 276043K->17787K(299520K)] 632684K->374444K(799232K), 0.0139110 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=178 (full 12):
PSYoungGen total 299520K, used 17787K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 267264K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faf80000)
from space 32256K, 55% used [0x00000007fd200000,0x00000007fe35ed20,0x00000007ff180000)
to space 33792K, 0% used [0x00000007faf80000,0x00000007faf80000,0x00000007fd080000)
ParOldGen total 499712K, used 356657K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c4c628,0x00000007de800000)
PSPermGen total 103424K, used 84912K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec038,0x00000007bcf00000)
}
{Heap before GC invocations=179 (full 12):
PSYoungGen total 299520K, used 285051K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 267264K, 100% used [0x00000007eaa80000,0x00000007faf80000,0x00000007faf80000)
from space 32256K, 55% used [0x00000007fd200000,0x00000007fe35ed20,0x00000007ff180000)
to space 33792K, 0% used [0x00000007faf80000,0x00000007faf80000,0x00000007fd080000)
ParOldGen total 499712K, used 356657K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c4c628,0x00000007de800000)
PSPermGen total 103424K, used 84913K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec650,0x00000007bcf00000)
2014-01-11T20:47:19.404+0800: 2685.463: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 285051K->12340K(301056K)] 641708K->369006K(800768K), 0.0126220 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=179 (full 12):
PSYoungGen total 301056K, used 12340K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 267264K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faf80000)
from space 33792K, 36% used [0x00000007faf80000,0x00000007fbb8d3d8,0x00000007fd080000)
to space 32768K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007ff180000)
ParOldGen total 499712K, used 356665K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c4e628,0x00000007de800000)
PSPermGen total 103424K, used 84913K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec650,0x00000007bcf00000)
}
{Heap before GC invocations=180 (full 12):
PSYoungGen total 301056K, used 279604K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 267264K, 100% used [0x00000007eaa80000,0x00000007faf80000,0x00000007faf80000)
from space 33792K, 36% used [0x00000007faf80000,0x00000007fbb8d3d8,0x00000007fd080000)
to space 32768K, 0% used [0x00000007fd180000,0x00000007fd180000,0x00000007ff180000)
ParOldGen total 499712K, used 356665K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c4e628,0x00000007de800000)
PSPermGen total 103424K, used 84914K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec850,0x00000007bcf00000)
2014-01-11T20:47:49.166+0800: 2715.226: [GC
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
[PSYoungGen: 279604K->3749K(301056K)] 636270K->360439K(800768K), 0.0099970 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=180 (full 12):
PSYoungGen total 301056K, used 3749K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 268800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb100000)
from space 32256K, 11% used [0x00000007fd180000,0x00000007fd5297d8,0x00000007ff100000)
to space 32768K, 0% used [0x00000007fb100000,0x00000007fb100000,0x00000007fd100000)
ParOldGen total 499712K, used 356689K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c54628,0x00000007de800000)
PSPermGen total 103424K, used 84914K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcec850,0x00000007bcf00000)
}
{Heap before GC invocations=181 (full 12):
PSYoungGen total 301056K, used 272549K [0x00000007eaa80000, 0x00000007ff100000, 0x0000000800000000)
eden space 268800K, 100% used [0x00000007eaa80000,0x00000007fb100000,0x00000007fb100000)
from space 32256K, 11% used [0x00000007fd180000,0x00000007fd5297d8,0x00000007ff100000)
to space 32768K, 0% used [0x00000007fb100000,0x00000007fb100000,0x00000007fd100000)
ParOldGen total 499712K, used 356689K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c54628,0x00000007de800000)
PSPermGen total 103424K, used 84915K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcecc20,0x00000007bcf00000)
2014-01-11T20:48:21.902+0800: 2747.962: [GC
Desired survivor size 33030144 bytes, new threshold 15 (max 15)
[PSYoungGen: 272549K->6597K(301568K)] 629239K->363327K(801280K), 0.0125160 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=181 (full 12):
PSYoungGen total 301568K, used 6597K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 268800K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb100000)
from space 32768K, 20% used [0x00000007fb100000,0x00000007fb7717d8,0x00000007fd100000)
to space 32256K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff180000)
ParOldGen total 499712K, used 356729K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c5e628,0x00000007de800000)
PSPermGen total 103424K, used 84915K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcecc20,0x00000007bcf00000)
}
{Heap before GC invocations=182 (full 12):
PSYoungGen total 301568K, used 275397K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 268800K, 100% used [0x00000007eaa80000,0x00000007fb100000,0x00000007fb100000)
from space 32768K, 20% used [0x00000007fb100000,0x00000007fb7717d8,0x00000007fd100000)
to space 32256K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff180000)
ParOldGen total 499712K, used 356729K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c5e628,0x00000007de800000)
PSPermGen total 103424K, used 84915K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcece88,0x00000007bcf00000)
2014-01-11T20:48:56.198+0800: 2782.257: [GC
Desired survivor size 31457280 bytes, new threshold 15 (max 15)
[PSYoungGen: 275397K->8132K(299520K)] 632127K->364990K(799232K), 0.0146310 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=182 (full 12):
PSYoungGen total 299520K, used 8132K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 270336K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb280000)
from space 29184K, 27% used [0x00000007fd200000,0x00000007fd9f13c8,0x00000007fee80000)
to space 30720K, 0% used [0x00000007fb280000,0x00000007fb280000,0x00000007fd080000)
ParOldGen total 499712K, used 356857K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c7e628,0x00000007de800000)
PSPermGen total 103424K, used 84915K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcece88,0x00000007bcf00000)
}
{Heap before GC invocations=183 (full 12):
PSYoungGen total 299520K, used 278468K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 270336K, 100% used [0x00000007eaa80000,0x00000007fb280000,0x00000007fb280000)
from space 29184K, 27% used [0x00000007fd200000,0x00000007fd9f13c8,0x00000007fee80000)
to space 30720K, 0% used [0x00000007fb280000,0x00000007fb280000,0x00000007fd080000)
ParOldGen total 499712K, used 356857K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c7e628,0x00000007de800000)
PSPermGen total 103424K, used 84925K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcef760,0x00000007bcf00000)
2014-01-11T20:49:24.123+0800: 2810.182: [GC
Desired survivor size 29884416 bytes, new threshold 15 (max 15)
[PSYoungGen: 278468K->13109K(301056K)] 635326K->369983K(800768K), 0.0128090 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=183 (full 12):
PSYoungGen total 301056K, used 13109K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 270336K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb280000)
from space 30720K, 42% used [0x00000007fb280000,0x00000007fbf4d7c8,0x00000007fd080000)
to space 29184K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007fed00000)
ParOldGen total 499712K, used 356873K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c82628,0x00000007de800000)
PSPermGen total 103424K, used 84925K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcef760,0x00000007bcf00000)
}
{Heap before GC invocations=184 (full 12):
PSYoungGen total 301056K, used 283445K [0x00000007eaa80000, 0x00000007fed00000, 0x0000000800000000)
eden space 270336K, 100% used [0x00000007eaa80000,0x00000007fb280000,0x00000007fb280000)
from space 30720K, 42% used [0x00000007fb280000,0x00000007fbf4d7c8,0x00000007fd080000)
to space 29184K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007fed00000)
ParOldGen total 499712K, used 356873K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c82628,0x00000007de800000)
PSPermGen total 103424K, used 84938K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf2a80,0x00000007bcf00000)
2014-01-11T20:49:48.036+0800: 2834.096: [GC
Desired survivor size 29360128 bytes, new threshold 15 (max 15)
[PSYoungGen: 283445K->8245K(300032K)] 640319K->365159K(799744K), 0.0136330 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=184 (full 12):
PSYoungGen total 300032K, used 8245K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 28160K, 29% used [0x00000007fd080000,0x00000007fd88d7e8,0x00000007fec00000)
to space 28672K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fd000000)
ParOldGen total 499712K, used 356913K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c8c628,0x00000007de800000)
PSPermGen total 103424K, used 84938K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf2a80,0x00000007bcf00000)
}
{Heap before GC invocations=185 (full 12):
PSYoungGen total 300032K, used 280117K [0x00000007eaa80000, 0x00000007fec00000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 28160K, 29% used [0x00000007fd080000,0x00000007fd88d7e8,0x00000007fec00000)
to space 28672K, 0% used [0x00000007fb400000,0x00000007fb400000,0x00000007fd000000)
ParOldGen total 499712K, used 356913K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c8c628,0x00000007de800000)
PSPermGen total 103424K, used 84944K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf4050,0x00000007bcf00000)
2014-01-11T20:50:11.689+0800: 2857.749: [GC
Desired survivor size 27262976 bytes, new threshold 15 (max 15)
[PSYoungGen: 280117K->11964K(284160K)] 637031K->368933K(783872K), 0.0160190 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=185 (full 12):
PSYoungGen total 284160K, used 11964K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 271872K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb400000)
from space 12288K, 97% used [0x00000007fb400000,0x00000007fbfaf130,0x00000007fc000000)
to space 26624K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fe980000)
ParOldGen total 499712K, used 356969K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c9a668,0x00000007de800000)
PSPermGen total 103424K, used 84944K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf4050,0x00000007bcf00000)
}
{Heap before GC invocations=186 (full 12):
PSYoungGen total 284160K, used 283836K [0x00000007eaa80000, 0x00000007fe980000, 0x0000000800000000)
eden space 271872K, 100% used [0x00000007eaa80000,0x00000007fb400000,0x00000007fb400000)
from space 12288K, 97% used [0x00000007fb400000,0x00000007fbfaf130,0x00000007fc000000)
to space 26624K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fe980000)
ParOldGen total 499712K, used 356969K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5c9a668,0x00000007de800000)
PSPermGen total 103424K, used 84948K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf5278,0x00000007bcf00000)
2014-01-11T20:50:48.491+0800: 2894.550: [GC
Desired survivor size 26738688 bytes, new threshold 15 (max 15)
[PSYoungGen: 283836K->7360K(299008K)] 640805K->364362K(798720K), 0.0122920 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=186 (full 12):
PSYoungGen total 299008K, used 7360K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 273408K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb580000)
from space 25600K, 28% used [0x00000007fcf80000,0x00000007fd6b01c0,0x00000007fe880000)
to space 26112K, 0% used [0x00000007fb580000,0x00000007fb580000,0x00000007fcf00000)
ParOldGen total 499712K, used 357001K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5ca2668,0x00000007de800000)
PSPermGen total 103424K, used 84948K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf5278,0x00000007bcf00000)
}
{Heap before GC invocations=187 (full 12):
PSYoungGen total 299008K, used 280768K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 273408K, 100% used [0x00000007eaa80000,0x00000007fb580000,0x00000007fb580000)
from space 25600K, 28% used [0x00000007fcf80000,0x00000007fd6b01c0,0x00000007fe880000)
to space 26112K, 0% used [0x00000007fb580000,0x00000007fb580000,0x00000007fcf00000)
ParOldGen total 499712K, used 357001K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5ca2668,0x00000007de800000)
PSPermGen total 103424K, used 84949K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf5440,0x00000007bcf00000)
2014-01-11T20:51:24.296+0800: 2930.355: [GC
Desired survivor size 25690112 bytes, new threshold 15 (max 15)
[PSYoungGen: 280768K->9902K(299520K)] 637770K->367976K(799232K), 0.0134200 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=187 (full 12):
PSYoungGen total 299520K, used 9902K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 273408K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb580000)
from space 26112K, 37% used [0x00000007fb580000,0x00000007fbf2b838,0x00000007fcf00000)
to space 25088K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007fe780000)
ParOldGen total 499712K, used 358074K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dae988,0x00000007de800000)
PSPermGen total 103424K, used 84949K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf5440,0x00000007bcf00000)
}
{Heap before GC invocations=188 (full 12):
PSYoungGen total 299520K, used 283310K [0x00000007eaa80000, 0x00000007fe780000, 0x0000000800000000)
eden space 273408K, 100% used [0x00000007eaa80000,0x00000007fb580000,0x00000007fb580000)
from space 26112K, 37% used [0x00000007fb580000,0x00000007fbf2b838,0x00000007fcf00000)
to space 25088K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007fe780000)
ParOldGen total 499712K, used 358074K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dae988,0x00000007de800000)
PSPermGen total 103424K, used 84953K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf6758,0x00000007bcf00000)
2014-01-11T20:52:00.033+0800: 2966.093: [GC
Desired survivor size 25165824 bytes, new threshold 15 (max 15)
[PSYoungGen: 283310K->6028K(298496K)] 641384K->364233K(798208K), 0.0138990 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=188 (full 12):
PSYoungGen total 298496K, used 6028K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 274432K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb680000)
from space 24064K, 25% used [0x00000007fcf00000,0x00000007fd4e3248,0x00000007fe680000)
to space 24576K, 0% used [0x00000007fb680000,0x00000007fb680000,0x00000007fce80000)
ParOldGen total 499712K, used 358204K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dcf398,0x00000007de800000)
PSPermGen total 103424K, used 84953K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf6758,0x00000007bcf00000)
}
{Heap before GC invocations=189 (full 12):
PSYoungGen total 298496K, used 280460K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 274432K, 100% used [0x00000007eaa80000,0x00000007fb680000,0x00000007fb680000)
from space 24064K, 25% used [0x00000007fcf00000,0x00000007fd4e3248,0x00000007fe680000)
to space 24576K, 0% used [0x00000007fb680000,0x00000007fb680000,0x00000007fce80000)
ParOldGen total 499712K, used 358204K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dcf398,0x00000007de800000)
PSPermGen total 103424K, used 84958K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf78d8,0x00000007bcf00000)
2014-01-11T20:52:37.911+0800: 3003.970: [GC
Desired survivor size 25690112 bytes, new threshold 15 (max 15)
[PSYoungGen: 280460K->16027K(299008K)] 638665K->374240K(798720K), 0.0139860 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=189 (full 12):
PSYoungGen total 299008K, used 16027K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 274432K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb680000)
from space 24576K, 65% used [0x00000007fb680000,0x00000007fc626e28,0x00000007fce80000)
to space 25088K, 0% used [0x00000007fd000000,0x00000007fd000000,0x00000007fe880000)
ParOldGen total 499712K, used 358212K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dd1398,0x00000007de800000)
PSPermGen total 103424K, used 84958K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf78d8,0x00000007bcf00000)
}
{Heap before GC invocations=190 (full 12):
PSYoungGen total 299008K, used 290459K [0x00000007eaa80000, 0x00000007fe880000, 0x0000000800000000)
eden space 274432K, 100% used [0x00000007eaa80000,0x00000007fb680000,0x00000007fb680000)
from space 24576K, 65% used [0x00000007fb680000,0x00000007fc626e28,0x00000007fce80000)
to space 25088K, 0% used [0x00000007fd000000,0x00000007fd000000,0x00000007fe880000)
ParOldGen total 499712K, used 358212K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dd1398,0x00000007de800000)
PSPermGen total 103424K, used 84958K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf78d8,0x00000007bcf00000)
2014-01-11T20:53:21.863+0800: 3047.922: [GC
Desired survivor size 24641536 bytes, new threshold 15 (max 15)
[PSYoungGen: 290459K->8876K(298496K)] 648672K->367105K(798208K), 0.0158680 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=190 (full 12):
PSYoungGen total 298496K, used 8876K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 275456K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb780000)
from space 23040K, 38% used [0x00000007fd000000,0x00000007fd8ab248,0x00000007fe680000)
to space 24064K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fcf00000)
ParOldGen total 499712K, used 358228K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dd5398,0x00000007de800000)
PSPermGen total 103424K, used 84958K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf78d8,0x00000007bcf00000)
}
{Heap before GC invocations=191 (full 12):
PSYoungGen total 298496K, used 284332K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 275456K, 100% used [0x00000007eaa80000,0x00000007fb780000,0x00000007fb780000)
from space 23040K, 38% used [0x00000007fd000000,0x00000007fd8ab248,0x00000007fe680000)
to space 24064K, 0% used [0x00000007fb780000,0x00000007fb780000,0x00000007fcf00000)
ParOldGen total 499712K, used 358228K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5dd5398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9078,0x00000007bcf00000)
2014-01-11T20:53:55.786+0800: 3081.846: [GC
Desired survivor size 24117248 bytes, new threshold 15 (max 15)
[PSYoungGen: 284332K->8091K(299520K)] 642561K->366376K(799232K), 0.0141780 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=191 (full 12):
PSYoungGen total 299520K, used 8091K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 275456K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb780000)
from space 24064K, 33% used [0x00000007fb780000,0x00000007fbf66e28,0x00000007fcf00000)
to space 23552K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fe680000)
ParOldGen total 499712K, used 358284K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5de3398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9078,0x00000007bcf00000)
}
{Heap before GC invocations=192 (full 12):
PSYoungGen total 299520K, used 283547K [0x00000007eaa80000, 0x00000007fe680000, 0x0000000800000000)
eden space 275456K, 100% used [0x00000007eaa80000,0x00000007fb780000,0x00000007fb780000)
from space 24064K, 33% used [0x00000007fb780000,0x00000007fbf66e28,0x00000007fcf00000)
to space 23552K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fe680000)
ParOldGen total 499712K, used 358284K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5de3398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf91e8,0x00000007bcf00000)
2014-01-11T20:54:38.149+0800: 3124.209: [GC
Desired survivor size 23068672 bytes, new threshold 15 (max 15)
[PSYoungGen: 283547K->8108K(297984K)] 641832K->366649K(797696K), 0.0123090 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=192 (full 12):
PSYoungGen total 297984K, used 8108K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 276480K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb880000)
from space 21504K, 37% used [0x00000007fcf80000,0x00000007fd76b248,0x00000007fe480000)
to space 22528K, 0% used [0x00000007fb880000,0x00000007fb880000,0x00000007fce80000)
ParOldGen total 499712K, used 358540K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e23398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf91e8,0x00000007bcf00000)
}
{Heap before GC invocations=193 (full 12):
PSYoungGen total 297984K, used 284588K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 276480K, 100% used [0x00000007eaa80000,0x00000007fb880000,0x00000007fb880000)
from space 21504K, 37% used [0x00000007fcf80000,0x00000007fd76b248,0x00000007fe480000)
to space 22528K, 0% used [0x00000007fb880000,0x00000007fb880000,0x00000007fce80000)
ParOldGen total 499712K, used 358540K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e23398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf92d0,0x00000007bcf00000)
2014-01-11T20:55:11.801+0800: 3157.861: [GC
Desired survivor size 22020096 bytes, new threshold 15 (max 15)
[PSYoungGen: 284588K->10107K(299008K)] 643129K->368712K(798720K), 0.0153090 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=193 (full 12):
PSYoungGen total 299008K, used 10107K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 276480K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb880000)
from space 22528K, 44% used [0x00000007fb880000,0x00000007fc25ee28,0x00000007fce80000)
to space 21504K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fe380000)
ParOldGen total 499712K, used 358604K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e33398,0x00000007de800000)
PSPermGen total 103424K, used 84964K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf92d0,0x00000007bcf00000)
}
{Heap before GC invocations=194 (full 12):
PSYoungGen total 299008K, used 286587K [0x00000007eaa80000, 0x00000007fe380000, 0x0000000800000000)
eden space 276480K, 100% used [0x00000007eaa80000,0x00000007fb880000,0x00000007fb880000)
from space 22528K, 44% used [0x00000007fb880000,0x00000007fc25ee28,0x00000007fce80000)
to space 21504K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fe380000)
ParOldGen total 499712K, used 358604K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e33398,0x00000007de800000)
PSPermGen total 103424K, used 84965K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9520,0x00000007bcf00000)
2014-01-11T20:55:45.017+0800: 3191.077: [GC
Desired survivor size 20971520 bytes, new threshold 15 (max 15)
[PSYoungGen: 286587K->10092K(296960K)] 645192K->368713K(796672K), 0.0131150 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=194 (full 12):
PSYoungGen total 296960K, used 10092K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 277504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb980000)
from space 19456K, 51% used [0x00000007fce80000,0x00000007fd85b248,0x00000007fe180000)
to space 20480K, 0% used [0x00000007fb980000,0x00000007fb980000,0x00000007fcd80000)
ParOldGen total 499712K, used 358620K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e37398,0x00000007de800000)
PSPermGen total 103424K, used 84965K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9520,0x00000007bcf00000)
}
{Heap before GC invocations=195 (full 12):
PSYoungGen total 296960K, used 287596K [0x00000007eaa80000, 0x00000007fe180000, 0x0000000800000000)
eden space 277504K, 100% used [0x00000007eaa80000,0x00000007fb980000,0x00000007fb980000)
from space 19456K, 51% used [0x00000007fce80000,0x00000007fd85b248,0x00000007fe180000)
to space 20480K, 0% used [0x00000007fb980000,0x00000007fb980000,0x00000007fcd80000)
ParOldGen total 499712K, used 358620K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e37398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9a48,0x00000007bcf00000)
2014-01-11T20:56:21.070+0800: 3227.130: [GC
Desired survivor size 20971520 bytes, new threshold 15 (max 15)
[PSYoungGen: 287596K->6395K(297984K)] 646217K->365032K(797696K), 0.0121880 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=195 (full 12):
PSYoungGen total 297984K, used 6395K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 277504K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fb980000)
from space 20480K, 31% used [0x00000007fb980000,0x00000007fbfbee28,0x00000007fcd80000)
to space 20480K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fe280000)
ParOldGen total 499712K, used 358636K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e3b398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9a48,0x00000007bcf00000)
}
{Heap before GC invocations=196 (full 12):
PSYoungGen total 297984K, used 283899K [0x00000007eaa80000, 0x00000007fe280000, 0x0000000800000000)
eden space 277504K, 100% used [0x00000007eaa80000,0x00000007fb980000,0x00000007fb980000)
from space 20480K, 31% used [0x00000007fb980000,0x00000007fbfbee28,0x00000007fcd80000)
to space 20480K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fe280000)
ParOldGen total 499712K, used 358636K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e3b398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9be0,0x00000007bcf00000)
2014-01-11T20:56:51.117+0800: 3257.177: [GC
Desired survivor size 19922944 bytes, new threshold 15 (max 15)
[PSYoungGen: 283899K->10009K(296960K)] 642536K->368654K(796672K), 0.0145250 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=196 (full 12):
PSYoungGen total 296960K, used 10009K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 278528K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fba80000)
from space 18432K, 54% used [0x00000007fce80000,0x00000007fd846710,0x00000007fe080000)
to space 19456K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fcd80000)
ParOldGen total 499712K, used 358644K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e3d398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9be0,0x00000007bcf00000)
}
{Heap before GC invocations=197 (full 12):
PSYoungGen total 296960K, used 288537K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 278528K, 100% used [0x00000007eaa80000,0x00000007fba80000,0x00000007fba80000)
from space 18432K, 54% used [0x00000007fce80000,0x00000007fd846710,0x00000007fe080000)
to space 19456K, 0% used [0x00000007fba80000,0x00000007fba80000,0x00000007fcd80000)
ParOldGen total 499712K, used 358644K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e3d398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9be0,0x00000007bcf00000)
2014-01-11T20:57:20.540+0800: 3286.600: [GC
Desired survivor size 19398656 bytes, new threshold 15 (max 15)
[PSYoungGen: 288537K->5799K(297984K)] 647182K->364636K(797696K), 0.0121050 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=197 (full 12):
PSYoungGen total 297984K, used 5799K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 278528K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fba80000)
from space 19456K, 29% used [0x00000007fba80000,0x00000007fc029e50,0x00000007fcd80000)
to space 18944K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007fe080000)
ParOldGen total 499712K, used 358836K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e6d398,0x00000007de800000)
PSPermGen total 103424K, used 84966K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9be0,0x00000007bcf00000)
}
{Heap before GC invocations=198 (full 12):
PSYoungGen total 297984K, used 284327K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 278528K, 100% used [0x00000007eaa80000,0x00000007fba80000,0x00000007fba80000)
from space 19456K, 29% used [0x00000007fba80000,0x00000007fc029e50,0x00000007fcd80000)
to space 18944K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007fe080000)
ParOldGen total 499712K, used 358836K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e6d398,0x00000007de800000)
PSPermGen total 103424K, used 84967K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9d50,0x00000007bcf00000)
2014-01-11T20:57:50.989+0800: 3317.048: [GC
Desired survivor size 19398656 bytes, new threshold 15 (max 15)
[PSYoungGen: 284327K->5653K(298496K)] 643164K->364506K(798208K), 0.0105680 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=198 (full 12):
PSYoungGen total 298496K, used 5653K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 279552K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbb80000)
from space 18944K, 29% used [0x00000007fce00000,0x00000007fd3857a8,0x00000007fe080000)
to space 18944K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fce00000)
ParOldGen total 499712K, used 358852K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e71398,0x00000007de800000)
PSPermGen total 103424K, used 84967K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcf9d50,0x00000007bcf00000)
}
{Heap before GC invocations=199 (full 12):
PSYoungGen total 298496K, used 285147K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 279552K, 99% used [0x00000007eaa80000,0x00000007fbb715a0,0x00000007fbb80000)
from space 18944K, 29% used [0x00000007fce00000,0x00000007fd3857a8,0x00000007fe080000)
to space 18944K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fce00000)
ParOldGen total 499712K, used 358852K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e71398,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
2014-01-11T20:58:17.649+0800: 3343.709: [GC
Desired survivor size 18350080 bytes, new threshold 15 (max 15)
[PSYoungGen: 285147K->8388K(298496K)] 644000K->367361K(798208K), 0.0119010 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=199 (full 12):
PSYoungGen total 298496K, used 8388K [0x00000007eaa80000, 0x00000007fdf80000, 0x0000000800000000)
eden space 279552K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbb80000)
from space 18944K, 44% used [0x00000007fbb80000,0x00000007fc3b1388,0x00000007fce00000)
to space 17920K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007fdf80000)
ParOldGen total 499712K, used 358972K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e8f398,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
}
{Heap before GC invocations=200 (full 12):
PSYoungGen total 298496K, used 287940K [0x00000007eaa80000, 0x00000007fdf80000, 0x0000000800000000)
eden space 279552K, 100% used [0x00000007eaa80000,0x00000007fbb80000,0x00000007fbb80000)
from space 18944K, 44% used [0x00000007fbb80000,0x00000007fc3b1388,0x00000007fce00000)
to space 17920K, 0% used [0x00000007fce00000,0x00000007fce00000,0x00000007fdf80000)
ParOldGen total 499712K, used 358972K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5e8f398,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
2014-01-11T20:58:46.451+0800: 3372.510: [GC
Desired survivor size 18874368 bytes, new threshold 15 (max 15)
[PSYoungGen: 287940K->12689K(297984K)] 646913K->371853K(797696K), 0.0135300 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=200 (full 12):
PSYoungGen total 297984K, used 12689K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 280064K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbc00000)
from space 17920K, 70% used [0x00000007fce00000,0x00000007fda64400,0x00000007fdf80000)
to space 18432K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fce00000)
ParOldGen total 499712K, used 359164K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5ebf398,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
}
{Heap before GC invocations=201 (full 12):
PSYoungGen total 297984K, used 292753K [0x00000007eaa80000, 0x00000007fe080000, 0x0000000800000000)
eden space 280064K, 100% used [0x00000007eaa80000,0x00000007fbc00000,0x00000007fbc00000)
from space 17920K, 70% used [0x00000007fce00000,0x00000007fda64400,0x00000007fdf80000)
to space 18432K, 0% used [0x00000007fbc00000,0x00000007fbc00000,0x00000007fce00000)
ParOldGen total 499712K, used 359164K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5ebf398,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
2014-01-11T20:59:18.252+0800: 3404.311: [GC
Desired survivor size 18874368 bytes, new threshold 15 (max 15)
[PSYoungGen: 292753K->6437K(298496K)] 651917K->366029K(798208K), 0.0144270 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=201 (full 12):
PSYoungGen total 298496K, used 6437K [0x00000007eaa80000, 0x00000007fe100000, 0x0000000800000000)
eden space 280064K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbc00000)
from space 18432K, 34% used [0x00000007fbc00000,0x00000007fc2495d8,0x00000007fce00000)
to space 18432K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007fe100000)
ParOldGen total 499712K, used 359592K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f2a1b0,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfa910,0x00000007bcf00000)
}
{Heap before GC invocations=202 (full 12):
PSYoungGen total 298496K, used 286501K [0x00000007eaa80000, 0x00000007fe100000, 0x0000000800000000)
eden space 280064K, 100% used [0x00000007eaa80000,0x00000007fbc00000,0x00000007fbc00000)
from space 18432K, 34% used [0x00000007fbc00000,0x00000007fc2495d8,0x00000007fce00000)
to space 18432K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x00000007fe100000)
ParOldGen total 499712K, used 359592K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f2a1b0,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfab68,0x00000007bcf00000)
2014-01-11T20:59:51.218+0800: 3437.277: [GC
Desired survivor size 18350080 bytes, new threshold 15 (max 15)
[PSYoungGen: 286501K->10171K(298496K)] 646093K->369884K(798208K), 0.0140580 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=202 (full 12):
PSYoungGen total 298496K, used 10171K [0x00000007eaa80000, 0x00000007fe000000, 0x0000000800000000)
eden space 281088K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbd00000)
from space 17408K, 58% used [0x00000007fcf00000,0x00000007fd8eef50,0x00000007fe000000)
to space 17920K, 0% used [0x00000007fbd00000,0x00000007fbd00000,0x00000007fce80000)
ParOldGen total 499712K, used 359712K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f481b0,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfab68,0x00000007bcf00000)
}
{Heap before GC invocations=203 (full 12):
PSYoungGen total 298496K, used 291259K [0x00000007eaa80000, 0x00000007fe000000, 0x0000000800000000)
eden space 281088K, 100% used [0x00000007eaa80000,0x00000007fbd00000,0x00000007fbd00000)
from space 17408K, 58% used [0x00000007fcf00000,0x00000007fd8eef50,0x00000007fe000000)
to space 17920K, 0% used [0x00000007fbd00000,0x00000007fbd00000,0x00000007fce80000)
ParOldGen total 499712K, used 359712K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f481b0,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfab68,0x00000007bcf00000)
2014-01-11T21:00:29.746+0800: 3475.806: [GC
Desired survivor size 17301504 bytes, new threshold 15 (max 15)
[PSYoungGen: 291259K->9115K(299008K)] 650972K->368844K(798720K), 0.0148600 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=203 (full 12):
PSYoungGen total 299008K, used 9115K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 281088K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbd00000)
from space 17920K, 50% used [0x00000007fbd00000,0x00000007fc5e6f50,0x00000007fce80000)
to space 16896K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fdf00000)
ParOldGen total 499712K, used 359728K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f4c1b0,0x00000007de800000)
PSPermGen total 103424K, used 84970K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfab68,0x00000007bcf00000)
}
{Heap before GC invocations=204 (full 12):
PSYoungGen total 299008K, used 290203K [0x00000007eaa80000, 0x00000007fdf00000, 0x0000000800000000)
eden space 281088K, 100% used [0x00000007eaa80000,0x00000007fbd00000,0x00000007fbd00000)
from space 17920K, 50% used [0x00000007fbd00000,0x00000007fc5e6f50,0x00000007fce80000)
to space 16896K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007fdf00000)
ParOldGen total 499712K, used 359728K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 71% used [0x00000007c0000000,0x00000007d5f4c1b0,0x00000007de800000)
PSPermGen total 103424K, used 84973K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfb448,0x00000007bcf00000)
2014-01-11T21:01:05.792+0800: 3511.852: [GC
Desired survivor size 19922944 bytes, new threshold 14 (max 15)
[PSYoungGen: 290203K->16868K(296448K)] 649932K->378033K(796160K), 0.0228630 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=204 (full 12):
PSYoungGen total 296448K, used 16868K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 279552K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbb80000)
from space 16896K, 99% used [0x00000007fce80000,0x00000007fdef9140,0x00000007fdf00000)
to space 19456K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fce80000)
ParOldGen total 499712K, used 361164K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 72% used [0x00000007c0000000,0x00000007d60b3330,0x00000007de800000)
PSPermGen total 103424K, used 84973K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfb448,0x00000007bcf00000)
}
{Heap before GC invocations=205 (full 12):
PSYoungGen total 296448K, used 296420K [0x00000007eaa80000, 0x00000007fe480000, 0x0000000800000000)
eden space 279552K, 100% used [0x00000007eaa80000,0x00000007fbb80000,0x00000007fbb80000)
from space 16896K, 99% used [0x00000007fce80000,0x00000007fdef9140,0x00000007fdf00000)
to space 19456K, 0% used [0x00000007fbb80000,0x00000007fbb80000,0x00000007fce80000)
ParOldGen total 499712K, used 361164K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 72% used [0x00000007c0000000,0x00000007d60b3330,0x00000007de800000)
PSPermGen total 103424K, used 84973K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfb770,0x00000007bcf00000)
2014-01-11T21:01:48.094+0800: 3554.153: [GC
Desired survivor size 23068672 bytes, new threshold 13 (max 15)
[PSYoungGen: 296420K->19450K(299008K)] 657585K->382003K(798720K), 0.0233210 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=205 (full 12):
PSYoungGen total 299008K, used 19450K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 279552K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fbb80000)
from space 19456K, 99% used [0x00000007fbb80000,0x00000007fce7ea98,0x00000007fce80000)
to space 22528K, 0% used [0x00000007fd300000,0x00000007fd300000,0x00000007fe900000)
ParOldGen total 499712K, used 362552K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 72% used [0x00000007c0000000,0x00000007d620e390,0x00000007de800000)
PSPermGen total 103424K, used 84973K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfb770,0x00000007bcf00000)
}
{Heap before GC invocations=206 (full 12):
PSYoungGen total 299008K, used 299002K [0x00000007eaa80000, 0x00000007fe900000, 0x0000000800000000)
eden space 279552K, 100% used [0x00000007eaa80000,0x00000007fbb80000,0x00000007fbb80000)
from space 19456K, 99% used [0x00000007fbb80000,0x00000007fce7ea98,0x00000007fce80000)
to space 22528K, 0% used [0x00000007fd300000,0x00000007fd300000,0x00000007fe900000)
ParOldGen total 499712K, used 362552K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 72% used [0x00000007c0000000,0x00000007d620e390,0x00000007de800000)
PSPermGen total 103424K, used 84986K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfeb68,0x00000007bcf00000)
2014-01-11T21:02:13.592+0800: 3579.651: [GC
Desired survivor size 44040192 bytes, new threshold 12 (max 15)
[PSYoungGen: 299002K->22506K(283136K)] 661555K->432683K(782848K), 0.0409140 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=206 (full 12):
PSYoungGen total 283136K, used 22506K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 260608K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa900000)
from space 22528K, 99% used [0x00000007fd300000,0x00000007fe8faaa8,0x00000007fe900000)
to space 43008K, 0% used [0x00000007fa900000,0x00000007fa900000,0x00000007fd300000)
ParOldGen total 499712K, used 410177K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9090450,0x00000007de800000)
PSPermGen total 103424K, used 84986K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcfeb68,0x00000007bcf00000)
}
{Heap before GC invocations=207 (full 12):
PSYoungGen total 283136K, used 283114K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 260608K, 100% used [0x00000007eaa80000,0x00000007fa900000,0x00000007fa900000)
from space 22528K, 99% used [0x00000007fd300000,0x00000007fe8faaa8,0x00000007fe900000)
to space 43008K, 0% used [0x00000007fa900000,0x00000007fa900000,0x00000007fd300000)
ParOldGen total 499712K, used 410177K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9090450,0x00000007de800000)
PSPermGen total 103424K, used 84990K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcffb28,0x00000007bcf00000)
2014-01-11T21:02:45.885+0800: 3611.945: [GC
Desired survivor size 46661632 bytes, new threshold 13 (max 15)
[PSYoungGen: 283114K->30474K(303616K)] 693291K->440667K(803328K), 0.0326860 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=207 (full 12):
PSYoungGen total 303616K, used 30474K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 260608K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa900000)
from space 43008K, 70% used [0x00000007fa900000,0x00000007fc6c2808,0x00000007fd300000)
to space 45568K, 0% used [0x00000007fd380000,0x00000007fd380000,0x0000000800000000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84990K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbcffb28,0x00000007bcf00000)
}
{Heap before GC invocations=208 (full 12):
PSYoungGen total 303616K, used 291082K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 260608K, 100% used [0x00000007eaa80000,0x00000007fa900000,0x00000007fa900000)
from space 43008K, 70% used [0x00000007fa900000,0x00000007fc6c2808,0x00000007fd300000)
to space 45568K, 0% used [0x00000007fd380000,0x00000007fd380000,0x0000000800000000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84993K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd005b0,0x00000007bcf00000)
2014-01-11T21:03:18.580+0800: 3644.640: [GC
Desired survivor size 49807360 bytes, new threshold 14 (max 15)
[PSYoungGen: 291082K->33664K(297984K)] 701275K->443857K(797696K), 0.0445380 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=208 (full 12):
PSYoungGen total 297984K, used 33664K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 252416K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa100000)
from space 45568K, 73% used [0x00000007fd380000,0x00000007ff460180,0x0000000800000000)
to space 48640K, 0% used [0x00000007fa100000,0x00000007fa100000,0x00000007fd080000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84993K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd005b0,0x00000007bcf00000)
}
{Heap before GC invocations=209 (full 12):
PSYoungGen total 297984K, used 286080K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 252416K, 100% used [0x00000007eaa80000,0x00000007fa100000,0x00000007fa100000)
from space 45568K, 73% used [0x00000007fd380000,0x00000007ff460180,0x0000000800000000)
to space 48640K, 0% used [0x00000007fa100000,0x00000007fa100000,0x00000007fd080000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84993K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd005b0,0x00000007bcf00000)
2014-01-11T21:03:51.685+0800: 3677.745: [GC
Desired survivor size 51380224 bytes, new threshold 15 (max 15)
[PSYoungGen: 286080K->32779K(285696K)] 696273K->442972K(785408K), 0.0353350 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=209 (full 12):
PSYoungGen total 285696K, used 32779K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 252416K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa100000)
from space 33280K, 98% used [0x00000007fa100000,0x00000007fc102c38,0x00000007fc180000)
to space 50176K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x0000000800000000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84993K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd005b0,0x00000007bcf00000)
}
{Heap before GC invocations=210 (full 12):
PSYoungGen total 285696K, used 285195K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 252416K, 100% used [0x00000007eaa80000,0x00000007fa100000,0x00000007fa100000)
from space 33280K, 98% used [0x00000007fa100000,0x00000007fc102c38,0x00000007fc180000)
to space 50176K, 0% used [0x00000007fcf00000,0x00000007fcf00000,0x0000000800000000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
2014-01-11T21:04:21.834+0800: 3707.894: [GC
Desired survivor size 54001664 bytes, new threshold 15 (max 15)
[PSYoungGen: 285195K->34682K(294400K)] 695388K->444875K(794112K), 0.0332620 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=210 (full 12):
PSYoungGen total 294400K, used 34682K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 50176K, 69% used [0x00000007fcf00000,0x00000007ff0de818,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
}
{Heap before GC invocations=211 (full 12):
PSYoungGen total 294400K, used 278906K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 50176K, 69% used [0x00000007fcf00000,0x00000007ff0de818,0x0000000800000000)
to space 52736K, 0% used [0x00000007f9900000,0x00000007f9900000,0x00000007fcc80000)
ParOldGen total 499712K, used 410193K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9094450,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
2014-01-11T21:04:56.135+0800: 3742.194: [GC
Desired survivor size 57147392 bytes, new threshold 15 (max 15)
[PSYoungGen: 278906K->40136K(284672K)] 689099K->451219K(784384K), 0.0354450 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=211 (full 12):
PSYoungGen total 284672K, used 40136K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9900000)
from space 40448K, 99% used [0x00000007f9900000,0x00000007fc0320e0,0x00000007fc080000)
to space 55808K, 0% used [0x00000007fc980000,0x00000007fc980000,0x0000000800000000)
ParOldGen total 499712K, used 411083K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9172d50,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
}
{Heap before GC invocations=212 (full 12):
PSYoungGen total 284672K, used 284360K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 244224K, 100% used [0x00000007eaa80000,0x00000007f9900000,0x00000007f9900000)
from space 40448K, 99% used [0x00000007f9900000,0x00000007fc0320e0,0x00000007fc080000)
to space 55808K, 0% used [0x00000007fc980000,0x00000007fc980000,0x0000000800000000)
ParOldGen total 499712K, used 411083K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9172d50,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
2014-01-11T21:05:27.970+0800: 3774.029: [GC
Desired survivor size 59244544 bytes, new threshold 14 (max 15)
[PSYoungGen: 284360K->40585K(289792K)] 695443K->451668K(789504K), 0.0357820 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=212 (full 12):
PSYoungGen total 289792K, used 40585K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55808K, 72% used [0x00000007fc980000,0x00000007ff1224f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 411083K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9172d50,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00ca0,0x00000007bcf00000)
}
{Heap before GC invocations=213 (full 12):
PSYoungGen total 289792K, used 274569K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55808K, 72% used [0x00000007fc980000,0x00000007ff1224f0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 411083K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d9172d50,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
2014-01-11T21:05:56.557+0800: 3802.617: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 274569K->34022K(291840K)] 685652K->445956K(791552K), 0.0345190 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=213 (full 12):
PSYoungGen total 291840K, used 34022K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 58% used [0x00000007f8f00000,0x00000007fb039a80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 411933K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d92477c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
}
{Heap before GC invocations=214 (full 12):
PSYoungGen total 291840K, used 268006K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 58% used [0x00000007f8f00000,0x00000007fb039a80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 411933K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d92477c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
2014-01-11T21:06:19.872+0800: 3825.931: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 268006K->53382K(291840K)] 679940K->465332K(791552K), 0.0394110 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=214 (full 12):
PSYoungGen total 291840K, used 53382K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007fc780000,0x00000007ffba1a80,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 411949K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d924b7c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
}
{Heap before GC invocations=215 (full 12):
PSYoungGen total 291840K, used 287366K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007fc780000,0x00000007ffba1a80,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 411949K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d924b7c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
2014-01-11T21:06:52.125+0800: 3858.184: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 287366K->54310K(291840K)] 699316K->466276K(791552K), 0.0395040 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=215 (full 12):
PSYoungGen total 291840K, used 54310K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 93% used [0x00000007f8f00000,0x00000007fc409a80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 411965K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d924f7c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e28,0x00000007bcf00000)
}
{Heap before GC invocations=216 (full 12):
PSYoungGen total 291840K, used 288294K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 93% used [0x00000007f8f00000,0x00000007fc409a80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 411965K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 82% used [0x00000007c0000000,0x00000007d924f7c0,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e68,0x00000007bcf00000)
2014-01-11T21:07:24.610+0800: 3890.669: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 288294K->20070K(291840K)] 700260K->439879K(791552K), 0.0345260 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=216 (full 12):
PSYoungGen total 291840K, used 20070K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 34% used [0x00000007fc780000,0x00000007fdb19af8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 419808K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 84% used [0x00000007c0000000,0x00000007d99f8358,0x00000007de800000)
PSPermGen total 103424K, used 84995K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd00e68,0x00000007bcf00000)
}
{Heap before GC invocations=217 (full 12):
PSYoungGen total 291840K, used 254054K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 34% used [0x00000007fc780000,0x00000007fdb19af8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 419808K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 84% used [0x00000007c0000000,0x00000007d99f8358,0x00000007de800000)
PSPermGen total 103424K, used 84998K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd01a28,0x00000007bcf00000)
2014-01-11T21:07:59.542+0800: 3925.601: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 254054K->5856K(291840K)] 673863K->443866K(791552K), 0.0223100 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=217 (full 12):
PSYoungGen total 291840K, used 5856K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94b8010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438010K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabbe8f0,0x00000007de800000)
PSPermGen total 103424K, used 84998K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd01a28,0x00000007bcf00000)
}
{Heap before GC invocations=218 (full 12):
PSYoungGen total 291840K, used 239840K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94b8010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438010K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabbe8f0,0x00000007de800000)
PSPermGen total 103424K, used 85001K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd025e8,0x00000007bcf00000)
2014-01-11T21:08:28.408+0800: 3954.467: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 239840K->3441K(291840K)] 677850K->441499K(791552K), 0.0102860 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=218 (full 12):
PSYoungGen total 291840K, used 3441K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcadc430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438058K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabca8f0,0x00000007de800000)
PSPermGen total 103424K, used 85001K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd025e8,0x00000007bcf00000)
}
{Heap before GC invocations=219 (full 12):
PSYoungGen total 291840K, used 237425K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcadc430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438058K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabca8f0,0x00000007de800000)
PSPermGen total 103424K, used 85003K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd02f88,0x00000007bcf00000)
2014-01-11T21:09:04.062+0800: 3990.121: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 237425K->3520K(291840K)] 675483K->441674K(791552K), 0.0108780 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=219 (full 12):
PSYoungGen total 291840K, used 3520K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f9270010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438154K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabe28f0,0x00000007de800000)
PSPermGen total 103424K, used 85003K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd02f88,0x00000007bcf00000)
}
{Heap before GC invocations=220 (full 12):
PSYoungGen total 291840K, used 237504K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f9270010,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438154K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabe28f0,0x00000007de800000)
PSPermGen total 103424K, used 85005K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd034d8,0x00000007bcf00000)
2014-01-11T21:09:48.812+0800: 4034.871: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 237504K->10911K(291840K)] 675658K->449082K(791552K), 0.0262760 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=220 (full 12):
PSYoungGen total 291840K, used 10911K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd227f98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438170K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabe68f0,0x00000007de800000)
PSPermGen total 103424K, used 85005K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd034d8,0x00000007bcf00000)
}
{Heap before GC invocations=221 (full 12):
PSYoungGen total 291840K, used 244895K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 18% used [0x00000007fc780000,0x00000007fd227f98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438170K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabe68f0,0x00000007de800000)
PSPermGen total 103424K, used 85005K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd034d8,0x00000007bcf00000)
2014-01-11T21:10:21.439+0800: 4067.498: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 244895K->10247K(291840K)] 683066K->448457K(791552K), 0.0201800 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=221 (full 12):
PSYoungGen total 291840K, used 10247K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f9901df0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438210K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabf08f0,0x00000007de800000)
PSPermGen total 103424K, used 85005K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd034d8,0x00000007bcf00000)
}
{Heap before GC invocations=222 (full 12):
PSYoungGen total 291840K, used 244231K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f9901df0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438210K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabf08f0,0x00000007de800000)
PSPermGen total 103424K, used 85007K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd03c00,0x00000007bcf00000)
2014-01-11T21:10:51.611+0800: 4097.671: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 244231K->10158K(291840K)] 682441K->448401K(791552K), 0.0193920 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=222 (full 12):
PSYoungGen total 291840K, used 10158K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007fc780000,0x00000007fd16bb78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438242K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabf88f0,0x00000007de800000)
PSPermGen total 103424K, used 85007K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd03c00,0x00000007bcf00000)
}
{Heap before GC invocations=223 (full 12):
PSYoungGen total 291840K, used 244142K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007fc780000,0x00000007fd16bb78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 499712K, used 438242K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dabf88f0,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
2014-01-11T21:11:21.717+0800: 4127.777: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 244142K->13006K(291840K)] 682385K->451530K(791552K), 0.0204390 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=223 (full 12):
PSYoungGen total 291840K, used 13006K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 22% used [0x00000007f8f00000,0x00000007f9bb3b78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438523K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dac3ed10,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
}
{Heap before GC invocations=224 (full 12):
PSYoungGen total 291840K, used 246990K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 22% used [0x00000007f8f00000,0x00000007f9bb3b78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 438523K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 87% used [0x00000007c0000000,0x00000007dac3ed10,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
2014-01-11T21:11:50.402+0800: 4156.462: [GC
Desired survivor size 58195968 bytes, new threshold 4 (max 15)
[PSYoungGen: 246990K->8497K(289792K)] 685514K->454627K(789504K), 0.0251700 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=224 (full 12):
PSYoungGen total 289792K, used 8497K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 55808K, 15% used [0x00000007fc780000,0x00000007fcfcc430,0x00000007ffe00000)
to space 56832K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc680000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
}
{Heap before GC invocations=225 (full 12):
PSYoungGen total 289792K, used 242481K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 55808K, 15% used [0x00000007fc780000,0x00000007fcfcc430,0x00000007ffe00000)
to space 56832K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc680000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
2014-01-11T21:12:20.806+0800: 4186.866: [GC
Desired survivor size 55574528 bytes, new threshold 5 (max 15)
[PSYoungGen: 242481K->9056K(243200K)] 688611K->455186K(742912K), 0.0137740 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=225 (full 12):
PSYoungGen total 243200K, used 9056K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 9216K, 98% used [0x00000007f8f00000,0x00000007f97d8010,0x00000007f9800000)
to space 54272K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffa80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
}
{Heap before GC invocations=226 (full 12):
PSYoungGen total 243200K, used 243040K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 9216K, 98% used [0x00000007f8f00000,0x00000007f97d8010,0x00000007f9800000)
to space 54272K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ffa80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
2014-01-11T21:12:49.835+0800: 4215.894: [GC
Desired survivor size 54525952 bytes, new threshold 6 (max 15)
[PSYoungGen: 243040K->4384K(287744K)] 689170K->450514K(787456K), 0.0111710 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=226 (full 12):
PSYoungGen total 287744K, used 4384K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 52224K, 8% used [0x00000007fc580000,0x00000007fc9c8010,0x00000007ff880000)
to space 53248K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc480000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
}
{Heap before GC invocations=227 (full 12):
PSYoungGen total 287744K, used 239904K [0x00000007eaa80000, 0x00000007ff880000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 52224K, 8% used [0x00000007fc580000,0x00000007fc9c8010,0x00000007ff880000)
to space 53248K, 0% used [0x00000007f9080000,0x00000007f9080000,0x00000007fc480000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
2014-01-11T21:13:18.910+0800: 4244.969: [GC
Desired survivor size 51904512 bytes, new threshold 7 (max 15)
[PSYoungGen: 239904K->8497K(244224K)] 686034K->454627K(743936K), 0.0115100 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=227 (full 12):
PSYoungGen total 244224K, used 8497K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 235520K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9080000)
from space 8704K, 97% used [0x00000007f9080000,0x00000007f98cc430,0x00000007f9900000)
to space 50688K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff480000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04880,0x00000007bcf00000)
}
{Heap before GC invocations=228 (full 12):
PSYoungGen total 244224K, used 244017K [0x00000007eaa80000, 0x00000007ff480000, 0x0000000800000000)
eden space 235520K, 100% used [0x00000007eaa80000,0x00000007f9080000,0x00000007f9080000)
from space 8704K, 97% used [0x00000007f9080000,0x00000007f98cc430,0x00000007f9900000)
to space 50688K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff480000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04980,0x00000007bcf00000)
2014-01-11T21:13:46.463+0800: 4272.522: [GC
Desired survivor size 50331648 bytes, new threshold 8 (max 15)
[PSYoungGen: 244017K->2833K(284160K)] 690147K->448963K(783872K), 0.0123700 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=228 (full 12):
PSYoungGen total 284160K, used 2833K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 47616K, 5% used [0x00000007fc300000,0x00000007fc5c4430,0x00000007ff180000)
to space 49152K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc180000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04980,0x00000007bcf00000)
}
{Heap before GC invocations=229 (full 12):
PSYoungGen total 284160K, used 239377K [0x00000007eaa80000, 0x00000007ff180000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 47616K, 5% used [0x00000007fc300000,0x00000007fc5c4430,0x00000007ff180000)
to space 49152K, 0% used [0x00000007f9180000,0x00000007f9180000,0x00000007fc180000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04980,0x00000007bcf00000)
2014-01-11T21:14:16.991+0800: 4303.051: [GC
Desired survivor size 48234496 bytes, new threshold 9 (max 15)
[PSYoungGen: 239377K->5472K(242176K)] 685507K->451602K(741888K), 0.0108190 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=229 (full 12):
PSYoungGen total 242176K, used 5472K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 236544K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9180000)
from space 5632K, 97% used [0x00000007f9180000,0x00000007f96d8010,0x00000007f9700000)
to space 47104K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007fee80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85010K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd04980,0x00000007bcf00000)
}
{Heap before GC invocations=230 (full 12):
PSYoungGen total 242176K, used 242016K [0x00000007eaa80000, 0x00000007fee80000, 0x0000000800000000)
eden space 236544K, 100% used [0x00000007eaa80000,0x00000007f9180000,0x00000007f9180000)
from space 5632K, 97% used [0x00000007f9180000,0x00000007f96d8010,0x00000007f9700000)
to space 47104K, 0% used [0x00000007fc080000,0x00000007fc080000,0x00000007fee80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85012K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd05218,0x00000007bcf00000)
2014-01-11T21:14:41.392+0800: 4327.452: [GC
Desired survivor size 46137344 bytes, new threshold 10 (max 15)
[PSYoungGen: 242016K->4422K(280576K)] 688146K->450552K(780288K), 0.0109240 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=230 (full 12):
PSYoungGen total 280576K, used 4422K [0x00000007eaa80000, 0x00000007fea80000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 43008K, 10% used [0x00000007fc080000,0x00000007fc4d1918,0x00000007fea80000)
to space 45056K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fbe80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85012K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd05218,0x00000007bcf00000)
}
{Heap before GC invocations=231 (full 12):
PSYoungGen total 280576K, used 241990K [0x00000007eaa80000, 0x00000007fea80000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 43008K, 10% used [0x00000007fc080000,0x00000007fc4d1918,0x00000007fea80000)
to space 45056K, 0% used [0x00000007f9280000,0x00000007f9280000,0x00000007fbe80000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85012K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd05218,0x00000007bcf00000)
2014-01-11T21:15:00.026+0800: 4346.086: [GC
Desired survivor size 49283072 bytes, new threshold 11 (max 15)
[PSYoungGen: 241990K->28437K(282624K)] 688120K->474567K(782336K), 0.0188250 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=231 (full 12):
PSYoungGen total 282624K, used 28437K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 237568K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9280000)
from space 45056K, 63% used [0x00000007f9280000,0x00000007fae45498,0x00000007fbe80000)
to space 48128K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff200000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85012K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd05218,0x00000007bcf00000)
}
{Heap before GC invocations=232 (full 12):
PSYoungGen total 282624K, used 266005K [0x00000007eaa80000, 0x00000007ff200000, 0x0000000800000000)
eden space 237568K, 100% used [0x00000007eaa80000,0x00000007f9280000,0x00000007f9280000)
from space 45056K, 63% used [0x00000007f9280000,0x00000007fae45498,0x00000007fbe80000)
to space 48128K, 0% used [0x00000007fc300000,0x00000007fc300000,0x00000007ff200000)
ParOldGen total 499712K, used 446130K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 89% used [0x00000007c0000000,0x00000007db3ac878,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16660,0x00000007bcf00000)
2014-01-11T21:15:12.708+0800: 4358.768: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 266005K->48123K(277504K)] 712135K->499767K(777216K), 0.0285920 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=232 (full 12):
PSYoungGen total 277504K, used 48123K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 229376K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8a80000)
from space 48128K, 99% used [0x00000007fc300000,0x00000007ff1fed30,0x00000007ff200000)
to space 57856K, 0% used [0x00000007f8a80000,0x00000007f8a80000,0x00000007fc300000)
ParOldGen total 499712K, used 451644K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db90f028,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16660,0x00000007bcf00000)
}
{Heap before GC invocations=233 (full 12):
PSYoungGen total 277504K, used 277465K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 229376K, 99% used [0x00000007eaa80000,0x00000007f8a77ab8,0x00000007f8a80000)
from space 48128K, 99% used [0x00000007fc300000,0x00000007ff1fed30,0x00000007ff200000)
to space 57856K, 0% used [0x00000007f8a80000,0x00000007f8a80000,0x00000007fc300000)
ParOldGen total 499712K, used 451644K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db90f028,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16660,0x00000007bcf00000)
2014-01-11T21:15:35.562+0800: 4381.622: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 277465K->47732K(287232K)] 729110K->499408K(786944K), 0.0540880 secs] [Times: user=0.05 sys=0.01, real=0.05 secs]
Heap after GC invocations=233 (full 12):
PSYoungGen total 287232K, used 47732K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 229376K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8a80000)
from space 57856K, 82% used [0x00000007f8a80000,0x00000007fb91d170,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffd80000)
ParOldGen total 499712K, used 451676K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db917028,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16660,0x00000007bcf00000)
}
{Heap before GC invocations=234 (full 12):
PSYoungGen total 287232K, used 277108K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 229376K, 100% used [0x00000007eaa80000,0x00000007f8a80000,0x00000007f8a80000)
from space 57856K, 82% used [0x00000007f8a80000,0x00000007fb91d170,0x00000007fc300000)
to space 57856K, 0% used [0x00000007fc500000,0x00000007fc500000,0x00000007ffd80000)
ParOldGen total 499712K, used 451676K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db917028,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16708,0x00000007bcf00000)
2014-01-11T21:16:45.233+0800: 4451.293: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 277108K->49505K(288256K)] 728784K->501221K(787968K), 0.0247350 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=234 (full 12):
PSYoungGen total 288256K, used 49505K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 230912K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c00000)
from space 57344K, 86% used [0x00000007fc500000,0x00000007ff5586a8,0x00000007ffd00000)
to space 57856K, 0% used [0x00000007f8c00000,0x00000007f8c00000,0x00000007fc480000)
ParOldGen total 499712K, used 451716K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db921028,0x00000007de800000)
PSPermGen total 103424K, used 85081K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16708,0x00000007bcf00000)
}
{Heap before GC invocations=235 (full 12):
PSYoungGen total 288256K, used 280417K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 230912K, 100% used [0x00000007eaa80000,0x00000007f8c00000,0x00000007f8c00000)
from space 57344K, 86% used [0x00000007fc500000,0x00000007ff5586a8,0x00000007ffd00000)
to space 57856K, 0% used [0x00000007f8c00000,0x00000007f8c00000,0x00000007fc480000)
ParOldGen total 499712K, used 451716K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db921028,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16c88,0x00000007bcf00000)
2014-01-11T21:21:13.872+0800: 4719.931: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 280417K->48987K(288768K)] 732133K->500823K(788480K), 0.0239190 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=235 (full 12):
PSYoungGen total 288768K, used 48987K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 230912K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8c00000)
from space 57856K, 84% used [0x00000007f8c00000,0x00000007fbbd6d40,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffe80000)
ParOldGen total 499712K, used 451836K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db93f028,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16c88,0x00000007bcf00000)
}
{Heap before GC invocations=236 (full 12):
PSYoungGen total 288768K, used 279899K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 230912K, 100% used [0x00000007eaa80000,0x00000007f8c00000,0x00000007f8c00000)
from space 57856K, 84% used [0x00000007f8c00000,0x00000007fbbd6d40,0x00000007fc480000)
to space 57856K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffe80000)
ParOldGen total 499712K, used 451836K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db93f028,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16cc8,0x00000007bcf00000)
2014-01-11T21:23:21.373+0800: 4847.433: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 279899K->52828K(289280K)] 731735K->505072K(788992K), 0.0256050 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=236 (full 12):
PSYoungGen total 289280K, used 52828K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57344K, 92% used [0x00000007fc600000,0x00000007ff997170,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 499712K, used 452244K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db9a5028,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16cc8,0x00000007bcf00000)
}
{Heap before GC invocations=237 (full 12):
PSYoungGen total 289280K, used 284764K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 231936K, 100% used [0x00000007eaa80000,0x00000007f8d00000,0x00000007f8d00000)
from space 57344K, 92% used [0x00000007fc600000,0x00000007ff997170,0x00000007ffe00000)
to space 57856K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007fc580000)
ParOldGen total 499712K, used 452244K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 90% used [0x00000007c0000000,0x00000007db9a5028,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16cc8,0x00000007bcf00000)
2014-01-11T21:23:55.221+0800: 4881.281: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 284764K->32034K(289792K)] 737008K->510428K(789504K), 0.2427830 secs] [Times: user=0.06 sys=0.00, real=0.24 secs]
Heap after GC invocations=237 (full 12):
PSYoungGen total 289792K, used 32034K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 231936K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8d00000)
from space 57856K, 55% used [0x00000007f8d00000,0x00000007fac48a28,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 478394K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 95% used [0x00000007c0000000,0x00000007dd32e978,0x00000007de800000)
PSPermGen total 103424K, used 85083K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd16cc8,0x00000007bcf00000)
}
{Heap before GC invocations=238 (full 12):
PSYoungGen total 289792K, used 263970K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 231936K, 100% used [0x00000007eaa80000,0x00000007f8d00000,0x00000007f8d00000)
from space 57856K, 55% used [0x00000007f8d00000,0x00000007fac48a28,0x00000007fc580000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 499712K, used 478394K [0x00000007c0000000, 0x00000007de800000, 0x00000007eaa80000)
object space 499712K, 95% used [0x00000007c0000000,0x00000007dd32e978,0x00000007de800000)
PSPermGen total 103424K, used 85086K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd17888,0x00000007bcf00000)
2014-01-11T21:24:29.261+0800: 4915.320: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 263970K->4177K(291840K)] 742364K->509124K(797184K), 0.0341610 secs] [Times: user=0.04 sys=0.02, real=0.03 secs]
Heap after GC invocations=238 (full 12):
PSYoungGen total 291840K, used 4177K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcb94430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 505344K, used 504947K [0x00000007c0000000, 0x00000007ded80000, 0x00000007eaa80000)
object space 505344K, 99% used [0x00000007c0000000,0x00000007ded1ce10,0x00000007ded80000)
PSPermGen total 103424K, used 85086K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd17888,0x00000007bcf00000)
}
{Heap before GC invocations=239 (full 13):
PSYoungGen total 291840K, used 4177K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcb94430,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 505344K, used 504947K [0x00000007c0000000, 0x00000007ded80000, 0x00000007eaa80000)
object space 505344K, 99% used [0x00000007c0000000,0x00000007ded1ce10,0x00000007ded80000)
PSPermGen total 103424K, used 85086K [0x00000007b6a00000, 0x00000007bcf00000, 0x00000007c0000000)
object space 103424K, 82% used [0x00000007b6a00000,0x00000007bbd17888,0x00000007bcf00000)
2014-01-11T21:24:29.295+0800: 4915.354: [Full GC [PSYoungGen: 4177K->0K(291840K)] [ParOldGen: 504947K->325967K(539136K)] 509124K->325967K(830976K) [PSPermGen: 85086K->85059K(102400K)], 1.1843490 secs] [Times: user=0.73 sys=0.03, real=1.18 secs]
Heap after GC invocations=239 (full 13):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85059K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd10fa8,0x00000007bce00000)
}
{Heap before GC invocations=240 (full 13):
PSYoungGen total 291840K, used 233984K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85060K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd11070,0x00000007bce00000)
2014-01-11T21:25:02.815+0800: 4948.875: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 233984K->3409K(291840K)] 559951K->329376K(830976K), 0.0128840 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=240 (full 13):
PSYoungGen total 291840K, used 3409K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f9254430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85060K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd11070,0x00000007bce00000)
}
{Heap before GC invocations=241 (full 13):
PSYoungGen total 291840K, used 237393K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007f8f00000,0x00000007f9254430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85080K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd16378,0x00000007bce00000)
2014-01-11T21:25:29.990+0800: 4976.050: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 237393K->9556K(291840K)] 563360K->335523K(830976K), 0.0132330 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=241 (full 13):
PSYoungGen total 291840K, used 9556K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007fc780000,0x00000007fd0d52e0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85080K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd16378,0x00000007bce00000)
}
{Heap before GC invocations=242 (full 13):
PSYoungGen total 291840K, used 243540K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 16% used [0x00000007fc780000,0x00000007fd0d52e0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 325967K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d3e53c90,0x00000007e0e80000)
PSPermGen total 102400K, used 85110K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd1d990,0x00000007bce00000)
2014-01-11T21:25:43.765+0800: 4989.825: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 243540K->39359K(291840K)] 569507K->367780K(830976K), 0.0241730 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=242 (full 13):
PSYoungGen total 291840K, used 39359K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb56ff90,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 328420K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d40b92e0,0x00000007e0e80000)
PSPermGen total 102400K, used 85110K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd1d990,0x00000007bce00000)
}
{Heap before GC invocations=243 (full 13):
PSYoungGen total 291840K, used 273343K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb56ff90,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 328420K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 60% used [0x00000007c0000000,0x00000007d40b92e0,0x00000007e0e80000)
PSPermGen total 102400K, used 85146K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd269c0,0x00000007bce00000)
2014-01-11T21:26:04.463+0800: 5010.522: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 273343K->4145K(291840K)] 601764K->371669K(830976K), 0.0569520 secs] [Times: user=0.04 sys=0.00, real=0.06 secs]
Heap after GC invocations=243 (full 13):
PSYoungGen total 291840K, used 4145K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcb8c420,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 367524K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 68% used [0x00000007c0000000,0x00000007d66e9268,0x00000007e0e80000)
PSPermGen total 102400K, used 85146K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd269c0,0x00000007bce00000)
}
{Heap before GC invocations=244 (full 13):
PSYoungGen total 291840K, used 238129K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 7% used [0x00000007fc780000,0x00000007fcb8c420,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 367524K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 68% used [0x00000007c0000000,0x00000007d66e9268,0x00000007e0e80000)
PSPermGen total 102400K, used 85149K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd275f0,0x00000007bce00000)
2014-01-11T21:26:12.253+0800: 5018.312: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 238129K->17966K(291840K)] 605653K->389797K(830976K), 0.0283330 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=244 (full 13):
PSYoungGen total 291840K, used 17966K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa08bb80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 371831K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 68% used [0x00000007c0000000,0x00000007d6b1dc48,0x00000007e0e80000)
PSPermGen total 102400K, used 85149K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd275f0,0x00000007bce00000)
}
{Heap before GC invocations=245 (full 13):
PSYoungGen total 291840K, used 251950K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa08bb80,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 371831K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 68% used [0x00000007c0000000,0x00000007d6b1dc48,0x00000007e0e80000)
PSPermGen total 102400K, used 85150K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27a80,0x00000007bce00000)
2014-01-11T21:26:14.884+0800: 5020.944: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251950K->3345K(291840K)] 623781K->393187K(830976K), 0.0274720 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=245 (full 13):
PSYoungGen total 291840K, used 3345K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcac4440,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 389842K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7cb4b08,0x00000007e0e80000)
PSPermGen total 102400K, used 85150K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27a80,0x00000007bce00000)
}
{Heap before GC invocations=246 (full 13):
PSYoungGen total 291840K, used 237329K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcac4440,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 389842K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7cb4b08,0x00000007e0e80000)
PSPermGen total 102400K, used 85151K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27cc8,0x00000007bce00000)
2014-01-11T21:26:17.461+0800: 5023.520: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237329K->1216K(291840K)] 627171K->391423K(830976K), 0.0113710 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=246 (full 13):
PSYoungGen total 291840K, used 1216K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f9030020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 390207K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d0ff78,0x00000007e0e80000)
PSPermGen total 102400K, used 85151K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27cc8,0x00000007bce00000)
}
{Heap before GC invocations=247 (full 13):
PSYoungGen total 291840K, used 235200K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 2% used [0x00000007f8f00000,0x00000007f9030020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 390207K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d0ff78,0x00000007e0e80000)
PSPermGen total 102400K, used 85151K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27ea0,0x00000007bce00000)
2014-01-11T21:26:20.117+0800: 5026.176: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235200K->2080K(291840K)] 625407K->392343K(830976K), 0.0089740 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=247 (full 13):
PSYoungGen total 291840K, used 2080K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc988020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 390263K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d1df78,0x00000007e0e80000)
PSPermGen total 102400K, used 85151K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd27ea0,0x00000007bce00000)
}
{Heap before GC invocations=248 (full 13):
PSYoungGen total 291840K, used 236064K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc988020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 390263K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d1df78,0x00000007e0e80000)
PSPermGen total 102400K, used 85160K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2a138,0x00000007bce00000)
2014-01-11T21:26:22.682+0800: 5028.741: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236064K->2656K(291840K)] 626327K->392935K(830976K), 0.0098920 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=248 (full 13):
PSYoungGen total 291840K, used 2656K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f9198020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 390279K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d21f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85160K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2a138,0x00000007bce00000)
}
{Heap before GC invocations=249 (full 13):
PSYoungGen total 291840K, used 236640K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f9198020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 390279K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d21f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85162K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2aa80,0x00000007bce00000)
2014-01-11T21:26:25.333+0800: 5031.393: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236640K->2016K(291840K)] 626919K->392319K(830976K), 0.0087940 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=249 (full 13):
PSYoungGen total 291840K, used 2016K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc978020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 390303K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d27f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85162K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2aa80,0x00000007bce00000)
}
{Heap before GC invocations=250 (full 13):
PSYoungGen total 291840K, used 236000K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc978020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 390303K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d27f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85162K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2aae0,0x00000007bce00000)
2014-01-11T21:26:27.871+0800: 5033.931: [GC
Desired survivor size 57671680 bytes, new threshold 2 (max 15)
[PSYoungGen: 236000K->4576K(238592K)] 626303K->394927K(777728K), 0.0126110 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=250 (full 13):
PSYoungGen total 238592K, used 4576K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 4608K, 99% used [0x00000007f8f00000,0x00000007f9378020,0x00000007f9380000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85162K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2aae0,0x00000007bce00000)
}
{Heap before GC invocations=251 (full 13):
PSYoungGen total 238592K, used 238560K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 4608K, 99% used [0x00000007f8f00000,0x00000007f9378020,0x00000007f9380000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85164K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2b068,0x00000007bce00000)
2014-01-11T21:26:30.458+0800: 5036.518: [GC
Desired survivor size 54525952 bytes, new threshold 3 (max 15)
[PSYoungGen: 238560K->5376K(293376K)] 628911K->395727K(832512K), 0.0135320 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=251 (full 13):
PSYoungGen total 293376K, used 5376K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 56320K, 9% used [0x00000007fc600000,0x00000007fcb40020,0x00000007ffd00000)
to space 53248K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc600000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85164K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2b068,0x00000007bce00000)
}
{Heap before GC invocations=252 (full 13):
PSYoungGen total 293376K, used 242432K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 56320K, 9% used [0x00000007fc600000,0x00000007fcb40020,0x00000007ffd00000)
to space 53248K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc600000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85166K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2ba78,0x00000007bce00000)
2014-01-11T21:26:43.231+0800: 5049.290: [GC
Desired survivor size 51380224 bytes, new threshold 4 (max 15)
[PSYoungGen: 242432K->6338K(290304K)] 632783K->396689K(829440K), 0.0146790 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=252 (full 13):
PSYoungGen total 290304K, used 6338K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 53248K, 11% used [0x00000007f9200000,0x00000007f9830860,0x00000007fc600000)
to space 50176K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff700000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85166K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2ba78,0x00000007bce00000)
}
{Heap before GC invocations=253 (full 13):
PSYoungGen total 290304K, used 243394K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 53248K, 11% used [0x00000007f9200000,0x00000007f9830860,0x00000007fc600000)
to space 50176K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ff700000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85168K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2c0a0,0x00000007bce00000)
2014-01-11T21:26:58.364+0800: 5064.423: [GC
Desired survivor size 49283072 bytes, new threshold 5 (max 15)
[PSYoungGen: 243394K->16496K(292352K)] 633745K->406848K(831488K), 0.0259810 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=253 (full 13):
PSYoungGen total 292352K, used 16496K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 50176K, 32% used [0x00000007fc600000,0x00000007fd61c3d8,0x00000007ff700000)
to space 48128K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc600000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85168K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2c0a0,0x00000007bce00000)
}
{Heap before GC invocations=254 (full 13):
PSYoungGen total 292352K, used 258672K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 50176K, 32% used [0x00000007fc600000,0x00000007fd61c3d8,0x00000007ff700000)
to space 48128K, 0% used [0x00000007f9700000,0x00000007f9700000,0x00000007fc600000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85172K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2d0b0,0x00000007bce00000)
2014-01-11T21:27:15.977+0800: 5082.037: [GC
Desired survivor size 49283072 bytes, new threshold 6 (max 15)
[PSYoungGen: 258672K->21400K(290304K)] 649024K->411752K(829440K), 0.0219370 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=254 (full 13):
PSYoungGen total 290304K, used 21400K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 242176K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9700000)
from space 48128K, 44% used [0x00000007f9700000,0x00000007fabe6230,0x00000007fc600000)
to space 48128K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffb00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85172K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2d0b0,0x00000007bce00000)
}
{Heap before GC invocations=255 (full 13):
PSYoungGen total 290304K, used 263576K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 242176K, 100% used [0x00000007eaa80000,0x00000007f9700000,0x00000007f9700000)
from space 48128K, 44% used [0x00000007f9700000,0x00000007fabe6230,0x00000007fc600000)
to space 48128K, 0% used [0x00000007fcc00000,0x00000007fcc00000,0x00000007ffb00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85175K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2dc28,0x00000007bce00000)
2014-01-11T21:27:29.146+0800: 5095.206: [GC
Desired survivor size 49807360 bytes, new threshold 7 (max 15)
[PSYoungGen: 263576K->24822K(295936K)] 653928K->415174K(835072K), 0.0271280 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=255 (full 13):
PSYoungGen total 295936K, used 24822K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 48128K, 51% used [0x00000007fcc00000,0x00000007fe43d8b0,0x00000007ffb00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85175K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd2dc28,0x00000007bce00000)
}
{Heap before GC invocations=256 (full 13):
PSYoungGen total 295936K, used 272630K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 48128K, 51% used [0x00000007fcc00000,0x00000007fe43d8b0,0x00000007ffb00000)
to space 48640K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fcc00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85312K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd50320,0x00000007bce00000)
2014-01-11T21:27:44.077+0800: 5110.137: [GC
Desired survivor size 50855936 bytes, new threshold 8 (max 15)
[PSYoungGen: 272630K->25606K(296448K)] 662982K->415958K(835584K), 0.0229700 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=256 (full 13):
PSYoungGen total 296448K, used 25606K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 48640K, 52% used [0x00000007f9c80000,0x00000007fb581bc0,0x00000007fcc00000)
to space 49664K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x0000000800000000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85312K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd50320,0x00000007bce00000)
}
{Heap before GC invocations=257 (full 13):
PSYoungGen total 296448K, used 273414K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 48640K, 52% used [0x00000007f9c80000,0x00000007fb581bc0,0x00000007fcc00000)
to space 49664K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x0000000800000000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85318K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd519e0,0x00000007bce00000)
2014-01-11T21:28:04.859+0800: 5130.918: [GC
Desired survivor size 48234496 bytes, new threshold 9 (max 15)
[PSYoungGen: 273414K->18064K(296960K)] 663766K->408416K(836096K), 0.0219120 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=257 (full 13):
PSYoungGen total 296960K, used 18064K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 45568K, 39% used [0x00000007fcf80000,0x00000007fe124170,0x00000007ffc00000)
to space 47104K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fce00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85318K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd519e0,0x00000007bce00000)
}
{Heap before GC invocations=258 (full 13):
PSYoungGen total 296960K, used 269456K [0x00000007eaa80000, 0x00000007ffc00000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 45568K, 39% used [0x00000007fcf80000,0x00000007fe124170,0x00000007ffc00000)
to space 47104K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fce00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85319K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd51e20,0x00000007bce00000)
2014-01-11T21:28:22.906+0800: 5148.966: [GC
Desired survivor size 49807360 bytes, new threshold 10 (max 15)
[PSYoungGen: 269456K->28321K(298496K)] 659808K->418673K(837632K), 0.0322830 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=258 (full 13):
PSYoungGen total 298496K, used 28321K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 47104K, 60% used [0x00000007fa000000,0x00000007fbba8590,0x00000007fce00000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85319K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd51e20,0x00000007bce00000)
}
{Heap before GC invocations=259 (full 13):
PSYoungGen total 298496K, used 279713K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 47104K, 60% used [0x00000007fa000000,0x00000007fbba8590,0x00000007fce00000)
to space 48640K, 0% used [0x00000007fd080000,0x00000007fd080000,0x0000000800000000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85322K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd52a30,0x00000007bce00000)
2014-01-11T21:28:43.861+0800: 5169.920: [GC
Desired survivor size 50855936 bytes, new threshold 11 (max 15)
[PSYoungGen: 279713K->28227K(299008K)] 670065K->418579K(838144K), 0.0307590 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=259 (full 13):
PSYoungGen total 299008K, used 28227K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250368K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f00000)
from space 48640K, 58% used [0x00000007fd080000,0x00000007fec10d00,0x0000000800000000)
to space 49664K, 0% used [0x00000007f9f00000,0x00000007f9f00000,0x00000007fcf80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85322K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd52a30,0x00000007bce00000)
}
{Heap before GC invocations=260 (full 13):
PSYoungGen total 299008K, used 278595K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250368K, 100% used [0x00000007eaa80000,0x00000007f9f00000,0x00000007f9f00000)
from space 48640K, 58% used [0x00000007fd080000,0x00000007fec10d00,0x0000000800000000)
to space 49664K, 0% used [0x00000007f9f00000,0x00000007f9f00000,0x00000007fcf80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85324K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd53398,0x00000007bce00000)
2014-01-11T21:29:14.670+0800: 5200.729: [GC
Desired survivor size 49807360 bytes, new threshold 12 (max 15)
[PSYoungGen: 278595K->22785K(300032K)] 668947K->413137K(839168K), 0.0232490 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=260 (full 13):
PSYoungGen total 300032K, used 22785K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 250368K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f00000)
from space 49664K, 45% used [0x00000007f9f00000,0x00000007fb540590,0x00000007fcf80000)
to space 48640K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fff00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85324K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd53398,0x00000007bce00000)
}
{Heap before GC invocations=261 (full 13):
PSYoungGen total 300032K, used 273153K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 250368K, 100% used [0x00000007eaa80000,0x00000007f9f00000,0x00000007f9f00000)
from space 49664K, 45% used [0x00000007f9f00000,0x00000007fb540590,0x00000007fcf80000)
to space 48640K, 0% used [0x00000007fcf80000,0x00000007fcf80000,0x00000007fff00000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85325K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd536e8,0x00000007bce00000)
2014-01-11T21:29:49.708+0800: 5235.767: [GC
Desired survivor size 48758784 bytes, new threshold 13 (max 15)
[PSYoungGen: 273153K->24865K(297984K)] 663505K->415217K(837120K), 0.0254980 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=261 (full 13):
PSYoungGen total 297984K, used 24865K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 46592K, 53% used [0x00000007fcf80000,0x00000007fe7c8590,0x00000007ffd00000)
to space 47616K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fce80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85325K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd536e8,0x00000007bce00000)
}
{Heap before GC invocations=262 (full 13):
PSYoungGen total 297984K, used 276257K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 46592K, 53% used [0x00000007fcf80000,0x00000007fe7c8590,0x00000007ffd00000)
to space 47616K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fce80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85326K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd53b30,0x00000007bce00000)
2014-01-11T21:30:13.672+0800: 5259.731: [GC
Desired survivor size 47185920 bytes, new threshold 14 (max 15)
[PSYoungGen: 276257K->21584K(299008K)] 666609K->411936K(838144K), 0.0450190 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
Heap after GC invocations=262 (full 13):
PSYoungGen total 299008K, used 21584K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 251392K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa000000)
from space 47616K, 45% used [0x00000007fa000000,0x00000007fb514170,0x00000007fce80000)
to space 46080K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007ffd80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85326K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd53b30,0x00000007bce00000)
}
{Heap before GC invocations=263 (full 13):
PSYoungGen total 299008K, used 272976K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 251392K, 100% used [0x00000007eaa80000,0x00000007fa000000,0x00000007fa000000)
from space 47616K, 45% used [0x00000007fa000000,0x00000007fb514170,0x00000007fce80000)
to space 46080K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007ffd80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85330K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54828,0x00000007bce00000)
2014-01-11T21:30:39.041+0800: 5285.100: [GC
Desired survivor size 46137344 bytes, new threshold 15 (max 15)
[PSYoungGen: 272976K->24131K(299008K)] 663328K->414483K(838144K), 0.0255380 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=263 (full 13):
PSYoungGen total 299008K, used 24131K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 44032K, 54% used [0x00000007fd080000,0x00000007fe810d00,0x00000007ffb80000)
to space 45056K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fcf80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85330K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54828,0x00000007bce00000)
}
{Heap before GC invocations=264 (full 13):
PSYoungGen total 299008K, used 279107K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 44032K, 54% used [0x00000007fd080000,0x00000007fe810d00,0x00000007ffb80000)
to space 45056K, 0% used [0x00000007fa380000,0x00000007fa380000,0x00000007fcf80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85331K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54c68,0x00000007bce00000)
2014-01-11T21:31:08.079+0800: 5314.138: [GC
Desired survivor size 46137344 bytes, new threshold 15 (max 15)
[PSYoungGen: 279107K->26672K(300032K)] 669459K->417024K(839168K), 0.0284190 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=264 (full 13):
PSYoungGen total 300032K, used 26672K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 254976K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa380000)
from space 45056K, 59% used [0x00000007fa380000,0x00000007fbd8c170,0x00000007fcf80000)
to space 45056K, 0% used [0x00000007fd280000,0x00000007fd280000,0x00000007ffe80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85331K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54c68,0x00000007bce00000)
}
{Heap before GC invocations=265 (full 13):
PSYoungGen total 300032K, used 281648K [0x00000007eaa80000, 0x00000007ffe80000, 0x0000000800000000)
eden space 254976K, 100% used [0x00000007eaa80000,0x00000007fa380000,0x00000007fa380000)
from space 45056K, 59% used [0x00000007fa380000,0x00000007fbd8c170,0x00000007fcf80000)
to space 45056K, 0% used [0x00000007fd280000,0x00000007fd280000,0x00000007ffe80000)
ParOldGen total 539136K, used 390351K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d33f78,0x00000007e0e80000)
PSPermGen total 102400K, used 85331K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54e88,0x00000007bce00000)
2014-01-11T21:31:40.764+0800: 5346.823: [GC
Desired survivor size 44564480 bytes, new threshold 15 (max 15)
[PSYoungGen: 281648K->22689K(300032K)] 672000K->413081K(839168K), 0.0239650 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=265 (full 13):
PSYoungGen total 300032K, used 22689K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 258048K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa680000)
from space 41984K, 54% used [0x00000007fd280000,0x00000007fe8a8590,0x00000007ffb80000)
to space 43520K, 0% used [0x00000007fa680000,0x00000007fa680000,0x00000007fd100000)
ParOldGen total 539136K, used 390391K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d3df78,0x00000007e0e80000)
PSPermGen total 102400K, used 85331K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd54e88,0x00000007bce00000)
}
{Heap before GC invocations=266 (full 13):
PSYoungGen total 300032K, used 280737K [0x00000007eaa80000, 0x00000007ffb80000, 0x0000000800000000)
eden space 258048K, 100% used [0x00000007eaa80000,0x00000007fa680000,0x00000007fa680000)
from space 41984K, 54% used [0x00000007fd280000,0x00000007fe8a8590,0x00000007ffb80000)
to space 43520K, 0% used [0x00000007fa680000,0x00000007fa680000,0x00000007fd100000)
ParOldGen total 539136K, used 390391K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 72% used [0x00000007c0000000,0x00000007d7d3df78,0x00000007e0e80000)
PSPermGen total 102400K, used 85335K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd55dd0,0x00000007bce00000)
2014-01-11T21:32:02.865+0800: 5368.924: [GC
Desired survivor size 57671680 bytes, new threshold 14 (max 15)
[PSYoungGen: 280737K->43504K(301568K)] 671129K->452035K(840704K), 0.0325740 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=266 (full 13):
PSYoungGen total 301568K, used 43504K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258048K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa680000)
from space 43520K, 99% used [0x00000007fa680000,0x00000007fd0fc280,0x00000007fd100000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 408530K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 75% used [0x00000007c0000000,0x00000007d8ef4b90,0x00000007e0e80000)
PSPermGen total 102400K, used 85335K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd55dd0,0x00000007bce00000)
}
{Heap before GC invocations=267 (full 13):
PSYoungGen total 301568K, used 301552K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 258048K, 100% used [0x00000007eaa80000,0x00000007fa680000,0x00000007fa680000)
from space 43520K, 99% used [0x00000007fa680000,0x00000007fd0fc280,0x00000007fd100000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 408530K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 75% used [0x00000007c0000000,0x00000007d8ef4b90,0x00000007e0e80000)
PSPermGen total 102400K, used 85335K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd55e78,0x00000007bce00000)
2014-01-11T21:32:29.305+0800: 5395.364: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 301552K->48123K(282112K)] 710083K->457526K(821248K), 0.0343060 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=267 (full 13):
PSYoungGen total 282112K, used 48123K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 48128K, 99% used [0x00000007fd100000,0x00000007ffffefb8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 409402K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 75% used [0x00000007c0000000,0x00000007d8fceba0,0x00000007e0e80000)
PSPermGen total 102400K, used 85335K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd55e78,0x00000007bce00000)
}
{Heap before GC invocations=268 (full 13):
PSYoungGen total 282112K, used 282107K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 48128K, 99% used [0x00000007fd100000,0x00000007ffffefb8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 409402K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 75% used [0x00000007c0000000,0x00000007d8fceba0,0x00000007e0e80000)
PSPermGen total 102400K, used 85338K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd569a0,0x00000007bce00000)
2014-01-11T21:32:54.778+0800: 5420.838: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 282107K->51944K(291840K)] 691510K->462235K(830976K), 0.0378780 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=268 (full 13):
PSYoungGen total 291840K, used 51944K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc1ba138,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 410291K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d90acc20,0x00000007e0e80000)
PSPermGen total 102400K, used 85338K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd569a0,0x00000007bce00000)
}
{Heap before GC invocations=269 (full 13):
PSYoungGen total 291840K, used 285928K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 89% used [0x00000007f8f00000,0x00000007fc1ba138,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 410291K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d90acc20,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd572a0,0x00000007bce00000)
2014-01-11T21:33:20.499+0800: 5446.558: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 285928K->46478K(291840K)] 696219K->457365K(830976K), 0.0304040 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=269 (full 13):
PSYoungGen total 291840K, used 46478K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007fc780000,0x00000007ff4e3b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 410886K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9141aa0,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd572a0,0x00000007bce00000)
}
{Heap before GC invocations=270 (full 13):
PSYoungGen total 291840K, used 280462K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007fc780000,0x00000007ff4e3b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 410886K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9141aa0,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd572a0,0x00000007bce00000)
2014-01-11T21:33:49.501+0800: 5475.561: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 280462K->46830K(291840K)] 691349K->458765K(830976K), 0.0304230 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=270 (full 13):
PSYoungGen total 291840K, used 46830K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007f8f00000,0x00000007fbcbbb78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 411934K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9247be0,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd572a0,0x00000007bce00000)
}
{Heap before GC invocations=271 (full 13):
PSYoungGen total 291840K, used 280814K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 80% used [0x00000007f8f00000,0x00000007fbcbbb78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 411934K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9247be0,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd573d0,0x00000007bce00000)
2014-01-11T21:34:16.616+0800: 5502.676: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 280814K->43199K(291840K)] 692749K->455326K(830976K), 0.0289530 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=271 (full 13):
PSYoungGen total 291840K, used 43199K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 74% used [0x00000007fc780000,0x00000007ff1aff98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 412126K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9277be0,0x00000007e0e80000)
PSPermGen total 102400K, used 85340K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd573d0,0x00000007bce00000)
}
{Heap before GC invocations=272 (full 13):
PSYoungGen total 291840K, used 277183K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 74% used [0x00000007fc780000,0x00000007ff1aff98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 412126K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 76% used [0x00000007c0000000,0x00000007d9277be0,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
2014-01-11T21:34:43.115+0800: 5529.174: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 277183K->39537K(291840K)] 689310K->462591K(830976K), 0.0599870 secs] [Times: user=0.07 sys=0.00, real=0.06 secs]
Heap after GC invocations=272 (full 13):
PSYoungGen total 291840K, used 39537K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb59c430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 423054K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 78% used [0x00000007c0000000,0x00000007d9d239e8,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
}
{Heap before GC invocations=273 (full 13):
PSYoungGen total 291840K, used 273521K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb59c430,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 423054K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 78% used [0x00000007c0000000,0x00000007d9d239e8,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
2014-01-11T21:35:07.556+0800: 5553.616: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 273521K->42794K(291840K)] 696575K->468686K(830976K), 0.2590350 secs] [Times: user=0.05 sys=0.00, real=0.26 secs]
Heap after GC invocations=273 (full 13):
PSYoungGen total 291840K, used 42794K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 73% used [0x00000007fc780000,0x00000007ff14ab98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 425891K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 78% used [0x00000007c0000000,0x00000007d9fe8c78,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
}
{Heap before GC invocations=274 (full 13):
PSYoungGen total 291840K, used 276443K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8eac1e8,0x00000007f8f00000)
from space 57856K, 73% used [0x00000007fc780000,0x00000007ff14ab98,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 425891K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 78% used [0x00000007c0000000,0x00000007d9fe8c78,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
2014-01-11T21:35:29.680+0800: 5575.739: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 276443K->9995K(291840K)] 702334K->462499K(830976K), 0.0216810 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=274 (full 13):
PSYoungGen total 291840K, used 9995K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f98c2f70,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 452503K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 83% used [0x00000007c0000000,0x00000007db9e5e08,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
}
{Heap before GC invocations=275 (full 13):
PSYoungGen total 291840K, used 243979K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f98c2f70,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 452503K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 83% used [0x00000007c0000000,0x00000007db9e5e08,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
2014-01-11T21:35:52.502+0800: 5598.561: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 243979K->7608K(291840K)] 696483K->464905K(830976K), 0.0137040 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=275 (full 13):
PSYoungGen total 291840K, used 7608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fceee150,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 457297K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 84% used [0x00000007c0000000,0x00000007dbe944c8,0x00000007e0e80000)
PSPermGen total 102400K, used 85341K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd575e8,0x00000007bce00000)
}
{Heap before GC invocations=276 (full 13):
PSYoungGen total 291840K, used 241592K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 13% used [0x00000007fc780000,0x00000007fceee150,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 457297K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 84% used [0x00000007c0000000,0x00000007dbe944c8,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
2014-01-11T21:36:14.896+0800: 5620.956: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 241592K->5960K(291840K)] 698889K->463789K(830976K), 0.0116600 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=276 (full 13):
PSYoungGen total 291840K, used 5960K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94d21e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 457829K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 84% used [0x00000007c0000000,0x00000007dbf19558,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
}
{Heap before GC invocations=277 (full 13):
PSYoungGen total 291840K, used 239944K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007f8f00000,0x00000007f94d21e8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 457829K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 84% used [0x00000007c0000000,0x00000007dbf19558,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
2014-01-11T21:36:39.012+0800: 5645.071: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 239944K->6378K(291840K)] 697773K->466074K(830976K), 0.0134160 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=277 (full 13):
PSYoungGen total 291840K, used 6378K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdbab18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 459695K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc0ebf48,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
}
{Heap before GC invocations=278 (full 13):
PSYoungGen total 291840K, used 240362K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fcdbab18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 459695K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc0ebf48,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
2014-01-11T21:37:02.885+0800: 5668.944: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 240362K->6706K(291840K)] 700058K->466618K(830976K), 0.0108300 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=278 (full 13):
PSYoungGen total 291840K, used 6706K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f958cbd8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 459911K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc121f48,0x00000007e0e80000)
PSPermGen total 102400K, used 85342K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd578b0,0x00000007bce00000)
}
{Heap before GC invocations=279 (full 13):
PSYoungGen total 291840K, used 240690K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007f8f00000,0x00000007f958cbd8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 459911K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc121f48,0x00000007e0e80000)
PSPermGen total 102400K, used 85345K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd58470,0x00000007bce00000)
2014-01-11T21:37:27.332+0800: 5693.392: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240690K->6288K(291840K)] 700602K->466576K(830976K), 0.0132520 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=279 (full 13):
PSYoungGen total 291840K, used 6288K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcda4140,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 460287K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc17ff48,0x00000007e0e80000)
PSPermGen total 102400K, used 85345K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd58470,0x00000007bce00000)
}
{Heap before GC invocations=280 (full 13):
PSYoungGen total 291840K, used 240272K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcda4140,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 460287K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 85% used [0x00000007c0000000,0x00000007dc17ff48,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59200,0x00000007bce00000)
2014-01-11T21:37:49.758+0800: 5715.817: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 240272K->10030K(291840K)] 700560K->474613K(830976K), 0.0245260 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=280 (full 13):
PSYoungGen total 291840K, used 10030K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f98cbb78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 464582K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 86% used [0x00000007c0000000,0x00000007dc5b1890,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59200,0x00000007bce00000)
}
{Heap before GC invocations=281 (full 13):
PSYoungGen total 291840K, used 244014K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 17% used [0x00000007f8f00000,0x00000007f98cbb78,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 464582K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 86% used [0x00000007c0000000,0x00000007dc5b1890,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
2014-01-11T21:38:09.120+0800: 5735.179: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 244014K->14222K(291840K)] 708597K->481137K(830976K), 0.0290580 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=281 (full 13):
PSYoungGen total 291840K, used 14222K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007fc780000,0x00000007fd563b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 466914K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 86% used [0x00000007c0000000,0x00000007dc7f89a0,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
}
{Heap before GC invocations=282 (full 13):
PSYoungGen total 291840K, used 248181K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8ef9c78,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007fc780000,0x00000007fd563b78,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 466914K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 86% used [0x00000007c0000000,0x00000007dc7f89a0,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
2014-01-11T21:38:35.073+0800: 5761.133: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 248181K->1148K(291840K)] 715096K->476725K(830976K), 0.0222230 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=282 (full 13):
PSYoungGen total 291840K, used 1148K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f901f030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 475577K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd06e508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
}
{Heap before GC invocations=283 (full 13):
PSYoungGen total 291840K, used 235132K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f901f030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 475577K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd06e508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
2014-01-11T21:39:01.455+0800: 5787.515: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 235132K->3264K(291840K)] 710709K->479233K(830976K), 0.0123780 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=283 (full 13):
PSYoungGen total 291840K, used 3264K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcab0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 475969K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd0d0508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
}
{Heap before GC invocations=284 (full 13):
PSYoungGen total 291840K, used 237248K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fcab0010,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 475969K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd0d0508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
2014-01-11T21:39:22.464+0800: 5808.524: [GC
Desired survivor size 57671680 bytes, new threshold 2 (max 15)
[PSYoungGen: 237248K->20065K(254464K)] 713217K->496562K(793600K), 0.0179880 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=284 (full 13):
PSYoungGen total 254464K, used 20065K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 20480K, 97% used [0x00000007f8f00000,0x00000007fa298440,0x00000007fa300000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
}
{Heap before GC invocations=285 (full 13):
PSYoungGen total 254464K, used 254049K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 20480K, 97% used [0x00000007f8f00000,0x00000007fa298440,0x00000007fa300000)
to space 56320K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007ffd00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
2014-01-11T21:39:40.474+0800: 5826.533: [GC
Desired survivor size 55050240 bytes, new threshold 3 (max 15)
[PSYoungGen: 254049K->21248K(289280K)] 730546K->497745K(828416K), 0.0149530 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=285 (full 13):
PSYoungGen total 289280K, used 21248K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 53248K, 39% used [0x00000007fc600000,0x00000007fdac0010,0x00000007ffa00000)
to space 53760K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc580000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85348K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd593b8,0x00000007bce00000)
}
{Heap before GC invocations=286 (full 13):
PSYoungGen total 289280K, used 257280K [0x00000007eaa80000, 0x00000007ffa00000, 0x0000000800000000)
eden space 236032K, 100% used [0x00000007eaa80000,0x00000007f9100000,0x00000007f9100000)
from space 53248K, 39% used [0x00000007fc600000,0x00000007fdac0010,0x00000007ffa00000)
to space 53760K, 0% used [0x00000007f9100000,0x00000007f9100000,0x00000007fc580000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85349K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd597f0,0x00000007bce00000)
2014-01-11T21:39:45.597+0800: 5831.657: [GC
Desired survivor size 53477376 bytes, new threshold 4 (max 15)
[PSYoungGen: 257280K->23088K(289792K)] 733777K->499585K(828928K), 0.0177820 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=286 (full 13):
PSYoungGen total 289792K, used 23088K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 236032K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9100000)
from space 53760K, 42% used [0x00000007f9100000,0x00000007fa78c020,0x00000007fc580000)
to space 52224K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007ffa80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85349K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd597f0,0x00000007bce00000)
}
{Heap before GC invocations=287 (full 13):
PSYoungGen total 289792K, used 259098K [0x00000007eaa80000, 0x00000007ffa80000, 0x0000000800000000)
eden space 236032K, 99% used [0x00000007eaa80000,0x00000007f90fab78,0x00000007f9100000)
from space 53760K, 42% used [0x00000007f9100000,0x00000007fa78c020,0x00000007fc580000)
to space 52224K, 0% used [0x00000007fc780000,0x00000007fc780000,0x00000007ffa80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59898,0x00000007bce00000)
2014-01-11T21:39:47.893+0800: 5833.952: [GC
Desired survivor size 52428800 bytes, new threshold 5 (max 15)
[PSYoungGen: 259098K->23665K(292864K)] 735596K->500162K(832000K), 0.0152650 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=287 (full 13):
PSYoungGen total 292864K, used 23665K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 52224K, 45% used [0x00000007fc780000,0x00000007fde9c450,0x00000007ffa80000)
to space 51200K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fc780000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59898,0x00000007bce00000)
}
{Heap before GC invocations=288 (full 13):
PSYoungGen total 292864K, used 264305K [0x00000007eaa80000, 0x00000007ffb00000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 52224K, 45% used [0x00000007fc780000,0x00000007fde9c450,0x00000007ffa80000)
to space 51200K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007fc780000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59a38,0x00000007bce00000)
2014-01-11T21:39:50.246+0800: 5836.306: [GC
Desired survivor size 52428800 bytes, new threshold 6 (max 15)
[PSYoungGen: 264305K->27648K(291840K)] 740802K->504145K(830976K), 0.0206080 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=288 (full 13):
PSYoungGen total 291840K, used 27648K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 240640K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9580000)
from space 51200K, 54% used [0x00000007f9580000,0x00000007fb080030,0x00000007fc780000)
to space 51200K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007fff00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59a38,0x00000007bce00000)
}
{Heap before GC invocations=289 (full 13):
PSYoungGen total 291840K, used 268288K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 240640K, 100% used [0x00000007eaa80000,0x00000007f9580000,0x00000007f9580000)
from space 51200K, 54% used [0x00000007f9580000,0x00000007fb080030,0x00000007fc780000)
to space 51200K, 0% used [0x00000007fcd00000,0x00000007fcd00000,0x00000007fff00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59b00,0x00000007bce00000)
2014-01-11T21:39:52.596+0800: 5838.656: [GC
Desired survivor size 51904512 bytes, new threshold 7 (max 15)
[PSYoungGen: 268288K->27249K(297984K)] 744785K->503746K(837120K), 0.0197540 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=289 (full 13):
PSYoungGen total 297984K, used 27249K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 51200K, 53% used [0x00000007fcd00000,0x00000007fe79c450,0x00000007fff00000)
to space 50688K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fcd00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59b00,0x00000007bce00000)
}
{Heap before GC invocations=290 (full 13):
PSYoungGen total 297984K, used 274033K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 246784K, 100% used [0x00000007eaa80000,0x00000007f9b80000,0x00000007f9b80000)
from space 51200K, 53% used [0x00000007fcd00000,0x00000007fe79c450,0x00000007fff00000)
to space 50688K, 0% used [0x00000007f9b80000,0x00000007f9b80000,0x00000007fcd00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59b00,0x00000007bce00000)
2014-01-11T21:39:55.053+0800: 5841.112: [GC
Desired survivor size 52428800 bytes, new threshold 8 (max 15)
[PSYoungGen: 274033K->29248K(297472K)] 750530K->505745K(836608K), 0.0241300 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=290 (full 13):
PSYoungGen total 297472K, used 29248K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9b80000)
from space 50688K, 57% used [0x00000007f9b80000,0x00000007fb810030,0x00000007fcd00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59b00,0x00000007bce00000)
}
{Heap before GC invocations=291 (full 13):
PSYoungGen total 297472K, used 276032K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 246784K, 100% used [0x00000007eaa80000,0x00000007f9b80000,0x00000007f9b80000)
from space 50688K, 57% used [0x00000007f9b80000,0x00000007fb810030,0x00000007fcd00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
2014-01-11T21:39:57.439+0800: 5843.498: [GC
Desired survivor size 52428800 bytes, new threshold 9 (max 15)
[PSYoungGen: 276032K->29617K(298496K)] 752529K->506114K(837632K), 0.0205320 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=291 (full 13):
PSYoungGen total 298496K, used 29617K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 51200K, 57% used [0x00000007fce00000,0x00000007feaec450,0x0000000800000000)
to space 51200K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fce00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
}
{Heap before GC invocations=292 (full 13):
PSYoungGen total 298496K, used 276913K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 51200K, 57% used [0x00000007fce00000,0x00000007feaec450,0x0000000800000000)
to space 51200K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fce00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
2014-01-11T21:39:59.711+0800: 5845.771: [GC
Desired survivor size 52428800 bytes, new threshold 10 (max 15)
[PSYoungGen: 276913K->29508K(298496K)] 753410K->506005K(837632K), 0.0190370 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=292 (full 13):
PSYoungGen total 298496K, used 29508K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 51200K, 57% used [0x00000007f9c00000,0x00000007fb8d11e0,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
}
{Heap before GC invocations=293 (full 13):
PSYoungGen total 298496K, used 276804K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 51200K, 57% used [0x00000007f9c00000,0x00000007fb8d11e0,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
2014-01-11T21:40:02.178+0800: 5848.238: [GC
Desired survivor size 51904512 bytes, new threshold 11 (max 15)
[PSYoungGen: 276804K->29555K(297472K)] 753301K->506052K(836608K), 0.0189090 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=293 (full 13):
PSYoungGen total 297472K, used 29555K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 50176K, 58% used [0x00000007fce00000,0x00000007feadcdc0,0x00000007fff00000)
to space 50688K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fcd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59ba8,0x00000007bce00000)
}
{Heap before GC invocations=294 (full 13):
PSYoungGen total 297472K, used 276851K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 50176K, 58% used [0x00000007fce00000,0x00000007feadcdc0,0x00000007fff00000)
to space 50688K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fcd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59be8,0x00000007bce00000)
2014-01-11T21:40:04.724+0800: 5850.784: [GC
Desired survivor size 52428800 bytes, new threshold 12 (max 15)
[PSYoungGen: 276851K->31923K(297984K)] 753348K->508420K(837120K), 0.0255360 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=294 (full 13):
PSYoungGen total 297984K, used 31923K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 50688K, 62% used [0x00000007f9c00000,0x00000007fbb2cdc0,0x00000007fcd80000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85350K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59be8,0x00000007bce00000)
}
{Heap before GC invocations=295 (full 13):
PSYoungGen total 297984K, used 279219K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 50688K, 62% used [0x00000007f9c00000,0x00000007fbb2cdc0,0x00000007fcd80000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59cb0,0x00000007bce00000)
2014-01-11T21:40:07.199+0800: 5853.258: [GC
Desired survivor size 51904512 bytes, new threshold 13 (max 15)
[PSYoungGen: 279219K->29758K(298496K)] 755716K->506255K(837632K), 0.0183850 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=295 (full 13):
PSYoungGen total 298496K, used 29758K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 50688K, 58% used [0x00000007fce00000,0x00000007feb0f990,0x00000007fff80000)
to space 50688K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fce00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59cb0,0x00000007bce00000)
}
{Heap before GC invocations=296 (full 13):
PSYoungGen total 298496K, used 277566K [0x00000007eaa80000, 0x00000007fff80000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 50688K, 58% used [0x00000007fce00000,0x00000007feb0f990,0x00000007fff80000)
to space 50688K, 0% used [0x00000007f9c80000,0x00000007f9c80000,0x00000007fce00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
2014-01-11T21:40:09.683+0800: 5855.742: [GC
Desired survivor size 50855936 bytes, new threshold 14 (max 15)
[PSYoungGen: 277566K->28589K(276480K)] 754063K->505086K(815616K), 0.0172770 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=296 (full 13):
PSYoungGen total 276480K, used 28589K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 247808K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c80000)
from space 28672K, 99% used [0x00000007f9c80000,0x00000007fb86b570,0x00000007fb880000)
to space 49664K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffe00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
}
{Heap before GC invocations=297 (full 13):
PSYoungGen total 276480K, used 276397K [0x00000007eaa80000, 0x00000007ffe00000, 0x0000000800000000)
eden space 247808K, 100% used [0x00000007eaa80000,0x00000007f9c80000,0x00000007f9c80000)
from space 28672K, 99% used [0x00000007f9c80000,0x00000007fb86b570,0x00000007fb880000)
to space 49664K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x00000007ffe00000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
2014-01-11T21:40:12.213+0800: 5858.273: [GC
Desired survivor size 50331648 bytes, new threshold 15 (max 15)
[PSYoungGen: 276397K->30578K(298496K)] 752894K->507076K(837632K), 0.0231020 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=297 (full 13):
PSYoungGen total 298496K, used 30578K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248832K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d80000)
from space 49664K, 61% used [0x00000007fcd80000,0x00000007feb5cbd8,0x00000007ffe00000)
to space 49152K, 0% used [0x00000007f9d80000,0x00000007f9d80000,0x00000007fcd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
}
{Heap before GC invocations=298 (full 13):
PSYoungGen total 298496K, used 279410K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 248832K, 100% used [0x00000007eaa80000,0x00000007f9d80000,0x00000007f9d80000)
from space 49664K, 61% used [0x00000007fcd80000,0x00000007feb5cbd8,0x00000007ffe00000)
to space 49152K, 0% used [0x00000007f9d80000,0x00000007f9d80000,0x00000007fcd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
2014-01-11T21:40:14.884+0800: 5860.943: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 279410K->29266K(297984K)] 755908K->505764K(837120K), 0.0226870 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=298 (full 13):
PSYoungGen total 297984K, used 29266K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 248832K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9d80000)
from space 49152K, 59% used [0x00000007f9d80000,0x00000007fba14bd8,0x00000007fcd80000)
to space 48128K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
}
{Heap before GC invocations=299 (full 13):
PSYoungGen total 297984K, used 277951K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 248832K, 99% used [0x00000007eaa80000,0x00000007f9d5b1c0,0x00000007f9d80000)
from space 49152K, 59% used [0x00000007f9d80000,0x00000007fba14bd8,0x00000007fcd80000)
to space 48128K, 0% used [0x00000007fce80000,0x00000007fce80000,0x00000007ffd80000)
ParOldGen total 539136K, used 476497K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 88% used [0x00000007c0000000,0x00000007dd154508,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
2014-01-11T21:40:17.242+0800: 5863.301: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 277951K->11551K(299008K)] 754448K->495550K(838144K), 0.0164870 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=299 (full 13):
PSYoungGen total 299008K, used 11551K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 250880K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f80000)
from space 48128K, 24% used [0x00000007fce80000,0x00000007fd9c7e48,0x00000007ffd80000)
to space 48128K, 0% used [0x00000007f9f80000,0x00000007f9f80000,0x00000007fce80000)
ParOldGen total 539136K, used 483998K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 89% used [0x00000007c0000000,0x00000007dd8a7b18,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
}
{Heap before GC invocations=300 (full 13):
PSYoungGen total 299008K, used 262431K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 250880K, 100% used [0x00000007eaa80000,0x00000007f9f80000,0x00000007f9f80000)
from space 48128K, 24% used [0x00000007fce80000,0x00000007fd9c7e48,0x00000007ffd80000)
to space 48128K, 0% used [0x00000007f9f80000,0x00000007f9f80000,0x00000007fce80000)
ParOldGen total 539136K, used 483998K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 89% used [0x00000007c0000000,0x00000007dd8a7b18,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
2014-01-11T21:40:19.584+0800: 5865.643: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 262431K->13333K(299008K)] 746430K->497595K(838144K), 0.0177950 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=300 (full 13):
PSYoungGen total 299008K, used 13333K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250880K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9f80000)
from space 48128K, 27% used [0x00000007f9f80000,0x00000007fac854e0,0x00000007fce80000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 484262K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 89% used [0x00000007c0000000,0x00000007dd8e9b18,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59dc8,0x00000007bce00000)
}
{Heap before GC invocations=301 (full 13):
PSYoungGen total 299008K, used 264213K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 250880K, 100% used [0x00000007eaa80000,0x00000007f9f80000,0x00000007f9f80000)
from space 48128K, 27% used [0x00000007f9f80000,0x00000007fac854e0,0x00000007fce80000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 484262K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 89% used [0x00000007c0000000,0x00000007dd8e9b18,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59e90,0x00000007bce00000)
2014-01-11T21:40:22.074+0800: 5868.133: [GC
Desired survivor size 49283072 bytes, new threshold 15 (max 15)
[PSYoungGen: 264213K->9016K(301568K)] 748475K->495279K(840704K), 0.0171060 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=301 (full 13):
PSYoungGen total 301568K, used 9016K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 48128K, 18% used [0x00000007fd100000,0x00000007fd9ce260,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 539136K, used 486263K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 90% used [0x00000007c0000000,0x00000007ddaddd58,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59e90,0x00000007bce00000)
}
{Heap before GC invocations=302 (full 13):
PSYoungGen total 301568K, used 262456K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 48128K, 18% used [0x00000007fd100000,0x00000007fd9ce260,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 539136K, used 486263K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 90% used [0x00000007c0000000,0x00000007ddaddd58,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59e90,0x00000007bce00000)
2014-01-11T21:40:24.531+0800: 5870.590: [GC
Desired survivor size 56623104 bytes, new threshold 14 (max 15)
[PSYoungGen: 262456K->48127K(301568K)] 748719K->535279K(840704K), 0.0256980 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=302 (full 13):
PSYoungGen total 301568K, used 48127K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 48128K, 99% used [0x00000007fa200000,0x00000007fd0ffe38,0x00000007fd100000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 487152K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 90% used [0x00000007c0000000,0x00000007ddbbc190,0x00000007e0e80000)
PSPermGen total 102400K, used 85351K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd59e90,0x00000007bce00000)
}
{Heap before GC invocations=303 (full 13):
PSYoungGen total 301568K, used 301567K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 48128K, 99% used [0x00000007fa200000,0x00000007fd0ffe38,0x00000007fd100000)
to space 48128K, 0% used [0x00000007fd100000,0x00000007fd100000,0x0000000800000000)
ParOldGen total 539136K, used 487152K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 90% used [0x00000007c0000000,0x00000007ddbbc190,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a290,0x00000007bce00000)
2014-01-11T21:40:27.825+0800: 5873.884: [GC
Desired survivor size 59244544 bytes, new threshold 13 (max 15)
[PSYoungGen: 301567K->48127K(282112K)] 788719K->539792K(821248K), 0.0294900 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=303 (full 13):
PSYoungGen total 282112K, used 48127K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 48128K, 99% used [0x00000007fd100000,0x00000007fffffe28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 491664K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de024230,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a290,0x00000007bce00000)
}
{Heap before GC invocations=304 (full 13):
PSYoungGen total 282112K, used 282111K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 48128K, 99% used [0x00000007fd100000,0x00000007fffffe28,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 491664K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de024230,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
2014-01-11T21:40:30.942+0800: 5877.001: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 282111K->51199K(291840K)] 773776K->546753K(830976K), 0.0293020 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=304 (full 13):
PSYoungGen total 291840K, used 51199K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 88% used [0x00000007f8f00000,0x00000007fc0ffe38,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 495553K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de3f0790,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
}
{Heap before GC invocations=305 (full 13):
PSYoungGen total 291840K, used 285183K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 88% used [0x00000007f8f00000,0x00000007fc0ffe38,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 495553K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de3f0790,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
2014-01-11T21:40:34.211+0800: 5880.271: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 285183K->48723K(291840K)] 780737K->544373K(830976K), 0.0311590 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=305 (full 13):
PSYoungGen total 291840K, used 48723K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff714cc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 495649K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de408790,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
}
{Heap before GC invocations=306 (full 13):
PSYoungGen total 291840K, used 282707K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff714cc8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 495649K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de408790,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
2014-01-11T21:40:37.552+0800: 5883.611: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 282707K->53637K(291840K)] 778357K->549473K(830976K), 0.0334590 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=306 (full 13):
PSYoungGen total 291840K, used 53637K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007f8f00000,0x00000007fc361688,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 495835K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de436f40,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2d0,0x00000007bce00000)
}
{Heap before GC invocations=307 (full 13):
PSYoungGen total 291840K, used 287621K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 92% used [0x00000007f8f00000,0x00000007fc361688,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 495835K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 91% used [0x00000007c0000000,0x00000007de436f40,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
2014-01-11T21:40:40.750+0800: 5886.809: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 287621K->50323K(291840K)] 783457K->546389K(830976K), 0.0335530 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=307 (full 13):
PSYoungGen total 291840K, used 50323K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 86% used [0x00000007fc780000,0x00000007ff8a4eb0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 496065K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de4705a8,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
}
{Heap before GC invocations=308 (full 13):
PSYoungGen total 291840K, used 284307K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 86% used [0x00000007fc780000,0x00000007ff8a4eb0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 496065K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de4705a8,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
2014-01-11T21:40:44.387+0800: 5890.446: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 284307K->50387K(291840K)] 780373K->547365K(830976K), 0.0322390 secs] [Times: user=0.07 sys=0.01, real=0.03 secs]
Heap after GC invocations=308 (full 13):
PSYoungGen total 291840K, used 50387K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 87% used [0x00000007f8f00000,0x00000007fc034ec0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 496977K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de554648,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
}
{Heap before GC invocations=309 (full 13):
PSYoungGen total 291840K, used 284371K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 87% used [0x00000007f8f00000,0x00000007fc034ec0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 539136K, used 496977K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de554648,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
2014-01-11T21:40:47.511+0800: 5893.570: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 284371K->44964K(291840K)] 781349K->545543K(830976K), 0.0252700 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=309 (full 13):
PSYoungGen total 291840K, used 44964K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 77% used [0x00000007fc780000,0x00000007ff3692e0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 500578K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de8d8ac8,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
}
{Heap before GC invocations=310 (full 13):
PSYoungGen total 291840K, used 278948K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 77% used [0x00000007fc780000,0x00000007ff3692e0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 539136K, used 500578K [0x00000007c0000000, 0x00000007e0e80000, 0x00000007eaa80000)
object space 539136K, 92% used [0x00000007c0000000,0x00000007de8d8ac8,0x00000007e0e80000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
2014-01-11T21:40:50.596+0800: 5896.656: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 278948K->7520K(291840K)] 779527K->553848K(838656K), 4.0199830 secs] [Times: user=0.74 sys=0.06, real=4.02 secs]
Heap after GC invocations=310 (full 13):
PSYoungGen total 291840K, used 7520K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f9658030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 546816K, used 546328K [0x00000007c0000000, 0x00000007e1600000, 0x00000007eaa80000)
object space 546816K, 99% used [0x00000007c0000000,0x00000007e1586028,0x00000007e1600000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
}
{Heap before GC invocations=311 (full 14):
PSYoungGen total 291840K, used 7520K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 12% used [0x00000007f8f00000,0x00000007f9658030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 546816K, used 546328K [0x00000007c0000000, 0x00000007e1600000, 0x00000007eaa80000)
object space 546816K, 99% used [0x00000007c0000000,0x00000007e1586028,0x00000007e1600000)
PSPermGen total 102400K, used 85352K [0x00000007b6a00000, 0x00000007bce00000, 0x00000007c0000000)
object space 102400K, 83% used [0x00000007b6a00000,0x00000007bbd5a2f0,0x00000007bce00000)
2014-01-11T21:40:54.616+0800: 5900.676: [Full GC [PSYoungGen: 7520K->0K(291840K)] [ParOldGen: 546328K->379247K(594944K)] 553848K->379247K(886784K) [PSPermGen: 85352K->85350K(100864K)], 1.3028270 secs] [Times: user=0.93 sys=0.03, real=1.30 secs]
Heap after GC invocations=311 (full 14):
PSYoungGen total 291840K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
}
{Heap before GC invocations=312 (full 14):
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 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
2014-01-11T21:40:58.977+0800: 5905.036: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 233984K->6912K(291840K)] 613231K->386159K(886784K), 0.0195720 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=312 (full 14):
PSYoungGen total 291840K, used 6912K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fce40040,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
}
{Heap before GC invocations=313 (full 14):
PSYoungGen total 291840K, used 240896K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 11% used [0x00000007fc780000,0x00000007fce40040,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
2014-01-11T21:41:02.062+0800: 5908.122: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 240896K->5376K(291840K)] 620143K->384623K(886784K), 0.0156320 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=313 (full 14):
PSYoungGen total 291840K, used 5376K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f9440040,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
}
{Heap before GC invocations=314 (full 14):
PSYoungGen total 291840K, used 239360K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f9440040,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
2014-01-11T21:41:05.294+0800: 5911.354: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 239360K->6336K(291840K)] 618607K->385583K(886784K), 0.0145490 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=314 (full 14):
PSYoungGen total 291840K, used 6336K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcdb0040,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59990,0x00000007bcc80000)
}
{Heap before GC invocations=315 (full 14):
PSYoungGen total 291840K, used 240320K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 10% used [0x00000007fc780000,0x00000007fcdb0040,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 379247K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 63% used [0x00000007c0000000,0x00000007d725bd20,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
2014-01-11T21:41:37.924+0800: 5943.983: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 240320K->2016K(291840K)] 619567K->383191K(886784K), 0.0128850 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=315 (full 14):
PSYoungGen total 291840K, used 2016K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90f8030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 381175K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d743dd30,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
}
{Heap before GC invocations=316 (full 14):
PSYoungGen total 291840K, used 236000K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007f8f00000,0x00000007f90f8030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 381175K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d743dd30,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
2014-01-11T21:41:41.030+0800: 5947.089: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236000K->3968K(291840K)] 617175K->385807K(886784K), 0.0126220 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=316 (full 14):
PSYoungGen total 291840K, used 3968K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb60020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 381839K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d74e3d40,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
}
{Heap before GC invocations=317 (full 14):
PSYoungGen total 291840K, used 237952K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb60020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 381839K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d74e3d40,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
2014-01-11T21:41:44.283+0800: 5950.342: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237952K->2848K(291840K)] 619791K->384823K(886784K), 0.0106390 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=317 (full 14):
PSYoungGen total 291840K, used 2848K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f91c8020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 381975K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7505d40,0x00000007e4500000)
PSPermGen total 100864K, used 85350K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59b80,0x00000007bcc80000)
}
{Heap before GC invocations=318 (full 14):
PSYoungGen total 291840K, used 236832K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f91c8020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 381975K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7505d40,0x00000007e4500000)
PSPermGen total 100864K, used 85351K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59d40,0x00000007bcc80000)
2014-01-11T21:41:47.398+0800: 5953.457: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236832K->2048K(291840K)] 618807K->384143K(886784K), 0.0088570 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=318 (full 14):
PSYoungGen total 291840K, used 2048K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc980020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382095K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7523d40,0x00000007e4500000)
PSPermGen total 100864K, used 85351K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59d40,0x00000007bcc80000)
}
{Heap before GC invocations=319 (full 14):
PSYoungGen total 291840K, used 236032K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 3% used [0x00000007fc780000,0x00000007fc980020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382095K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7523d40,0x00000007e4500000)
PSPermGen total 100864K, used 85351K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59e08,0x00000007bcc80000)
2014-01-11T21:41:50.455+0800: 5956.515: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236032K->2368K(291840K)] 618127K->384607K(886784K), 0.0102290 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=319 (full 14):
PSYoungGen total 291840K, used 2368K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f9150030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 382239K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7547d40,0x00000007e4500000)
PSPermGen total 100864K, used 85351K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd59e08,0x00000007bcc80000)
}
{Heap before GC invocations=320 (full 14):
PSYoungGen total 291840K, used 236352K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007f8f00000,0x00000007f9150030,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 382239K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7547d40,0x00000007e4500000)
PSPermGen total 100864K, used 85352K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a1c8,0x00000007bcc80000)
2014-01-11T21:41:53.658+0800: 5959.717: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236352K->2432K(291840K)] 618591K->384743K(886784K), 0.0105330 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=320 (full 14):
PSYoungGen total 291840K, used 2432K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fc9e0020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382311K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7559d40,0x00000007e4500000)
PSPermGen total 100864K, used 85352K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a1c8,0x00000007bcc80000)
}
{Heap before GC invocations=321 (full 14):
PSYoungGen total 291840K, used 236416K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 4% used [0x00000007fc780000,0x00000007fc9e0020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382311K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7559d40,0x00000007e4500000)
PSPermGen total 100864K, used 85352K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a2f8,0x00000007bcc80000)
2014-01-11T21:41:56.798+0800: 5962.857: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 236416K->5760K(291840K)] 618727K->388207K(886784K), 0.0150800 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=321 (full 14):
PSYoungGen total 291840K, used 5760K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f94a0020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 382447K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d757bd40,0x00000007e4500000)
PSPermGen total 100864K, used 85352K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a2f8,0x00000007bcc80000)
}
{Heap before GC invocations=322 (full 14):
PSYoungGen total 291840K, used 239744K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f94a0020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 382447K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d757bd40,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a9f0,0x00000007bcc80000)
2014-01-11T21:41:59.933+0800: 5965.993: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239744K->3136K(291840K)] 622191K->385647K(886784K), 0.0100740 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=322 (full 14):
PSYoungGen total 291840K, used 3136K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fca90030,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382511K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d758bd40,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5a9f0,0x00000007bcc80000)
}
{Heap before GC invocations=323 (full 14):
PSYoungGen total 291840K, used 237120K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 5% used [0x00000007fc780000,0x00000007fca90030,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 382511K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d758bd40,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ab18,0x00000007bcc80000)
2014-01-11T21:42:03.007+0800: 5969.066: [GC
Desired survivor size 58720256 bytes, new threshold 2 (max 15)
[PSYoungGen: 237120K->2496K(236544K)] 619631K->385639K(831488K), 0.0102590 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=323 (full 14):
PSYoungGen total 236544K, used 2496K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 2560K, 97% used [0x00000007f8f00000,0x00000007f9170020,0x00000007f9180000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ab18,0x00000007bcc80000)
}
{Heap before GC invocations=324 (full 14):
PSYoungGen total 236544K, used 236394K [0x00000007eaa80000, 0x00000007fff00000, 0x0000000800000000)
eden space 233984K, 99% used [0x00000007eaa80000,0x00000007f8eea7f0,0x00000007f8f00000)
from space 2560K, 97% used [0x00000007f8f00000,0x00000007f9170020,0x00000007f9180000)
to space 57344K, 0% used [0x00000007fc700000,0x00000007fc700000,0x00000007fff00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ab18,0x00000007bcc80000)
2014-01-11T21:42:06.216+0800: 5972.276: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 236394K->4608K(294400K)] 619537K->387751K(889344K), 0.0122780 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=324 (full 14):
PSYoungGen total 294400K, used 4608K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 57344K, 8% used [0x00000007fc700000,0x00000007fcb80030,0x00000007fff00000)
to space 54272K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc700000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85354K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ab18,0x00000007bcc80000)
}
{Heap before GC invocations=325 (full 14):
PSYoungGen total 294400K, used 241664K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 57344K, 8% used [0x00000007fc700000,0x00000007fcb80030,0x00000007fff00000)
to space 54272K, 0% used [0x00000007f9200000,0x00000007f9200000,0x00000007fc700000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
2014-01-11T21:42:09.357+0800: 5975.417: [GC
Desired survivor size 52953088 bytes, new threshold 4 (max 15)
[PSYoungGen: 241664K->1600K(239104K)] 624807K->384743K(834048K), 0.0098090 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=325 (full 14):
PSYoungGen total 239104K, used 1600K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9200000)
from space 2048K, 78% used [0x00000007f9200000,0x00000007f9390030,0x00000007f9400000)
to space 51712K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff800000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
}
{Heap before GC invocations=326 (full 14):
PSYoungGen total 239104K, used 238656K [0x00000007eaa80000, 0x00000007ff800000, 0x0000000800000000)
eden space 237056K, 100% used [0x00000007eaa80000,0x00000007f9200000,0x00000007f9200000)
from space 2048K, 78% used [0x00000007f9200000,0x00000007f9390030,0x00000007f9400000)
to space 51712K, 0% used [0x00000007fc580000,0x00000007fc580000,0x00000007ff800000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
2014-01-11T21:42:12.438+0800: 5978.497: [GC
Desired survivor size 49807360 bytes, new threshold 5 (max 15)
[PSYoungGen: 238656K->2784K(292864K)] 621799K->385927K(887808K), 0.0091450 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=326 (full 14):
PSYoungGen total 292864K, used 2784K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 51712K, 5% used [0x00000007fc580000,0x00000007fc838010,0x00000007ff800000)
to space 48640K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc580000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
}
{Heap before GC invocations=327 (full 14):
PSYoungGen total 292864K, used 243936K [0x00000007eaa80000, 0x00000007ffd80000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 51712K, 5% used [0x00000007fc580000,0x00000007fc838010,0x00000007ff800000)
to space 48640K, 0% used [0x00000007f9600000,0x00000007f9600000,0x00000007fc580000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
2014-01-11T21:42:15.690+0800: 5981.750: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 243936K->4960K(289792K)] 627079K->388103K(884736K), 0.0106700 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=327 (full 14):
PSYoungGen total 289792K, used 4960K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9600000)
from space 48640K, 10% used [0x00000007f9600000,0x00000007f9ad8030,0x00000007fc580000)
to space 45568K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007ff700000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
}
{Heap before GC invocations=328 (full 14):
PSYoungGen total 289792K, used 246112K [0x00000007eaa80000, 0x00000007ff700000, 0x0000000800000000)
eden space 241152K, 100% used [0x00000007eaa80000,0x00000007f9600000,0x00000007f9600000)
from space 48640K, 10% used [0x00000007f9600000,0x00000007f9ad8030,0x00000007fc580000)
to space 45568K, 0% used [0x00000007fca80000,0x00000007fca80000,0x00000007ff700000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
2014-01-11T21:42:18.888+0800: 5984.947: [GC
Desired survivor size 44040192 bytes, new threshold 7 (max 15)
[PSYoungGen: 246112K->5056K(295936K)] 629255K->388199K(890880K), 0.0133280 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=328 (full 14):
PSYoungGen total 295936K, used 5056K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 44032K, 11% used [0x00000007fca80000,0x00000007fcf70030,0x00000007ff580000)
to space 43008K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fca80000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
}
{Heap before GC invocations=329 (full 14):
PSYoungGen total 295936K, used 256960K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 44032K, 11% used [0x00000007fca80000,0x00000007fcf70030,0x00000007ff580000)
to space 43008K, 0% used [0x00000007fa080000,0x00000007fa080000,0x00000007fca80000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
2014-01-11T21:42:22.230+0800: 5988.290: [GC
Desired survivor size 40894464 bytes, new threshold 8 (max 15)
[PSYoungGen: 256960K->5713K(294912K)] 640103K->388856K(889856K), 0.0102540 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=329 (full 14):
PSYoungGen total 294912K, used 5713K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251904K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa080000)
from space 43008K, 13% used [0x00000007fa080000,0x00000007fa614460,0x00000007fca80000)
to space 39936K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff900000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85355K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ad98,0x00000007bcc80000)
}
{Heap before GC invocations=330 (full 14):
PSYoungGen total 294912K, used 257617K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 251904K, 100% used [0x00000007eaa80000,0x00000007fa080000,0x00000007fa080000)
from space 43008K, 13% used [0x00000007fa080000,0x00000007fa614460,0x00000007fca80000)
to space 39936K, 0% used [0x00000007fd200000,0x00000007fd200000,0x00000007ff900000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85356K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5b010,0x00000007bcc80000)
2014-01-11T21:42:30.119+0800: 5996.179: [GC
Desired survivor size 38273024 bytes, new threshold 9 (max 15)
[PSYoungGen: 257617K->7153K(296448K)] 640760K->390296K(891392K), 0.0160830 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=330 (full 14):
PSYoungGen total 296448K, used 7153K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 262144K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faa80000)
from space 34304K, 20% used [0x00000007fd200000,0x00000007fd8fc430,0x00000007ff380000)
to space 37376K, 0% used [0x00000007faa80000,0x00000007faa80000,0x00000007fcf00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85356K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5b010,0x00000007bcc80000)
}
{Heap before GC invocations=331 (full 14):
PSYoungGen total 296448K, used 269297K [0x00000007eaa80000, 0x00000007ff380000, 0x0000000800000000)
eden space 262144K, 100% used [0x00000007eaa80000,0x00000007faa80000,0x00000007faa80000)
from space 34304K, 20% used [0x00000007fd200000,0x00000007fd8fc430,0x00000007ff380000)
to space 37376K, 0% used [0x00000007faa80000,0x00000007faa80000,0x00000007fcf00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85362K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5c948,0x00000007bcc80000)
2014-01-11T21:42:52.849+0800: 6018.908: [GC
Desired survivor size 35127296 bytes, new threshold 10 (max 15)
[PSYoungGen: 269297K->7473K(299520K)] 652440K->390616K(894464K), 0.0115410 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=331 (full 14):
PSYoungGen total 299520K, used 7473K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 262144K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007faa80000)
from space 37376K, 19% used [0x00000007faa80000,0x00000007fb1cc430,0x00000007fcf00000)
to space 34304K, 0% used [0x00000007fd480000,0x00000007fd480000,0x00000007ff600000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85362K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5c948,0x00000007bcc80000)
}
{Heap before GC invocations=332 (full 14):
PSYoungGen total 299520K, used 269617K [0x00000007eaa80000, 0x00000007ff600000, 0x0000000800000000)
eden space 262144K, 100% used [0x00000007eaa80000,0x00000007faa80000,0x00000007faa80000)
from space 37376K, 19% used [0x00000007faa80000,0x00000007fb1cc430,0x00000007fcf00000)
to space 34304K, 0% used [0x00000007fd480000,0x00000007fd480000,0x00000007ff600000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85362K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ca78,0x00000007bcc80000)
2014-01-11T21:43:08.990+0800: 6035.049: [GC
Desired survivor size 42467328 bytes, new threshold 11 (max 15)
[PSYoungGen: 269617K->34016K(297984K)] 652760K->417159K(892928K), 0.1104680 secs] [Times: user=0.05 sys=0.00, real=0.11 secs]
Heap after GC invocations=332 (full 14):
PSYoungGen total 297984K, used 34016K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 263680K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fac00000)
from space 34304K, 99% used [0x00000007fd480000,0x00000007ff5b8010,0x00000007ff600000)
to space 41472K, 0% used [0x00000007fac00000,0x00000007fac00000,0x00000007fd480000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85362K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5ca78,0x00000007bcc80000)
}
{Heap before GC invocations=333 (full 14):
PSYoungGen total 297984K, used 297696K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 263680K, 100% used [0x00000007eaa80000,0x00000007fac00000,0x00000007fac00000)
from space 34304K, 99% used [0x00000007fd480000,0x00000007ff5b8010,0x00000007ff600000)
to space 41472K, 0% used [0x00000007fac00000,0x00000007fac00000,0x00000007fd480000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85363K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5cc30,0x00000007bcc80000)
2014-01-11T21:43:23.110+0800: 6049.169: [GC
Desired survivor size 47710208 bytes, new threshold 12 (max 15)
[PSYoungGen: 297696K->32672K(296448K)] 680839K->415815K(891392K), 0.0252610 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=333 (full 14):
PSYoungGen total 296448K, used 32672K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 263680K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fac00000)
from space 32768K, 99% used [0x00000007fac00000,0x00000007fcbe8010,0x00000007fcc00000)
to space 46592K, 0% used [0x00000007fd280000,0x00000007fd280000,0x0000000800000000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85363K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5cc30,0x00000007bcc80000)
}
{Heap before GC invocations=334 (full 14):
PSYoungGen total 296448K, used 296352K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 263680K, 100% used [0x00000007eaa80000,0x00000007fac00000,0x00000007fac00000)
from space 32768K, 99% used [0x00000007fac00000,0x00000007fcbe8010,0x00000007fcc00000)
to space 46592K, 0% used [0x00000007fd280000,0x00000007fd280000,0x0000000800000000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85364K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5d0c0,0x00000007bcc80000)
2014-01-11T21:43:41.792+0800: 6067.852: [GC
Desired survivor size 52428800 bytes, new threshold 13 (max 15)
[PSYoungGen: 296352K->34705K(293888K)] 679495K->417848K(888832K), 0.0191090 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=334 (full 14):
PSYoungGen total 293888K, used 34705K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 46592K, 74% used [0x00000007fd280000,0x00000007ff464430,0x0000000800000000)
to space 51200K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fce00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85364K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd5d0c0,0x00000007bcc80000)
}
{Heap before GC invocations=335 (full 14):
PSYoungGen total 293888K, used 282001K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 46592K, 74% used [0x00000007fd280000,0x00000007ff464430,0x0000000800000000)
to space 51200K, 0% used [0x00000007f9c00000,0x00000007f9c00000,0x00000007fce00000)
ParOldGen total 594944K, used 383143K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 64% used [0x00000007c0000000,0x00000007d7629d50,0x00000007e4500000)
PSPermGen total 100864K, used 85377K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd605c8,0x00000007bcc80000)
2014-01-11T21:43:54.034+0800: 6080.093: [GC
Desired survivor size 59244544 bytes, new threshold 12 (max 15)
[PSYoungGen: 282001K->51170K(298496K)] 665144K->440248K(893440K), 0.0266190 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=335 (full 14):
PSYoungGen total 298496K, used 51170K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9c00000)
from space 51200K, 99% used [0x00000007f9c00000,0x00000007fcdf8ae8,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 594944K, used 389077K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 65% used [0x00000007c0000000,0x00000007d7bf56c0,0x00000007e4500000)
PSPermGen total 100864K, used 85377K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd605c8,0x00000007bcc80000)
}
{Heap before GC invocations=336 (full 14):
PSYoungGen total 298496K, used 298466K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 247296K, 100% used [0x00000007eaa80000,0x00000007f9c00000,0x00000007f9c00000)
from space 51200K, 99% used [0x00000007f9c00000,0x00000007fcdf8ae8,0x00000007fce00000)
to space 51200K, 0% used [0x00000007fce00000,0x00000007fce00000,0x0000000800000000)
ParOldGen total 594944K, used 389077K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 65% used [0x00000007c0000000,0x00000007d7bf56c0,0x00000007e4500000)
PSPermGen total 100864K, used 85409K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd685f0,0x00000007bcc80000)
2014-01-11T21:44:16.342+0800: 6102.402: [GC
Desired survivor size 59244544 bytes, new threshold 11 (max 15)
[PSYoungGen: 298466K->51188K(285184K)] 687544K->448398K(880128K), 0.3591760 secs] [Times: user=0.05 sys=0.01, real=0.36 secs]
Heap after GC invocations=336 (full 14):
PSYoungGen total 285184K, used 51188K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffd3d0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 397209K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 66% used [0x00000007c0000000,0x00000007d83e6570,0x00000007e4500000)
PSPermGen total 100864K, used 85409K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd685f0,0x00000007bcc80000)
}
{Heap before GC invocations=337 (full 14):
PSYoungGen total 285184K, used 285172K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 51200K, 99% used [0x00000007fce00000,0x00000007ffffd3d0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 397209K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 66% used [0x00000007c0000000,0x00000007d83e6570,0x00000007e4500000)
PSPermGen total 100864K, used 85412K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd69048,0x00000007bcc80000)
2014-01-11T21:44:30.882+0800: 6116.942: [GC
Desired survivor size 59244544 bytes, new threshold 10 (max 15)
[PSYoungGen: 285172K->57834K(291840K)] 682382K->477057K(886784K), 0.1898510 secs] [Times: user=0.07 sys=0.01, real=0.19 secs]
Heap after GC invocations=337 (full 14):
PSYoungGen total 291840K, used 57834K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77aaa0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 419223K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 70% used [0x00000007c0000000,0x00000007d9965d30,0x00000007e4500000)
PSPermGen total 100864K, used 85412K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd69048,0x00000007bcc80000)
}
{Heap before GC invocations=338 (full 14):
PSYoungGen total 291840K, used 291818K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77aaa0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 419223K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 70% used [0x00000007c0000000,0x00000007d9965d30,0x00000007e4500000)
PSPermGen total 100864K, used 85418K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6ab60,0x00000007bcc80000)
2014-01-11T21:44:50.256+0800: 6136.316: [GC
Desired survivor size 59244544 bytes, new threshold 9 (max 15)
[PSYoungGen: 291818K->57847K(291840K)] 711041K->493992K(886784K), 0.0411960 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=338 (full 14):
PSYoungGen total 291840K, used 57847K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffdfb0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 436144K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 73% used [0x00000007c0000000,0x00000007da9ec238,0x00000007e4500000)
PSPermGen total 100864K, used 85418K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6ab60,0x00000007bcc80000)
}
{Heap before GC invocations=339 (full 14):
PSYoungGen total 291840K, used 291831K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffdfb0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 436144K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 73% used [0x00000007c0000000,0x00000007da9ec238,0x00000007e4500000)
PSPermGen total 100864K, used 85421K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6b710,0x00000007bcc80000)
2014-01-11T21:44:59.645+0800: 6145.705: [GC
Desired survivor size 59244544 bytes, new threshold 8 (max 15)
[PSYoungGen: 291831K->54028K(291840K)] 727976K->490212K(886784K), 0.0446290 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
Heap after GC invocations=339 (full 14):
PSYoungGen total 291840K, used 54028K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 93% used [0x00000007f8f00000,0x00000007fc3c30e0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 436184K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 73% used [0x00000007c0000000,0x00000007da9f6238,0x00000007e4500000)
PSPermGen total 100864K, used 85421K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6b710,0x00000007bcc80000)
}
{Heap before GC invocations=340 (full 14):
PSYoungGen total 291840K, used 288012K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 93% used [0x00000007f8f00000,0x00000007fc3c30e0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 436184K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 73% used [0x00000007c0000000,0x00000007da9f6238,0x00000007e4500000)
PSPermGen total 100864K, used 85424K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6c030,0x00000007bcc80000)
2014-01-11T21:45:16.790+0800: 6162.849: [GC
Desired survivor size 59244544 bytes, new threshold 7 (max 15)
[PSYoungGen: 288012K->57849K(291840K)] 724196K->505609K(886784K), 0.0631450 secs] [Times: user=0.08 sys=0.00, real=0.06 secs]
Heap after GC invocations=340 (full 14):
PSYoungGen total 291840K, used 57849K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffe7c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 447759K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 75% used [0x00000007c0000000,0x00000007db543f48,0x00000007e4500000)
PSPermGen total 100864K, used 85424K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6c030,0x00000007bcc80000)
}
{Heap before GC invocations=341 (full 14):
PSYoungGen total 291840K, used 291833K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007fc780000,0x00000007ffffe7c8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 447759K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 75% used [0x00000007c0000000,0x00000007db543f48,0x00000007e4500000)
PSPermGen total 100864K, used 85427K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6cd60,0x00000007bcc80000)
2014-01-11T21:45:34.702+0800: 6180.762: [GC
Desired survivor size 59244544 bytes, new threshold 6 (max 15)
[PSYoungGen: 291833K->57832K(291840K)] 739593K->512778K(886784K), 0.0389880 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=341 (full 14):
PSYoungGen total 291840K, used 57832K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77a3a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 454945K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 76% used [0x00000007c0000000,0x00000007dbc48488,0x00000007e4500000)
PSPermGen total 100864K, used 85427K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6cd60,0x00000007bcc80000)
}
{Heap before GC invocations=342 (full 14):
PSYoungGen total 291840K, used 291816K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77a3a8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 454945K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 76% used [0x00000007c0000000,0x00000007dbc48488,0x00000007e4500000)
PSPermGen total 100864K, used 85429K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6d7c0,0x00000007bcc80000)
2014-01-11T21:45:50.424+0800: 6196.483: [GC
Desired survivor size 59244544 bytes, new threshold 5 (max 15)
[PSYoungGen: 291816K->33333K(291840K)] 746762K->490877K(886784K), 0.0320400 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=342 (full 14):
PSYoungGen total 291840K, used 33333K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 57% used [0x00000007fc780000,0x00000007fe80d620,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 457543K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 76% used [0x00000007c0000000,0x00000007dbed1f70,0x00000007e4500000)
PSPermGen total 100864K, used 85429K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6d7c0,0x00000007bcc80000)
}
{Heap before GC invocations=343 (full 14):
PSYoungGen total 291840K, used 267317K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 57% used [0x00000007fc780000,0x00000007fe80d620,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 457543K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 76% used [0x00000007c0000000,0x00000007dbed1f70,0x00000007e4500000)
PSPermGen total 100864K, used 85432K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6e2f0,0x00000007bcc80000)
2014-01-11T21:46:02.736+0800: 6208.796: [GC
Desired survivor size 59244544 bytes, new threshold 4 (max 15)
[PSYoungGen: 267317K->57854K(291840K)] 724861K->517639K(886784K), 0.0555310 secs] [Times: user=0.08 sys=0.00, real=0.06 secs]
Heap after GC invocations=343 (full 14):
PSYoungGen total 291840K, used 57854K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77fb48,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 459784K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 77% used [0x00000007c0000000,0x00000007dc1020d0,0x00000007e4500000)
PSPermGen total 100864K, used 85432K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6e2f0,0x00000007bcc80000)
}
{Heap before GC invocations=344 (full 14):
PSYoungGen total 291840K, used 291838K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 99% used [0x00000007f8f00000,0x00000007fc77fb48,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 459784K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 77% used [0x00000007c0000000,0x00000007dc1020d0,0x00000007e4500000)
PSPermGen total 100864K, used 85435K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6ec80,0x00000007bcc80000)
2014-01-11T21:46:24.634+0800: 6230.693: [GC
Desired survivor size 59244544 bytes, new threshold 3 (max 15)
[PSYoungGen: 291838K->47815K(291840K)] 751623K->518473K(886784K), 0.0383920 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=344 (full 14):
PSYoungGen total 291840K, used 47815K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 82% used [0x00000007fc780000,0x00000007ff631de0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 470657K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 79% used [0x00000007c0000000,0x00000007dcba07c8,0x00000007e4500000)
PSPermGen total 100864K, used 85435K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6ec80,0x00000007bcc80000)
}
{Heap before GC invocations=345 (full 14):
PSYoungGen total 291840K, used 281799K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 82% used [0x00000007fc780000,0x00000007ff631de0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 470657K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 79% used [0x00000007c0000000,0x00000007dcba07c8,0x00000007e4500000)
PSPermGen total 100864K, used 85439K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6fdc0,0x00000007bcc80000)
2014-01-11T21:46:37.860+0800: 6243.920: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 281799K->39847K(291840K)] 752457K->524783K(886784K), 0.0991080 secs] [Times: user=0.07 sys=0.00, real=0.09 secs]
Heap after GC invocations=345 (full 14):
PSYoungGen total 291840K, used 39847K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb5e9fc8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 484935K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 81% used [0x00000007c0000000,0x00000007dd991d58,0x00000007e4500000)
PSPermGen total 100864K, used 85439K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd6fdc0,0x00000007bcc80000)
}
{Heap before GC invocations=346 (full 14):
PSYoungGen total 291840K, used 273831K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 68% used [0x00000007f8f00000,0x00000007fb5e9fc8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 484935K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 81% used [0x00000007c0000000,0x00000007dd991e68,0x00000007e4500000)
PSPermGen total 100864K, used 85442K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd709e0,0x00000007bcc80000)
2014-01-11T21:46:51.337+0800: 6257.396: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 273831K->48747K(291840K)] 758767K->534958K(886784K), 0.0331480 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=346 (full 14):
PSYoungGen total 291840K, used 48747K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff71ad18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 486211K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 81% used [0x00000007c0000000,0x00000007ddad0e78,0x00000007e4500000)
PSPermGen total 100864K, used 85442K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd709e0,0x00000007bcc80000)
}
{Heap before GC invocations=347 (full 14):
PSYoungGen total 291840K, used 282731K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 84% used [0x00000007fc780000,0x00000007ff71ad18,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 486229K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 81% used [0x00000007c0000000,0x00000007ddad5470,0x00000007e4500000)
PSPermGen total 100864K, used 85447K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd71e30,0x00000007bcc80000)
2014-01-11T21:47:08.543+0800: 6274.603: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 282731K->14083K(291840K)] 768960K->539687K(886784K), 0.0732850 secs] [Times: user=0.05 sys=0.00, real=0.07 secs]
Heap after GC invocations=347 (full 14):
PSYoungGen total 291840K, used 14083K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007f8f00000,0x00000007f9cc0ee8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 525603K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 88% used [0x00000007c0000000,0x00000007e0148f68,0x00000007e4500000)
PSPermGen total 100864K, used 85447K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd71e30,0x00000007bcc80000)
}
{Heap before GC invocations=348 (full 14):
PSYoungGen total 291840K, used 248067K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 24% used [0x00000007f8f00000,0x00000007f9cc0ee8,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 525603K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 88% used [0x00000007c0000000,0x00000007e0148f68,0x00000007e4500000)
PSPermGen total 100864K, used 85448K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72230,0x00000007bcc80000)
2014-01-11T21:47:16.849+0800: 6282.909: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 248067K->15389K(291840K)] 773671K->556017K(886784K), 0.0209590 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=348 (full 14):
PSYoungGen total 291840K, used 15389K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd6875a0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 540628K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 90% used [0x00000007c0000000,0x00000007e0ff50c0,0x00000007e4500000)
PSPermGen total 100864K, used 85448K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72230,0x00000007bcc80000)
}
{Heap before GC invocations=349 (full 14):
PSYoungGen total 291840K, used 249373K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 26% used [0x00000007fc780000,0x00000007fd6875a0,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 540628K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 90% used [0x00000007c0000000,0x00000007e0ff50c0,0x00000007e4500000)
PSPermGen total 100864K, used 85448K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72328,0x00000007bcc80000)
2014-01-11T21:47:22.061+0800: 6288.121: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 249373K->33721K(291840K)] 790001K->583829K(886784K), 0.0246900 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=349 (full 14):
PSYoungGen total 291840K, used 33721K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 58% used [0x00000007f8f00000,0x00000007fafee638,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 550108K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 92% used [0x00000007c0000000,0x00000007e19370a0,0x00000007e4500000)
PSPermGen total 100864K, used 85448K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72328,0x00000007bcc80000)
}
{Heap before GC invocations=350 (full 14):
PSYoungGen total 291840K, used 267705K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 58% used [0x00000007f8f00000,0x00000007fafee638,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 594944K, used 550108K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 92% used [0x00000007c0000000,0x00000007e19370a0,0x00000007e4500000)
PSPermGen total 100864K, used 85450K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72828,0x00000007bcc80000)
2014-01-11T21:47:25.324+0800: 6291.384: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 267705K->16336K(291840K)] 817813K->605025K(886784K), 0.0592560 secs] [Times: user=0.08 sys=0.03, real=0.06 secs]
Heap after GC invocations=350 (full 14):
PSYoungGen total 291840K, used 16336K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007fc780000,0x00000007fd7741e8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 588689K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 98% used [0x00000007c0000000,0x00000007e3ee4458,0x00000007e4500000)
PSPermGen total 100864K, used 85450K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72828,0x00000007bcc80000)
}
{Heap before GC invocations=351 (full 15):
PSYoungGen total 291840K, used 16336K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007fc780000,0x00000007fd7741e8,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 594944K, used 588689K [0x00000007c0000000, 0x00000007e4500000, 0x00000007eaa80000)
object space 594944K, 98% used [0x00000007c0000000,0x00000007e3ee4458,0x00000007e4500000)
PSPermGen total 100864K, used 85450K [0x00000007b6a00000, 0x00000007bcc80000, 0x00000007c0000000)
object space 100864K, 84% used [0x00000007b6a00000,0x00000007bbd72828,0x00000007bcc80000)
2014-01-11T21:47:25.384+0800: 6291.443: [Full GC [PSYoungGen: 16336K->0K(291840K)] [ParOldGen: 588689K->381052K(637952K)] 605025K->381052K(929792K) [PSPermGen: 85450K->85443K(99328K)], 0.6931330 secs] [Times: user=1.00 sys=0.01, real=0.69 secs]
Heap after GC invocations=351 (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 637952K, used 381052K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 59% used [0x00000007c0000000,0x00000007d741f360,0x00000007e6f00000)
PSPermGen total 99328K, used 85443K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd70ee0,0x00000007bcb00000)
}
{Heap before GC invocations=352 (full 15):
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 637952K, used 381052K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 59% used [0x00000007c0000000,0x00000007d741f360,0x00000007e6f00000)
PSPermGen total 99328K, used 85444K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71258,0x00000007bcb00000)
2014-01-11T21:47:28.642+0800: 6294.701: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 233984K->17953K(291840K)] 615036K->399006K(929792K), 0.0361990 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=352 (full 15):
PSYoungGen total 291840K, used 17953K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa0884c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 381052K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 59% used [0x00000007c0000000,0x00000007d741f360,0x00000007e6f00000)
PSPermGen total 99328K, used 85444K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71258,0x00000007bcb00000)
}
{Heap before GC invocations=353 (full 15):
PSYoungGen total 291840K, used 251937K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 31% used [0x00000007f8f00000,0x00000007fa0884c0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 381052K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 59% used [0x00000007c0000000,0x00000007d741f360,0x00000007e6f00000)
PSPermGen total 99328K, used 85444K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71300,0x00000007bcb00000)
2014-01-11T21:47:31.288+0800: 6297.348: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251937K->11744K(291840K)] 632990K->400834K(929792K), 0.0371880 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=353 (full 15):
PSYoungGen total 291840K, used 11744K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd2f8020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 389090K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 60% used [0x00000007c0000000,0x00000007d7bf8b60,0x00000007e6f00000)
PSPermGen total 99328K, used 85444K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71300,0x00000007bcb00000)
}
{Heap before GC invocations=354 (full 15):
PSYoungGen total 291840K, used 245728K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 20% used [0x00000007fc780000,0x00000007fd2f8020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 389090K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 60% used [0x00000007c0000000,0x00000007d7bf8b60,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:34.048+0800: 6300.108: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 245728K->5681K(291840K)] 634818K->394811K(929792K), 0.0140760 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=354 (full 15):
PSYoungGen total 291840K, used 5681K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f948c440,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 389130K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 60% used [0x00000007c0000000,0x00000007d7c02b60,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=355 (full 15):
PSYoungGen total 291840K, used 239665K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 9% used [0x00000007f8f00000,0x00000007f948c440,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 389130K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 60% used [0x00000007c0000000,0x00000007d7c02b60,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:36.773+0800: 6302.833: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 239665K->17792K(291840K)] 628795K->408935K(929792K), 0.0393030 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=355 (full 15):
PSYoungGen total 291840K, used 17792K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd8e0020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 391143K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7df9e70,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=356 (full 15):
PSYoungGen total 291840K, used 251776K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007fc780000,0x00000007fd8e0020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 391143K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7df9e70,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:39.489+0800: 6305.548: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251776K->17920K(291840K)] 642919K->409891K(929792K), 0.0346890 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=356 (full 15):
PSYoungGen total 291840K, used 17920K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007fa080020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 391971K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7ec8f40,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=357 (full 15):
PSYoungGen total 291840K, used 251904K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 30% used [0x00000007f8f00000,0x00000007fa080020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 391971K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7ec8f40,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:42.189+0800: 6308.249: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 251904K->11136K(291840K)] 643875K->404300K(929792K), 0.0209710 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=357 (full 15):
PSYoungGen total 291840K, used 11136K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007fc780000,0x00000007fd260020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 393164K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7ff3120,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=358 (full 15):
PSYoungGen total 291840K, used 245120K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 19% used [0x00000007fc780000,0x00000007fd260020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 393164K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 61% used [0x00000007c0000000,0x00000007d7ff3120,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:44.967+0800: 6311.026: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 245120K->13344K(291840K)] 638284K->409381K(929792K), 0.0733630 secs] [Times: user=0.08 sys=0.00, real=0.08 secs]
Heap after GC invocations=358 (full 15):
PSYoungGen total 291840K, used 13344K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c08020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 396037K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d82c15c0,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=359 (full 15):
PSYoungGen total 291840K, used 247328K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 23% used [0x00000007f8f00000,0x00000007f9c08020,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 396037K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d82c15c0,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
2014-01-11T21:47:47.587+0800: 6313.646: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 247328K->3840K(291840K)] 643365K->400061K(929792K), 0.0103930 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=359 (full 15):
PSYoungGen total 291840K, used 3840K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb40020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 396221K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d82ef5c0,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71430,0x00000007bcb00000)
}
{Heap before GC invocations=360 (full 15):
PSYoungGen total 291840K, used 237824K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb40020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 396221K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d82ef5c0,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd714d8,0x00000007bcb00000)
2014-01-11T21:47:50.142+0800: 6316.202: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 237824K->16413K(291840K)] 634045K->414663K(929792K), 0.0377200 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=360 (full 15):
PSYoungGen total 291840K, used 16413K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007f8f00000,0x00000007f9f075d0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 398250K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d84ea870,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd714d8,0x00000007bcb00000)
}
{Heap before GC invocations=361 (full 15):
PSYoungGen total 291840K, used 250397K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 28% used [0x00000007f8f00000,0x00000007f9f075d0,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 398250K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d84ea870,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd714d8,0x00000007bcb00000)
2014-01-11T21:47:52.683+0800: 6318.742: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250397K->16960K(291840K)] 648647K->415703K(929792K), 0.0386510 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=361 (full 15):
PSYoungGen total 291840K, used 16960K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd810020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 398743K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d8565e30,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd714d8,0x00000007bcb00000)
}
{Heap before GC invocations=362 (full 15):
PSYoungGen total 291840K, used 250944K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 29% used [0x00000007fc780000,0x00000007fd810020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 398743K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d8565e30,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71700,0x00000007bcb00000)
2014-01-11T21:47:55.392+0800: 6321.452: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 250944K->960K(291840K)] 649687K->399727K(929792K), 0.0110110 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=362 (full 15):
PSYoungGen total 291840K, used 960K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f8ff0000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 398767K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d856be30,0x00000007e6f00000)
PSPermGen total 99328K, used 85445K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71700,0x00000007bcb00000)
}
{Heap before GC invocations=363 (full 15):
PSYoungGen total 291840K, used 234944K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 1% used [0x00000007f8f00000,0x00000007f8ff0000,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 398767K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d856be30,0x00000007e6f00000)
PSPermGen total 99328K, used 85447K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71ea0,0x00000007bcb00000)
2014-01-11T21:47:58.125+0800: 6324.185: [GC
Desired survivor size 59244544 bytes, new threshold 1 (max 15)
[PSYoungGen: 234944K->3776K(291840K)] 633711K->403247K(929792K), 0.0100210 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=363 (full 15):
PSYoungGen total 291840K, used 3776K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb30020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 399471K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d861bf30,0x00000007e6f00000)
PSPermGen total 99328K, used 85447K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd71ea0,0x00000007bcb00000)
}
{Heap before GC invocations=364 (full 15):
PSYoungGen total 291840K, used 237760K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007fc780000,0x00000007fcb30020,0x0000000800000000)
to space 57856K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc780000)
ParOldGen total 637952K, used 399471K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d861bf30,0x00000007e6f00000)
PSPermGen total 99328K, used 85448K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd721b0,0x00000007bcb00000)
2014-01-11T21:48:06.223+0800: 6332.283: [GC
Desired survivor size 59244544 bytes, new threshold 2 (max 15)
[PSYoungGen: 237760K->4017K(291840K)] 637231K->405877K(929792K), 0.0287080 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
Heap after GC invocations=364 (full 15):
PSYoungGen total 291840K, used 4017K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f92ec420,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85448K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd721b0,0x00000007bcb00000)
}
{Heap before GC invocations=365 (full 15):
PSYoungGen total 291840K, used 238001K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 57856K, 6% used [0x00000007f8f00000,0x00000007f92ec420,0x00000007fc780000)
to space 57856K, 0% used [0x00000007fc780000,0x00000007fc780000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85449K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd726d8,0x00000007bcb00000)
2014-01-11T21:48:22.038+0800: 6348.097: [GC
Desired survivor size 55574528 bytes, new threshold 3 (max 15)
[PSYoungGen: 238001K->13088K(284672K)] 639861K->414948K(922624K), 0.0200800 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=365 (full 15):
PSYoungGen total 284672K, used 13088K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 50688K, 25% used [0x00000007fc780000,0x00000007fd448020,0x00000007ff900000)
to space 54272K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc400000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85449K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd726d8,0x00000007bcb00000)
}
{Heap before GC invocations=366 (full 15):
PSYoungGen total 284672K, used 247072K [0x00000007eaa80000, 0x00000007ff900000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 50688K, 25% used [0x00000007fc780000,0x00000007fd448020,0x00000007ff900000)
to space 54272K, 0% used [0x00000007f8f00000,0x00000007f8f00000,0x00000007fc400000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85451K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd72c08,0x00000007bcb00000)
2014-01-11T21:48:41.095+0800: 6367.154: [GC
Desired survivor size 51904512 bytes, new threshold 4 (max 15)
[PSYoungGen: 247072K->14464K(288256K)] 648932K->416324K(926208K), 0.0134350 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=366 (full 15):
PSYoungGen total 288256K, used 14464K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f8f00000)
from space 54272K, 26% used [0x00000007f8f00000,0x00000007f9d20010,0x00000007fc400000)
to space 50688K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ffc80000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85451K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd72c08,0x00000007bcb00000)
}
{Heap before GC invocations=367 (full 15):
PSYoungGen total 288256K, used 248448K [0x00000007eaa80000, 0x00000007ffc80000, 0x0000000800000000)
eden space 233984K, 100% used [0x00000007eaa80000,0x00000007f8f00000,0x00000007f8f00000)
from space 54272K, 26% used [0x00000007f8f00000,0x00000007f9d20010,0x00000007fc400000)
to space 50688K, 0% used [0x00000007fcb00000,0x00000007fcb00000,0x00000007ffc80000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85451K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd72cb0,0x00000007bcb00000)
2014-01-11T21:48:57.665+0800: 6383.725: [GC
Desired survivor size 48234496 bytes, new threshold 5 (max 15)
[PSYoungGen: 248448K->14624K(288256K)] 650308K->416484K(926208K), 0.0155060 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=367 (full 15):
PSYoungGen total 288256K, used 14624K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 43520K, 33% used [0x00000007fcb00000,0x00000007fd948010,0x00000007ff580000)
to space 47104K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc780000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85451K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd72cb0,0x00000007bcb00000)
}
{Heap before GC invocations=368 (full 15):
PSYoungGen total 288256K, used 259360K [0x00000007eaa80000, 0x00000007ff580000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 43520K, 33% used [0x00000007fcb00000,0x00000007fd948010,0x00000007ff580000)
to space 47104K, 0% used [0x00000007f9980000,0x00000007f9980000,0x00000007fc780000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85461K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd75778,0x00000007bcb00000)
2014-01-11T21:49:14.959+0800: 6401.018: [GC
Desired survivor size 46661632 bytes, new threshold 6 (max 15)
[PSYoungGen: 259360K->19968K(291840K)] 661220K->421828K(929792K), 0.0180200 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=368 (full 15):
PSYoungGen total 291840K, used 19968K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244736K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9980000)
from space 47104K, 42% used [0x00000007f9980000,0x00000007fad00010,0x00000007fc780000)
to space 45568K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007ffd00000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85461K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd75778,0x00000007bcb00000)
}
{Heap before GC invocations=369 (full 15):
PSYoungGen total 291840K, used 264704K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 244736K, 100% used [0x00000007eaa80000,0x00000007f9980000,0x00000007f9980000)
from space 47104K, 42% used [0x00000007f9980000,0x00000007fad00010,0x00000007fc780000)
to space 45568K, 0% used [0x00000007fd080000,0x00000007fd080000,0x00000007ffd00000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85468K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd772d8,0x00000007bcb00000)
2014-01-11T21:49:32.559+0800: 6418.618: [GC
Desired survivor size 47185920 bytes, new threshold 7 (max 15)
[PSYoungGen: 264704K->25009K(300032K)] 666564K->426869K(937984K), 0.0215390 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=369 (full 15):
PSYoungGen total 300032K, used 25009K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 45568K, 54% used [0x00000007fd080000,0x00000007fe8ec450,0x00000007ffd00000)
to space 46080K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85468K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd772d8,0x00000007bcb00000)
}
{Heap before GC invocations=370 (full 15):
PSYoungGen total 300032K, used 279473K [0x00000007eaa80000, 0x00000007ffd00000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 45568K, 54% used [0x00000007fd080000,0x00000007fe8ec450,0x00000007ffd00000)
to space 46080K, 0% used [0x00000007fa300000,0x00000007fa300000,0x00000007fd000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85469K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd775a8,0x00000007bcb00000)
2014-01-11T21:49:49.764+0800: 6435.823: [GC
Desired survivor size 47185920 bytes, new threshold 8 (max 15)
[PSYoungGen: 279473K->25102K(300544K)] 681333K->426963K(938496K), 0.0279430 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=370 (full 15):
PSYoungGen total 300544K, used 25102K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa300000)
from space 46080K, 54% used [0x00000007fa300000,0x00000007fbb83b98,0x00000007fd000000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85469K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd775a8,0x00000007bcb00000)
}
{Heap before GC invocations=371 (full 15):
PSYoungGen total 300544K, used 279566K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 254464K, 100% used [0x00000007eaa80000,0x00000007fa300000,0x00000007fa300000)
from space 46080K, 54% used [0x00000007fa300000,0x00000007fbb83b98,0x00000007fd000000)
to space 46080K, 0% used [0x00000007fd300000,0x00000007fd300000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78868,0x00000007bcb00000)
2014-01-11T21:50:12.424+0800: 6458.484: [GC
Desired survivor size 49283072 bytes, new threshold 9 (max 15)
[PSYoungGen: 279566K->30143K(299520K)] 681427K->432004K(937472K), 0.0366620 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=371 (full 15):
PSYoungGen total 299520K, used 30143K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 46080K, 65% used [0x00000007fd300000,0x00000007ff06ff98,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78868,0x00000007bcb00000)
}
{Heap before GC invocations=372 (full 15):
PSYoungGen total 299520K, used 283583K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 46080K, 65% used [0x00000007fd300000,0x00000007ff06ff98,0x0000000800000000)
to space 48128K, 0% used [0x00000007fa200000,0x00000007fa200000,0x00000007fd100000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78970,0x00000007bcb00000)
2014-01-11T21:50:33.600+0800: 6479.659: [GC
Desired survivor size 50331648 bytes, new threshold 10 (max 15)
[PSYoungGen: 283583K->30463K(284160K)] 685444K->432324K(922112K), 0.0616650 secs] [Times: user=0.09 sys=0.00, real=0.06 secs]
Heap after GC invocations=372 (full 15):
PSYoungGen total 284160K, used 30463K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007fa200000)
from space 30720K, 99% used [0x00000007fa200000,0x00000007fbfbff98,0x00000007fc000000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78970,0x00000007bcb00000)
}
{Heap before GC invocations=373 (full 15):
PSYoungGen total 284160K, used 283903K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 253440K, 100% used [0x00000007eaa80000,0x00000007fa200000,0x00000007fa200000)
from space 30720K, 99% used [0x00000007fa200000,0x00000007fbfbff98,0x00000007fc000000)
to space 49152K, 0% used [0x00000007fd000000,0x00000007fd000000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78a18,0x00000007bcb00000)
2014-01-11T21:50:58.689+0800: 6504.748: [GC
Desired survivor size 53477376 bytes, new threshold 11 (max 15)
[PSYoungGen: 283903K->35726K(294400K)] 685764K->437587K(932352K), 0.0344990 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=373 (full 15):
PSYoungGen total 294400K, used 35726K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 49152K, 72% used [0x00000007fd000000,0x00000007ff2e3b78,0x0000000800000000)
to space 52224K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fcd00000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85474K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd78a18,0x00000007bcb00000)
}
{Heap before GC invocations=374 (full 15):
PSYoungGen total 294400K, used 280974K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 245248K, 100% used [0x00000007eaa80000,0x00000007f9a00000,0x00000007f9a00000)
from space 49152K, 72% used [0x00000007fd000000,0x00000007ff2e3b78,0x0000000800000000)
to space 52224K, 0% used [0x00000007f9a00000,0x00000007f9a00000,0x00000007fcd00000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85477K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd795b8,0x00000007bcb00000)
2014-01-11T21:51:28.148+0800: 6534.207: [GC
Desired survivor size 57147392 bytes, new threshold 12 (max 15)
[PSYoungGen: 280974K->38911K(284160K)] 682835K->440772K(922112K), 0.0533130 secs] [Times: user=0.08 sys=0.00, real=0.06 secs]
Heap after GC invocations=374 (full 15):
PSYoungGen total 284160K, used 38911K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 245248K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9a00000)
from space 38912K, 99% used [0x00000007f9a00000,0x00000007fbffff98,0x00000007fc000000)
to space 55808K, 0% used [0x00000007fc980000,0x00000007fc980000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85477K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd795b8,0x00000007bcb00000)
}
{Heap before GC invocations=375 (full 15):
PSYoungGen total 284160K, used 284159K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 245248K, 100% used [0x00000007eaa80000,0x00000007f9a00000,0x00000007f9a00000)
from space 38912K, 99% used [0x00000007f9a00000,0x00000007fbffff98,0x00000007fc000000)
to space 55808K, 0% used [0x00000007fc980000,0x00000007fc980000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85477K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd795d8,0x00000007bcb00000)
2014-01-11T21:51:54.455+0800: 6560.515: [GC
Desired survivor size 55050240 bytes, new threshold 13 (max 15)
[PSYoungGen: 284159K->26734K(295936K)] 686020K->428595K(933888K), 0.0301440 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=375 (full 15):
PSYoungGen total 295936K, used 26734K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 55808K, 47% used [0x00000007fc980000,0x00000007fe39bb78,0x0000000800000000)
to space 53760K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc980000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85477K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd795d8,0x00000007bcb00000)
}
{Heap before GC invocations=376 (full 15):
PSYoungGen total 295936K, used 120862K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 39% used [0x00000007eaa80000,0x00000007f066bde8,0x00000007f9500000)
from space 55808K, 47% used [0x00000007fc980000,0x00000007fe39bb78,0x0000000800000000)
to space 53760K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc980000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85485K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd7b578,0x00000007bcb00000)
2014-01-11T21:52:06.778+0800: 6572.838: [GC
Desired survivor size 52953088 bytes, new threshold 14 (max 15)
[PSYoungGen: 120862K->26446K(293888K)] 522723K->428307K(931840K), 0.0277470 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=376 (full 15):
PSYoungGen total 293888K, used 26446K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 53760K, 49% used [0x00000007f9500000,0x00000007faed3b78,0x00000007fc980000)
to space 51712K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85485K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd7b578,0x00000007bcb00000)
}
{Heap before GC invocations=377 (full 16):
PSYoungGen total 293888K, used 26446K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 53760K, 49% used [0x00000007f9500000,0x00000007faed3b78,0x00000007fc980000)
to space 51712K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x0000000800000000)
ParOldGen total 637952K, used 401860K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 62% used [0x00000007c0000000,0x00000007d88712a0,0x00000007e6f00000)
PSPermGen total 99328K, used 85485K [0x00000007b6a00000, 0x00000007bcb00000, 0x00000007c0000000)
object space 99328K, 86% used [0x00000007b6a00000,0x00000007bbd7b578,0x00000007bcb00000)
2014-01-11T21:52:06.806+0800: 6572.866: [Full GC [PSYoungGen: 26446K->0K(293888K)] [ParOldGen: 401860K->329890K(637952K)] 428307K->329890K(931840K) [PSPermGen: 85485K->85482K(97792K)], 1.2996830 secs] [Times: user=1.32 sys=0.01, real=1.30 secs]
Heap after GC invocations=377 (full 16):
PSYoungGen total 293888K, used 0K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 0% used [0x00000007eaa80000,0x00000007eaa80000,0x00000007f9500000)
from space 53760K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc980000)
to space 51712K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x0000000800000000)
ParOldGen total 637952K, used 329890K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 51% used [0x00000007c0000000,0x00000007d42289d8,0x00000007e6f00000)
PSPermGen total 97792K, used 85482K [0x00000007b6a00000, 0x00000007bc980000, 0x00000007c0000000)
object space 97792K, 87% used [0x00000007b6a00000,0x00000007bbd7a898,0x00000007bc980000)
}
Heap
PSYoungGen total 293888K, used 7037K [0x00000007eaa80000, 0x0000000800000000, 0x0000000800000000)
eden space 240128K, 2% used [0x00000007eaa80000,0x00000007eb15f4d0,0x00000007f9500000)
from space 53760K, 0% used [0x00000007f9500000,0x00000007f9500000,0x00000007fc980000)
to space 51712K, 0% used [0x00000007fcd80000,0x00000007fcd80000,0x0000000800000000)
ParOldGen total 637952K, used 329890K [0x00000007c0000000, 0x00000007e6f00000, 0x00000007eaa80000)
object space 637952K, 51% used [0x00000007c0000000,0x00000007d42289d8,0x00000007e6f00000)
PSPermGen total 97792K, used 85491K [0x00000007b6a00000, 0x00000007bc980000, 0x00000007c0000000)
object space 97792K, 87% used [0x00000007b6a00000,0x00000007bbd7ce88,0x00000007bc980000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment