Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created February 11, 2014 06:51
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/8930336 to your computer and use it in GitHub Desktop.
Save keybounce/8930336 to your computer and use it in GitHub Desktop.
Memory leak; mf 1.1.8 + sync + morph, GC log
This file has been truncated, but you can view the full file.
{Heap before GC invocations=0 (full 0):
par new generation total 142016K, used 113664K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 0K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 12684K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:05.768+0800: 5.364: [GC2014-02-01T15:35:05.768+0800: 5.364: [ParNew
Desired survivor size 14516224 bytes, new threshold 1 (max 15)
- age 1: 19613456 bytes, 19613456 total
: 113664K->19261K(142016K), 0.0264620 secs] 113664K->19261K(233792K), 0.0265560 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=1 (full 0):
par new generation total 142016K, used 19261K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d7f678, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 0K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 12684K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=1 (full 0):
par new generation total 142016K, used 132925K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d7f678, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 0K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 14541K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:07.288+0800: 6.885: [GC2014-02-01T15:35:07.289+0800: 6.885: [ParNew
Desired survivor size 14516224 bytes, new threshold 1 (max 15)
- age 1: 15130400 bytes, 15130400 total
: 132925K->22036K(142016K), 0.0687810 secs] 132925K->33718K(233792K), 0.0688450 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
Heap after GC invocations=2 (full 0):
par new generation total 142016K, used 22036K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b84850d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 11681K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 14541K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=2 (full 0):
par new generation total 142016K, used 126715K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 92% used [0x00000007b0000000, 0x00000007b6639e58, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b84850d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 11681K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 15289K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:08.328+0800: 7.924: [GC2014-02-01T15:35:08.328+0800: 7.924: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2479432 bytes, 2479432 total
: 126715K->6857K(142016K), 0.0299490 secs] 138397K->27450K(233792K), 0.0300530 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
Heap after GC invocations=3 (full 0):
par new generation total 142016K, used 6857K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 24% used [0x00000007b8ab0000, 0x00000007b91626f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 20593K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 15289K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=3 (full 0):
par new generation total 142016K, used 120521K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 24% used [0x00000007b8ab0000, 0x00000007b91626f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 20593K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 16468K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:09.378+0800: 8.974: [GC2014-02-01T15:35:09.378+0800: 8.974: [ParNew
Desired survivor size 14516224 bytes, new threshold 1 (max 15)
- age 1: 15756584 bytes, 15756584 total
- age 2: 1967256 bytes, 17723840 total
: 120521K->18388K(142016K), 0.0139300 secs] 141114K->38981K(233792K), 0.0139950 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=4 (full 0):
par new generation total 142016K, used 18388K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b6f00000, 0x00000007b80f5260, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 20593K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 16468K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=4 (full 0):
par new generation total 142016K, used 132052K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b6f00000, 0x00000007b80f5260, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 20593K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 17478K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:09.832+0800: 9.428: [GC2014-02-01T15:35:09.832+0800: 9.428: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3380472 bytes, 3380472 total
: 132052K->5461K(142016K), 0.0207020 secs] 152645K->41174K(233792K), 0.0207630 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=5 (full 0):
par new generation total 142016K, used 5461K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 19% used [0x00000007b8ab0000, 0x00000007b9005580, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 17478K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=5 (full 0):
par new generation total 142016K, used 119125K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 19% used [0x00000007b8ab0000, 0x00000007b9005580, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 18590K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:10.515+0800: 10.111: [GC2014-02-01T15:35:10.515+0800: 10.111: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4376760 bytes, 4376760 total
- age 2: 2337448 bytes, 6714208 total
: 119125K->8159K(142016K), 0.0109710 secs] 154838K->43872K(233792K), 0.0110720 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=6 (full 0):
par new generation total 142016K, used 8159K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76f7f28, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 18590K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=6 (full 0):
par new generation total 142016K, used 121823K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76f7f28, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 20216K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:11.099+0800: 10.695: [GC2014-02-01T15:35:11.099+0800: 10.695: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2489736 bytes, 2489736 total
- age 2: 3754296 bytes, 6244032 total
- age 3: 2335368 bytes, 8579400 total
: 121823K->10942K(142016K), 0.0123780 secs] 157536K->46655K(233792K), 0.0124450 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=7 (full 0):
par new generation total 142016K, used 10942K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b955fb38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 20216K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=7 (full 0):
par new generation total 142016K, used 120636K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 96% used [0x00000007b0000000, 0x00000007b6b1f588, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b955fb38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 21517K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:11.750+0800: 11.346: [GC2014-02-01T15:35:11.750+0800: 11.346: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4017120 bytes, 4017120 total
- age 2: 1639376 bytes, 5656496 total
- age 3: 3485688 bytes, 9142184 total
- age 4: 2323032 bytes, 11465216 total
: 120636K->15213K(142016K), 0.0139280 secs] 156349K->50926K(233792K), 0.0140130 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=8 (full 0):
par new generation total 142016K, used 15213K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddb790, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 21517K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=8 (full 0):
par new generation total 142016K, used 128877K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddb790, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23070K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:12.466+0800: 12.062: [GC2014-02-01T15:35:12.466+0800: 12.062: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 5426344 bytes, 5426344 total
- age 2: 2751688 bytes, 8178032 total
- age 3: 1598464 bytes, 9776496 total
- age 4: 3484136 bytes, 13260632 total
- age 5: 2319936 bytes, 15580568 total
: 128877K->20946K(142016K), 0.0179730 secs] 164590K->56659K(233792K), 0.0180460 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=9 (full 0):
par new generation total 142016K, used 20946K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f24a38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23070K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=9 (full 0):
par new generation total 142016K, used 134610K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f24a38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 35712K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23094K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:13.539+0800: 13.135: [GC2014-02-01T15:35:13.539+0800: 13.135: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 14296864 bytes, 14296864 total
- age 2: 2450384 bytes, 16747248 total
- age 3: 2688464 bytes, 19435712 total
- age 4: 1598352 bytes, 21034064 total
- age 5: 3484136 bytes, 24518200 total
: 134610K->28352K(142016K), 0.0347640 secs] 170323K->75433K(233792K), 0.0348470 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
Heap after GC invocations=10 (full 0):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 47081K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23094K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:13.574+0800: 13.170: [GC [1 CMS-initial-mark: 47081K(91776K)] 77564K(233792K), 0.0123040 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:13.587+0800: 13.183: [CMS-concurrent-mark-start]
2014-02-01T15:35:13.627+0800: 13.223: [CMS-concurrent-mark: 0.035/0.040 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
2014-02-01T15:35:13.627+0800: 13.223: [GC[YG occupancy: 37066 K (142016 K)]2014-02-01T15:35:13.627+0800: 13.223: [Rescan (parallel) , 0.0077580 secs]2014-02-01T15:35:13.635+0800: 13.231: [weak refs processing, 0.0001090 secs]2014-02-01T15:35:13.635+0800: 13.231: [scrub string table, 0.0004090 secs] [1 CMS-remark: 47081K(91776K)] 84147K(233792K), 0.0083630 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:35:13.636+0800: 13.232: [CMS-concurrent-sweep-start]
2014-02-01T15:35:13.651+0800: 13.248: [CMS-concurrent-sweep: 0.016/0.016 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
2014-02-01T15:35:13.651+0800: 13.248: [CMS-concurrent-reset-start]
2014-02-01T15:35:13.659+0800: 13.255: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.04 sys=0.01, real=0.00 secs]
{Heap before GC invocations=10 (full 1):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 45292K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23140K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:14.300+0800: 13.896: [GC2014-02-01T15:35:14.300+0800: 13.896: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2133416 bytes, 2133416 total
- age 2: 11598720 bytes, 13732136 total
: 142016K->28352K(142016K), 0.0559040 secs] 187308K->99322K(233792K), 0.0559710 secs] [Times: user=0.07 sys=0.01, real=0.05 secs]
Heap after GC invocations=11 (full 1):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 70970K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23140K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:14.356+0800: 13.952: [GC [1 CMS-initial-mark: 70970K(91776K)] 101513K(233792K), 0.0040030 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:14.360+0800: 13.956: [CMS-concurrent-mark-start]
2014-02-01T15:35:14.392+0800: 13.988: [CMS-concurrent-mark: 0.030/0.032 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
2014-02-01T15:35:14.392+0800: 13.988: [GC[YG occupancy: 32734 K (142016 K)]2014-02-01T15:35:14.392+0800: 13.988: [Rescan (parallel) , 0.0029960 secs]2014-02-01T15:35:14.395+0800: 13.991: [weak refs processing, 0.0000740 secs]2014-02-01T15:35:14.395+0800: 13.991: [scrub string table, 0.0003910 secs] [1 CMS-remark: 70970K(91776K)] 103704K(233792K), 0.0035340 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
2014-02-01T15:35:14.396+0800: 13.992: [CMS-concurrent-sweep-start]
2014-02-01T15:35:14.413+0800: 14.009: [CMS-concurrent-sweep: 0.017/0.017 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:35:14.413+0800: 14.009: [CMS-concurrent-reset-start]
2014-02-01T15:35:14.415+0800: 14.011: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=11 (full 2):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 60446K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23205K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:14.995+0800: 14.591: [GC2014-02-01T15:35:14.995+0800: 14.591: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 11566816 bytes, 11566816 total
- age 2: 1641552 bytes, 13208368 total
- age 3: 11596056 bytes, 24804424 total
: 142016K->28352K(142016K), 0.0198220 secs] 202462K->94266K(233792K), 0.0198880 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=12 (full 2):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 65914K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23205K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:15.015+0800: 14.611: [GC [1 CMS-initial-mark: 65914K(91776K)] 96487K(233792K), 0.0060950 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:15.021+0800: 14.617: [CMS-concurrent-mark-start]
2014-02-01T15:35:15.057+0800: 14.654: [CMS-concurrent-mark: 0.034/0.036 secs] [Times: user=0.12 sys=0.01, real=0.03 secs]
2014-02-01T15:35:15.058+0800: 14.654: [GC[YG occupancy: 35043 K (142016 K)]2014-02-01T15:35:15.058+0800: 14.654: [Rescan (parallel) , 0.0051160 secs]2014-02-01T15:35:15.063+0800: 14.659: [weak refs processing, 0.0000670 secs]2014-02-01T15:35:15.063+0800: 14.659: [scrub string table, 0.0003450 secs] [1 CMS-remark: 65914K(91776K)] 100957K(233792K), 0.0056000 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:15.063+0800: 14.660: [CMS-concurrent-sweep-start]
2014-02-01T15:35:15.081+0800: 14.677: [CMS-concurrent-sweep: 0.018/0.018 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
2014-02-01T15:35:15.081+0800: 14.677: [CMS-concurrent-reset-start]
2014-02-01T15:35:15.083+0800: 14.680: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:35:15.608+0800: 15.204: [GC [1 CMS-initial-mark: 52266K(91776K)] 175823K(233792K), 0.0541270 secs] [Times: user=0.05 sys=0.00, real=0.06 secs]
2014-02-01T15:35:15.662+0800: 15.258: [CMS-concurrent-mark-start]
2014-02-01T15:35:15.699+0800: 15.295: [CMS-concurrent-mark: 0.036/0.037 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
2014-02-01T15:35:15.699+0800: 15.295: [GC[YG occupancy: 125811 K (142016 K)]2014-02-01T15:35:15.699+0800: 15.295: [Rescan (parallel) , 0.0446420 secs]2014-02-01T15:35:15.744+0800: 15.340: [weak refs processing, 0.0000630 secs]2014-02-01T15:35:15.744+0800: 15.340: [scrub string table, 0.0003460 secs] [1 CMS-remark: 52266K(91776K)] 178077K(233792K), 0.0451460 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
2014-02-01T15:35:15.744+0800: 15.341: [CMS-concurrent-sweep-start]
2014-02-01T15:35:15.764+0800: 15.360: [CMS-concurrent-sweep: 0.019/0.019 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T15:35:15.764+0800: 15.360: [CMS-concurrent-reset-start]
2014-02-01T15:35:15.766+0800: 15.362: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=12 (full 4):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 52263K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23218K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:15.844+0800: 15.440: [GC2014-02-01T15:35:15.844+0800: 15.440: [ParNew
Desired survivor size 14516224 bytes, new threshold 1 (max 15)
- age 1: 18623256 bytes, 18623256 total
- age 2: 2488568 bytes, 21111824 total
- age 3: 1626280 bytes, 22738104 total
: 142016K->26168K(142016K), 0.0227680 secs] 194279K->85143K(233792K), 0.0228340 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=13 (full 4):
par new generation total 142016K, used 26168K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b8ab0000, 0x00000007ba43e2c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 58974K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23218K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=13 (full 4):
par new generation total 142016K, used 139832K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b8ab0000, 0x00000007ba43e2c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 58974K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:16.503+0800: 16.099: [GC2014-02-01T15:35:16.503+0800: 16.099: [ParNew
Desired survivor size 14516224 bytes, new threshold 1 (max 15)
- age 1: 16464224 bytes, 16464224 total
: 139832K->21641K(142016K), 0.0216500 secs] 198807K->87057K(233792K), 0.0217140 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=14 (full 4):
par new generation total 142016K, used 21641K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8422660, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 65416K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=14 (full 4):
par new generation total 142016K, used 119862K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 86% used [0x00000007b0000000, 0x00000007b5feb3d8, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8422660, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 65416K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23580K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:17.167+0800: 16.763: [GC2014-02-01T15:35:17.167+0800: 16.763: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 7490472 bytes, 7490472 total
: 119862K->8407K(142016K), 0.0168640 secs] 185278K->75915K(233792K), 0.0169800 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=15 (full 4):
par new generation total 142016K, used 8407K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b8ab0000, 0x00000007b92e5ce8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 23580K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=15 (full 4):
par new generation total 142016K, used 122071K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b8ab0000, 0x00000007b92e5ce8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 24204K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:17.697+0800: 17.293: [GC2014-02-01T15:35:17.697+0800: 17.293: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3444224 bytes, 3444224 total
- age 2: 3594816 bytes, 7039040 total
: 122071K->7501K(142016K), 0.0073820 secs] 189579K->75009K(233792K), 0.0074490 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=16 (full 4):
par new generation total 142016K, used 7501K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b6f00000, 0x00000007b76536c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 24204K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=16 (full 4):
par new generation total 142016K, used 121165K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b6f00000, 0x00000007b76536c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 24881K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:17.998+0800: 17.594: [GC2014-02-01T15:35:17.998+0800: 17.594: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5884920 bytes, 5884920 total
- age 2: 1876672 bytes, 7761592 total
- age 3: 3200288 bytes, 10961880 total
: 121165K->14489K(142016K), 0.0107900 secs] 188673K->81997K(233792K), 0.0108850 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=17 (full 4):
par new generation total 142016K, used 14489K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98d66a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 24881K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=17 (full 4):
par new generation total 142016K, used 128153K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98d66a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 25860K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:18.366+0800: 17.962: [GC2014-02-01T15:35:18.366+0800: 17.962: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5641984 bytes, 5641984 total
- age 2: 3039336 bytes, 8681320 total
- age 3: 1876104 bytes, 10557424 total
- age 4: 3200000 bytes, 13757424 total
: 128153K->17033K(142016K), 0.0124880 secs] 195661K->84541K(233792K), 0.0125620 secs] [Times: user=0.04 sys=0.01, real=0.01 secs]
Heap after GC invocations=18 (full 4):
par new generation total 142016K, used 17033K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fa26c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 25860K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=18 (full 4):
par new generation total 142016K, used 130697K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fa26c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 26687K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:18.730+0800: 18.326: [GC2014-02-01T15:35:18.730+0800: 18.326: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 5873728 bytes, 5873728 total
- age 2: 2879936 bytes, 8753664 total
- age 3: 3030584 bytes, 11784248 total
- age 4: 1875408 bytes, 13659656 total
- age 5: 3199648 bytes, 16859304 total
: 130697K->22440K(142016K), 0.0120290 secs] 198205K->89948K(233792K), 0.0120970 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=19 (full 4):
par new generation total 142016K, used 22440K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba09a278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 26687K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=19 (full 4):
par new generation total 142016K, used 136104K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba09a278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 67507K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 27562K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:19.050+0800: 18.646: [GC2014-02-01T15:35:19.050+0800: 18.646: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 5948920 bytes, 5948920 total
- age 2: 3003744 bytes, 8952664 total
- age 3: 2867864 bytes, 11820528 total
- age 4: 3030200 bytes, 14850728 total
- age 5: 1874296 bytes, 16725024 total
: 136104K->21287K(142016K), 0.0164300 secs] 203612K->91924K(233792K), 0.0164970 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=20 (full 4):
par new generation total 142016K, used 21287K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83c9d28, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 70637K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 27562K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=20 (full 4):
par new generation total 142016K, used 134951K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83c9d28, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 70637K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 28308K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:19.363+0800: 18.960: [GC2014-02-01T15:35:19.363+0800: 18.960: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 7373496 bytes, 7373496 total
- age 2: 3263664 bytes, 10637160 total
- age 3: 3003544 bytes, 13640704 total
- age 4: 2867864 bytes, 16508568 total
: 134951K->24041K(142016K), 0.0181130 secs] 205588K->99482K(233792K), 0.0181850 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=21 (full 4):
par new generation total 142016K, used 24041K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba22a6a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 75440K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 28308K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:19.382+0800: 18.978: [GC [1 CMS-initial-mark: 75440K(91776K)] 101731K(233792K), 0.0057800 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:35:19.388+0800: 18.984: [CMS-concurrent-mark-start]
2014-02-01T15:35:19.459+0800: 19.056: [CMS-concurrent-mark: 0.060/0.072 secs] [Times: user=0.28 sys=0.01, real=0.07 secs]
2014-02-01T15:35:19.460+0800: 19.056: [GC[YG occupancy: 55558 K (142016 K)]2014-02-01T15:35:19.460+0800: 19.056: [Rescan (parallel) , 0.0208450 secs]2014-02-01T15:35:19.480+0800: 19.077: [weak refs processing, 0.0001210 secs]2014-02-01T15:35:19.481+0800: 19.077: [scrub string table, 0.0004370 secs] [1 CMS-remark: 75440K(91776K)] 130998K(233792K), 0.0214850 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:35:19.481+0800: 19.077: [CMS-concurrent-sweep-start]
2014-02-01T15:35:19.502+0800: 19.098: [CMS-concurrent-sweep: 0.021/0.021 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
2014-02-01T15:35:19.502+0800: 19.098: [CMS-concurrent-reset-start]
2014-02-01T15:35:19.504+0800: 19.100: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=21 (full 5):
par new generation total 142016K, used 137705K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba22a6a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 69437K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 29060K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:19.664+0800: 19.261: [GC2014-02-01T15:35:19.664+0800: 19.261: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 4992640 bytes, 4992640 total
- age 2: 3987280 bytes, 8979920 total
- age 3: 3263384 bytes, 12243304 total
- age 4: 3003528 bytes, 15246832 total
: 137705K->22252K(142016K), 0.0125920 secs] 207142K->94497K(233792K), 0.0126630 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=22 (full 5):
par new generation total 142016K, used 22252K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84bb228, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 72245K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 29060K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=22 (full 5):
par new generation total 142016K, used 135916K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84bb228, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 72245K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 29824K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:19.985+0800: 19.582: [GC2014-02-01T15:35:19.985+0800: 19.582: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 6166208 bytes, 6166208 total
- age 2: 2597064 bytes, 8763272 total
- age 3: 3987152 bytes, 12750424 total
- age 4: 3261088 bytes, 16011512 total
: 135916K->21831K(142016K), 0.0134260 secs] 208161K->97015K(233792K), 0.0135180 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=23 (full 5):
par new generation total 142016K, used 21831K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba001e98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 75183K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 29824K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=23 (full 5):
par new generation total 142016K, used 135495K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba001e98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 91776K, used 75183K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 30594K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:20.303+0800: 19.899: [GC2014-02-01T15:35:20.303+0800: 19.899: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 6367888 bytes, 6367888 total
- age 2: 3349568 bytes, 9717456 total
- age 3: 2594096 bytes, 12311552 total
- age 4: 3987056 bytes, 16298608 total
: 135495K->22295K(142016K), 0.0140280 secs] 210679K->100672K(233792K), 0.0140920 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=24 (full 5):
par new generation total 142016K, used 22295K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84c5f40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 91776K, used 78376K [0x00000007ba660000, 0x00000007c0000000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 30594K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:20.317+0800: 19.913: [GC [1 CMS-initial-mark: 78376K(91776K)] 102953K(233792K), 0.0045400 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
2014-02-01T15:35:20.321+0800: 19.918: [CMS-concurrent-mark-start]
2014-02-01T15:35:20.462+0800: 20.058: [CMS-concurrent-mark: 0.065/0.140 secs] [Times: user=0.34 sys=0.01, real=0.14 secs]
2014-02-01T15:35:20.462+0800: 20.058: [GC[YG occupancy: 74777 K (142016 K)]2014-02-01T15:35:20.462+0800: 20.058: [Rescan (parallel) , 0.0299740 secs]2014-02-01T15:35:20.492+0800: 20.088: [weak refs processing, 0.0001020 secs]2014-02-01T15:35:20.492+0800: 20.088: [scrub string table, 0.0005290 secs] [1 CMS-remark: 78376K(91776K)] 153153K(233792K), 0.0306900 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
2014-02-01T15:35:20.492+0800: 20.089: [CMS-concurrent-sweep-start]
2014-02-01T15:35:20.516+0800: 20.112: [CMS-concurrent-sweep: 0.024/0.024 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
2014-02-01T15:35:20.516+0800: 20.112: [CMS-concurrent-reset-start]
2014-02-01T15:35:20.518+0800: 20.115: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=24 (full 6):
par new generation total 142016K, used 135959K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84c5f40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 98544K, used 77849K [0x00000007ba660000, 0x00000007c069c000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 31582K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:20.609+0800: 20.205: [GC2014-02-01T15:35:20.609+0800: 20.205: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3577328 bytes, 3577328 total
- age 2: 3281744 bytes, 6859072 total
- age 3: 3339760 bytes, 10198832 total
- age 4: 2592648 bytes, 12791480 total
: 135959K->20912K(142016K), 0.0116640 secs] 213809K->102659K(240560K), 0.0117480 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=25 (full 6):
par new generation total 142016K, used 20912K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1c0f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 98544K, used 81747K [0x00000007ba660000, 0x00000007c069c000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 31582K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:20.621+0800: 20.217: [GC [1 CMS-initial-mark: 81747K(98544K)] 104940K(240560K), 0.0038710 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
2014-02-01T15:35:20.625+0800: 20.221: [CMS-concurrent-mark-start]
2014-02-01T15:35:20.687+0800: 20.283: [CMS-concurrent-mark: 0.055/0.062 secs] [Times: user=0.12 sys=0.01, real=0.06 secs]
2014-02-01T15:35:20.687+0800: 20.283: [GC[YG occupancy: 30708 K (142016 K)]2014-02-01T15:35:20.687+0800: 20.283: [Rescan (parallel) , 0.0028840 secs]2014-02-01T15:35:20.690+0800: 20.286: [weak refs processing, 0.0000740 secs]2014-02-01T15:35:20.690+0800: 20.286: [scrub string table, 0.0004270 secs] [1 CMS-remark: 81747K(98544K)] 112455K(240560K), 0.0034500 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:20.690+0800: 20.287: [CMS-concurrent-sweep-start]
2014-02-01T15:35:20.715+0800: 20.311: [CMS-concurrent-sweep: 0.024/0.024 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
2014-02-01T15:35:20.715+0800: 20.311: [CMS-concurrent-reset-start]
2014-02-01T15:35:20.717+0800: 20.313: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=25 (full 7):
par new generation total 142016K, used 134576K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1c0f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 103412K, used 81693K [0x00000007ba660000, 0x00000007c0b5d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 32473K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:20.884+0800: 20.480: [GC2014-02-01T15:35:20.884+0800: 20.480: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 8272320 bytes, 8272320 total
- age 2: 2070000 bytes, 10342320 total
- age 3: 3256776 bytes, 13599096 total
- age 4: 3339760 bytes, 16938856 total
- age 5: 2570344 bytes, 19509200 total
: 134576K->20034K(142016K), 0.0107590 secs] 216269K->101727K(245428K), 0.0108250 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=26 (full 7):
par new generation total 142016K, used 20034K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b82908b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 103412K, used 81693K [0x00000007ba660000, 0x00000007c0b5d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 32473K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=26 (full 7):
par new generation total 142016K, used 133698K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b82908b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 103412K, used 81693K [0x00000007ba660000, 0x00000007c0b5d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 33786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:21.438+0800: 21.034: [GC2014-02-01T15:35:21.438+0800: 21.034: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 3720216 bytes, 3720216 total
- age 2: 8162680 bytes, 11882896 total
- age 3: 2068888 bytes, 13951784 total
- age 4: 3256624 bytes, 17208408 total
: 133698K->23667K(142016K), 0.0206850 secs] 215391K->111144K(245428K), 0.0207840 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=27 (full 7):
par new generation total 142016K, used 23667K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 83% used [0x00000007b8ab0000, 0x00000007ba1ccc48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 103412K, used 87477K [0x00000007ba660000, 0x00000007c0b5d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 33786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:21.459+0800: 21.055: [GC [1 CMS-initial-mark: 87477K(103412K)] 113774K(245428K), 0.0070000 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:21.466+0800: 21.062: [CMS-concurrent-mark-start]
2014-02-01T15:35:21.539+0800: 21.135: [CMS-concurrent-mark: 0.068/0.074 secs] [Times: user=0.27 sys=0.00, real=0.07 secs]
2014-02-01T15:35:21.539+0800: 21.136: [GC[YG occupancy: 39793 K (142016 K)]2014-02-01T15:35:21.539+0800: 21.136: [Rescan (parallel) , 0.0161660 secs]2014-02-01T15:35:21.556+0800: 21.152: [weak refs processing, 0.0001120 secs]2014-02-01T15:35:21.556+0800: 21.152: [scrub string table, 0.0004600 secs] [1 CMS-remark: 87477K(103412K)] 127270K(245428K), 0.0168190 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:35:21.556+0800: 21.153: [CMS-concurrent-sweep-start]
2014-02-01T15:35:21.583+0800: 21.179: [CMS-concurrent-sweep: 0.027/0.027 secs] [Times: user=0.09 sys=0.01, real=0.03 secs]
2014-02-01T15:35:21.583+0800: 21.180: [CMS-concurrent-reset-start]
2014-02-01T15:35:21.586+0800: 21.182: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=27 (full 8):
par new generation total 142016K, used 137331K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 83% used [0x00000007b8ab0000, 0x00000007ba1ccc48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 110352K, used 87177K [0x00000007ba660000, 0x00000007c1224000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 35230K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:22.122+0800: 21.718: [GC2014-02-01T15:35:22.122+0800: 21.718: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 4060200 bytes, 4060200 total
- age 2: 2075720 bytes, 6135920 total
- age 3: 8157904 bytes, 14293824 total
- age 4: 2068888 bytes, 16362712 total
: 137331K->22705K(142016K), 0.0234820 secs] 224508K->113043K(252368K), 0.0235730 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]
Heap after GC invocations=28 (full 8):
par new generation total 142016K, used 22705K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 80% used [0x00000007b6f00000, 0x00000007b852c480, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 110352K, used 90338K [0x00000007ba660000, 0x00000007c1224000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 35230K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=28 (full 8):
par new generation total 142016K, used 136369K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 80% used [0x00000007b6f00000, 0x00000007b852c480, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 110352K, used 90338K [0x00000007ba660000, 0x00000007c1224000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 36514K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:22.433+0800: 22.029: [GC2014-02-01T15:35:22.433+0800: 22.029: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 2730640 bytes, 2730640 total
- age 2: 2805664 bytes, 5536304 total
- age 3: 2066992 bytes, 7603296 total
- age 4: 8157864 bytes, 15761160 total
: 136369K->15990K(142016K), 0.0161430 secs] 226707K->108354K(252368K), 0.0162140 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=29 (full 8):
par new generation total 142016K, used 15990K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a4dbe0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 110352K, used 92363K [0x00000007ba660000, 0x00000007c1224000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 36514K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:22.449+0800: 22.045: [GC [1 CMS-initial-mark: 92363K(110352K)] 110752K(252368K), 0.0077630 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:22.457+0800: 22.053: [CMS-concurrent-mark-start]
2014-02-01T15:35:22.565+0800: 22.161: [CMS-concurrent-mark: 0.069/0.108 secs] [Times: user=0.29 sys=0.01, real=0.11 secs]
2014-02-01T15:35:22.565+0800: 22.161: [GC[YG occupancy: 72359 K (142016 K)]2014-02-01T15:35:22.565+0800: 22.161: [Rescan (parallel) , 0.0359610 secs]2014-02-01T15:35:22.601+0800: 22.197: [weak refs processing, 0.0000870 secs]2014-02-01T15:35:22.601+0800: 22.198: [scrub string table, 0.0005150 secs] [1 CMS-remark: 92363K(110352K)] 164723K(252368K), 0.0366980 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
2014-02-01T15:35:22.602+0800: 22.198: [CMS-concurrent-sweep-start]
2014-02-01T15:35:22.629+0800: 22.225: [CMS-concurrent-sweep: 0.027/0.027 secs] [Times: user=0.09 sys=0.00, real=0.02 secs]
2014-02-01T15:35:22.629+0800: 22.226: [CMS-concurrent-reset-start]
2014-02-01T15:35:22.632+0800: 22.228: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=29 (full 9):
par new generation total 142016K, used 129654K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a4dbe0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 116724K, used 92208K [0x00000007ba660000, 0x00000007c185d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 37530K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:22.750+0800: 22.346: [GC2014-02-01T15:35:22.750+0800: 22.346: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3822120 bytes, 3822120 total
- age 2: 1764768 bytes, 5586888 total
- age 3: 2785704 bytes, 8372592 total
- age 4: 2064168 bytes, 10436760 total
: 129654K->17616K(142016K), 0.0222390 secs] 221863K->117798K(258740K), 0.0223300 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=30 (full 9):
par new generation total 142016K, used 17616K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b6f00000, 0x00000007b8034308, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 116724K, used 100181K [0x00000007ba660000, 0x00000007c185d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 37530K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:22.773+0800: 22.369: [GC [1 CMS-initial-mark: 100181K(116724K)] 120031K(258740K), 0.0065150 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:35:22.779+0800: 22.375: [CMS-concurrent-mark-start]
2014-02-01T15:35:23.043+0800: 22.639: [CMS-concurrent-mark: 0.077/0.264 secs] [Times: user=0.64 sys=0.02, real=0.27 secs]
2014-02-01T15:35:23.044+0800: 22.640: [GC[YG occupancy: 124920 K (142016 K)]2014-02-01T15:35:23.044+0800: 22.640: [Rescan (parallel) , 0.0707990 secs]2014-02-01T15:35:23.114+0800: 22.711: [weak refs processing, 0.0000870 secs]2014-02-01T15:35:23.115+0800: 22.711: [scrub string table, 0.0005300 secs] [1 CMS-remark: 100181K(116724K)] 225102K(258740K), 0.0714990 secs] [Times: user=0.14 sys=0.00, real=0.07 secs]
2014-02-01T15:35:23.115+0800: 22.711: [CMS-concurrent-sweep-start]
{Heap before GC invocations=30 (full 10):
par new generation total 142016K, used 131280K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b6f00000, 0x00000007b8034308, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 116724K, used 100111K [0x00000007ba660000, 0x00000007c185d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 39119K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:23.134+0800: 22.730: [GC2014-02-01T15:35:23.134+0800: 22.730: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3843912 bytes, 3843912 total
- age 2: 1886096 bytes, 5730008 total
- age 3: 1757520 bytes, 7487528 total
- age 4: 2778520 bytes, 10266048 total
- age 5: 2064088 bytes, 12330136 total
: 131280K->15580K(142016K), 0.0132550 secs] 231392K->115691K(258740K), 0.0133220 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=31 (full 10):
par new generation total 142016K, used 15580K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99e70e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 116724K, used 100111K [0x00000007ba660000, 0x00000007c185d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 39119K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:23.153+0800: 22.749: [CMS-concurrent-sweep: 0.023/0.037 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
2014-02-01T15:35:23.153+0800: 22.749: [CMS-concurrent-reset-start]
2014-02-01T15:35:23.155+0800: 22.751: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=31 (full 10):
par new generation total 142016K, used 129244K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99e70e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 126680K, used 100075K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 40204K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:23.579+0800: 23.175: [GC2014-02-01T15:35:23.579+0800: 23.175: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 4841464 bytes, 4841464 total
- age 2: 2642552 bytes, 7484016 total
- age 3: 1851560 bytes, 9335576 total
- age 4: 1756256 bytes, 11091832 total
- age 5: 2777096 bytes, 13868928 total
- age 6: 2056048 bytes, 15924976 total
: 129244K->21087K(142016K), 0.0146990 secs] 229319K->121162K(268696K), 0.0147680 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=32 (full 10):
par new generation total 142016K, used 21087K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8397ee0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 126680K, used 100075K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 40204K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=32 (full 10):
par new generation total 142016K, used 134751K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8397ee0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 126680K, used 100075K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 41106K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:25.181+0800: 24.777: [GC2014-02-01T15:35:25.181+0800: 24.777: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3970128 bytes, 3970128 total
- age 2: 2831664 bytes, 6801792 total
- age 3: 2642512 bytes, 9444304 total
- age 4: 1851392 bytes, 11295696 total
- age 5: 1756256 bytes, 13051952 total
- age 6: 2777096 bytes, 15829048 total
: 134751K->20641K(142016K), 0.0186820 secs] 234826K->122730K(268696K), 0.0187500 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=33 (full 10):
par new generation total 142016K, used 20641K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ed87c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 126680K, used 102088K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 41106K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=33 (full 10):
par new generation total 142016K, used 134305K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ed87c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 126680K, used 102088K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 42328K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:25.449+0800: 25.045: [GC2014-02-01T15:35:25.449+0800: 25.045: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3573288 bytes, 3573288 total
- age 2: 2302368 bytes, 5875656 total
- age 3: 2828616 bytes, 8704272 total
- age 4: 2641432 bytes, 11345704 total
- age 5: 1851120 bytes, 13196824 total
- age 6: 1756088 bytes, 14952912 total
: 134305K->21657K(142016K), 0.0194260 secs] 236394K->126472K(268696K), 0.0195030 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=34 (full 10):
par new generation total 142016K, used 21657K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8426580, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 126680K, used 104814K [0x00000007ba660000, 0x00000007c2216000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 42328K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:25.469+0800: 25.065: [GC [1 CMS-initial-mark: 104814K(126680K)] 128773K(268696K), 0.0083080 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:25.477+0800: 25.073: [CMS-concurrent-mark-start]
2014-02-01T15:35:25.596+0800: 25.193: [CMS-concurrent-mark: 0.075/0.119 secs] [Times: user=0.35 sys=0.01, real=0.12 secs]
2014-02-01T15:35:25.597+0800: 25.193: [GC[YG occupancy: 40954 K (142016 K)]2014-02-01T15:35:25.597+0800: 25.193: [Rescan (parallel) , 0.0137930 secs]2014-02-01T15:35:25.610+0800: 25.207: [weak refs processing, 0.0000890 secs]2014-02-01T15:35:25.611+0800: 25.207: [scrub string table, 0.0006050 secs] [1 CMS-remark: 104814K(126680K)] 145769K(268696K), 0.0145610 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:35:25.611+0800: 25.207: [CMS-concurrent-sweep-start]
2014-02-01T15:35:25.637+0800: 25.233: [CMS-concurrent-sweep: 0.025/0.025 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
2014-02-01T15:35:25.637+0800: 25.233: [CMS-concurrent-reset-start]
2014-02-01T15:35:25.639+0800: 25.235: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=34 (full 11):
par new generation total 142016K, used 135321K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8426580, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 132488K, used 104663K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 43602K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:25.884+0800: 25.480: [GC2014-02-01T15:35:25.884+0800: 25.480: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 4312560 bytes, 4312560 total
- age 2: 2293528 bytes, 6606088 total
- age 3: 2255880 bytes, 8861968 total
- age 4: 2827328 bytes, 11689296 total
- age 5: 2641016 bytes, 14330312 total
- age 6: 1850920 bytes, 16181232 total
: 135321K->21883K(142016K), 0.0176840 secs] 239985K->128273K(274504K), 0.0177640 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=35 (full 11):
par new generation total 142016K, used 21883K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba00ece0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 132488K, used 106389K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 43602K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=35 (full 11):
par new generation total 142016K, used 135547K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba00ece0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 132488K, used 106389K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 44598K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:26.366+0800: 25.962: [GC2014-02-01T15:35:26.366+0800: 25.962: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3795136 bytes, 3795136 total
- age 2: 2433808 bytes, 6228944 total
- age 3: 2293400 bytes, 8522344 total
- age 4: 2255360 bytes, 10777704 total
- age 5: 2823896 bytes, 13601600 total
- age 6: 2640408 bytes, 16242008 total
: 135547K->22049K(142016K), 0.0211040 secs] 241937K->130261K(274504K), 0.0211670 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=36 (full 11):
par new generation total 142016K, used 22049K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b84887a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 132488K, used 108211K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 44598K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=36 (full 11):
par new generation total 142016K, used 135713K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b84887a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 132488K, used 108211K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 45647K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:26.792+0800: 26.388: [GC2014-02-01T15:35:26.792+0800: 26.388: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 6894952 bytes, 6894952 total
- age 2: 2654496 bytes, 9549448 total
- age 3: 2352952 bytes, 11902400 total
- age 4: 2257760 bytes, 14160160 total
- age 5: 2254824 bytes, 16414984 total
- age 6: 2817736 bytes, 19232720 total
: 135713K->24814K(142016K), 0.0204050 secs] 243925K->135638K(274504K), 0.0204970 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=37 (full 11):
par new generation total 142016K, used 24814K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 87% used [0x00000007b8ab0000, 0x00000007ba2ebb40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 132488K, used 110823K [0x00000007ba660000, 0x00000007c27c2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 45647K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:26.813+0800: 26.409: [GC [1 CMS-initial-mark: 110823K(132488K)] 137910K(274504K), 0.0084140 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:26.821+0800: 26.417: [CMS-concurrent-mark-start]
2014-02-01T15:35:27.013+0800: 26.609: [CMS-concurrent-mark: 0.088/0.192 secs] [Times: user=0.51 sys=0.02, real=0.19 secs]
2014-02-01T15:35:27.014+0800: 26.610: [GC[YG occupancy: 84545 K (142016 K)]2014-02-01T15:35:27.014+0800: 26.610: [Rescan (parallel) , 0.0316830 secs]2014-02-01T15:35:27.045+0800: 26.641: [weak refs processing, 0.0001000 secs]2014-02-01T15:35:27.045+0800: 26.642: [scrub string table, 0.0006850 secs] [1 CMS-remark: 110823K(132488K)] 195368K(274504K), 0.0325380 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
2014-02-01T15:35:27.046+0800: 26.642: [CMS-concurrent-sweep-start]
2014-02-01T15:35:27.073+0800: 26.669: [CMS-concurrent-sweep: 0.026/0.027 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
2014-02-01T15:35:27.073+0800: 26.669: [CMS-concurrent-reset-start]
2014-02-01T15:35:27.075+0800: 26.671: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=37 (full 12):
par new generation total 142016K, used 138478K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 87% used [0x00000007b8ab0000, 0x00000007ba2ebb40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 140196K, used 110752K [0x00000007ba660000, 0x00000007c2f49000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 47241K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:27.200+0800: 26.796: [GC2014-02-01T15:35:27.200+0800: 26.796: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 6250696 bytes, 6250696 total
- age 2: 3794576 bytes, 10045272 total
- age 3: 2654344 bytes, 12699616 total
- age 4: 2350176 bytes, 15049792 total
- age 5: 2257040 bytes, 17306832 total
: 138478K->26169K(142016K), 0.0232140 secs] 249231K->141895K(282212K), 0.0232850 secs] [Times: user=0.06 sys=0.01, real=0.02 secs]
Heap after GC invocations=38 (full 12):
par new generation total 142016K, used 26169K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b6f00000, 0x00000007b888e628, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 140196K, used 115726K [0x00000007ba660000, 0x00000007c2f49000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 47241K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:27.224+0800: 26.820: [GC [1 CMS-initial-mark: 115726K(140196K)] 144164K(282212K), 0.0069830 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:27.231+0800: 26.827: [CMS-concurrent-mark-start]
2014-02-01T15:35:27.393+0800: 26.989: [CMS-concurrent-mark: 0.077/0.162 secs] [Times: user=0.29 sys=0.00, real=0.16 secs]
2014-02-01T15:35:27.393+0800: 26.989: [GC[YG occupancy: 78483 K (142016 K)]2014-02-01T15:35:27.393+0800: 26.989: [Rescan (parallel) , 0.0328290 secs]2014-02-01T15:35:27.426+0800: 27.022: [weak refs processing, 0.0001040 secs]2014-02-01T15:35:27.426+0800: 27.022: [scrub string table, 0.0007110 secs] [1 CMS-remark: 115726K(140196K)] 194209K(282212K), 0.0337160 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
2014-02-01T15:35:27.427+0800: 27.023: [CMS-concurrent-sweep-start]
2014-02-01T15:35:27.456+0800: 27.052: [CMS-concurrent-sweep: 0.028/0.029 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
2014-02-01T15:35:27.456+0800: 27.052: [CMS-concurrent-reset-start]
2014-02-01T15:35:27.458+0800: 27.054: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=38 (full 13):
par new generation total 142016K, used 139833K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b6f00000, 0x00000007b888e628, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 146484K, used 115719K [0x00000007ba660000, 0x00000007c356d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 48740K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:27.611+0800: 27.208: [GC2014-02-01T15:35:27.611+0800: 27.208: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 5098200 bytes, 5098200 total
- age 2: 3238760 bytes, 8336960 total
- age 3: 3794320 bytes, 12131280 total
- age 4: 2654320 bytes, 14785600 total
: 139833K->23888K(142016K), 0.0179910 secs] 255552K->144126K(288500K), 0.0180590 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=39 (full 13):
par new generation total 142016K, used 23888K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba2043c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 146484K, used 120237K [0x00000007ba660000, 0x00000007c356d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 48740K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:27.630+0800: 27.226: [GC [1 CMS-initial-mark: 120237K(146484K)] 146409K(288500K), 0.0057540 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
2014-02-01T15:35:27.636+0800: 27.232: [CMS-concurrent-mark-start]
2014-02-01T15:35:27.795+0800: 27.391: [CMS-concurrent-mark: 0.092/0.159 secs] [Times: user=0.44 sys=0.01, real=0.16 secs]
2014-02-01T15:35:27.795+0800: 27.391: [GC[YG occupancy: 58133 K (142016 K)]2014-02-01T15:35:27.795+0800: 27.391: [Rescan (parallel) , 0.0227080 secs]2014-02-01T15:35:27.818+0800: 27.414: [weak refs processing, 0.0001290 secs]2014-02-01T15:35:27.818+0800: 27.414: [scrub string table, 0.0009530 secs] [1 CMS-remark: 120237K(146484K)] 178370K(288500K), 0.0238760 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
2014-02-01T15:35:27.819+0800: 27.415: [CMS-concurrent-sweep-start]
2014-02-01T15:35:27.858+0800: 27.454: [CMS-concurrent-sweep: 0.038/0.039 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
2014-02-01T15:35:27.858+0800: 27.454: [CMS-concurrent-reset-start]
2014-02-01T15:35:27.860+0800: 27.456: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=39 (full 14):
par new generation total 142016K, used 137552K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba2043c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 152168K, used 120211K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 49886K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:28.098+0800: 27.694: [GC2014-02-01T15:35:28.098+0800: 27.694: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4559120 bytes, 4559120 total
- age 2: 2673816 bytes, 7232936 total
- age 3: 3238888 bytes, 10471824 total
- age 4: 3790856 bytes, 14262680 total
: 137552K->17956K(142016K), 0.0160660 secs] 257764K->140772K(294184K), 0.0161640 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=40 (full 14):
par new generation total 142016K, used 17956K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b8089330, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 152168K, used 122815K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 49886K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=40 (full 14):
par new generation total 142016K, used 131620K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b8089330, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 152168K, used 122815K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 51053K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:28.397+0800: 27.993: [GC2014-02-01T15:35:28.397+0800: 27.993: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 2698272 bytes, 2698272 total
- age 2: 2756760 bytes, 5455032 total
- age 3: 2673648 bytes, 8128680 total
- age 4: 3238760 bytes, 11367440 total
- age 5: 3790568 bytes, 15158008 total
: 131620K->17903K(142016K), 0.0123650 secs] 254436K->140719K(294184K), 0.0124450 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=41 (full 14):
par new generation total 142016K, used 17903K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b8ab0000, 0x00000007b9c2bf38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 152168K, used 122815K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 51053K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=41 (full 14):
par new generation total 142016K, used 131567K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b8ab0000, 0x00000007b9c2bf38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 152168K, used 122815K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 52595K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:28.789+0800: 28.385: [GC2014-02-01T15:35:28.789+0800: 28.385: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 4544856 bytes, 4544856 total
- age 2: 1627968 bytes, 6172824 total
- age 3: 2755472 bytes, 8928296 total
- age 4: 2673384 bytes, 11601680 total
- age 5: 3238760 bytes, 14840440 total
: 131567K->20773K(142016K), 0.0184280 secs] 254383K->147292K(294184K), 0.0185150 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=42 (full 14):
par new generation total 142016K, used 20773K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b8349420, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 152168K, used 126519K [0x00000007ba660000, 0x00000007c3afa000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 52595K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:28.807+0800: 28.404: [GC [1 CMS-initial-mark: 126519K(152168K)] 149575K(294184K), 0.0074720 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:28.815+0800: 28.411: [CMS-concurrent-mark-start]
2014-02-01T15:35:28.953+0800: 28.550: [CMS-concurrent-mark: 0.082/0.138 secs] [Times: user=0.29 sys=0.00, real=0.14 secs]
2014-02-01T15:35:28.954+0800: 28.550: [GC[YG occupancy: 103077 K (142016 K)]2014-02-01T15:35:28.954+0800: 28.550: [Rescan (parallel) , 0.0539300 secs]2014-02-01T15:35:29.008+0800: 28.604: [weak refs processing, 0.0000950 secs]2014-02-01T15:35:29.008+0800: 28.604: [scrub string table, 0.0007480 secs] [1 CMS-remark: 126519K(152168K)] 229596K(294184K), 0.0548550 secs] [Times: user=0.11 sys=0.00, real=0.05 secs]
2014-02-01T15:35:29.009+0800: 28.605: [CMS-concurrent-sweep-start]
2014-02-01T15:35:29.039+0800: 28.635: [CMS-concurrent-sweep: 0.030/0.030 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
2014-02-01T15:35:29.039+0800: 28.635: [CMS-concurrent-reset-start]
2014-02-01T15:35:29.041+0800: 28.638: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=42 (full 15):
par new generation total 142016K, used 134437K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b8349420, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 159940K, used 126350K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 53555K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:29.067+0800: 28.663: [GC2014-02-01T15:35:29.067+0800: 28.663: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2346440 bytes, 2346440 total
- age 2: 3152696 bytes, 5499136 total
- age 3: 1627608 bytes, 7126744 total
- age 4: 2747048 bytes, 9873792 total
- age 5: 2673280 bytes, 12547072 total
: 134437K->21072K(142016K), 0.0140540 secs] 260787K->150592K(301956K), 0.0141180 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
Heap after GC invocations=43 (full 15):
par new generation total 142016K, used 21072K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f44038, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 159940K, used 129520K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 53555K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=43 (full 15):
par new generation total 142016K, used 134736K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f44038, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 159940K, used 129520K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 54639K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:29.353+0800: 28.949: [GC2014-02-01T15:35:29.353+0800: 28.949: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3152032 bytes, 3152032 total
- age 2: 1294344 bytes, 4446376 total
- age 3: 3143960 bytes, 7590336 total
- age 4: 1627608 bytes, 9217944 total
- age 5: 2747048 bytes, 11964992 total
- age 6: 2673240 bytes, 14638232 total
: 134736K->16436K(142016K), 0.0124290 secs] 264256K->145956K(301956K), 0.0125150 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=44 (full 15):
par new generation total 142016K, used 16436K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7f0d078, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 159940K, used 129520K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 54639K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=44 (full 15):
par new generation total 142016K, used 130100K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7f0d078, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 159940K, used 129520K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 55946K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:29.873+0800: 29.469: [GC2014-02-01T15:35:29.873+0800: 29.469: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 5276352 bytes, 5276352 total
- age 2: 1753520 bytes, 7029872 total
- age 3: 1294344 bytes, 8324216 total
- age 4: 3143448 bytes, 11467664 total
- age 5: 1627440 bytes, 13095104 total
- age 6: 2746888 bytes, 15841992 total
: 130100K->19600K(142016K), 0.0169460 secs] 259620K->151738K(301956K), 0.0170150 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=45 (full 15):
par new generation total 142016K, used 19600K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd41e0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 159940K, used 132138K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 55946K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:29.890+0800: 29.486: [GC [1 CMS-initial-mark: 132138K(159940K)] 154021K(301956K), 0.0082640 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:35:29.899+0800: 29.495: [CMS-concurrent-mark-start]
2014-02-01T15:35:30.160+0800: 29.756: [CMS-concurrent-mark: 0.094/0.261 secs] [Times: user=0.43 sys=0.01, real=0.27 secs]
2014-02-01T15:35:30.160+0800: 29.756: [GC[YG occupancy: 129097 K (142016 K)]2014-02-01T15:35:30.160+0800: 29.756: [Rescan (parallel) , 0.0662550 secs]2014-02-01T15:35:30.227+0800: 29.823: [weak refs processing, 0.0001000 secs]2014-02-01T15:35:30.227+0800: 29.823: [scrub string table, 0.0007700 secs] [1 CMS-remark: 132138K(159940K)] 261235K(301956K), 0.0671970 secs] [Times: user=0.14 sys=0.00, real=0.06 secs]
2014-02-01T15:35:30.228+0800: 29.824: [CMS-concurrent-sweep-start]
{Heap before GC invocations=45 (full 16):
par new generation total 142016K, used 133264K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd41e0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 159940K, used 132135K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 57223K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:30.245+0800: 29.841: [GC2014-02-01T15:35:30.245+0800: 29.841: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2939584 bytes, 2939584 total
- age 2: 2858816 bytes, 5798400 total
- age 3: 1753312 bytes, 7551712 total
- age 4: 1294344 bytes, 8846056 total
- age 5: 3139912 bytes, 11985968 total
- age 6: 1627304 bytes, 13613272 total
: 133264K->20495K(142016K), 0.0165590 secs] 265399K->155320K(301956K), 0.0166280 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=46 (full 16):
par new generation total 142016K, used 20495K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b8303e70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 159940K, used 134825K [0x00000007ba660000, 0x00000007c4291000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 57223K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:30.276+0800: 29.872: [CMS-concurrent-sweep: 0.031/0.048 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
2014-02-01T15:35:30.276+0800: 29.872: [CMS-concurrent-reset-start]
2014-02-01T15:35:30.278+0800: 29.874: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=46 (full 16):
par new generation total 142016K, used 134159K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b8303e70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 170612K, used 134780K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 58363K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:30.583+0800: 30.179: [GC2014-02-01T15:35:30.583+0800: 30.179: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2928312 bytes, 2928312 total
- age 2: 1691320 bytes, 4619632 total
- age 3: 2857640 bytes, 7477272 total
- age 4: 1753272 bytes, 9230544 total
- age 5: 1294344 bytes, 10524888 total
- age 6: 3139120 bytes, 13664008 total
- age 7: 1627304 bytes, 15291312 total
: 134159K->19516K(142016K), 0.0169010 secs] 268940K->154297K(312628K), 0.0169840 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=47 (full 16):
par new generation total 142016K, used 19516K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dbf3d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 170612K, used 134780K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 58363K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=47 (full 16):
par new generation total 142016K, used 133180K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dbf3d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 170612K, used 134780K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 59707K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:30.982+0800: 30.578: [GC2014-02-01T15:35:30.982+0800: 30.578: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 4499888 bytes, 4499888 total
- age 2: 1773896 bytes, 6273784 total
- age 3: 1691200 bytes, 7964984 total
- age 4: 2857640 bytes, 10822624 total
- age 5: 1753272 bytes, 12575896 total
- age 6: 1294344 bytes, 13870240 total
- age 7: 3139080 bytes, 17009320 total
: 133180K->21971K(142016K), 0.0189260 secs] 267961K->158348K(312628K), 0.0190010 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=48 (full 16):
par new generation total 142016K, used 21971K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8474ed8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 170612K, used 136376K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 59707K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=48 (full 16):
par new generation total 142016K, used 135635K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8474ed8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 170612K, used 136376K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 60739K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:31.329+0800: 30.925: [GC2014-02-01T15:35:31.329+0800: 30.925: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 5054368 bytes, 5054368 total
- age 2: 2433296 bytes, 7487664 total
- age 3: 1768384 bytes, 9256048 total
- age 4: 1690968 bytes, 10947016 total
- age 5: 2857408 bytes, 13804424 total
- age 6: 1753272 bytes, 15557696 total
- age 7: 1294344 bytes, 16852040 total
: 135635K->23004K(142016K), 0.0234040 secs] 272012K->162469K(312628K), 0.0234670 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=49 (full 16):
par new generation total 142016K, used 23004K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba1270b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 170612K, used 139465K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 60739K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=49 (full 16):
par new generation total 142016K, used 136668K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba1270b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 170612K, used 139465K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61589K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:32.028+0800: 31.624: [GC2014-02-01T15:35:32.028+0800: 31.624: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 5455104 bytes, 5455104 total
- age 2: 3658328 bytes, 9113432 total
- age 3: 2431624 bytes, 11545056 total
- age 4: 1767952 bytes, 13313008 total
- age 5: 1690968 bytes, 15003976 total
- age 6: 2857264 bytes, 17861240 total
: 136668K->23528K(142016K), 0.0287530 secs] 276133K->165980K(312628K), 0.0288410 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
Heap after GC invocations=50 (full 16):
par new generation total 142016K, used 23528K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85fa3a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 170612K, used 142451K [0x00000007ba660000, 0x00000007c4cfd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61589K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:32.057+0800: 31.653: [GC [1 CMS-initial-mark: 142451K(170612K)] 168120K(312628K), 0.0109530 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:35:32.068+0800: 31.664: [CMS-concurrent-mark-start]
2014-02-01T15:35:32.206+0800: 31.802: [CMS-concurrent-mark: 0.122/0.138 secs] [Times: user=0.63 sys=0.01, real=0.14 secs]
2014-02-01T15:35:32.206+0800: 31.802: [GC[YG occupancy: 34366 K (142016 K)]2014-02-01T15:35:32.206+0800: 31.802: [Rescan (parallel) , 0.0097760 secs]2014-02-01T15:35:32.216+0800: 31.812: [weak refs processing, 0.0001240 secs]2014-02-01T15:35:32.216+0800: 31.812: [scrub string table, 0.0012770 secs] [1 CMS-remark: 142451K(170612K)] 176818K(312628K), 0.0112840 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
2014-02-01T15:35:32.218+0800: 31.814: [CMS-concurrent-sweep-start]
2014-02-01T15:35:32.263+0800: 31.859: [CMS-concurrent-sweep: 0.045/0.046 secs] [Times: user=0.18 sys=0.01, real=0.05 secs]
2014-02-01T15:35:32.263+0800: 31.859: [CMS-concurrent-reset-start]
2014-02-01T15:35:32.266+0800: 31.862: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=50 (full 17):
par new generation total 142016K, used 137192K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85fa3a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 179804K, used 142043K [0x00000007ba660000, 0x00000007c55f7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61642K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:32.752+0800: 32.349: [GC2014-02-01T15:35:32.752+0800: 32.349: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 8831096 bytes, 8831096 total
- age 2: 4268912 bytes, 13100008 total
- age 3: 3632832 bytes, 16732840 total
- age 4: 2429064 bytes, 19161904 total
- age 5: 1765440 bytes, 20927344 total
: 137192K->25769K(142016K), 0.0313900 secs] 279236K->172270K(321820K), 0.0314910 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=51 (full 17):
par new generation total 142016K, used 25769K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3da4a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 179804K, used 146501K [0x00000007ba660000, 0x00000007c55f7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61642K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=51 (full 17):
par new generation total 142016K, used 139433K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3da4a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 179804K, used 146501K [0x00000007ba660000, 0x00000007c55f7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61781K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:33.524+0800: 33.120: [GC2014-02-01T15:35:33.524+0800: 33.120: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 7315568 bytes, 7315568 total
- age 2: 5101336 bytes, 12416904 total
- age 3: 3747328 bytes, 16164232 total
: 139433K->21087K(142016K), 0.0309650 secs] 285934K->175257K(321820K), 0.0310310 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=52 (full 17):
par new generation total 142016K, used 21087K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8397ca8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 179804K, used 154170K [0x00000007ba660000, 0x00000007c55f7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61781K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:33.555+0800: 33.151: [GC [1 CMS-initial-mark: 154170K(179804K)] 177480K(321820K), 0.0070280 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:33.562+0800: 33.158: [CMS-concurrent-mark-start]
2014-02-01T15:35:33.673+0800: 33.269: [CMS-concurrent-mark: 0.102/0.111 secs] [Times: user=0.32 sys=0.02, real=0.11 secs]
2014-02-01T15:35:33.674+0800: 33.270: [GC[YG occupancy: 49897 K (142016 K)]2014-02-01T15:35:33.674+0800: 33.270: [Rescan (parallel) , 0.0087840 secs]2014-02-01T15:35:33.682+0800: 33.279: [weak refs processing, 0.0002080 secs]2014-02-01T15:35:33.683+0800: 33.279: [scrub string table, 0.0008350 secs] [1 CMS-remark: 154170K(179804K)] 204068K(321820K), 0.0099070 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:35:33.684+0800: 33.280: [CMS-concurrent-sweep-start]
2014-02-01T15:35:33.719+0800: 33.316: [CMS-concurrent-sweep: 0.036/0.036 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
2014-02-01T15:35:33.720+0800: 33.316: [CMS-concurrent-reset-start]
2014-02-01T15:35:33.723+0800: 33.319: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.01, real=0.00 secs]
{Heap before GC invocations=52 (full 18):
par new generation total 142016K, used 134565K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ed18f8, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8397ca8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 195112K, used 154136K [0x00000007ba660000, 0x00000007c64ea000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61787K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:34.003+0800: 33.599: [GC2014-02-01T15:35:34.003+0800: 33.599: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 14360928 bytes, 14360928 total
- age 2: 4148216 bytes, 18509144 total
- age 3: 3300000 bytes, 21809144 total
: 134565K->28352K(142016K), 0.0248690 secs] 288701K->188713K(337128K), 0.0249520 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=53 (full 18):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 195112K, used 160361K [0x00000007ba660000, 0x00000007c64ea000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61787K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:34.028+0800: 33.624: [GC [1 CMS-initial-mark: 160361K(195112K)] 188971K(337128K), 0.0061790 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:34.034+0800: 33.630: [CMS-concurrent-mark-start]
2014-02-01T15:35:34.141+0800: 33.737: [CMS-concurrent-mark: 0.103/0.107 secs] [Times: user=0.32 sys=0.02, real=0.11 secs]
2014-02-01T15:35:34.141+0800: 33.737: [GC[YG occupancy: 59250 K (142016 K)]2014-02-01T15:35:34.141+0800: 33.737: [Rescan (parallel) , 0.0088580 secs]2014-02-01T15:35:34.150+0800: 33.746: [weak refs processing, 0.0001090 secs]2014-02-01T15:35:34.150+0800: 33.746: [scrub string table, 0.0008250 secs] [1 CMS-remark: 160361K(195112K)] 219612K(337128K), 0.0098730 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:35:34.151+0800: 33.747: [CMS-concurrent-sweep-start]
2014-02-01T15:35:34.190+0800: 33.786: [CMS-concurrent-sweep: 0.039/0.039 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
2014-02-01T15:35:34.190+0800: 33.786: [CMS-concurrent-reset-start]
2014-02-01T15:35:34.192+0800: 33.788: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=53 (full 19):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 201068K, used 158843K [0x00000007ba660000, 0x00000007c6abb000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61789K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:34.375+0800: 33.971: [GC2014-02-01T15:35:34.375+0800: 33.971: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 7306016 bytes, 7306016 total
- age 2: 5478584 bytes, 12784600 total
: 142016K->21017K(142016K), 0.0195450 secs] 300859K->187031K(343084K), 0.0196100 secs] [Times: user=0.05 sys=0.01, real=0.02 secs]
Heap after GC invocations=54 (full 19):
par new generation total 142016K, used 21017K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83866b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 201068K, used 166013K [0x00000007ba660000, 0x00000007c6abb000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 61789K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:34.394+0800: 33.991: [GC [1 CMS-initial-mark: 166013K(201068K)] 187041K(343084K), 0.0062020 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:34.401+0800: 33.997: [CMS-concurrent-mark-start]
2014-02-01T15:35:34.516+0800: 34.112: [CMS-concurrent-mark: 0.111/0.115 secs] [Times: user=0.45 sys=0.01, real=0.11 secs]
2014-02-01T15:35:34.516+0800: 34.112: [GC[YG occupancy: 54275 K (142016 K)]2014-02-01T15:35:34.516+0800: 34.112: [Rescan (parallel) , 0.0091790 secs]2014-02-01T15:35:34.525+0800: 34.121: [weak refs processing, 0.0001050 secs]2014-02-01T15:35:34.525+0800: 34.121: [scrub string table, 0.0008250 secs] [1 CMS-remark: 166013K(201068K)] 220288K(343084K), 0.0101920 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T15:35:34.526+0800: 34.122: [CMS-concurrent-sweep-start]
2014-02-01T15:35:34.563+0800: 34.159: [CMS-concurrent-sweep: 0.037/0.037 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
2014-02-01T15:35:34.563+0800: 34.159: [CMS-concurrent-reset-start]
2014-02-01T15:35:34.565+0800: 34.161: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=54 (full 20):
par new generation total 142016K, used 134681K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83866b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 62496K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:35.154+0800: 34.751: [GC2014-02-01T15:35:35.154+0800: 34.751: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5632000 bytes, 5632000 total
- age 2: 3332160 bytes, 8964160 total
- age 3: 3431736 bytes, 12395896 total
: 134681K->16755K(142016K), 0.0151200 secs] 299436K->181510K(350568K), 0.0151920 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=55 (full 20):
par new generation total 142016K, used 16755K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b0ce98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 62496K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=55 (full 20):
par new generation total 142016K, used 130419K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b0ce98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 63505K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:35.433+0800: 35.029: [GC2014-02-01T15:35:35.433+0800: 35.029: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3292960 bytes, 3292960 total
- age 2: 3506736 bytes, 6799696 total
- age 3: 2349256 bytes, 9148952 total
- age 4: 2736336 bytes, 11885288 total
: 130419K->14979K(142016K), 0.0097420 secs] 295174K->179734K(350568K), 0.0098270 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=56 (full 20):
par new generation total 142016K, used 14979K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7da0e60, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 63505K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=56 (full 20):
par new generation total 142016K, used 128643K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7da0e60, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 64577K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:35.708+0800: 35.305: [GC2014-02-01T15:35:35.708+0800: 35.305: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3567496 bytes, 3567496 total
- age 2: 1714184 bytes, 5281680 total
- age 3: 3206848 bytes, 8488528 total
- age 4: 2348472 bytes, 10837000 total
- age 5: 2736336 bytes, 13573336 total
: 128643K->20726K(142016K), 0.0152840 secs] 293398K->185481K(350568K), 0.0153510 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
Heap after GC invocations=57 (full 20):
par new generation total 142016K, used 20726K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9eedb68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 64577K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=57 (full 20):
par new generation total 142016K, used 134390K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9eedb68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 65248K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:36.126+0800: 35.723: [GC2014-02-01T15:35:36.126+0800: 35.723: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3730376 bytes, 3730376 total
- age 2: 1828736 bytes, 5559112 total
- age 3: 1714120 bytes, 7273232 total
- age 4: 3206472 bytes, 10479704 total
- age 5: 2348472 bytes, 12828176 total
- age 6: 2736336 bytes, 15564512 total
: 134390K->23389K(142016K), 0.0172960 secs] 299145K->188143K(350568K), 0.0173880 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=58 (full 20):
par new generation total 142016K, used 23389K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85d75d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 65248K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=58 (full 20):
par new generation total 142016K, used 137053K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85d75d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 164754K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 66070K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:36.453+0800: 36.049: [GC2014-02-01T15:35:36.453+0800: 36.049: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3676200 bytes, 3676200 total
- age 2: 2768808 bytes, 6445008 total
- age 3: 1827944 bytes, 8272952 total
- age 4: 1714096 bytes, 9987048 total
- age 5: 3204744 bytes, 13191792 total
- age 6: 2348472 bytes, 15540264 total
: 137053K->21021K(142016K), 0.0214940 secs] 301807K->188448K(350568K), 0.0216200 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=59 (full 20):
par new generation total 142016K, used 21021K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f37610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 167426K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 66070K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=59 (full 20):
par new generation total 142016K, used 134685K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f37610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 167426K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 67089K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:36.762+0800: 36.359: [GC2014-02-01T15:35:36.762+0800: 36.359: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3277528 bytes, 3277528 total
- age 2: 2703032 bytes, 5980560 total
- age 3: 2768808 bytes, 8749368 total
- age 4: 1827472 bytes, 10576840 total
- age 5: 1713992 bytes, 12290832 total
- age 6: 3204312 bytes, 15495144 total
: 134685K->22625K(142016K), 0.0180630 secs] 302112K->192345K(350568K), 0.0181240 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=60 (full 20):
par new generation total 142016K, used 22625K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b6f00000, 0x00000007b8518460, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 169720K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 67089K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=60 (full 20):
par new generation total 142016K, used 136289K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b6f00000, 0x00000007b8518460, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 208552K, used 169720K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 68187K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:37.007+0800: 36.603: [GC2014-02-01T15:35:37.007+0800: 36.603: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2863056 bytes, 2863056 total
- age 2: 1988264 bytes, 4851320 total
- age 3: 2599648 bytes, 7450968 total
- age 4: 2768808 bytes, 10219776 total
- age 5: 1827472 bytes, 12047248 total
- age 6: 1713992 bytes, 13761240 total
: 136289K->21891K(142016K), 0.0208290 secs] 306009K->194749K(350568K), 0.0208950 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=61 (full 20):
par new generation total 142016K, used 21891K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba010f40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 208552K, used 172857K [0x00000007ba660000, 0x00000007c720a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 68187K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:37.028+0800: 36.624: [GC [1 CMS-initial-mark: 172857K(208552K)] 195076K(350568K), 0.0097570 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:37.038+0800: 36.634: [CMS-concurrent-mark-start]
2014-02-01T15:35:37.205+0800: 36.801: [CMS-concurrent-mark: 0.100/0.167 secs] [Times: user=0.33 sys=0.01, real=0.17 secs]
2014-02-01T15:35:37.205+0800: 36.801: [GC[YG occupancy: 66475 K (142016 K)]2014-02-01T15:35:37.205+0800: 36.801: [Rescan (parallel) , 0.0284560 secs]2014-02-01T15:35:37.233+0800: 36.829: [weak refs processing, 0.0000970 secs]2014-02-01T15:35:37.233+0800: 36.830: [scrub string table, 0.0009130 secs] [1 CMS-remark: 172857K(208552K)] 239333K(350568K), 0.0295420 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
2014-02-01T15:35:37.234+0800: 36.831: [CMS-concurrent-sweep-start]
2014-02-01T15:35:37.284+0800: 36.881: [CMS-concurrent-sweep: 0.050/0.050 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
2014-02-01T15:35:37.285+0800: 36.881: [CMS-concurrent-reset-start]
2014-02-01T15:35:37.287+0800: 36.883: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=61 (full 21):
par new generation total 142016K, used 135555K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba010f40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 217304K, used 171667K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 69314K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:37.488+0800: 37.084: [GC2014-02-01T15:35:37.488+0800: 37.084: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3671352 bytes, 3671352 total
- age 2: 1833040 bytes, 5504392 total
- age 3: 1988072 bytes, 7492464 total
- age 4: 2597928 bytes, 10090392 total
- age 5: 2768808 bytes, 12859200 total
- age 6: 1827144 bytes, 14686344 total
- age 7: 1713992 bytes, 16400336 total
: 135555K->21531K(142016K), 0.0176600 secs] 307223K->193198K(359320K), 0.0177570 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=62 (full 21):
par new generation total 142016K, used 21531K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b8406c40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 217304K, used 171667K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 69314K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=62 (full 21):
par new generation total 142016K, used 135195K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b8406c40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 217304K, used 171667K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 70401K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:37.733+0800: 37.329: [GC2014-02-01T15:35:37.733+0800: 37.329: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 3146176 bytes, 3146176 total
- age 2: 2320752 bytes, 5466928 total
- age 3: 1830680 bytes, 7297608 total
- age 4: 1987920 bytes, 9285528 total
- age 5: 2595200 bytes, 11880728 total
- age 6: 2768808 bytes, 14649536 total
: 135195K->20923K(142016K), 0.0276400 secs] 306862K->196058K(359320K), 0.0277310 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=63 (full 21):
par new generation total 142016K, used 20923K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1ec18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 217304K, used 175135K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 70401K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=63 (full 21):
par new generation total 142016K, used 134587K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1ec18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 217304K, used 175135K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 71288K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:38.139+0800: 37.735: [GC2014-02-01T15:35:38.139+0800: 37.735: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2985224 bytes, 2985224 total
- age 2: 1896744 bytes, 4881968 total
- age 3: 2320136 bytes, 7202104 total
- age 4: 1829224 bytes, 9031328 total
- age 5: 1987040 bytes, 11018368 total
- age 6: 2593168 bytes, 13611536 total
: 134587K->13937K(142016K), 0.0303850 secs] 309722K->191795K(359320K), 0.0305170 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=64 (full 21):
par new generation total 142016K, used 13937K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b6f00000, 0x00000007b7c9c6b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 217304K, used 177857K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 71288K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=64 (full 21):
par new generation total 142016K, used 115307K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 89% used [0x00000007b0000000, 0x00000007b62fe840, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b6f00000, 0x00000007b7c9c6b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 217304K, used 177857K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 72035K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:38.692+0800: 38.288: [GC2014-02-01T15:35:38.692+0800: 38.288: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2781896 bytes, 2781896 total
- age 2: 1968496 bytes, 4750392 total
- age 3: 1896720 bytes, 6647112 total
- age 4: 2319976 bytes, 8967088 total
- age 5: 1828640 bytes, 10795728 total
- age 6: 1985800 bytes, 12781528 total
- age 7: 2592952 bytes, 15374480 total
: 115307K->19588K(142016K), 0.0215780 secs] 293165K->197445K(359320K), 0.0216790 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=65 (full 21):
par new generation total 142016K, used 19588K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd1268, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 217304K, used 177857K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 72035K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=65 (full 21):
par new generation total 142016K, used 133252K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd1268, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 217304K, used 177857K [0x00000007ba660000, 0x00000007c7a96000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 72576K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:39.046+0800: 38.642: [GC2014-02-01T15:35:39.046+0800: 38.642: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 5049792 bytes, 5049792 total
- age 2: 1923384 bytes, 6973176 total
- age 3: 1951272 bytes, 8924448 total
- age 4: 1896720 bytes, 10821168 total
- age 5: 2319936 bytes, 13141104 total
- age 6: 1828640 bytes, 14969744 total
- age 7: 1985448 bytes, 16955192 total
: 133252K->21984K(142016K), 0.0470710 secs] 311109K->243338K(400284K), 0.0588220 secs] [Times: user=0.08 sys=0.02, real=0.06 secs]
Heap after GC invocations=66 (full 21):
par new generation total 142016K, used 21984K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8478328, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 258268K, used 221353K [0x00000007ba660000, 0x00000007ca297000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 72576K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:39.105+0800: 38.701: [GC [1 CMS-initial-mark: 221353K(258268K)] 245080K(400284K), 0.0136690 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:35:39.119+0800: 38.715: [CMS-concurrent-mark-start]
2014-02-01T15:35:39.531+0800: 39.127: [CMS-concurrent-mark: 0.145/0.412 secs] [Times: user=0.76 sys=0.03, real=0.42 secs]
2014-02-01T15:35:39.531+0800: 39.127: [GC[YG occupancy: 134828 K (142016 K)]2014-02-01T15:35:39.531+0800: 39.127: [Rescan (parallel) , 0.0718250 secs]2014-02-01T15:35:39.603+0800: 39.199: [weak refs processing, 0.0001050 secs]2014-02-01T15:35:39.603+0800: 39.199: [scrub string table, 0.0010110 secs] [1 CMS-remark: 221353K(258268K)] 356181K(400284K), 0.0730330 secs] [Times: user=0.15 sys=0.00, real=0.07 secs]
2014-02-01T15:35:39.604+0800: 39.200: [CMS-concurrent-sweep-start]
{Heap before GC invocations=66 (full 22):
par new generation total 142016K, used 135648K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8478328, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 258268K, used 221325K [0x00000007ba660000, 0x00000007ca297000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 73486K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:39.618+0800: 39.214: [GC2014-02-01T15:35:39.618+0800: 39.214: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3364200 bytes, 3364200 total
- age 2: 1713944 bytes, 5078144 total
- age 3: 1889576 bytes, 6967720 total
- age 4: 1940408 bytes, 8908128 total
- age 5: 1896720 bytes, 10804848 total
- age 6: 2317272 bytes, 13122120 total
: 135648K->16386K(142016K), 0.0264630 secs] 356974K->241454K(400284K), 0.0265400 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=67 (full 22):
par new generation total 142016K, used 16386K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9ab0850, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 258268K, used 225068K [0x00000007ba660000, 0x00000007ca297000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 73486K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:39.687+0800: 39.283: [CMS-concurrent-sweep: 0.055/0.083 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
2014-02-01T15:35:39.687+0800: 39.284: [CMS-concurrent-reset-start]
2014-02-01T15:35:39.690+0800: 39.286: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:39.693+0800: 39.289: [GC [1 CMS-initial-mark: 224852K(284624K)] 250989K(426640K), 0.0169310 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:35:39.711+0800: 39.307: [CMS-concurrent-mark-start]
{Heap before GC invocations=67 (full 23):
par new generation total 142016K, used 130050K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9ab0850, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 284624K, used 224852K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 74688K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:40.100+0800: 39.696: [GC2014-02-01T15:35:40.100+0800: 39.696: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 3098904 bytes, 3098904 total
- age 2: 2140552 bytes, 5239456 total
- age 3: 1672744 bytes, 6912200 total
- age 4: 1852608 bytes, 8764808 total
- age 5: 1937000 bytes, 10701808 total
- age 6: 1896720 bytes, 12598528 total
- age 7: 2317152 bytes, 14915680 total
: 130050K->19779K(142016K), 0.0185120 secs] 354902K->244631K(426640K), 0.0185830 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=68 (full 23):
par new generation total 142016K, used 19779K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8250c18, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 284624K, used 224852K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 74688K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:40.127+0800: 39.723: [CMS-concurrent-mark: 0.152/0.417 secs] [Times: user=0.75 sys=0.02, real=0.41 secs]
2014-02-01T15:35:40.128+0800: 39.724: [GC[YG occupancy: 23826 K (142016 K)]2014-02-01T15:35:40.128+0800: 39.724: [Rescan (parallel) , 0.0107960 secs]2014-02-01T15:35:40.138+0800: 39.735: [weak refs processing, 0.0001130 secs]2014-02-01T15:35:40.139+0800: 39.735: [scrub string table, 0.0009480 secs] [1 CMS-remark: 224852K(284624K)] 248679K(426640K), 0.0119290 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:35:40.140+0800: 39.736: [CMS-concurrent-sweep-start]
2014-02-01T15:35:40.185+0800: 39.781: [CMS-concurrent-sweep: 0.045/0.045 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
2014-02-01T15:35:40.185+0800: 39.781: [CMS-concurrent-reset-start]
2014-02-01T15:35:40.187+0800: 39.784: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=68 (full 23):
par new generation total 142016K, used 133443K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8250c18, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 284624K, used 224840K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 75958K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:40.597+0800: 40.194: [GC2014-02-01T15:35:40.597+0800: 40.194: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 8638040 bytes, 8638040 total
- age 2: 1940136 bytes, 10578176 total
- age 3: 2136072 bytes, 12714248 total
- age 4: 1663376 bytes, 14377624 total
- age 5: 1850704 bytes, 16228328 total
- age 6: 1929664 bytes, 18157992 total
- age 7: 1896336 bytes, 20054328 total
: 133443K->28352K(142016K), 0.0295790 secs] 358283K->256482K(426640K), 0.0296830 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=69 (full 23):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 284624K, used 228130K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 75958K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=69 (full 23):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 284624K, used 228130K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 76952K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:41.031+0800: 40.627: [GC2014-02-01T15:35:41.031+0800: 40.627: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 3779328 bytes, 3779328 total
- age 2: 8492160 bytes, 12271488 total
- age 3: 1939048 bytes, 14210536 total
- age 4: 2136072 bytes, 16346608 total
- age 5: 1662496 bytes, 18009104 total
: 142016K->27384K(142016K), 0.0288380 secs] 370146K->261083K(426640K), 0.0289080 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=70 (full 23):
par new generation total 142016K, used 27384K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 96% used [0x00000007b6f00000, 0x00000007b89be0a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 284624K, used 233699K [0x00000007ba660000, 0x00000007cbc54000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 76952K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:41.060+0800: 40.656: [GC [1 CMS-initial-mark: 233699K(284624K)] 263289K(426640K), 0.0105930 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:41.071+0800: 40.667: [CMS-concurrent-mark-start]
2014-02-01T15:35:41.345+0800: 40.941: [CMS-concurrent-mark: 0.144/0.274 secs] [Times: user=0.70 sys=0.02, real=0.27 secs]
2014-02-01T15:35:41.345+0800: 40.942: [GC[YG occupancy: 87678 K (142016 K)]2014-02-01T15:35:41.345+0800: 40.942: [Rescan (parallel) , 0.0385240 secs]2014-02-01T15:35:41.384+0800: 40.980: [weak refs processing, 0.0001100 secs]2014-02-01T15:35:41.384+0800: 40.980: [scrub string table, 0.0011100 secs] [1 CMS-remark: 233699K(284624K)] 321377K(426640K), 0.0398260 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
2014-02-01T15:35:41.385+0800: 40.982: [CMS-concurrent-sweep-start]
2014-02-01T15:35:41.436+0800: 41.032: [CMS-concurrent-sweep: 0.050/0.050 secs] [Times: user=0.10 sys=0.00, real=0.05 secs]
2014-02-01T15:35:41.436+0800: 41.032: [CMS-concurrent-reset-start]
2014-02-01T15:35:41.439+0800: 41.035: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=70 (full 24):
par new generation total 142016K, used 125578K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 86% used [0x00000007b0000000, 0x00000007b5fe4828, 0x00000007b6f00000)
from space 28352K, 96% used [0x00000007b6f00000, 0x00000007b89be0a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 294272K, used 232472K [0x00000007ba660000, 0x00000007cc5c0000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 77977K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:41.622+0800: 41.218: [GC2014-02-01T15:35:41.622+0800: 41.218: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 6958880 bytes, 6958880 total
- age 2: 2756424 bytes, 9715304 total
- age 3: 8476720 bytes, 18192024 total
- age 4: 1936072 bytes, 20128096 total
: 125578K->22640K(142016K), 0.0256140 secs] 358050K->258845K(436288K), 0.0257120 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=71 (full 24):
par new generation total 142016K, used 22640K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0cc0b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 294272K, used 236205K [0x00000007ba660000, 0x00000007cc5c0000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 77977K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=71 (full 24):
par new generation total 142016K, used 136304K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0cc0b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 294272K, used 236205K [0x00000007ba660000, 0x00000007cc5c0000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 78606K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:42.229+0800: 41.825: [GC2014-02-01T15:35:42.229+0800: 41.825: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2334248 bytes, 2334248 total
- age 2: 1955440 bytes, 4289688 total
- age 3: 2747656 bytes, 7037344 total
: 136304K->9895K(142016K), 0.0288030 secs] 372509K->256290K(436288K), 0.0288950 secs] [Times: user=0.07 sys=0.01, real=0.03 secs]
Heap after GC invocations=72 (full 24):
par new generation total 142016K, used 9895K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b78a9d88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 294272K, used 246395K [0x00000007ba660000, 0x00000007cc5c0000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 78606K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:42.258+0800: 41.854: [GC [1 CMS-initial-mark: 246395K(294272K)] 258274K(436288K), 0.0114600 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:35:42.270+0800: 41.866: [CMS-concurrent-mark-start]
2014-02-01T15:35:42.533+0800: 42.130: [CMS-concurrent-mark: 0.170/0.264 secs] [Times: user=1.08 sys=0.02, real=0.26 secs]
2014-02-01T15:35:42.534+0800: 42.130: [GC[YG occupancy: 73793 K (142016 K)]2014-02-01T15:35:42.534+0800: 42.130: [Rescan (parallel) , 0.0434160 secs]2014-02-01T15:35:42.577+0800: 42.173: [weak refs processing, 0.0001500 secs]2014-02-01T15:35:42.577+0800: 42.173: [scrub string table, 0.0011640 secs] [1 CMS-remark: 246395K(294272K)] 320189K(436288K), 0.0448510 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
2014-02-01T15:35:42.579+0800: 42.175: [CMS-concurrent-sweep-start]
2014-02-01T15:35:42.633+0800: 42.229: [CMS-concurrent-sweep: 0.055/0.055 secs] [Times: user=0.21 sys=0.01, real=0.06 secs]
2014-02-01T15:35:42.633+0800: 42.230: [CMS-concurrent-reset-start]
2014-02-01T15:35:42.636+0800: 42.232: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=72 (full 25):
par new generation total 142016K, used 123559K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b78a9d88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 311544K, used 246118K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 79435K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:43.209+0800: 42.805: [GC2014-02-01T15:35:43.209+0800: 42.805: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 6035776 bytes, 6035776 total
- age 2: 1754680 bytes, 7790456 total
- age 3: 1930856 bytes, 9721312 total
- age 4: 2743072 bytes, 12464384 total
: 123559K->15014K(142016K), 0.0227170 secs] 369678K->261133K(453560K), 0.0227970 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=73 (full 25):
par new generation total 142016K, used 15014K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9959b68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 311544K, used 246118K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 79435K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=73 (full 25):
par new generation total 142016K, used 128678K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9959b68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 311544K, used 246118K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 80254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:43.906+0800: 43.502: [GC2014-02-01T15:35:43.906+0800: 43.502: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 5011176 bytes, 5011176 total
- age 2: 5213848 bytes, 10225024 total
- age 3: 1754264 bytes, 11979288 total
- age 4: 1930816 bytes, 13910104 total
- age 5: 2743072 bytes, 16653176 total
: 128678K->21979K(142016K), 0.0245160 secs] 374797K->268098K(453560K), 0.0245870 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=74 (full 25):
par new generation total 142016K, used 21979K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8476e78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 311544K, used 246118K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 80254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=74 (full 25):
par new generation total 142016K, used 135643K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b6f00000, 0x00000007b8476e78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 311544K, used 246118K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81077K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:44.740+0800: 44.336: [GC2014-02-01T15:35:44.740+0800: 44.336: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 2630024 bytes, 2630024 total
- age 2: 3549648 bytes, 6179672 total
- age 3: 5212856 bytes, 11392528 total
- age 4: 1753344 bytes, 13145872 total
- age 5: 1928648 bytes, 15074520 total
: 135643K->21514K(142016K), 0.0279510 secs] 381762K->270324K(453560K), 0.0283200 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=75 (full 25):
par new generation total 142016K, used 21514K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9fb2aa0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 311544K, used 248809K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81077K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=75 (full 25):
par new generation total 142016K, used 135178K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9fb2aa0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 311544K, used 248809K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81099K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:45.152+0800: 44.748: [GC2014-02-01T15:35:45.152+0800: 44.748: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 4891840 bytes, 4891840 total
- age 2: 1784792 bytes, 6676632 total
- age 3: 3538784 bytes, 10215416 total
- age 4: 5211224 bytes, 15426640 total
- age 5: 1753312 bytes, 17179952 total
: 135178K->21359K(142016K), 0.0288800 secs] 383988K->272064K(453560K), 0.0289680 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=76 (full 25):
par new generation total 142016K, used 21359K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83dbc18, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 311544K, used 250705K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81099K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=76 (full 25):
par new generation total 142016K, used 135023K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83dbc18, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 311544K, used 250705K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81101K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:45.536+0800: 45.133: [GC2014-02-01T15:35:45.536+0800: 45.133: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 9446664 bytes, 9446664 total
- age 2: 3593512 bytes, 13040176 total
- age 3: 1784792 bytes, 14824968 total
- age 4: 3532680 bytes, 18357648 total
: 135023K->28352K(142016K), 0.0416470 secs] 385728K->287164K(453560K), 0.0417370 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=77 (full 25):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 311544K, used 258812K [0x00000007ba660000, 0x00000007cd69e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81101K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:45.578+0800: 45.175: [GC [1 CMS-initial-mark: 258812K(311544K)] 287167K(453560K), 0.0116940 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:35:45.590+0800: 45.186: [CMS-concurrent-mark-start]
2014-02-01T15:35:45.742+0800: 45.338: [CMS-concurrent-mark: 0.148/0.152 secs] [Times: user=0.59 sys=0.01, real=0.15 secs]
2014-02-01T15:35:45.742+0800: 45.338: [GC[YG occupancy: 62650 K (142016 K)]2014-02-01T15:35:45.742+0800: 45.338: [Rescan (parallel) , 0.0113420 secs]2014-02-01T15:35:45.753+0800: 45.350: [weak refs processing, 0.0002090 secs]2014-02-01T15:35:45.754+0800: 45.350: [scrub string table, 0.0011210 secs] [1 CMS-remark: 258812K(311544K)] 321462K(453560K), 0.0127550 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T15:35:45.755+0800: 45.351: [CMS-concurrent-sweep-start]
2014-02-01T15:35:45.819+0800: 45.415: [CMS-concurrent-sweep: 0.064/0.064 secs] [Times: user=0.25 sys=0.01, real=0.06 secs]
2014-02-01T15:35:45.819+0800: 45.415: [CMS-concurrent-reset-start]
2014-02-01T15:35:45.821+0800: 45.417: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=77 (full 26):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 317268K, used 250640K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81103K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:45.936+0800: 45.532: [GC2014-02-01T15:35:45.936+0800: 45.532: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 9564104 bytes, 9564104 total
- age 2: 3612864 bytes, 13176968 total
- age 3: 3525896 bytes, 16702864 total
: 142016K->23973K(142016K), 0.0254850 secs] 392656K->279828K(459284K), 0.0255550 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=78 (full 26):
par new generation total 142016K, used 23973K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b6f00000, 0x00000007b86697e8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 317268K, used 255854K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81103K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=78 (full 26):
par new generation total 142016K, used 137637K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b6f00000, 0x00000007b86697e8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 317268K, used 255854K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81205K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:46.803+0800: 46.399: [GC2014-02-01T15:35:46.803+0800: 46.399: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 6556216 bytes, 6556216 total
- age 2: 5750424 bytes, 12306640 total
- age 3: 912040 bytes, 13218680 total
: 137637K->21932K(142016K), 0.0280060 secs] 393492K->280683K(459284K), 0.0281060 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=79 (full 26):
par new generation total 142016K, used 21932K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba01b228, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 317268K, used 258751K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81205K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=79 (full 26):
par new generation total 142016K, used 135596K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 77% used [0x00000007b8ab0000, 0x00000007ba01b258, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 317268K, used 258751K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81208K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:47.137+0800: 46.734: [GC2014-02-01T15:35:47.138+0800: 46.734: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 9026712 bytes, 9026712 total
- age 2: 4799144 bytes, 13825856 total
- age 3: 4609176 bytes, 18435032 total
- age 4: 902936 bytes, 19337968 total
: 135596K->20528K(142016K), 0.0171270 secs] 394347K->279279K(459284K), 0.0172830 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=80 (full 26):
par new generation total 142016K, used 20528K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b830c158, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 317268K, used 258751K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81208K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=80 (full 26):
par new generation total 142016K, used 134192K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b830c158, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 317268K, used 258751K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81211K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:47.433+0800: 47.029: [GC2014-02-01T15:35:47.433+0800: 47.029: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 8561632 bytes, 8561632 total
- age 2: 7225576 bytes, 15787208 total
- age 3: 3592776 bytes, 19379984 total
: 134192K->24553K(142016K), 0.0194140 secs] 392943K->288687K(459284K), 0.0195140 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=81 (full 26):
par new generation total 142016K, used 24553K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b8ab0000, 0x00000007ba2aa7f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 317268K, used 264133K [0x00000007ba660000, 0x00000007cdc35000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81211K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:35:47.453+0800: 47.049: [GC [1 CMS-initial-mark: 264133K(317268K)] 290996K(459284K), 0.0099230 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:35:47.463+0800: 47.059: [CMS-concurrent-mark-start]
2014-02-01T15:35:47.641+0800: 47.237: [CMS-concurrent-mark: 0.166/0.178 secs] [Times: user=0.58 sys=0.02, real=0.18 secs]
2014-02-01T15:35:47.641+0800: 47.237: [GC[YG occupancy: 65123 K (142016 K)]2014-02-01T15:35:47.641+0800: 47.237: [Rescan (parallel) , 0.0108980 secs]2014-02-01T15:35:47.652+0800: 47.248: [weak refs processing, 0.0003080 secs]2014-02-01T15:35:47.652+0800: 47.249: [scrub string table, 0.0011360 secs] [1 CMS-remark: 264133K(317268K)] 329256K(459284K), 0.0124770 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T15:35:47.654+0800: 47.250: [CMS-concurrent-sweep-start]
2014-02-01T15:35:47.712+0800: 47.308: [CMS-concurrent-sweep: 0.058/0.058 secs] [Times: user=0.13 sys=0.02, real=0.06 secs]
2014-02-01T15:35:47.712+0800: 47.308: [CMS-concurrent-reset-start]
2014-02-01T15:35:47.714+0800: 47.310: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=81 (full 27):
par new generation total 142016K, used 131040K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 93% used [0x00000007b0000000, 0x00000007b67fdac0, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b8ab0000, 0x00000007ba2aa7f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 329808K, used 260546K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81494K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:48.293+0800: 47.889: [GC2014-02-01T15:35:48.293+0800: 47.889: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4994688 bytes, 4994688 total
- age 2: 4671416 bytes, 9666104 total
: 131040K->17890K(142016K), 0.0210010 secs] 391587K->284697K(471824K), 0.0211080 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=82 (full 27):
par new generation total 142016K, used 17890K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b80789d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81494K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=82 (full 27):
par new generation total 142016K, used 128803K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 97% used [0x00000007b0000000, 0x00000007b6c50528, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b80789d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81581K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:48.403+0800: 47.999: [GC2014-02-01T15:35:48.403+0800: 47.999: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 488704 bytes, 488704 total
- age 2: 3971952 bytes, 4460656 total
- age 3: 2608616 bytes, 7069272 total
: 128803K->7421K(142016K), 0.0091830 secs] 395611K->274228K(471824K), 0.0092710 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=83 (full 27):
par new generation total 142016K, used 7421K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b8ab0000, 0x00000007b91ef5c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 81581K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=83 (full 27):
par new generation total 142016K, used 121085K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b8ab0000, 0x00000007b91ef5c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 82671K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:35:53.174+0800: 52.771: [GC2014-02-01T15:35:53.174+0800: 52.771: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1428648 bytes, 1428648 total
- age 2: 91560 bytes, 1520208 total
- age 3: 3173632 bytes, 4693840 total
- age 4: 2608392 bytes, 7302232 total
: 121085K->12443K(142016K), 0.0086750 secs] 387892K->279251K(471824K), 0.0087480 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=84 (full 27):
par new generation total 142016K, used 12443K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b26f90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 82671K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=84 (full 27):
par new generation total 142016K, used 79141K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 58% used [0x00000007b0000000, 0x00000007b41227d8, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b26f90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 82959K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:29.380+0800: 148.976: [GC2014-02-01T15:37:29.380+0800: 148.976: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 345936 bytes, 345936 total
- age 2: 840368 bytes, 1186304 total
- age 3: 84880 bytes, 1271184 total
- age 4: 3173000 bytes, 4444184 total
- age 5: 2608200 bytes, 7052384 total
: 79141K->8102K(142016K), 0.0084980 secs] 345949K->274909K(471824K), 0.0085990 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Heap after GC invocations=85 (full 27):
par new generation total 142016K, used 8102K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b8ab0000, 0x00000007b92998f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 329808K, used 266807K [0x00000007ba660000, 0x00000007ce874000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 82959K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:37:29.388+0800: 148.985: [GC [1 CMS-initial-mark: 266807K(329808K)] 274969K(471824K), 0.0072990 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:37:29.396+0800: 148.992: [CMS-concurrent-mark-start]
2014-02-01T15:37:29.530+0800: 149.126: [CMS-concurrent-mark: 0.133/0.134 secs] [Times: user=0.27 sys=0.00, real=0.14 secs]
2014-02-01T15:37:29.530+0800: 149.126: [GC[YG occupancy: 8224 K (142016 K)]2014-02-01T15:37:29.530+0800: 149.126: [Rescan (parallel) , 0.0053510 secs]2014-02-01T15:37:29.536+0800: 149.132: [weak refs processing, 0.0002850 secs]2014-02-01T15:37:29.536+0800: 149.132: [class unloading, 0.0051760 secs]2014-02-01T15:37:29.541+0800: 149.137: [scrub symbol table, 0.0164090 secs]2014-02-01T15:37:29.558+0800: 149.154: [scrub string table, 0.0015880 secs] [1 CMS-remark: 266807K(329808K)] 275031K(471824K), 0.0319050 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
2014-02-01T15:37:29.562+0800: 149.159: [CMS-concurrent-sweep-start]
2014-02-01T15:37:29.643+0800: 149.239: [CMS-concurrent-sweep: 0.080/0.080 secs] [Times: user=0.08 sys=0.00, real=0.08 secs]
2014-02-01T15:37:29.643+0800: 149.239: [CMS-concurrent-reset-start]
2014-02-01T15:37:29.647+0800: 149.243: [CMS-concurrent-reset: 0.004/0.004 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=85 (full 28):
par new generation total 142016K, used 121766K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b8ab0000, 0x00000007b92998f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 330852K, used 261371K [0x00000007ba660000, 0x00000007ce979000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 83795K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:37.810+0800: 157.406: [GC2014-02-01T15:37:37.810+0800: 157.406: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 13886160 bytes, 13886160 total
- age 2: 331488 bytes, 14217648 total
- age 3: 761648 bytes, 14979296 total
- age 4: 81936 bytes, 15061232 total
- age 5: 3137872 bytes, 18199104 total
- age 6: 2596448 bytes, 20795552 total
: 121766K->24336K(142016K), 0.0291140 secs] 383137K->285707K(472868K), 0.0292170 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=86 (full 28):
par new generation total 142016K, used 24336K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 85% used [0x00000007b6f00000, 0x00000007b86c4130, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 330852K, used 261371K [0x00000007ba660000, 0x00000007ce979000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 83795K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=86 (full 28):
par new generation total 142016K, used 71792K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 41% used [0x00000007b0000000, 0x00000007b2e58208, 0x00000007b6f00000)
from space 28352K, 85% used [0x00000007b6f00000, 0x00000007b86c4130, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 330852K, used 261371K [0x00000007ba660000, 0x00000007ce979000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 84086K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:38.421+0800: 158.017: [GC2014-02-01T15:37:38.421+0800: 158.017: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4595248 bytes, 4595248 total
- age 2: 3385728 bytes, 7980976 total
- age 3: 331400 bytes, 8312376 total
: 71792K->14996K(142016K), 0.0191650 secs] 333164K->282801K(472868K), 0.0192470 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=87 (full 28):
par new generation total 142016K, used 14996K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9955038, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 330852K, used 267805K [0x00000007ba660000, 0x00000007ce979000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 84086K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:37:38.440+0800: 158.036: [GC [1 CMS-initial-mark: 267805K(330852K)] 282822K(472868K), 0.0091430 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:37:38.450+0800: 158.046: [CMS-concurrent-mark-start]
2014-02-01T15:37:38.605+0800: 158.201: [CMS-concurrent-mark: 0.152/0.155 secs] [Times: user=0.32 sys=0.00, real=0.15 secs]
2014-02-01T15:37:38.605+0800: 158.201: [GC[YG occupancy: 17190 K (142016 K)]2014-02-01T15:37:38.605+0800: 158.201: [Rescan (parallel) , 0.0056210 secs]2014-02-01T15:37:38.611+0800: 158.207: [weak refs processing, 0.0001290 secs]2014-02-01T15:37:38.611+0800: 158.207: [class unloading, 0.0050420 secs]2014-02-01T15:37:38.616+0800: 158.212: [scrub symbol table, 0.0142930 secs]2014-02-01T15:37:38.630+0800: 158.226: [scrub string table, 0.0011460 secs] [1 CMS-remark: 267805K(330852K)] 284995K(472868K), 0.0282470 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
2014-02-01T15:37:38.634+0800: 158.230: [CMS-concurrent-sweep-start]
2014-02-01T15:37:38.706+0800: 158.302: [CMS-concurrent-sweep: 0.072/0.072 secs] [Times: user=0.08 sys=0.00, real=0.07 secs]
2014-02-01T15:37:38.706+0800: 158.302: [CMS-concurrent-reset-start]
2014-02-01T15:37:38.708+0800: 158.304: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=87 (full 29):
par new generation total 142016K, used 128660K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9955038, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 338288K, used 267246K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 85061K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:41.337+0800: 160.933: [GC2014-02-01T15:37:41.337+0800: 160.933: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 6922384 bytes, 6922384 total
- age 2: 4360416 bytes, 11282800 total
- age 3: 3333352 bytes, 14616152 total
- age 4: 331400 bytes, 14947552 total
: 128660K->16981K(142016K), 0.0169540 secs] 395906K->284227K(480304K), 0.0170560 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=88 (full 29):
par new generation total 142016K, used 16981K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f95510, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 338288K, used 267246K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 85061K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=88 (full 29):
par new generation total 142016K, used 130645K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f95510, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 338288K, used 267246K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 85842K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:42.617+0800: 162.213: [GC2014-02-01T15:37:42.617+0800: 162.213: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 11527568 bytes, 11527568 total
- age 2: 6156536 bytes, 17684104 total
- age 3: 3727008 bytes, 21411112 total
: 130645K->28352K(142016K), 0.0347280 secs] 397891K->299359K(480304K), 0.0347950 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=89 (full 29):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 338288K, used 271007K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 85842K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=89 (full 29):
par new generation total 142016K, used 135806K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 94% used [0x00000007b0000000, 0x00000007b68efa78, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 338288K, used 271007K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86030K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:43.085+0800: 162.681: [GC2014-02-01T15:37:43.085+0800: 162.681: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 8204560 bytes, 8204560 total
- age 2: 10099440 bytes, 18304000 total
: 135806K->28151K(142016K), 0.0331400 secs] 406813K->304354K(480304K), 0.0332620 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=90 (full 29):
par new generation total 142016K, used 28151K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b6f00000, 0x00000007b8a7de50, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 338288K, used 276203K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86030K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=90 (full 29):
par new generation total 142016K, used 141815K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b6f00000, 0x00000007b8a7de50, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 338288K, used 276203K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86043K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:43.423+0800: 163.019: [GC2014-02-01T15:37:43.423+0800: 163.019: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 8747960 bytes, 8747960 total
- age 2: 7996312 bytes, 16744272 total
: 141815K->26893K(142016K), 0.0352300 secs] 418018K->321582K(480304K), 0.0353070 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=91 (full 29):
par new generation total 142016K, used 26893K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b8ab0000, 0x00000007ba4f3520, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 338288K, used 294689K [0x00000007ba660000, 0x00000007cf0bc000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86043K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:37:43.459+0800: 163.055: [GC [1 CMS-initial-mark: 294689K(338288K)] 323082K(480304K), 0.0070550 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:37:43.466+0800: 163.062: [CMS-concurrent-mark-start]
2014-02-01T15:37:43.649+0800: 163.245: [CMS-concurrent-mark: 0.176/0.183 secs] [Times: user=0.51 sys=0.01, real=0.18 secs]
2014-02-01T15:37:43.649+0800: 163.246: [GC[YG occupancy: 64554 K (142016 K)]2014-02-01T15:37:43.649+0800: 163.246: [Rescan (parallel) , 0.0124540 secs]2014-02-01T15:37:43.662+0800: 163.258: [weak refs processing, 0.0001330 secs]2014-02-01T15:37:43.662+0800: 163.258: [scrub string table, 0.0012460 secs] [1 CMS-remark: 294689K(338288K)] 359243K(480304K), 0.0139160 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T15:37:43.663+0800: 163.260: [CMS-concurrent-sweep-start]
2014-02-01T15:37:43.734+0800: 163.330: [CMS-concurrent-sweep: 0.071/0.071 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
2014-02-01T15:37:43.734+0800: 163.331: [CMS-concurrent-reset-start]
2014-02-01T15:37:43.737+0800: 163.333: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=91 (full 30):
par new generation total 142016K, used 140557K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b8ab0000, 0x00000007ba4f3520, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 293833K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86125K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:44.045+0800: 163.641: [GC2014-02-01T15:37:44.045+0800: 163.641: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 10119424 bytes, 10119424 total
- age 2: 358216 bytes, 10477640 total
: 140557K->16990K(142016K), 0.0139410 secs] 434390K->318644K(513960K), 0.0140400 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=92 (full 30):
par new generation total 142016K, used 16990K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f97ad8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86125K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=92 (full 30):
par new generation total 142016K, used 114791K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 86% used [0x00000007b0000000, 0x00000007b5f824e0, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f97ad8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86257K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:44.677+0800: 164.273: [GC2014-02-01T15:37:44.677+0800: 164.273: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2961776 bytes, 2961776 total
- age 2: 9156240 bytes, 12118016 total
- age 3: 347416 bytes, 12465432 total
: 114791K->16298K(142016K), 0.0107060 secs] 416445K->317952K(513960K), 0.0107880 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=93 (full 30):
par new generation total 142016K, used 16298K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9a9abb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86257K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=93 (full 30):
par new generation total 142016K, used 129954K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6efdd58, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9a9abb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86417K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:37:45.958+0800: 165.554: [GC2014-02-01T15:37:45.958+0800: 165.554: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2238464 bytes, 2238464 total
- age 2: 2682952 bytes, 4921416 total
- age 3: 9151984 bytes, 14073400 total
- age 4: 347416 bytes, 14420816 total
: 129954K->15103K(142016K), 0.0089340 secs] 431607K->316756K(513960K), 0.0090360 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=94 (full 30):
par new generation total 142016K, used 15103K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dbfe00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86417K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=94 (full 30):
par new generation total 142016K, used 118341K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 90% used [0x00000007b0000000, 0x00000007b64d1690, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dbfe00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86703K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:04.504+0800: 184.100: [GC2014-02-01T15:38:04.504+0800: 184.100: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2927024 bytes, 2927024 total
- age 2: 256760 bytes, 3183784 total
- age 3: 528952 bytes, 3712736 total
- age 4: 9151872 bytes, 12864608 total
- age 5: 347400 bytes, 13212008 total
: 118341K->13421K(142016K), 0.0121380 secs] 419994K->315074K(513960K), 0.0122210 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=95 (full 30):
par new generation total 142016K, used 13421K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 47% used [0x00000007b8ab0000, 0x00000007b97cb5a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86703K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=95 (full 30):
par new generation total 142016K, used 123548K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 96% used [0x00000007b0000000, 0x00000007b6b8bc98, 0x00000007b6f00000)
from space 28352K, 47% used [0x00000007b8ab0000, 0x00000007b97cb5a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86730K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:04.978+0800: 184.574: [GC2014-02-01T15:38:04.978+0800: 184.574: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 887144 bytes, 887144 total
- age 2: 2839712 bytes, 3726856 total
- age 3: 245080 bytes, 3971936 total
- age 4: 504456 bytes, 4476392 total
- age 5: 9151656 bytes, 13628048 total
- age 6: 347400 bytes, 13975448 total
: 123548K->15451K(142016K), 0.0098070 secs] 425202K->317105K(513960K), 0.0098800 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
Heap after GC invocations=96 (full 30):
par new generation total 142016K, used 15451K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b6f00000, 0x00000007b7e16f10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86730K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=96 (full 30):
par new generation total 142016K, used 114509K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 87% used [0x00000007b0000000, 0x00000007b60bc850, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b6f00000, 0x00000007b7e16f10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:05.811+0800: 185.408: [GC2014-02-01T15:38:05.812+0800: 185.408: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 1571896 bytes, 1571896 total
- age 2: 783680 bytes, 2355576 total
- age 3: 2830784 bytes, 5186360 total
- age 4: 237496 bytes, 5423856 total
- age 5: 504344 bytes, 5928200 total
- age 6: 9151656 bytes, 15079856 total
- age 7: 347464 bytes, 15427320 total
: 114509K->18749K(142016K), 0.0109100 secs] 416163K->320403K(513960K), 0.0109860 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=97 (full 30):
par new generation total 142016K, used 18749K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9cff6a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=97 (full 30):
par new generation total 142016K, used 132413K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9cff6a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 371944K, used 301653K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86816K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:09.564+0800: 189.160: [GC2014-02-01T15:38:09.564+0800: 189.160: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5519840 bytes, 5519840 total
- age 2: 1508240 bytes, 7028080 total
- age 3: 782720 bytes, 7810800 total
- age 4: 2828848 bytes, 10639648 total
- age 5: 235096 bytes, 10874744 total
- age 6: 503920 bytes, 11378664 total
: 132413K->16172K(142016K), 0.0160780 secs] 434067K->327102K(513960K), 0.0161490 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=98 (full 30):
par new generation total 142016K, used 16172K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ecb160, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 371944K, used 310930K [0x00000007ba660000, 0x00000007d119a000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86816K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:38:09.580+0800: 189.177: [GC [1 CMS-initial-mark: 310930K(371944K)] 327824K(513960K), 0.0076380 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:38:09.588+0800: 189.184: [CMS-concurrent-mark-start]
2014-02-01T15:38:09.774+0800: 189.370: [CMS-concurrent-mark: 0.184/0.185 secs] [Times: user=0.53 sys=0.01, real=0.19 secs]
2014-02-01T15:38:09.774+0800: 189.370: [GC[YG occupancy: 19632 K (142016 K)]2014-02-01T15:38:09.774+0800: 189.370: [Rescan (parallel) , 0.0071310 secs]2014-02-01T15:38:09.781+0800: 189.377: [weak refs processing, 0.0001340 secs]2014-02-01T15:38:09.781+0800: 189.377: [scrub string table, 0.0011740 secs] [1 CMS-remark: 310930K(371944K)] 330562K(513960K), 0.0085280 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:38:09.783+0800: 189.379: [CMS-concurrent-sweep-start]
2014-02-01T15:38:09.859+0800: 189.455: [CMS-concurrent-sweep: 0.077/0.077 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
2014-02-01T15:38:09.859+0800: 189.456: [CMS-concurrent-reset-start]
2014-02-01T15:38:09.862+0800: 189.458: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
{Heap before GC invocations=98 (full 31):
par new generation total 142016K, used 129836K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ecb160, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 293836K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86889K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:16.862+0800: 196.459: [GC2014-02-01T15:38:16.862+0800: 196.459: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 4242648 bytes, 4242648 total
- age 2: 5360136 bytes, 9602784 total
- age 3: 1479080 bytes, 11081864 total
- age 4: 781776 bytes, 11863640 total
- age 5: 2787160 bytes, 14650800 total
- age 6: 234936 bytes, 14885736 total
- age 7: 465184 bytes, 15350920 total
: 129836K->19864K(142016K), 0.0117200 secs] 423672K->313700K(514152K), 0.0117980 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=99 (full 31):
par new generation total 142016K, used 19864K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e160f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 293836K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 86889K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=99 (full 31):
par new generation total 142016K, used 133528K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e160f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 293836K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87017K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:35.521+0800: 215.117: [GC2014-02-01T15:38:35.521+0800: 215.117: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 370816 bytes, 370816 total
- age 2: 4148160 bytes, 4518976 total
- age 3: 5261440 bytes, 9780416 total
- age 4: 1453448 bytes, 11233864 total
- age 5: 781776 bytes, 12015640 total
: 133528K->13729K(142016K), 0.0141620 secs] 427364K->310863K(514152K), 0.0142650 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=100 (full 31):
par new generation total 142016K, used 13729K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c68420, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87017K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=100 (full 31):
par new generation total 142016K, used 127393K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c68420, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87100K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:50.321+0800: 229.917: [GC2014-02-01T15:38:50.321+0800: 229.917: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1587720 bytes, 1587720 total
- age 2: 259064 bytes, 1846784 total
- age 3: 3283760 bytes, 5130544 total
- age 4: 5213976 bytes, 10344520 total
- age 5: 1443784 bytes, 11788304 total
- age 6: 781456 bytes, 12569760 total
: 127393K->18344K(142016K), 0.0101610 secs] 424527K->315478K(514152K), 0.0102460 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=101 (full 31):
par new generation total 142016K, used 18344K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b8ab0000, 0x00000007b9c9a168, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87100K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=101 (full 31):
par new generation total 142016K, used 132008K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b8ab0000, 0x00000007b9c9a168, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87156K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:38:59.907+0800: 239.504: [GC2014-02-01T15:38:59.907+0800: 239.504: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1278128 bytes, 1278128 total
- age 2: 1428512 bytes, 2706640 total
- age 3: 241856 bytes, 2948496 total
- age 4: 3276400 bytes, 6224896 total
- age 5: 5153488 bytes, 11378384 total
- age 6: 1418088 bytes, 12796472 total
- age 7: 781456 bytes, 13577928 total
: 132008K->18429K(142016K), 0.0126320 secs] 429142K->315563K(514152K), 0.0127320 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=102 (full 31):
par new generation total 142016K, used 18429K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b80ff5b8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87156K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=102 (full 31):
par new generation total 142016K, used 132093K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b80ff5b8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87224K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:09.421+0800: 249.017: [GC2014-02-01T15:39:09.421+0800: 249.017: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 401672 bytes, 401672 total
- age 2: 938440 bytes, 1340112 total
- age 3: 1338400 bytes, 2678512 total
- age 4: 223264 bytes, 2901776 total
- age 5: 3276400 bytes, 6178176 total
- age 6: 5153488 bytes, 11331664 total
- age 7: 1411216 bytes, 12742880 total
- age 8: 781456 bytes, 13524336 total
: 132093K->19520K(142016K), 0.0100080 secs] 429227K->316655K(514152K), 0.0100800 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=103 (full 31):
par new generation total 142016K, used 19520K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dc0330, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87224K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=103 (full 31):
par new generation total 142016K, used 128444K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 95% used [0x00000007b0000000, 0x00000007b6a5eed8, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dc0330, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87464K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:11.860+0800: 251.456: [GC2014-02-01T15:39:11.860+0800: 251.456: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 2622720 bytes, 2622720 total
- age 2: 24624 bytes, 2647344 total
- age 3: 913616 bytes, 3560960 total
- age 4: 1317000 bytes, 4877960 total
- age 5: 222984 bytes, 5100944 total
- age 6: 3276400 bytes, 8377344 total
- age 7: 5153408 bytes, 13530752 total
- age 8: 1404344 bytes, 14935096 total
- age 9: 780368 bytes, 15715464 total
: 128444K->19930K(142016K), 0.0137980 secs] 425579K->317065K(514152K), 0.0138970 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=104 (full 31):
par new generation total 142016K, used 19930K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b8276a40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87464K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=104 (full 31):
par new generation total 142016K, used 133136K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e8d758, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b8276a40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 372136K, used 297134K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87882K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:13.418+0800: 253.014: [GC2014-02-01T15:39:13.418+0800: 253.014: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 14281800 bytes, 14281800 total
- age 2: 1749128 bytes, 16030928 total
- age 3: 24552 bytes, 16055480 total
- age 4: 908248 bytes, 16963728 total
- age 5: 1310952 bytes, 18274680 total
- age 6: 200344 bytes, 18475024 total
- age 7: 3275960 bytes, 21750984 total
- age 8: 5153072 bytes, 26904056 total
: 133136K->28352K(142016K), 0.0409530 secs] 430270K->329064K(514152K), 0.0410210 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=105 (full 31):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 372136K, used 300712K [0x00000007ba660000, 0x00000007d11ca000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87882K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:39:13.459+0800: 253.055: [GC [1 CMS-initial-mark: 300712K(372136K)] 329119K(514152K), 0.0209280 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T15:39:13.480+0800: 253.076: [CMS-concurrent-mark-start]
2014-02-01T15:39:13.675+0800: 253.271: [CMS-concurrent-mark: 0.192/0.195 secs] [Times: user=0.79 sys=0.01, real=0.19 secs]
2014-02-01T15:39:13.675+0800: 253.272: [GC[YG occupancy: 60591 K (142016 K)]2014-02-01T15:39:13.676+0800: 253.272: [Rescan (parallel) , 0.0297540 secs]2014-02-01T15:39:13.705+0800: 253.301: [weak refs processing, 0.0001440 secs]2014-02-01T15:39:13.705+0800: 253.302: [class unloading, 0.0065550 secs]2014-02-01T15:39:13.712+0800: 253.308: [scrub symbol table, 0.0155450 secs]2014-02-01T15:39:13.728+0800: 253.324: [scrub string table, 0.0012470 secs] [1 CMS-remark: 300712K(372136K)] 361304K(514152K), 0.0562510 secs] [Times: user=0.09 sys=0.00, real=0.06 secs]
2014-02-01T15:39:13.732+0800: 253.328: [CMS-concurrent-sweep-start]
2014-02-01T15:39:13.813+0800: 253.409: [CMS-concurrent-sweep: 0.081/0.081 secs] [Times: user=0.08 sys=0.00, real=0.08 secs]
2014-02-01T15:39:13.813+0800: 253.410: [CMS-concurrent-reset-start]
2014-02-01T15:39:13.816+0800: 253.413: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=105 (full 32):
par new generation total 142016K, used 129482K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 88% used [0x00000007b0000000, 0x00000007b62c2a50, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 376164K, used 297169K [0x00000007ba660000, 0x00000007d15b9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87900K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:14.007+0800: 253.603: [GC2014-02-01T15:39:14.007+0800: 253.604: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 4058992 bytes, 4058992 total
- age 2: 13336432 bytes, 17395424 total
: 129482K->23351K(142016K), 0.0404790 secs] 426651K->332808K(518180K), 0.0405490 secs] [Times: user=0.10 sys=0.00, real=0.04 secs]
Heap after GC invocations=106 (full 32):
par new generation total 142016K, used 23351K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85cdd68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 376164K, used 309456K [0x00000007ba660000, 0x00000007d15b9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87900K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:39:14.050+0800: 253.647: [GC [1 CMS-initial-mark: 309456K(376164K)] 349413K(518180K), 0.0214330 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:39:14.072+0800: 253.668: [CMS-concurrent-mark-start]
2014-02-01T15:39:14.286+0800: 253.882: [CMS-concurrent-mark: 0.193/0.214 secs] [Times: user=0.85 sys=0.01, real=0.21 secs]
2014-02-01T15:39:14.286+0800: 253.882: [GC[YG occupancy: 81292 K (142016 K)]2014-02-01T15:39:14.286+0800: 253.882: [Rescan (parallel) , 0.0187610 secs]2014-02-01T15:39:14.305+0800: 253.901: [weak refs processing, 0.0001790 secs]2014-02-01T15:39:14.305+0800: 253.901: [scrub string table, 0.0012530 secs] [1 CMS-remark: 309456K(376164K)] 390748K(518180K), 0.0202830 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:39:14.307+0800: 253.903: [CMS-concurrent-sweep-start]
2014-02-01T15:39:14.381+0800: 253.977: [CMS-concurrent-sweep: 0.074/0.074 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
2014-02-01T15:39:14.381+0800: 253.977: [CMS-concurrent-reset-start]
2014-02-01T15:39:14.384+0800: 253.980: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=106 (full 33):
par new generation total 142016K, used 136826K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ed0dc8, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b6f00000, 0x00000007b85cdd68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 390836K, used 308757K [0x00000007ba660000, 0x00000007d240d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87921K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:14.488+0800: 254.084: [GC2014-02-01T15:39:14.488+0800: 254.084: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3833720 bytes, 3833720 total
- age 2: 3854128 bytes, 7687848 total
: 136826K->18566K(142016K), 0.0680140 secs] 445584K->373960K(532852K), 0.0680890 secs] [Times: user=0.12 sys=0.02, real=0.07 secs]
Heap after GC invocations=107 (full 33):
par new generation total 142016K, used 18566K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b8ab0000, 0x00000007b9cd1a50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 390836K, used 355393K [0x00000007ba660000, 0x00000007d240d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87921K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:39:14.557+0800: 254.153: [GC [1 CMS-initial-mark: 355393K(390836K)] 375235K(532852K), 0.0122240 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T15:39:14.569+0800: 254.165: [CMS-concurrent-mark-start]
2014-02-01T15:39:14.760+0800: 254.356: [CMS-concurrent-mark: 0.191/0.191 secs] [Times: user=0.57 sys=0.00, real=0.20 secs]
2014-02-01T15:39:14.760+0800: 254.356: [GC[YG occupancy: 60259 K (142016 K)]2014-02-01T15:39:14.760+0800: 254.356: [Rescan (parallel) , 0.0064540 secs]2014-02-01T15:39:14.767+0800: 254.363: [weak refs processing, 0.0001610 secs]2014-02-01T15:39:14.767+0800: 254.363: [scrub string table, 0.0013430 secs] [1 CMS-remark: 355393K(390836K)] 415652K(532852K), 0.0080400 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:39:14.768+0800: 254.364: [CMS-concurrent-sweep-start]
2014-02-01T15:39:14.844+0800: 254.440: [CMS-concurrent-sweep: 0.076/0.076 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
2014-02-01T15:39:14.844+0800: 254.440: [CMS-concurrent-reset-start]
2014-02-01T15:39:14.847+0800: 254.443: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
2014-02-01T15:39:16.770+0800: 256.367: [GC [1 CMS-initial-mark: 355355K(449820K)] 448087K(591836K), 0.0351690 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
2014-02-01T15:39:16.806+0800: 256.402: [CMS-concurrent-mark-start]
2014-02-01T15:39:16.998+0800: 256.594: [CMS-concurrent-mark: 0.192/0.192 secs] [Times: user=0.49 sys=0.01, real=0.19 secs]
2014-02-01T15:39:16.998+0800: 256.594: [GC[YG occupancy: 94444 K (142016 K)]2014-02-01T15:39:16.998+0800: 256.594: [Rescan (parallel) , 0.0207770 secs]2014-02-01T15:39:17.019+0800: 256.615: [weak refs processing, 0.0002790 secs]2014-02-01T15:39:17.019+0800: 256.615: [scrub string table, 0.0013040 secs] [1 CMS-remark: 355355K(449820K)] 449800K(591836K), 0.0224730 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
2014-02-01T15:39:17.021+0800: 256.617: [CMS-concurrent-sweep-start]
2014-02-01T15:39:17.098+0800: 256.694: [CMS-concurrent-sweep: 0.077/0.077 secs] [Times: user=0.13 sys=0.00, real=0.07 secs]
2014-02-01T15:39:17.098+0800: 256.694: [CMS-concurrent-reset-start]
2014-02-01T15:39:17.100+0800: 256.697: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
2014-02-01T15:39:18.022+0800: 257.618: [GC [1 CMS-initial-mark: 355345K(449820K)] 456694K(591836K), 0.0430980 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
2014-02-01T15:39:18.065+0800: 257.661: [CMS-concurrent-mark-start]
2014-02-01T15:39:18.274+0800: 257.870: [CMS-concurrent-mark: 0.209/0.209 secs] [Times: user=0.54 sys=0.01, real=0.21 secs]
2014-02-01T15:39:18.274+0800: 257.870: [GC[YG occupancy: 103062 K (142016 K)]2014-02-01T15:39:18.274+0800: 257.870: [Rescan (parallel) , 0.0345640 secs]2014-02-01T15:39:18.309+0800: 257.905: [weak refs processing, 0.0001720 secs]2014-02-01T15:39:18.309+0800: 257.905: [scrub string table, 0.0011570 secs] [1 CMS-remark: 355345K(449820K)] 458407K(591836K), 0.0359760 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
2014-02-01T15:39:18.310+0800: 257.906: [CMS-concurrent-sweep-start]
2014-02-01T15:39:18.391+0800: 257.988: [CMS-concurrent-sweep: 0.081/0.081 secs] [Times: user=0.14 sys=0.01, real=0.08 secs]
2014-02-01T15:39:18.392+0800: 257.988: [CMS-concurrent-reset-start]
2014-02-01T15:39:18.394+0800: 257.990: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:39:19.311+0800: 258.907: [GC [1 CMS-initial-mark: 355345K(449820K)] 471101K(591836K), 0.0476010 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
2014-02-01T15:39:19.359+0800: 258.955: [CMS-concurrent-mark-start]
2014-02-01T15:39:19.583+0800: 259.179: [CMS-concurrent-mark: 0.222/0.224 secs] [Times: user=0.62 sys=0.01, real=0.23 secs]
2014-02-01T15:39:19.583+0800: 259.179: [GC[YG occupancy: 117472 K (142016 K)]2014-02-01T15:39:19.583+0800: 259.179: [Rescan (parallel) , 0.0389570 secs]2014-02-01T15:39:19.622+0800: 259.218: [weak refs processing, 0.0001470 secs]2014-02-01T15:39:19.622+0800: 259.218: [scrub string table, 0.0011810 secs] [1 CMS-remark: 355345K(449820K)] 472817K(591836K), 0.0403640 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
2014-02-01T15:39:19.623+0800: 259.219: [CMS-concurrent-sweep-start]
2014-02-01T15:39:19.704+0800: 259.300: [CMS-concurrent-sweep: 0.081/0.081 secs] [Times: user=0.13 sys=0.01, real=0.08 secs]
2014-02-01T15:39:19.704+0800: 259.300: [CMS-concurrent-reset-start]
2014-02-01T15:39:19.706+0800: 259.302: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2014-02-01T15:39:20.661+0800: 260.257: [GC [1 CMS-initial-mark: 355344K(449820K)] 481904K(591836K), 0.0570280 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
2014-02-01T15:39:20.718+0800: 260.315: [CMS-concurrent-mark-start]
2014-02-01T15:39:20.927+0800: 260.523: [CMS-concurrent-mark: 0.208/0.208 secs] [Times: user=0.54 sys=0.01, real=0.21 secs]
2014-02-01T15:39:20.927+0800: 260.523: [GC[YG occupancy: 128298 K (142016 K)]2014-02-01T15:39:20.927+0800: 260.523: [Rescan (parallel) , 0.0465650 secs]2014-02-01T15:39:20.974+0800: 260.570: [weak refs processing, 0.0001520 secs]2014-02-01T15:39:20.974+0800: 260.570: [scrub string table, 0.0013000 secs] [1 CMS-remark: 355344K(449820K)] 483643K(591836K), 0.0481080 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
2014-02-01T15:39:20.975+0800: 260.571: [CMS-concurrent-sweep-start]
2014-02-01T15:39:21.056+0800: 260.652: [CMS-concurrent-sweep: 0.081/0.081 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
2014-02-01T15:39:21.056+0800: 260.652: [CMS-concurrent-reset-start]
2014-02-01T15:39:21.058+0800: 260.654: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=107 (full 38):
par new generation total 142016K, used 132230K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b8ab0000, 0x00000007b9cd1a50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87928K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:21.580+0800: 261.176: [GC2014-02-01T15:39:21.580+0800: 261.176: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2434200 bytes, 2434200 total
- age 2: 3594120 bytes, 6028320 total
- age 3: 3817384 bytes, 9845704 total
: 132230K->14948K(142016K), 0.0154300 secs] 487575K->370292K(591836K), 0.0155140 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
Heap after GC invocations=108 (full 38):
par new generation total 142016K, used 14948K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d990c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87928K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=108 (full 38):
par new generation total 142016K, used 128612K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d990c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87947K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:36.552+0800: 276.148: [GC2014-02-01T15:39:36.552+0800: 276.148: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 240784 bytes, 240784 total
- age 2: 2337264 bytes, 2578048 total
- age 3: 3580248 bytes, 6158296 total
- age 4: 3689464 bytes, 9847760 total
: 128612K->18164K(142016K), 0.0144290 secs] 483956K->373509K(591836K), 0.0145340 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=109 (full 38):
par new generation total 142016K, used 18164K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b8ab0000, 0x00000007b9c6d2e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 87947K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=109 (full 38):
par new generation total 142016K, used 131828K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 64% used [0x00000007b8ab0000, 0x00000007b9c6d2e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88001K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:47.120+0800: 286.717: [GC2014-02-01T15:39:47.120+0800: 286.717: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1299544 bytes, 1299544 total
- age 2: 54624 bytes, 1354168 total
- age 3: 2334480 bytes, 3688648 total
- age 4: 3579608 bytes, 7268256 total
- age 5: 3561464 bytes, 10829720 total
: 131828K->11741K(142016K), 0.0166190 secs] 487173K->367085K(591836K), 0.0166910 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=110 (full 38):
par new generation total 142016K, used 11741K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a77438, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88001K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=110 (full 38):
par new generation total 142016K, used 125405K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a77438, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88039K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:39:55.103+0800: 294.699: [GC2014-02-01T15:39:55.103+0800: 294.699: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 378632 bytes, 378632 total
- age 2: 1108584 bytes, 1487216 total
- age 3: 54448 bytes, 1541664 total
- age 4: 2334160 bytes, 3875824 total
- age 5: 3579608 bytes, 7455432 total
- age 6: 3433464 bytes, 10888896 total
: 125405K->18769K(142016K), 0.0138620 secs] 480749K->374114K(591836K), 0.0139590 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=111 (full 38):
par new generation total 142016K, used 18769K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d04658, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88039K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=111 (full 38):
par new generation total 142016K, used 132275K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ed85f8, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d04658, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88058K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:03.350+0800: 302.946: [GC2014-02-01T15:40:03.350+0800: 302.946: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 451184 bytes, 451184 total
- age 2: 58720 bytes, 509904 total
- age 3: 1108456 bytes, 1618360 total
- age 4: 54272 bytes, 1672632 total
- age 5: 2334160 bytes, 4006792 total
- age 6: 3579608 bytes, 7586400 total
- age 7: 3305464 bytes, 10891864 total
: 132275K->12656K(142016K), 0.0123780 secs] 487619K->368001K(591836K), 0.0124500 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=112 (full 38):
par new generation total 142016K, used 12656K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b5c330, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88058K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=112 (full 38):
par new generation total 142016K, used 126320K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b5c330, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88086K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:10.117+0800: 309.713: [GC2014-02-01T15:40:10.117+0800: 309.713: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3207896 bytes, 3207896 total
- age 2: 3256 bytes, 3211152 total
- age 3: 58696 bytes, 3269848 total
- age 4: 1108104 bytes, 4377952 total
- age 5: 54272 bytes, 4432224 total
- age 6: 2334160 bytes, 6766384 total
- age 7: 3579368 bytes, 10345752 total
- age 8: 3301216 bytes, 13646968 total
: 126320K->19024K(142016K), 0.0216690 secs] 481665K->374369K(591836K), 0.0217590 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=113 (full 38):
par new generation total 142016K, used 19024K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d44148, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88086K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=113 (full 38):
par new generation total 142016K, used 56383K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 32% used [0x00000007b0000000, 0x00000007b247bd70, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d44148, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355344K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88105K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:11.176+0800: 310.772: [GC2014-02-01T15:40:11.176+0800: 310.772: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 10521568 bytes, 10521568 total
- age 2: 2972024 bytes, 13493592 total
- age 3: 3256 bytes, 13496848 total
- age 4: 58696 bytes, 13555544 total
- age 5: 1108104 bytes, 14663648 total
- age 6: 54272 bytes, 14717920 total
- age 7: 2333664 bytes, 17051584 total
- age 8: 3578832 bytes, 20630416 total
- age 9: 2960816 bytes, 23591232 total
: 56383K->28352K(142016K), 0.0359410 secs] 411728K->383712K(591836K), 0.0360110 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=114 (full 38):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355360K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88105K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:40:11.212+0800: 310.808: [GC [1 CMS-initial-mark: 355360K(449820K)] 383727K(591836K), 0.0238850 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T15:40:11.236+0800: 310.832: [CMS-concurrent-mark-start]
2014-02-01T15:40:11.397+0800: 310.993: [CMS-concurrent-mark: 0.161/0.161 secs] [Times: user=0.33 sys=0.01, real=0.16 secs]
2014-02-01T15:40:11.397+0800: 310.993: [GC[YG occupancy: 33740 K (142016 K)]2014-02-01T15:40:11.397+0800: 310.993: [Rescan (parallel) , 0.0122010 secs]2014-02-01T15:40:11.409+0800: 311.006: [weak refs processing, 0.0001730 secs]2014-02-01T15:40:11.410+0800: 311.006: [class unloading, 0.0064380 secs]2014-02-01T15:40:11.416+0800: 311.012: [scrub symbol table, 0.0153240 secs]2014-02-01T15:40:11.431+0800: 311.028: [scrub string table, 0.0012800 secs] [1 CMS-remark: 355360K(449820K)] 389100K(591836K), 0.0391680 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
2014-02-01T15:40:11.436+0800: 311.033: [CMS-concurrent-sweep-start]
2014-02-01T15:40:11.535+0800: 311.131: [CMS-concurrent-sweep: 0.098/0.098 secs] [Times: user=0.11 sys=0.00, real=0.10 secs]
2014-02-01T15:40:11.535+0800: 311.131: [CMS-concurrent-reset-start]
2014-02-01T15:40:11.537+0800: 311.133: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=114 (full 39):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 311462K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88604K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:12.181+0800: 311.778: [GC2014-02-01T15:40:12.181+0800: 311.778: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 3988736 bytes, 3988736 total
- age 2: 9461792 bytes, 13450528 total
- age 3: 2970528 bytes, 16421056 total
- age 4: 2936 bytes, 16423992 total
- age 5: 58480 bytes, 16482472 total
: 142016K->20676K(142016K), 0.0466610 secs] 453478K->341426K(591836K), 0.0467490 secs] [Times: user=0.09 sys=0.01, real=0.04 secs]
Heap after GC invocations=115 (full 39):
par new generation total 142016K, used 20676K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ee12b0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 320749K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88604K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=115 (full 39):
par new generation total 142016K, used 134340K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ee12b0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 320749K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88721K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:13.619+0800: 313.215: [GC2014-02-01T15:40:13.619+0800: 313.215: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 1725800 bytes, 1725800 total
- age 2: 3448000 bytes, 5173800 total
- age 3: 9461712 bytes, 14635512 total
: 134340K->17004K(142016K), 0.0337670 secs] 455090K->340714K(591836K), 0.0338440 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
Heap after GC invocations=116 (full 39):
par new generation total 142016K, used 17004K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f9b010, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 323710K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88721K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=116 (full 39):
par new generation total 142016K, used 126390K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 96% used [0x00000007b0000000, 0x00000007b6ad2a08, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f9b010, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 323710K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88852K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:15.977+0800: 315.574: [GC2014-02-01T15:40:15.977+0800: 315.574: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2671352 bytes, 2671352 total
- age 2: 1537024 bytes, 4208376 total
- age 3: 3427864 bytes, 7636240 total
: 126390K->15023K(142016K), 0.0407140 secs] 450101K->348082K(591836K), 0.0408300 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=117 (full 39):
par new generation total 142016K, used 15023K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b995bda0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88852K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=117 (full 39):
par new generation total 142016K, used 115123K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 88% used [0x00000007b0000000, 0x00000007b61c10b0, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b995bda0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88852K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:16.086+0800: 315.682: [GC2014-02-01T15:40:16.086+0800: 315.682: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 57256 bytes, 57256 total
- age 2: 2480832 bytes, 2538088 total
- age 3: 1536568 bytes, 4074656 total
- age 4: 3427520 bytes, 7502176 total
: 115123K->9716K(142016K), 0.0106260 secs] 448183K->342775K(591836K), 0.0107180 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=118 (full 39):
par new generation total 142016K, used 9716K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b787d1c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88852K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=118 (full 39):
par new generation total 142016K, used 109154K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 87% used [0x00000007b0000000, 0x00000007b611b680, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b787d1c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88873K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:19.286+0800: 318.882: [GC2014-02-01T15:40:19.286+0800: 318.882: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3130256 bytes, 3130256 total
- age 2: 6928 bytes, 3137184 total
- age 3: 2415768 bytes, 5552952 total
- age 4: 1535872 bytes, 7088824 total
- age 5: 3425064 bytes, 10513888 total
: 109154K->14235K(142016K), 0.0116080 secs] 442213K->347295K(591836K), 0.0117050 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=119 (full 39):
par new generation total 142016K, used 14235K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b9896e10, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88873K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=119 (full 39):
par new generation total 142016K, used 127298K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e69d38, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b9896e10, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88957K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:22.710+0800: 322.306: [GC2014-02-01T15:40:22.710+0800: 322.306: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3936848 bytes, 3936848 total
- age 2: 2979280 bytes, 6916128 total
- age 3: 4208 bytes, 6920336 total
- age 4: 2409928 bytes, 9330264 total
- age 5: 1534288 bytes, 10864552 total
- age 6: 3398360 bytes, 14262912 total
: 127298K->18977K(142016K), 0.0176480 secs] 460358K->352037K(591836K), 0.0177260 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=120 (full 39):
par new generation total 142016K, used 18977K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81886d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88957K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=120 (full 39):
par new generation total 142016K, used 119461K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 88% used [0x00000007b0000000, 0x00000007b6220fd8, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81886d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88972K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:23.427+0800: 323.023: [GC2014-02-01T15:40:23.427+0800: 323.023: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 1624624 bytes, 1624624 total
- age 2: 3230280 bytes, 4854904 total
- age 3: 2975448 bytes, 7830352 total
- age 4: 4096 bytes, 7834448 total
- age 5: 2409472 bytes, 10243920 total
- age 6: 1533208 bytes, 11777128 total
- age 7: 3398360 bytes, 15175488 total
: 119461K->19162K(142016K), 0.0155800 secs] 452521K->352222K(591836K), 0.0156680 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=121 (full 39):
par new generation total 142016K, used 19162K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d66b48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88972K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=121 (full 39):
par new generation total 142016K, used 132449K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ea1a98, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d66b48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 333059K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88986K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:25.511+0800: 325.107: [GC2014-02-01T15:40:25.511+0800: 325.107: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2353824 bytes, 2353824 total
- age 2: 446056 bytes, 2799880 total
- age 3: 3212160 bytes, 6012040 total
- age 4: 2974744 bytes, 8986784 total
- age 5: 4096 bytes, 8990880 total
- age 6: 2409472 bytes, 11400352 total
- age 7: 1533208 bytes, 12933560 total
: 132449K->21408K(142016K), 0.0171340 secs] 465508K->357901K(591836K), 0.0172210 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=122 (full 39):
par new generation total 142016K, used 21408K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83e80a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 336493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 88986K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=122 (full 39):
par new generation total 142016K, used 134820K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ec1040, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83e80a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 336493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89041K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:31.165+0800: 330.761: [GC2014-02-01T15:40:31.165+0800: 330.761: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 4125888 bytes, 4125888 total
- age 2: 1282832 bytes, 5408720 total
- age 3: 406656 bytes, 5815376 total
- age 4: 3194776 bytes, 9010152 total
- age 5: 2974160 bytes, 11984312 total
- age 6: 4096 bytes, 11988408 total
- age 7: 2407312 bytes, 14395720 total
- age 8: 1533056 bytes, 15928776 total
: 134820K->16624K(142016K), 0.0134560 secs] 471313K->353118K(591836K), 0.0135530 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=123 (full 39):
par new generation total 142016K, used 16624K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9aec2f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 336493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89041K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=123 (full 39):
par new generation total 142016K, used 130288K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9aec2f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 336493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89068K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:36.631+0800: 336.227: [GC2014-02-01T15:40:36.631+0800: 336.227: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2031696 bytes, 2031696 total
- age 2: 2571024 bytes, 4602720 total
- age 3: 508984 bytes, 5111704 total
- age 4: 399632 bytes, 5511336 total
- age 5: 3168152 bytes, 8679488 total
- age 6: 2974160 bytes, 11653648 total
- age 7: 4096 bytes, 11657744 total
- age 8: 2407312 bytes, 14065056 total
: 130288K->20586K(142016K), 0.0147890 secs] 466782K->358590K(591836K), 0.0148630 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=124 (full 39):
par new generation total 142016K, used 20586K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b831aba8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89068K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=124 (full 39):
par new generation total 142016K, used 130015K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 96% used [0x00000007b0000000, 0x00000007b6add450, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b831aba8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89103K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:42.844+0800: 342.440: [GC2014-02-01T15:40:42.844+0800: 342.440: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 530832 bytes, 530832 total
- age 2: 1884480 bytes, 2415312 total
- age 3: 2537624 bytes, 4952936 total
- age 4: 508080 bytes, 5461016 total
- age 5: 399232 bytes, 5860248 total
- age 6: 3166712 bytes, 9026960 total
- age 7: 2954960 bytes, 11981920 total
- age 8: 4096 bytes, 11986016 total
- age 9: 2397680 bytes, 14383696 total
: 130015K->20635K(142016K), 0.0145240 secs] 468019K->358638K(591836K), 0.0146650 secs] [Times: user=0.05 sys=0.00, real=0.01 secs]
Heap after GC invocations=125 (full 39):
par new generation total 142016K, used 20635K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ed6c70, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89103K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=125 (full 39):
par new generation total 142016K, used 134299K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ed6c70, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89116K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:48.517+0800: 348.113: [GC2014-02-01T15:40:48.517+0800: 348.113: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 605680 bytes, 605680 total
- age 2: 311264 bytes, 916944 total
- age 3: 1833408 bytes, 2750352 total
- age 4: 2463144 bytes, 5213496 total
- age 5: 502184 bytes, 5715680 total
- age 6: 398920 bytes, 6114600 total
- age 7: 3165624 bytes, 9280224 total
- age 8: 2946184 bytes, 12226408 total
- age 9: 736 bytes, 12227144 total
- age 10: 2356832 bytes, 14583976 total
: 134299K->20910K(142016K), 0.0130140 secs] 472302K->358913K(591836K), 0.0131040 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=126 (full 39):
par new generation total 142016K, used 20910K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b836b978, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89116K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=126 (full 39):
par new generation total 142016K, used 133634K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e15198, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b836b978, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 338003K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89140K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:40:54.720+0800: 354.316: [GC2014-02-01T15:40:54.720+0800: 354.316: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 384368 bytes, 384368 total
- age 2: 412648 bytes, 797016 total
- age 3: 238056 bytes, 1035072 total
- age 4: 1801512 bytes, 2836584 total
- age 5: 2463064 bytes, 5299648 total
- age 6: 502072 bytes, 5801720 total
- age 7: 396856 bytes, 6198576 total
- age 8: 3157072 bytes, 9355648 total
- age 9: 2946184 bytes, 12301832 total
- age 10: 736 bytes, 12302568 total
: 133634K->21228K(142016K), 0.0135970 secs] 471637K->361541K(591836K), 0.0136930 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=127 (full 39):
par new generation total 142016K, used 21228K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f6b2a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340312K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89140K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=127 (full 39):
par new generation total 142016K, used 134892K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f6b2a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340312K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89168K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:05.099+0800: 364.696: [GC2014-02-01T15:41:05.099+0800: 364.696: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1233024 bytes, 1233024 total
- age 2: 216264 bytes, 1449288 total
- age 3: 367248 bytes, 1816536 total
- age 4: 191784 bytes, 2008320 total
- age 5: 1801376 bytes, 3809696 total
- age 6: 2434824 bytes, 6244520 total
- age 7: 502072 bytes, 6746592 total
- age 8: 396856 bytes, 7143448 total
- age 9: 3157072 bytes, 10300520 total
- age 10: 2946184 bytes, 13246704 total
- age 11: 736 bytes, 13247440 total
: 134892K->16134K(142016K), 0.0132400 secs] 475205K->356447K(591836K), 0.0133090 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=128 (full 39):
par new generation total 142016K, used 16134K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7ec1a60, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340312K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89168K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=128 (full 39):
par new generation total 142016K, used 129798K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7ec1a60, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340312K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89282K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:11.859+0800: 371.456: [GC2014-02-01T15:41:11.859+0800: 371.456: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 11750032 bytes, 11750032 total
- age 2: 997304 bytes, 12747336 total
- age 3: 149504 bytes, 12896840 total
- age 4: 331432 bytes, 13228272 total
- age 5: 173848 bytes, 13402120 total
- age 6: 1794184 bytes, 15196304 total
- age 7: 2416968 bytes, 17613272 total
- age 8: 502072 bytes, 18115344 total
- age 9: 396856 bytes, 18512200 total
- age 10: 3157072 bytes, 21669272 total
- age 11: 2946184 bytes, 24615456 total
- age 12: 736 bytes, 24616192 total
: 129798K->28352K(142016K), 0.0363090 secs] 470111K->368752K(591836K), 0.0363820 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=129 (full 39):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340400K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89282K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=129 (full 39):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340400K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89324K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:24.953+0800: 384.549: [GC2014-02-01T15:41:24.953+0800: 384.549: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 2421160 bytes, 2421160 total
- age 2: 11583312 bytes, 14004472 total
- age 3: 929904 bytes, 14934376 total
- age 4: 109056 bytes, 15043432 total
- age 5: 324560 bytes, 15367992 total
- age 6: 173736 bytes, 15541728 total
: 142016K->21030K(142016K), 0.0387860 secs] 482416K->372364K(591836K), 0.0388570 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=130 (full 39):
par new generation total 142016K, used 21030K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83899d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351334K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89324K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=130 (full 39):
par new generation total 142016K, used 134694K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83899d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351334K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89361K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:31.097+0800: 390.694: [GC2014-02-01T15:41:31.097+0800: 390.694: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 1374936 bytes, 1374936 total
- age 2: 2220304 bytes, 3595240 total
- age 3: 11539752 bytes, 15134992 total
: 134694K->16615K(142016K), 0.0333260 secs] 486028K->369428K(591836K), 0.0334060 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=131 (full 39):
par new generation total 142016K, used 16615K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9ae9dd8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 352813K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89361K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=131 (full 39):
par new generation total 142016K, used 118201K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 89% used [0x00000007b0000000, 0x00000007b63346d0, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9ae9dd8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 352813K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89377K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:42.067+0800: 401.663: [GC2014-02-01T15:41:42.067+0800: 401.663: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2278440 bytes, 2278440 total
- age 2: 1070880 bytes, 3349320 total
- age 3: 2168128 bytes, 5517448 total
: 118201K->15261K(142016K), 0.0497130 secs] 471014K->379916K(591836K), 0.0497890 secs] [Times: user=0.09 sys=0.01, real=0.05 secs]
Heap after GC invocations=132 (full 39):
par new generation total 142016K, used 15261K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7de74a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89377K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=132 (full 39):
par new generation total 142016K, used 128925K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7de74a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89400K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:48.504+0800: 408.100: [GC2014-02-01T15:41:48.504+0800: 408.100: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2199016 bytes, 2199016 total
- age 2: 2060336 bytes, 4259352 total
- age 3: 1051328 bytes, 5310680 total
- age 4: 2093688 bytes, 7404368 total
: 128925K->10326K(142016K), 0.0138340 secs] 493580K->374981K(591836K), 0.0138990 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=133 (full 39):
par new generation total 142016K, used 10326K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b8ab0000, 0x00000007b94c5a48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89400K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=133 (full 39):
par new generation total 142016K, used 123990K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b8ab0000, 0x00000007b94c5a48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89414K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:41:59.354+0800: 418.950: [GC2014-02-01T15:41:59.354+0800: 418.950: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1911792 bytes, 1911792 total
- age 2: 1949456 bytes, 3861248 total
- age 3: 1992440 bytes, 5853688 total
- age 4: 1050056 bytes, 6903744 total
- age 5: 2049888 bytes, 8953632 total
: 123990K->10073K(142016K), 0.0154720 secs] 488645K->374728K(591836K), 0.0155670 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=134 (full 39):
par new generation total 142016K, used 10073K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78d6690, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89414K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=134 (full 39):
par new generation total 142016K, used 123737K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78d6690, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89424K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:03.975+0800: 423.571: [GC2014-02-01T15:42:03.975+0800: 423.571: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 7160808 bytes, 7160808 total
- age 2: 1658936 bytes, 8819744 total
- age 3: 1924040 bytes, 10743784 total
- age 4: 1992224 bytes, 12736008 total
- age 5: 1039488 bytes, 13775496 total
- age 6: 2031312 bytes, 15806808 total
: 123737K->16319K(142016K), 0.0288010 secs] 488392K->380975K(591836K), 0.0288820 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
Heap after GC invocations=135 (full 39):
par new generation total 142016K, used 16319K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9a9ff38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89424K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=135 (full 39):
par new generation total 142016K, used 121226K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 92% used [0x00000007b0000000, 0x00000007b6672a88, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b8ab0000, 0x00000007b9a9ff38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 364655K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89880K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:12.870+0800: 432.467: [GC2014-02-01T15:42:12.870+0800: 432.467: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 6323848 bytes, 6323848 total
- age 2: 6969728 bytes, 13293576 total
- age 3: 1658936 bytes, 14952512 total
- age 4: 1915096 bytes, 16867608 total
- age 5: 1936904 bytes, 18804512 total
- age 6: 981752 bytes, 19786264 total
: 121226K->27784K(142016K), 0.0445460 secs] 485881K->394433K(591836K), 0.0446290 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=136 (full 39):
par new generation total 142016K, used 27784K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b6f00000, 0x00000007b8a223c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366648K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89880K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=136 (full 39):
par new generation total 142016K, used 132720K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 92% used [0x00000007b0000000, 0x00000007b6679c88, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b6f00000, 0x00000007b8a223c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366648K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89906K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:18.117+0800: 437.713: [GC2014-02-01T15:42:18.117+0800: 437.713: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 4527248 bytes, 4527248 total
- age 2: 5488624 bytes, 10015872 total
- age 3: 6848112 bytes, 16863984 total
: 132720K->26112K(142016K), 0.0474910 secs] 499369K->399011K(591836K), 0.0475890 secs] [Times: user=0.09 sys=0.01, real=0.05 secs]
Heap after GC invocations=137 (full 39):
par new generation total 142016K, used 26112K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b8ab0000, 0x00000007ba4303a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 372898K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89906K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:42:18.167+0800: 437.763: [GC [1 CMS-initial-mark: 372898K(449820K)] 415414K(591836K), 0.0226920 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T15:42:18.190+0800: 437.786: [CMS-concurrent-mark-start]
2014-02-01T15:42:18.454+0800: 438.050: [CMS-concurrent-mark: 0.254/0.264 secs] [Times: user=1.12 sys=0.02, real=0.26 secs]
2014-02-01T15:42:18.455+0800: 438.051: [GC[YG occupancy: 58416 K (142016 K)]2014-02-01T15:42:18.455+0800: 438.051: [Rescan (parallel) , 0.0227650 secs]2014-02-01T15:42:18.478+0800: 438.074: [weak refs processing, 0.0001880 secs]2014-02-01T15:42:18.478+0800: 438.074: [scrub string table, 0.0012110 secs] [1 CMS-remark: 372898K(449820K)] 431314K(591836K), 0.0242690 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
2014-02-01T15:42:18.479+0800: 438.075: [CMS-concurrent-sweep-start]
2014-02-01T15:42:18.628+0800: 438.224: [CMS-concurrent-sweep: 0.149/0.149 secs] [Times: user=0.43 sys=0.02, real=0.15 secs]
2014-02-01T15:42:18.628+0800: 438.224: [CMS-concurrent-reset-start]
2014-02-01T15:42:18.632+0800: 438.228: [CMS-concurrent-reset: 0.004/0.004 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=137 (full 40):
par new generation total 142016K, used 139776K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b8ab0000, 0x00000007ba4303a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340107K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89920K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:25.679+0800: 445.275: [GC2014-02-01T15:42:25.679+0800: 445.275: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 7903056 bytes, 7903056 total
- age 2: 4033824 bytes, 11936880 total
- age 3: 1614768 bytes, 13551648 total
: 139776K->16728K(142016K), 0.0297590 secs] 479884K->357265K(591836K), 0.0298500 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=138 (full 40):
par new generation total 142016K, used 16728K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f562a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89920K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=138 (full 40):
par new generation total 142016K, used 130392K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f562a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89926K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:31.989+0800: 451.585: [GC2014-02-01T15:42:31.989+0800: 451.585: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 294192 bytes, 294192 total
- age 2: 7641792 bytes, 7935984 total
- age 3: 3932264 bytes, 11868248 total
- age 4: 1610928 bytes, 13479176 total
: 130392K->14134K(142016K), 0.0256000 secs] 470929K->354671K(591836K), 0.0257030 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=139 (full 40):
par new generation total 142016K, used 14134K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b987dbb8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89926K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=139 (full 40):
par new generation total 142016K, used 127798K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b987dbb8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89965K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:41.826+0800: 461.422: [GC2014-02-01T15:42:41.826+0800: 461.422: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 395080 bytes, 395080 total
- age 2: 45728 bytes, 440808 total
- age 3: 7632256 bytes, 8073064 total
- age 4: 3925344 bytes, 11998408 total
- age 5: 1482520 bytes, 13480928 total
: 127798K->20091K(142016K), 0.0295270 secs] 468335K->360628K(591836K), 0.0296610 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=140 (full 40):
par new generation total 142016K, used 20091K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b829ec70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89965K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=140 (full 40):
par new generation total 142016K, used 133755K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b829ec70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89982K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:50.474+0800: 470.070: [GC2014-02-01T15:42:50.474+0800: 470.070: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 328256 bytes, 328256 total
- age 2: 77904 bytes, 406160 total
- age 3: 45616 bytes, 451776 total
- age 4: 7621752 bytes, 8073528 total
- age 5: 3909104 bytes, 11982632 total
- age 6: 1390176 bytes, 13372808 total
: 133755K->19752K(142016K), 0.0280870 secs] 474292K->360289K(591836K), 0.0281590 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=141 (full 40):
par new generation total 142016K, used 19752K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dfa278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89982K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=141 (full 40):
par new generation total 142016K, used 133416K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dfa278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:42:59.332+0800: 478.928: [GC2014-02-01T15:42:59.332+0800: 478.928: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2324320 bytes, 2324320 total
- age 2: 70864 bytes, 2395184 total
- age 3: 43328 bytes, 2438512 total
- age 4: 44936 bytes, 2483448 total
- age 5: 7613080 bytes, 10096528 total
- age 6: 2983360 bytes, 13079888 total
- age 7: 1361456 bytes, 14441344 total
: 133416K->19548K(142016K), 0.0259910 secs] 473953K->360085K(591836K), 0.0260900 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=142 (full 40):
par new generation total 142016K, used 19548K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b6f00000, 0x00000007b8217138, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 89991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=142 (full 40):
par new generation total 142016K, used 133212K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b6f00000, 0x00000007b8217138, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90024K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:43:08.388+0800: 487.984: [GC2014-02-01T15:43:08.388+0800: 487.984: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 1867144 bytes, 1867144 total
- age 2: 1048568 bytes, 2915712 total
- age 3: 70864 bytes, 2986576 total
- age 4: 42672 bytes, 3029248 total
- age 5: 44744 bytes, 3073992 total
- age 6: 7604440 bytes, 10678432 total
- age 7: 2976640 bytes, 13655072 total
- age 8: 1360240 bytes, 15015312 total
: 133212K->20761K(142016K), 0.0318180 secs] 473749K->361298K(591836K), 0.0318970 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=143 (full 40):
par new generation total 142016K, used 20761K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9ef66d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90024K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=143 (full 40):
par new generation total 142016K, used 134425K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9ef66d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 340537K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90027K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:43:17.893+0800: 497.489: [GC2014-02-01T15:43:17.893+0800: 497.489: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 470400 bytes, 470400 total
- age 2: 1615712 bytes, 2086112 total
- age 3: 977496 bytes, 3063608 total
- age 4: 70864 bytes, 3134472 total
- age 5: 35776 bytes, 3170248 total
- age 6: 34904 bytes, 3205152 total
- age 7: 7604440 bytes, 10809592 total
- age 8: 2976640 bytes, 13786232 total
: 134425K->21654K(142016K), 0.0322740 secs] 474962K->363477K(591836K), 0.0324010 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=144 (full 40):
par new generation total 142016K, used 21654K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8425ba8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90027K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=144 (full 40):
par new generation total 142016K, used 135318K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8425ba8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90033K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:43:30.003+0800: 509.599: [GC2014-02-01T15:43:30.003+0800: 509.599: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1046824 bytes, 1046824 total
- age 2: 152944 bytes, 1199768 total
- age 3: 1507760 bytes, 2707528 total
- age 4: 959352 bytes, 3666880 total
- age 5: 66704 bytes, 3733584 total
- age 6: 29792 bytes, 3763376 total
- age 7: 22936 bytes, 3786312 total
- age 8: 7580136 bytes, 11366448 total
- age 9: 2972480 bytes, 14338928 total
: 135318K->20504K(142016K), 0.0304020 secs] 477141K->362327K(591836K), 0.0304770 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=145 (full 40):
par new generation total 142016K, used 20504K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9eb62c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90033K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=145 (full 40):
par new generation total 142016K, used 134168K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9eb62c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90046K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:43:41.749+0800: 521.345: [GC2014-02-01T15:43:41.749+0800: 521.345: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 406776 bytes, 406776 total
- age 2: 780344 bytes, 1187120 total
- age 3: 79560 bytes, 1266680 total
- age 4: 1477360 bytes, 2744040 total
- age 5: 924288 bytes, 3668328 total
- age 6: 63200 bytes, 3731528 total
- age 7: 25984 bytes, 3757512 total
- age 8: 20448 bytes, 3777960 total
- age 9: 7567008 bytes, 11344968 total
- age 10: 2969760 bytes, 14314728 total
: 134168K->20820K(142016K), 0.0284890 secs] 475991K->362642K(591836K), 0.0285840 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=146 (full 40):
par new generation total 142016K, used 20820K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b8355288, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90046K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=146 (full 40):
par new generation total 142016K, used 134484K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b8355288, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90059K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:43:50.607+0800: 530.203: [GC2014-02-01T15:43:50.607+0800: 530.203: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 592152 bytes, 592152 total
- age 2: 153800 bytes, 745952 total
- age 3: 751856 bytes, 1497808 total
- age 4: 43920 bytes, 1541728 total
- age 5: 1465792 bytes, 3007520 total
- age 6: 920448 bytes, 3927968 total
- age 7: 60720 bytes, 3988688 total
- age 8: 25984 bytes, 4014672 total
- age 9: 20448 bytes, 4035120 total
- age 10: 7566960 bytes, 11602080 total
- age 11: 2969760 bytes, 14571840 total
: 134484K->20893K(142016K), 0.0282090 secs] 476306K->362715K(591836K), 0.0282780 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=147 (full 40):
par new generation total 142016K, used 20893K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f17428, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90059K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=147 (full 40):
par new generation total 142016K, used 134557K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f17428, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 341822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90072K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:00.718+0800: 540.314: [GC2014-02-01T15:44:00.748+0800: 540.344: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1390840 bytes, 1390840 total
- age 2: 348520 bytes, 1739360 total
- age 3: 117392 bytes, 1856752 total
- age 4: 703232 bytes, 2559984 total
- age 5: 34376 bytes, 2594360 total
- age 6: 401624 bytes, 2995984 total
- age 7: 875544 bytes, 3871528 total
- age 8: 60720 bytes, 3932248 total
- age 9: 25944 bytes, 3958192 total
- age 10: 20448 bytes, 3978640 total
- age 11: 7566960 bytes, 11545600 total
: 134557K->14139K(142016K), 0.0295300 secs] 476379K->358862K(591836K), 0.0598100 secs] [Times: user=0.06 sys=0.00, real=0.06 secs]
Heap after GC invocations=148 (full 40):
par new generation total 142016K, used 14139K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b6f00000, 0x00000007b7ccef58, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90072K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=148 (full 40):
par new generation total 142016K, used 127803K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b6f00000, 0x00000007b7ccef58, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90120K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:04.661+0800: 544.257: [GC2014-02-01T15:44:04.661+0800: 544.257: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 7238144 bytes, 7238144 total
- age 2: 1149912 bytes, 8388056 total
- age 3: 339192 bytes, 8727248 total
- age 4: 117368 bytes, 8844616 total
- age 5: 694512 bytes, 9539128 total
- age 6: 34144 bytes, 9573272 total
- age 7: 401624 bytes, 9974896 total
- age 8: 875544 bytes, 10850440 total
- age 9: 60720 bytes, 10911160 total
- age 10: 25944 bytes, 10937104 total
- age 11: 20448 bytes, 10957552 total
- age 12: 3403928 bytes, 14361480 total
: 127803K->23861K(142016K), 0.0310180 secs] 472526K->368584K(591836K), 0.0311020 secs] [Times: user=0.06 sys=0.01, real=0.03 secs]
Heap after GC invocations=149 (full 40):
par new generation total 142016K, used 23861K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba1fd6e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90120K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=149 (full 40):
par new generation total 142016K, used 137525K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba1fd6e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90187K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:17.277+0800: 556.873: [GC2014-02-01T15:44:17.277+0800: 556.873: [ParNew
Desired survivor size 14516224 bytes, new threshold 13 (max 15)
- age 1: 7756904 bytes, 7756904 total
- age 2: 3053624 bytes, 10810528 total
- age 3: 1069448 bytes, 11879976 total
- age 4: 330552 bytes, 12210528 total
- age 5: 115296 bytes, 12325824 total
- age 6: 684176 bytes, 13010000 total
- age 7: 25592 bytes, 13035592 total
- age 8: 401624 bytes, 13437216 total
- age 9: 875544 bytes, 14312760 total
- age 10: 52520 bytes, 14365280 total
- age 11: 25944 bytes, 14391224 total
- age 12: 20424 bytes, 14411648 total
- age 13: 3128384 bytes, 17540032 total
: 137525K->24658K(142016K), 0.0377840 secs] 482248K->369381K(591836K), 0.0378750 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=150 (full 40):
par new generation total 142016K, used 24658K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b6f00000, 0x00000007b8714930, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90187K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=150 (full 40):
par new generation total 142016K, used 138322K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b6f00000, 0x00000007b8714930, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 344722K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90210K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:31.502+0800: 571.098: [GC2014-02-01T15:44:31.502+0800: 571.098: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 1153816 bytes, 1153816 total
- age 2: 7582112 bytes, 8735928 total
- age 3: 2834112 bytes, 11570040 total
- age 4: 1035784 bytes, 12605824 total
- age 5: 279840 bytes, 12885664 total
- age 6: 107384 bytes, 12993048 total
- age 7: 662904 bytes, 13655952 total
- age 8: 10000 bytes, 13665952 total
- age 9: 401624 bytes, 14067576 total
- age 10: 875504 bytes, 14943080 total
- age 11: 52520 bytes, 14995600 total
- age 12: 25944 bytes, 15021544 total
- age 13: 20384 bytes, 15041928 total
: 138322K->22383K(142016K), 0.0347860 secs] 483045K->370259K(591836K), 0.0348640 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=151 (full 40):
par new generation total 142016K, used 22383K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b8ab0000, 0x00000007ba08bf88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 347875K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90210K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=151 (full 40):
par new generation total 142016K, used 136047K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b8ab0000, 0x00000007ba08bf88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 347875K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90231K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:36.013+0800: 575.610: [GC2014-02-01T15:44:36.014+0800: 575.610: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 10514184 bytes, 10514184 total
- age 2: 165960 bytes, 10680144 total
- age 3: 79624 bytes, 10759768 total
- age 4: 49072 bytes, 10808840 total
- age 5: 1035752 bytes, 11844592 total
- age 6: 279840 bytes, 12124432 total
- age 7: 107384 bytes, 12231816 total
- age 8: 640168 bytes, 12871984 total
- age 9: 10000 bytes, 12881984 total
- age 10: 401624 bytes, 13283608 total
: 136047K->14680K(142016K), 0.0361450 secs] 483923K->363502K(591836K), 0.0362280 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=152 (full 40):
par new generation total 142016K, used 14680K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b6f00000, 0x00000007b7d56358, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 348822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90231K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=152 (full 40):
par new generation total 142016K, used 128344K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b6f00000, 0x00000007b7d56358, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 348822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90236K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:39.884+0800: 579.480: [GC2014-02-01T15:44:39.884+0800: 579.480: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 8730456 bytes, 8730456 total
- age 2: 6133776 bytes, 14864232 total
- age 3: 156304 bytes, 15020536 total
- age 4: 79192 bytes, 15099728 total
- age 5: 49072 bytes, 15148800 total
- age 6: 1035592 bytes, 16184392 total
- age 7: 279840 bytes, 16464232 total
- age 8: 107384 bytes, 16571616 total
- age 9: 639064 bytes, 17210680 total
- age 10: 10000 bytes, 17220680 total
- age 11: 401624 bytes, 17622304 total
: 128344K->26774K(142016K), 0.0346810 secs] 477166K->375596K(591836K), 0.0347880 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=153 (full 40):
par new generation total 142016K, used 26774K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b8ab0000, 0x00000007ba4d5888, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 348822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90236K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=153 (full 40):
par new generation total 142016K, used 140438K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b8ab0000, 0x00000007ba4d5888, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 348822K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90259K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:51.173+0800: 590.770: [GC2014-02-01T15:44:51.173+0800: 590.770: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3570832 bytes, 3570832 total
- age 2: 8449048 bytes, 12019880 total
: 140438K->16325K(142016K), 0.0346590 secs] 489260K->367831K(591836K), 0.0347400 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=154 (full 40):
par new generation total 142016K, used 16325K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ef14a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90259K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=154 (full 40):
par new generation total 142016K, used 129989K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ef14a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90308K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:44:57.446+0800: 597.043: [GC2014-02-01T15:44:57.446+0800: 597.043: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 11902144 bytes, 11902144 total
- age 2: 461664 bytes, 12363808 total
- age 3: 948704 bytes, 13312512 total
: 129989K->19227K(142016K), 0.0251670 secs] 481495K->370733K(591836K), 0.0252440 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=155 (full 40):
par new generation total 142016K, used 19227K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d76f40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90308K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=155 (full 40):
par new generation total 142016K, used 132891K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d76f40, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90316K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:01.965+0800: 601.562: [GC2014-02-01T15:45:01.966+0800: 601.562: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 7021336 bytes, 7021336 total
- age 2: 5636744 bytes, 12658080 total
- age 3: 159024 bytes, 12817104 total
- age 4: 924064 bytes, 13741168 total
: 132891K->19421K(142016K), 0.0250380 secs] 484397K->370927K(591836K), 0.0251480 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=156 (full 40):
par new generation total 142016K, used 19421K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b6f00000, 0x00000007b81f7640, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90316K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=156 (full 40):
par new generation total 142016K, used 133085K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b6f00000, 0x00000007b81f7640, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:14.868+0800: 614.464: [GC2014-02-01T15:45:14.868+0800: 614.464: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 6551352 bytes, 6551352 total
- age 2: 4301040 bytes, 10852392 total
- age 3: 11608 bytes, 10864000 total
- age 4: 158944 bytes, 11022944 total
- age 5: 923632 bytes, 11946576 total
: 133085K->13348K(142016K), 0.0277030 secs] 484591K->364854K(591836K), 0.0277730 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=157 (full 40):
par new generation total 142016K, used 13348K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 47% used [0x00000007b8ab0000, 0x00000007b97b9330, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=157 (full 40):
par new generation total 142016K, used 127012K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 47% used [0x00000007b8ab0000, 0x00000007b97b9330, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:19.483+0800: 619.079: [GC2014-02-01T15:45:19.483+0800: 619.079: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 10593048 bytes, 10593048 total
- age 2: 92888 bytes, 10685936 total
- age 3: 113024 bytes, 10798960 total
- age 4: 11608 bytes, 10810568 total
- age 5: 155104 bytes, 10965672 total
- age 6: 923632 bytes, 11889304 total
: 127012K->12033K(142016K), 0.0310610 secs] 478518K->363539K(591836K), 0.0311520 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=158 (full 40):
par new generation total 142016K, used 12033K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b6f00000, 0x00000007b7ac07f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=158 (full 40):
par new generation total 142016K, used 125697K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b6f00000, 0x00000007b7ac07f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90337K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:30.472+0800: 630.069: [GC2014-02-01T15:45:30.472+0800: 630.069: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 341000 bytes, 341000 total
- age 2: 10455376 bytes, 10796376 total
- age 3: 92608 bytes, 10888984 total
- age 4: 23392 bytes, 10912376 total
- age 5: 11608 bytes, 10923984 total
- age 6: 155104 bytes, 11079088 total
- age 7: 3024 bytes, 11082112 total
: 125697K->11740K(142016K), 0.0266320 secs] 477203K->363246K(591836K), 0.0267040 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=159 (full 40):
par new generation total 142016K, used 11740K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b8ab0000, 0x00000007b96271d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90337K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=159 (full 40):
par new generation total 142016K, used 125404K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b8ab0000, 0x00000007b96271d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90337K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:46.623+0800: 646.219: [GC2014-02-01T15:45:46.623+0800: 646.219: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 202480 bytes, 202480 total
- age 2: 93024 bytes, 295504 total
- age 3: 10450344 bytes, 10745848 total
- age 4: 80992 bytes, 10826840 total
- age 5: 21984 bytes, 10848824 total
- age 6: 11408 bytes, 10860232 total
- age 7: 155064 bytes, 11015296 total
- age 8: 3024 bytes, 11018320 total
: 125404K->16564K(142016K), 0.0273150 secs] 476910K->368070K(591836K), 0.0274020 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=160 (full 40):
par new generation total 142016K, used 16564K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b6f00000, 0x00000007b7f2d3d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90337K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=160 (full 40):
par new generation total 142016K, used 130228K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b6f00000, 0x00000007b7f2d3d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90346K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:45:59.900+0800: 659.496: [GC2014-02-01T15:45:59.900+0800: 659.496: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2189912 bytes, 2189912 total
- age 2: 21440 bytes, 2211352 total
- age 3: 46088 bytes, 2257440 total
- age 4: 10423544 bytes, 12680984 total
- age 5: 51520 bytes, 12732504 total
- age 6: 8496 bytes, 12741000 total
- age 7: 11088 bytes, 12752088 total
- age 8: 155000 bytes, 12907088 total
- age 9: 2912 bytes, 12910000 total
: 130228K->21591K(142016K), 0.0284400 secs] 481734K->373097K(591836K), 0.0285320 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=161 (full 40):
par new generation total 142016K, used 21591K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b8ab0000, 0x00000007b9fc5da0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90346K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=161 (full 40):
par new generation total 142016K, used 135255K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b8ab0000, 0x00000007b9fc5da0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90350K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:46:08.464+0800: 668.060: [GC2014-02-01T15:46:08.464+0800: 668.060: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2423864 bytes, 2423864 total
- age 2: 752824 bytes, 3176688 total
- age 3: 20912 bytes, 3197600 total
- age 4: 45896 bytes, 3243496 total
- age 5: 10423544 bytes, 13667040 total
- age 6: 37776 bytes, 13704816 total
- age 7: 8496 bytes, 13713312 total
- age 8: 11088 bytes, 13724400 total
- age 9: 155000 bytes, 13879400 total
- age 10: 2912 bytes, 13882312 total
: 135255K->18525K(142016K), 0.0319390 secs] 486761K->370031K(591836K), 0.0320510 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=162 (full 40):
par new generation total 142016K, used 18525K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b81175f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90350K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=162 (full 40):
par new generation total 142016K, used 132189K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b81175f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90351K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:46:22.074+0800: 681.670: [GC2014-02-01T15:46:22.074+0800: 681.670: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 1234448 bytes, 1234448 total
- age 2: 2267800 bytes, 3502248 total
- age 3: 706424 bytes, 4208672 total
- age 4: 13120 bytes, 4221792 total
- age 5: 27424 bytes, 4249216 total
- age 6: 10415032 bytes, 14664248 total
- age 7: 30000 bytes, 14694248 total
- age 8: 8496 bytes, 14702744 total
- age 9: 4216 bytes, 14706960 total
- age 10: 154960 bytes, 14861920 total
- age 11: 2912 bytes, 14864832 total
: 132189K->24031K(142016K), 0.0275790 secs] 483695K->375537K(591836K), 0.0276510 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=163 (full 40):
par new generation total 142016K, used 24031K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba227df0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90351K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=163 (full 40):
par new generation total 142016K, used 137695K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 84% used [0x00000007b8ab0000, 0x00000007ba227df0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 351505K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90365K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:46:35.000+0800: 694.596: [GC2014-02-01T15:46:35.000+0800: 694.596: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2768056 bytes, 2768056 total
- age 2: 1054072 bytes, 3822128 total
- age 3: 1369032 bytes, 5191160 total
- age 4: 460448 bytes, 5651608 total
- age 5: 13080 bytes, 5664688 total
- age 6: 27424 bytes, 5692112 total
: 137695K->13885K(142016K), 0.0422140 secs] 489201K->375963K(591836K), 0.0423690 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=164 (full 40):
par new generation total 142016K, used 13885K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c8f550, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90365K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=164 (full 40):
par new generation total 142016K, used 127549K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c8f550, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90366K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:46:45.828+0800: 705.424: [GC2014-02-01T15:46:45.828+0800: 705.424: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 268752 bytes, 268752 total
- age 2: 2617592 bytes, 2886344 total
- age 3: 1054072 bytes, 3940416 total
- age 4: 1358768 bytes, 5299184 total
- age 5: 451896 bytes, 5751080 total
- age 6: 12296 bytes, 5763376 total
- age 7: 17512 bytes, 5780888 total
: 127549K->7368K(142016K), 0.0118860 secs] 489627K->369446K(591836K), 0.0119780 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=165 (full 40):
par new generation total 142016K, used 7368K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 25% used [0x00000007b8ab0000, 0x00000007b91e2148, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90366K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=165 (full 40):
par new generation total 142016K, used 121032K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 25% used [0x00000007b8ab0000, 0x00000007b91e2148, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:46:57.458+0800: 717.054: [GC2014-02-01T15:46:57.458+0800: 717.055: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 248664 bytes, 248664 total
- age 2: 8216 bytes, 256880 total
- age 3: 2463552 bytes, 2720432 total
- age 4: 1054072 bytes, 3774504 total
- age 5: 1351912 bytes, 5126416 total
- age 6: 435768 bytes, 5562184 total
- age 7: 12296 bytes, 5574480 total
- age 8: 17512 bytes, 5591992 total
: 121032K->8135K(142016K), 0.0124010 secs] 483110K->370213K(591836K), 0.0124890 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=166 (full 40):
par new generation total 142016K, used 8135K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76f1ce0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=166 (full 40):
par new generation total 142016K, used 121799K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76f1ce0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90378K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:10.168+0800: 729.764: [GC2014-02-01T15:47:10.168+0800: 729.764: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 245120 bytes, 245120 total
- age 2: 7040 bytes, 252160 total
- age 3: 7768 bytes, 259928 total
- age 4: 2374712 bytes, 2634640 total
- age 5: 1044264 bytes, 3678904 total
- age 6: 1351912 bytes, 5030816 total
- age 7: 403016 bytes, 5433832 total
- age 8: 12136 bytes, 5445968 total
- age 9: 17512 bytes, 5463480 total
: 121799K->8125K(142016K), 0.0112450 secs] 483877K->370203K(591836K), 0.0113180 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=167 (full 40):
par new generation total 142016K, used 8125K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b8ab0000, 0x00000007b929f480, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90378K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=167 (full 40):
par new generation total 142016K, used 121789K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b8ab0000, 0x00000007b929f480, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90378K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:24.963+0800: 744.559: [GC2014-02-01T15:47:24.963+0800: 744.559: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1027568 bytes, 1027568 total
- age 2: 3568 bytes, 1031136 total
- age 3: 128 bytes, 1031264 total
- age 4: 864 bytes, 1032128 total
- age 5: 2294864 bytes, 3326992 total
- age 6: 1045320 bytes, 4372312 total
- age 7: 1345040 bytes, 5717352 total
- age 8: 390840 bytes, 6108192 total
- age 9: 12136 bytes, 6120328 total
- age 10: 17448 bytes, 6137776 total
: 121789K->7956K(142016K), 0.0141250 secs] 483867K->370035K(591836K), 0.0142220 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=168 (full 40):
par new generation total 142016K, used 7956K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76c53d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90378K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=168 (full 40):
par new generation total 142016K, used 121620K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 28% used [0x00000007b6f00000, 0x00000007b76c53d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90408K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:31.966+0800: 751.562: [GC2014-02-01T15:47:31.966+0800: 751.562: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 364960 bytes, 364960 total
- age 2: 825792 bytes, 1190752 total
- age 3: 3528 bytes, 1194280 total
- age 4: 128 bytes, 1194408 total
- age 5: 864 bytes, 1195272 total
- age 6: 2279440 bytes, 3474712 total
- age 7: 1044176 bytes, 4518888 total
- age 8: 1345040 bytes, 5863928 total
- age 9: 379128 bytes, 6243056 total
- age 10: 12136 bytes, 6255192 total
- age 11: 17424 bytes, 6272616 total
: 121620K->8732K(142016K), 0.0121470 secs] 483699K->370811K(591836K), 0.0122390 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=169 (full 40):
par new generation total 142016K, used 8732K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b9337308, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90408K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=169 (full 40):
par new generation total 142016K, used 122396K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b9337308, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90410K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:42.783+0800: 762.379: [GC2014-02-01T15:47:42.783+0800: 762.379: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1480704 bytes, 1480704 total
- age 2: 140672 bytes, 1621376 total
- age 3: 774432 bytes, 2395808 total
- age 4: 2912 bytes, 2398720 total
- age 5: 112 bytes, 2398832 total
- age 6: 864 bytes, 2399696 total
- age 7: 1262248 bytes, 3661944 total
- age 8: 1045192 bytes, 4707136 total
- age 9: 1345040 bytes, 6052176 total
- age 10: 367888 bytes, 6420064 total
- age 11: 5264 bytes, 6425328 total
- age 12: 17424 bytes, 6442752 total
: 122396K->9017K(142016K), 0.0133140 secs] 484475K->371095K(591836K), 0.0134090 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=170 (full 40):
par new generation total 142016K, used 9017K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77ce5a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90410K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=170 (full 40):
par new generation total 142016K, used 122681K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77ce5a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90413K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:51.748+0800: 771.344: [GC2014-02-01T15:47:51.748+0800: 771.344: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1331248 bytes, 1331248 total
- age 2: 1268336 bytes, 2599584 total
- age 3: 139680 bytes, 2739264 total
- age 4: 773408 bytes, 3512672 total
- age 5: 2912 bytes, 3515584 total
- age 6: 112 bytes, 3515696 total
- age 7: 864 bytes, 3516560 total
- age 8: 1236528 bytes, 4753088 total
- age 9: 1044488 bytes, 5797576 total
- age 10: 1337864 bytes, 7135440 total
- age 11: 313792 bytes, 7449232 total
- age 12: 5264 bytes, 7454496 total
- age 13: 7520 bytes, 7462016 total
: 122681K->9319K(142016K), 0.0116500 secs] 484759K->371397K(591836K), 0.0117300 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=171 (full 40):
par new generation total 142016K, used 9319K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b8ab0000, 0x00000007b93c9c90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90413K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=171 (full 40):
par new generation total 142016K, used 122983K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b8ab0000, 0x00000007b93c9c90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90415K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:47:59.957+0800: 779.553: [GC2014-02-01T15:47:59.957+0800: 779.553: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1369936 bytes, 1369936 total
- age 2: 1016576 bytes, 2386512 total
- age 3: 1214072 bytes, 3600584 total
- age 4: 134016 bytes, 3734600 total
- age 5: 763368 bytes, 4497968 total
- age 6: 2896 bytes, 4500864 total
- age 7: 112 bytes, 4500976 total
- age 8: 864 bytes, 4501840 total
- age 9: 1234720 bytes, 5736560 total
- age 10: 1044136 bytes, 6780696 total
- age 11: 818240 bytes, 7598936 total
- age 12: 150248 bytes, 7749184 total
- age 13: 5264 bytes, 7754448 total
- age 14: 7520 bytes, 7761968 total
: 122983K->10494K(142016K), 0.0127150 secs] 485061K->372572K(591836K), 0.0128040 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=172 (full 40):
par new generation total 142016K, used 10494K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b793f938, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90415K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=172 (full 40):
par new generation total 142016K, used 124158K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b793f938, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90419K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:06.564+0800: 786.160: [GC2014-02-01T15:48:06.564+0800: 786.160: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 419744 bytes, 419744 total
- age 2: 1079744 bytes, 1499488 total
- age 3: 991656 bytes, 2491144 total
- age 4: 1154400 bytes, 3645544 total
- age 5: 125608 bytes, 3771152 total
- age 6: 762312 bytes, 4533464 total
- age 7: 2896 bytes, 4536360 total
- age 8: 112 bytes, 4536472 total
- age 9: 864 bytes, 4537336 total
- age 10: 1234680 bytes, 5772016 total
- age 11: 1044136 bytes, 6816152 total
- age 12: 818240 bytes, 7634392 total
- age 13: 150248 bytes, 7784640 total
- age 14: 5264 bytes, 7789904 total
- age 15: 7520 bytes, 7797424 total
: 124158K->11080K(142016K), 0.0133340 secs] 486236K->373159K(591836K), 0.0134030 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=173 (full 40):
par new generation total 142016K, used 11080K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 39% used [0x00000007b8ab0000, 0x00000007b95823a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90419K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=173 (full 40):
par new generation total 142016K, used 124744K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 39% used [0x00000007b8ab0000, 0x00000007b95823a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362078K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90422K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:16.317+0800: 795.913: [GC2014-02-01T15:48:16.317+0800: 795.913: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 387496 bytes, 387496 total
- age 2: 165200 bytes, 552696 total
- age 3: 1079600 bytes, 1632296 total
- age 4: 990592 bytes, 2622888 total
- age 5: 1109536 bytes, 3732424 total
- age 6: 109288 bytes, 3841712 total
- age 7: 754416 bytes, 4596128 total
- age 8: 2896 bytes, 4599024 total
- age 9: 112 bytes, 4599136 total
- age 10: 864 bytes, 4600000 total
- age 11: 1226680 bytes, 5826680 total
- age 12: 1044136 bytes, 6870816 total
- age 13: 818240 bytes, 7689056 total
- age 14: 149224 bytes, 7838280 total
- age 15: 3600 bytes, 7841880 total
: 124744K->11333K(142016K), 0.0120440 secs] 486823K->373418K(591836K), 0.0121300 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=174 (full 40):
par new generation total 142016K, used 11333K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 39% used [0x00000007b6f00000, 0x00000007b7a11538, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362085K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90422K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=174 (full 40):
par new generation total 142016K, used 116215K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 92% used [0x00000007b0000000, 0x00000007b666c868, 0x00000007b6f00000)
from space 28352K, 39% used [0x00000007b6f00000, 0x00000007b7a11538, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362085K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90436K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:25.193+0800: 804.789: [GC2014-02-01T15:48:25.193+0800: 804.789: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1243472 bytes, 1243472 total
- age 2: 118576 bytes, 1362048 total
- age 3: 119168 bytes, 1481216 total
- age 4: 1079400 bytes, 2560616 total
- age 5: 924144 bytes, 3484760 total
- age 6: 1040296 bytes, 4525056 total
- age 7: 109176 bytes, 4634232 total
- age 8: 747544 bytes, 5381776 total
- age 9: 2896 bytes, 5384672 total
- age 10: 112 bytes, 5384784 total
- age 11: 864 bytes, 5385648 total
- age 12: 1226944 bytes, 6612592 total
- age 13: 1044136 bytes, 7656728 total
- age 14: 752136 bytes, 8408864 total
- age 15: 137672 bytes, 8546536 total
: 116215K->11377K(142016K), 0.0152210 secs] 478300K->373465K(591836K), 0.0153210 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=175 (full 40):
par new generation total 142016K, used 11377K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95cc760, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362087K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90436K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=175 (full 40):
par new generation total 142016K, used 125041K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95cc760, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362087K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:31.065+0800: 810.661: [GC2014-02-01T15:48:31.065+0800: 810.661: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1140064 bytes, 1140064 total
- age 2: 144792 bytes, 1284856 total
- age 3: 108168 bytes, 1393024 total
- age 4: 119128 bytes, 1512152 total
- age 5: 1079360 bytes, 2591512 total
- age 6: 913784 bytes, 3505296 total
- age 7: 1027800 bytes, 4533096 total
- age 8: 102304 bytes, 4635400 total
- age 9: 739776 bytes, 5375176 total
- age 10: 2896 bytes, 5378072 total
- age 11: 112 bytes, 5378184 total
- age 12: 864 bytes, 5379048 total
- age 13: 1225976 bytes, 6605024 total
- age 14: 1044136 bytes, 7649160 total
- age 15: 752136 bytes, 8401296 total
: 125041K->12135K(142016K), 0.0133120 secs] 487129K->374348K(591836K), 0.0134030 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=176 (full 40):
par new generation total 142016K, used 12135K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b6f00000, 0x00000007b7ad9c68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362213K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=176 (full 40):
par new generation total 142016K, used 125346K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e8ee80, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b6f00000, 0x00000007b7ad9c68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 362213K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90445K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:42.275+0800: 821.872: [GC2014-02-01T15:48:42.275+0800: 821.872: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3914376 bytes, 3914376 total
- age 2: 236776 bytes, 4151152 total
- age 3: 140880 bytes, 4292032 total
- age 4: 97264 bytes, 4389296 total
- age 5: 118760 bytes, 4508056 total
- age 6: 946624 bytes, 5454680 total
- age 7: 67416 bytes, 5522096 total
- age 8: 279608 bytes, 5801704 total
- age 9: 102304 bytes, 5904008 total
- age 10: 714136 bytes, 6618144 total
- age 11: 2896 bytes, 6621040 total
- age 12: 112 bytes, 6621152 total
- age 13: 864 bytes, 6622016 total
- age 14: 1225976 bytes, 7847992 total
- age 15: 1043288 bytes, 8891280 total
: 125346K->12244K(142016K), 0.0149580 secs] 487559K->375182K(591836K), 0.0150590 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=177 (full 40):
par new generation total 142016K, used 12244K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b8ab0000, 0x00000007b96a5238, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362938K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90445K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=177 (full 40):
par new generation total 142016K, used 125908K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b8ab0000, 0x00000007b96a5238, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 362938K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90448K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:49.614+0800: 829.210: [GC2014-02-01T15:48:49.614+0800: 829.210: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3009408 bytes, 3009408 total
- age 2: 3560520 bytes, 6569928 total
- age 3: 229408 bytes, 6799336 total
- age 4: 139664 bytes, 6939000 total
- age 5: 96064 bytes, 7035064 total
- age 6: 118760 bytes, 7153824 total
- age 7: 875864 bytes, 8029688 total
- age 8: 55576 bytes, 8085264 total
- age 9: 276312 bytes, 8361576 total
- age 10: 102192 bytes, 8463768 total
- age 11: 713112 bytes, 9176880 total
- age 12: 2896 bytes, 9179776 total
- age 13: 112 bytes, 9179888 total
- age 14: 864 bytes, 9180752 total
- age 15: 1222456 bytes, 10403208 total
: 125908K->12806K(142016K), 0.0177670 secs] 488846K->376764K(591836K), 0.0178570 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=178 (full 40):
par new generation total 142016K, used 12806K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 45% used [0x00000007b6f00000, 0x00000007b7b81a70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 363958K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90448K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=178 (full 40):
par new generation total 142016K, used 126470K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 45% used [0x00000007b6f00000, 0x00000007b7b81a70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 363958K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90449K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:48:58.399+0800: 837.995: [GC2014-02-01T15:48:58.399+0800: 837.995: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2133560 bytes, 2133560 total
- age 2: 1669056 bytes, 3802616 total
- age 3: 3493856 bytes, 7296472 total
- age 4: 195456 bytes, 7491928 total
- age 5: 139664 bytes, 7631592 total
- age 6: 78704 bytes, 7710296 total
- age 7: 118760 bytes, 7829056 total
- age 8: 875824 bytes, 8704880 total
- age 9: 55576 bytes, 8760456 total
- age 10: 276152 bytes, 9036608 total
- age 11: 94416 bytes, 9131024 total
- age 12: 708872 bytes, 9839896 total
- age 13: 2896 bytes, 9842792 total
- age 14: 112 bytes, 9842904 total
- age 15: 440 bytes, 9843344 total
: 126470K->14628K(142016K), 0.0211430 secs] 490428K->379776K(591836K), 0.0212620 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=179 (full 40):
par new generation total 142016K, used 14628K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98f9000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90449K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=179 (full 40):
par new generation total 142016K, used 128292K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98f9000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90451K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:49:06.888+0800: 846.484: [GC2014-02-01T15:49:06.888+0800: 846.485: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1248920 bytes, 1248920 total
- age 2: 1893224 bytes, 3142144 total
- age 3: 1554144 bytes, 4696288 total
- age 4: 3440984 bytes, 8137272 total
- age 5: 175056 bytes, 8312328 total
- age 6: 139664 bytes, 8451992 total
- age 7: 78704 bytes, 8530696 total
- age 8: 118720 bytes, 8649416 total
- age 9: 875824 bytes, 9525240 total
- age 10: 48704 bytes, 9573944 total
- age 11: 276152 bytes, 9850096 total
- age 12: 91832 bytes, 9941928 total
- age 13: 701488 bytes, 10643416 total
- age 14: 2896 bytes, 10646312 total
- age 15: 112 bytes, 10646424 total
: 128292K->14455K(142016K), 0.0164560 secs] 493440K->379603K(591836K), 0.0165280 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=180 (full 40):
par new generation total 142016K, used 14455K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7d1dde0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90451K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=180 (full 40):
par new generation total 142016K, used 128119K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7d1dde0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90452K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:49:19.048+0800: 858.644: [GC2014-02-01T15:49:19.048+0800: 858.644: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2221256 bytes, 2221256 total
- age 2: 963144 bytes, 3184400 total
- age 3: 1839104 bytes, 5023504 total
- age 4: 1554072 bytes, 6577576 total
- age 5: 3425176 bytes, 10002752 total
- age 6: 152016 bytes, 10154768 total
- age 7: 29024 bytes, 10183792 total
- age 8: 78664 bytes, 10262456 total
- age 9: 118720 bytes, 10381176 total
- age 10: 801368 bytes, 11182544 total
- age 11: 48704 bytes, 11231248 total
- age 12: 266824 bytes, 11498072 total
- age 13: 88504 bytes, 11586576 total
- age 14: 698496 bytes, 12285072 total
- age 15: 2896 bytes, 12287968 total
: 128119K->20308K(142016K), 0.0195480 secs] 493267K->385457K(591836K), 0.0196390 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=181 (full 40):
par new generation total 142016K, used 20308K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b8ab0000, 0x00000007b9e851e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90452K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=181 (full 40):
par new generation total 142016K, used 133972K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b8ab0000, 0x00000007b9e851e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365148K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90458K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:49:27.570+0800: 867.166: [GC2014-02-01T15:49:27.570+0800: 867.166: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1881080 bytes, 1881080 total
- age 2: 1968904 bytes, 3849984 total
- age 3: 963960 bytes, 4813944 total
- age 4: 1162216 bytes, 5976160 total
- age 5: 1553872 bytes, 7530032 total
- age 6: 3424952 bytes, 10954984 total
- age 7: 151696 bytes, 11106680 total
- age 8: 29024 bytes, 11135704 total
- age 9: 77640 bytes, 11213344 total
- age 10: 118720 bytes, 11332064 total
- age 11: 801368 bytes, 12133432 total
- age 12: 44512 bytes, 12177944 total
- age 13: 257872 bytes, 12435816 total
- age 14: 87416 bytes, 12523232 total
- age 15: 697472 bytes, 13220704 total
: 133972K->17570K(142016K), 0.0174080 secs] 499121K->382721K(591836K), 0.0174800 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
Heap after GC invocations=182 (full 40):
par new generation total 142016K, used 17570K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 61% used [0x00000007b6f00000, 0x00000007b80288a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365151K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90458K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=182 (full 40):
par new generation total 142016K, used 131234K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 61% used [0x00000007b6f00000, 0x00000007b80288a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365151K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90473K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:49:43.404+0800: 883.000: [GC2014-02-01T15:49:43.404+0800: 883.000: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1194528 bytes, 1194528 total
- age 2: 1523376 bytes, 2717904 total
- age 3: 1951936 bytes, 4669840 total
- age 4: 847264 bytes, 5517104 total
- age 5: 1151688 bytes, 6668792 total
- age 6: 1544600 bytes, 8213392 total
- age 7: 3424504 bytes, 11637896 total
- age 8: 151352 bytes, 11789248 total
- age 9: 28912 bytes, 11818160 total
- age 10: 77640 bytes, 11895800 total
- age 11: 118720 bytes, 12014520 total
- age 12: 798872 bytes, 12813392 total
- age 13: 35968 bytes, 12849360 total
- age 14: 255968 bytes, 13105328 total
- age 15: 87416 bytes, 13192744 total
: 131234K->17085K(142016K), 0.0194040 secs] 496385K->382920K(591836K), 0.0194980 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=183 (full 40):
par new generation total 142016K, used 17085K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b5f438, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365835K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90473K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=183 (full 40):
par new generation total 142016K, used 130749K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b5f438, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 365835K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90607K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:49:53.234+0800: 892.830: [GC2014-02-01T15:49:53.234+0800: 892.830: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2281544 bytes, 2281544 total
- age 2: 898128 bytes, 3179672 total
- age 3: 914088 bytes, 4093760 total
- age 4: 1528376 bytes, 5622136 total
- age 5: 846320 bytes, 6468456 total
- age 6: 1151208 bytes, 7619664 total
- age 7: 1542696 bytes, 9162360 total
- age 8: 3422344 bytes, 12584704 total
- age 9: 150176 bytes, 12734880 total
- age 10: 28888 bytes, 12763768 total
- age 11: 77640 bytes, 12841408 total
- age 12: 109984 bytes, 12951392 total
- age 13: 793912 bytes, 13745304 total
- age 14: 32120 bytes, 13777424 total
- age 15: 255968 bytes, 14033392 total
: 130749K->18871K(142016K), 0.0213000 secs] 496584K->384792K(591836K), 0.0214120 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=184 (full 40):
par new generation total 142016K, used 18871K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b816dc90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365921K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90607K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=184 (full 40):
par new generation total 142016K, used 132535K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b816dc90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 365921K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90609K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:02.221+0800: 901.817: [GC2014-02-01T15:50:02.221+0800: 901.817: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1866704 bytes, 1866704 total
- age 2: 1774728 bytes, 3641432 total
- age 3: 897864 bytes, 4539296 total
- age 4: 905744 bytes, 5445040 total
- age 5: 1503224 bytes, 6948264 total
- age 6: 846800 bytes, 7795064 total
- age 7: 1151096 bytes, 8946160 total
- age 8: 1542696 bytes, 10488856 total
- age 9: 3422304 bytes, 13911160 total
- age 10: 150024 bytes, 14061184 total
- age 11: 16568 bytes, 14077752 total
- age 12: 74728 bytes, 14152480 total
- age 13: 103856 bytes, 14256336 total
- age 14: 791736 bytes, 15048072 total
- age 15: 32120 bytes, 15080192 total
: 132535K->19995K(142016K), 0.0214730 secs] 498456K->386168K(591836K), 0.0215560 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=185 (full 40):
par new generation total 142016K, used 19995K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e36db0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 366172K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90609K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=185 (full 40):
par new generation total 142016K, used 133659K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e36db0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 366172K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90615K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:10.996+0800: 910.593: [GC2014-02-01T15:50:10.996+0800: 910.593: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 2563848 bytes, 2563848 total
- age 2: 1523240 bytes, 4087088 total
- age 3: 1700400 bytes, 5787488 total
- age 4: 897456 bytes, 6684944 total
- age 5: 904984 bytes, 7589928 total
- age 6: 1501528 bytes, 9091456 total
- age 7: 846096 bytes, 9937552 total
- age 8: 1151080 bytes, 11088632 total
- age 9: 1461888 bytes, 12550520 total
- age 10: 3264688 bytes, 15815208 total
- age 11: 150024 bytes, 15965232 total
- age 12: 16568 bytes, 15981800 total
- age 13: 69080 bytes, 16050880 total
- age 14: 103584 bytes, 16154464 total
: 133659K->21504K(142016K), 0.0240610 secs] 499832K->388483K(591836K), 0.0241560 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=186 (full 40):
par new generation total 142016K, used 21504K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b8400148, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366979K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90615K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=186 (full 40):
par new generation total 142016K, used 135168K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b8400148, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366979K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90619K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:16.269+0800: 915.865: [GC2014-02-01T15:50:16.269+0800: 915.865: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2225272 bytes, 2225272 total
- age 2: 2236648 bytes, 4461920 total
- age 3: 1510792 bytes, 5972712 total
- age 4: 1700144 bytes, 7672856 total
- age 5: 897456 bytes, 8570312 total
- age 6: 905680 bytes, 9475992 total
- age 7: 1501792 bytes, 10977784 total
- age 8: 845872 bytes, 11823656 total
- age 9: 1151080 bytes, 12974736 total
- age 10: 1461888 bytes, 14436624 total
: 135168K->23004K(142016K), 0.0247320 secs] 502147K->393521K(591836K), 0.0248210 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=187 (full 40):
par new generation total 142016K, used 23004K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba127048, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 370517K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90619K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:50:16.294+0800: 915.890: [GC [1 CMS-initial-mark: 370517K(449820K)] 393525K(591836K), 0.0174820 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:50:16.311+0800: 915.907: [CMS-concurrent-mark-start]
2014-02-01T15:50:16.543+0800: 916.140: [CMS-concurrent-mark: 0.232/0.232 secs] [Times: user=0.65 sys=0.02, real=0.23 secs]
2014-02-01T15:50:16.544+0800: 916.140: [GC[YG occupancy: 26588 K (142016 K)]2014-02-01T15:50:16.544+0800: 916.140: [Rescan (parallel) , 0.0099060 secs]2014-02-01T15:50:16.554+0800: 916.150: [weak refs processing, 0.0002490 secs]2014-02-01T15:50:16.554+0800: 916.150: [scrub string table, 0.0011980 secs] [1 CMS-remark: 370517K(449820K)] 397105K(591836K), 0.0114600 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:50:16.555+0800: 916.151: [CMS-concurrent-sweep-start]
2014-02-01T15:50:16.660+0800: 916.256: [CMS-concurrent-sweep: 0.104/0.104 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
2014-02-01T15:50:16.660+0800: 916.256: [CMS-concurrent-reset-start]
2014-02-01T15:50:16.662+0800: 916.258: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=187 (full 41):
par new generation total 142016K, used 136668K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba127048, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 355061K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90622K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:25.569+0800: 925.165: [GC2014-02-01T15:50:25.569+0800: 925.165: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 894192 bytes, 894192 total
- age 2: 2031600 bytes, 2925792 total
- age 3: 2156408 bytes, 5082200 total
- age 4: 1510608 bytes, 6592808 total
- age 5: 1700144 bytes, 8292952 total
- age 6: 897408 bytes, 9190360 total
- age 7: 892208 bytes, 10082568 total
- age 8: 1464120 bytes, 11546688 total
- age 9: 761904 bytes, 12308592 total
- age 10: 1137592 bytes, 13446184 total
- age 11: 1461672 bytes, 14907856 total
: 136668K->21627K(142016K), 0.0202210 secs] 491729K->376689K(591836K), 0.0202980 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=188 (full 41):
par new generation total 142016K, used 21627K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b841eff8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355061K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90622K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=188 (full 41):
par new generation total 142016K, used 135291K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b841eff8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 355061K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90624K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:35.331+0800: 934.928: [GC2014-02-01T15:50:35.332+0800: 934.928: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 872176 bytes, 872176 total
- age 2: 606528 bytes, 1478704 total
- age 3: 2029944 bytes, 3508648 total
- age 4: 2106872 bytes, 5615520 total
- age 5: 1474112 bytes, 7089632 total
- age 6: 1614392 bytes, 8704024 total
- age 7: 897408 bytes, 9601432 total
- age 8: 892208 bytes, 10493640 total
- age 9: 1464120 bytes, 11957760 total
- age 10: 761904 bytes, 12719664 total
- age 11: 1137480 bytes, 13857144 total
: 135291K->14579K(142016K), 0.0227820 secs] 490353K->371072K(591836K), 0.0228940 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=189 (full 41):
par new generation total 142016K, used 14579K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98ece28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90624K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=189 (full 41):
par new generation total 142016K, used 128243K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98ece28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90626K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:45.910+0800: 945.506: [GC2014-02-01T15:50:45.910+0800: 945.506: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 385088 bytes, 385088 total
- age 2: 527656 bytes, 912744 total
- age 3: 606504 bytes, 1519248 total
- age 4: 2023048 bytes, 3542296 total
- age 5: 2106424 bytes, 5648720 total
- age 6: 1453824 bytes, 7102544 total
- age 7: 1610384 bytes, 8712928 total
- age 8: 890448 bytes, 9603376 total
- age 9: 892208 bytes, 10495584 total
- age 10: 1464120 bytes, 11959704 total
- age 11: 761904 bytes, 12721608 total
- age 12: 1122224 bytes, 13843832 total
: 128243K->20618K(142016K), 0.0199570 secs] 484736K->377111K(591836K), 0.0200380 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=190 (full 41):
par new generation total 142016K, used 20618K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b8322810, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90626K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=190 (full 41):
par new generation total 142016K, used 134282K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b8322810, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90633K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:52.831+0800: 952.427: [GC2014-02-01T15:50:52.831+0800: 952.427: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 10728376 bytes, 10728376 total
- age 2: 49120 bytes, 10777496 total
- age 3: 526320 bytes, 11303816 total
- age 4: 606448 bytes, 11910264 total
- age 5: 2016192 bytes, 13926456 total
- age 6: 2106400 bytes, 16032856 total
- age 7: 1436592 bytes, 17469448 total
- age 8: 1610384 bytes, 19079832 total
- age 9: 890448 bytes, 19970280 total
- age 10: 892208 bytes, 20862488 total
- age 11: 1464120 bytes, 22326608 total
- age 12: 761904 bytes, 23088512 total
- age 13: 1122224 bytes, 24210736 total
: 134282K->27003K(142016K), 0.0499750 secs] 490775K->383496K(591836K), 0.0500820 secs] [Times: user=0.10 sys=0.00, real=0.05 secs]
Heap after GC invocations=191 (full 41):
par new generation total 142016K, used 27003K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 95% used [0x00000007b8ab0000, 0x00000007ba50ee60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90633K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=191 (full 41):
par new generation total 142016K, used 140667K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 95% used [0x00000007b8ab0000, 0x00000007ba50ee60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 356493K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90640K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:50:59.767+0800: 959.363: [GC2014-02-01T15:50:59.767+0800: 959.364: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 10726600 bytes, 10726600 total
- age 2: 70192 bytes, 10796792 total
- age 3: 49120 bytes, 10845912 total
- age 4: 515432 bytes, 11361344 total
- age 5: 606448 bytes, 11967792 total
- age 6: 2016192 bytes, 13983984 total
: 140667K->21100K(142016K), 0.0529460 secs] 497160K->387721K(591836K), 0.0530430 secs] [Times: user=0.10 sys=0.00, real=0.06 secs]
Heap after GC invocations=192 (full 41):
par new generation total 142016K, used 21100K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b839b1a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90640K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=192 (full 41):
par new generation total 142016K, used 134764K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b839b1a8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90641K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:51:13.540+0800: 973.136: [GC2014-02-01T15:51:13.540+0800: 973.136: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 802480 bytes, 802480 total
- age 2: 10410528 bytes, 11213008 total
- age 3: 54816 bytes, 11267824 total
- age 4: 37208 bytes, 11305032 total
- age 5: 514968 bytes, 11820000 total
- age 6: 597808 bytes, 12417808 total
- age 7: 2016192 bytes, 14434000 total
: 134764K->23294K(142016K), 0.0274460 secs] 501385K->389914K(591836K), 0.0275370 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=193 (full 41):
par new generation total 142016K, used 23294K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b8ab0000, 0x00000007ba16f908, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90641K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=193 (full 41):
par new generation total 142016K, used 136958K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b8ab0000, 0x00000007ba16f908, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90641K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:51:23.411+0800: 983.008: [GC2014-02-01T15:51:23.411+0800: 983.008: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 949520 bytes, 949520 total
- age 2: 505304 bytes, 1454824 total
- age 3: 10409384 bytes, 11864208 total
- age 4: 54816 bytes, 11919024 total
- age 5: 34432 bytes, 11953456 total
- age 6: 504408 bytes, 12457864 total
- age 7: 597752 bytes, 13055616 total
- age 8: 2009336 bytes, 15064952 total
: 136958K->21667K(142016K), 0.0287260 secs] 503578K->388288K(591836K), 0.0288060 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=194 (full 41):
par new generation total 142016K, used 21667K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8428f78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90641K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=194 (full 41):
par new generation total 142016K, used 135331K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b6f00000, 0x00000007b8428f78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 366620K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90647K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:51:35.264+0800: 994.860: [GC2014-02-01T15:51:35.264+0800: 994.860: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 368112 bytes, 368112 total
- age 2: 629824 bytes, 997936 total
- age 3: 505280 bytes, 1503216 total
- age 4: 10408600 bytes, 11911816 total
- age 5: 44216 bytes, 11956032 total
- age 6: 34432 bytes, 11990464 total
- age 7: 504408 bytes, 12494872 total
- age 8: 597752 bytes, 13092624 total
: 135331K->14641K(142016K), 0.0310870 secs] 501952K->383228K(591836K), 0.0311790 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=195 (full 41):
par new generation total 142016K, used 14641K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98fc6f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 368586K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90647K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=195 (full 41):
par new generation total 142016K, used 128305K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98fc6f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 368586K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90648K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:51:46.153+0800: 1005.749: [GC2014-02-01T15:51:46.153+0800: 1005.749: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 2500184 bytes, 2500184 total
- age 2: 7936 bytes, 2508120 total
- age 3: 615904 bytes, 3124024 total
- age 4: 481632 bytes, 3605656 total
- age 5: 10408584 bytes, 14014240 total
- age 6: 35576 bytes, 14049816 total
- age 7: 25832 bytes, 14075648 total
- age 8: 504408 bytes, 14580056 total
- age 9: 597752 bytes, 15177808 total
: 128305K->26337K(142016K), 0.0282150 secs] 496892K->394924K(591836K), 0.0282860 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=196 (full 41):
par new generation total 142016K, used 26337K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b6f00000, 0x00000007b88b8700, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 368586K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90648K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=196 (full 41):
par new generation total 142016K, used 140001K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 92% used [0x00000007b6f00000, 0x00000007b88b8700, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 449820K, used 368586K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90648K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:51:54.890+0800: 1014.487: [GC2014-02-01T15:51:54.890+0800: 1014.487: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2964000 bytes, 2964000 total
- age 2: 587464 bytes, 3551464 total
- age 3: 7896 bytes, 3559360 total
- age 4: 615600 bytes, 4174960 total
- age 5: 444600 bytes, 4619560 total
- age 6: 10408584 bytes, 15028144 total
- age 7: 26936 bytes, 15055080 total
- age 8: 25832 bytes, 15080912 total
: 140001K->22140K(142016K), 0.0316370 secs] 508588K->391809K(591836K), 0.0317350 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=197 (full 41):
par new generation total 142016K, used 22140K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b8ab0000, 0x00000007ba04f360, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 449820K, used 369668K [0x00000007ba660000, 0x00000007d5da7000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90648K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:51:54.922+0800: 1014.518: [GC [1 CMS-initial-mark: 369668K(449820K)] 393889K(591836K), 0.0209780 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:51:54.943+0800: 1014.540: [CMS-concurrent-mark-start]
2014-02-01T15:51:55.167+0800: 1014.764: [CMS-concurrent-mark: 0.223/0.224 secs] [Times: user=0.58 sys=0.02, real=0.22 secs]
2014-02-01T15:51:55.168+0800: 1014.764: [GC[YG occupancy: 24638 K (142016 K)]2014-02-01T15:51:55.168+0800: 1014.764: [Rescan (parallel) , 0.0130870 secs]2014-02-01T15:51:55.181+0800: 1014.777: [weak refs processing, 0.0002180 secs]2014-02-01T15:51:55.181+0800: 1014.777: [scrub string table, 0.0014190 secs] [1 CMS-remark: 369668K(449820K)] 394306K(591836K), 0.0148310 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T15:51:55.183+0800: 1014.779: [CMS-concurrent-sweep-start]
2014-02-01T15:51:55.293+0800: 1014.889: [CMS-concurrent-sweep: 0.110/0.110 secs] [Times: user=0.20 sys=0.01, real=0.11 secs]
2014-02-01T15:51:55.293+0800: 1014.889: [CMS-concurrent-reset-start]
2014-02-01T15:51:55.297+0800: 1014.894: [CMS-concurrent-reset: 0.004/0.004 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=197 (full 42):
par new generation total 142016K, used 135804K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b8ab0000, 0x00000007ba04f360, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 356858K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90659K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:52:05.587+0800: 1025.183: [GC2014-02-01T15:52:05.587+0800: 1025.183: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1918152 bytes, 1918152 total
- age 2: 1649520 bytes, 3567672 total
- age 3: 587168 bytes, 4154840 total
- age 4: 7872 bytes, 4162712 total
- age 5: 605768 bytes, 4768480 total
- age 6: 434720 bytes, 5203200 total
: 135804K->13284K(142016K), 0.0395750 secs] 492663K->380571K(593736K), 0.0396480 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=198 (full 42):
par new generation total 142016K, used 13284K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 46% used [0x00000007b6f00000, 0x00000007b7bf92b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90659K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=198 (full 42):
par new generation total 142016K, used 126948K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 46% used [0x00000007b6f00000, 0x00000007b7bf92b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90662K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:52:18.841+0800: 1038.437: [GC2014-02-01T15:52:18.841+0800: 1038.437: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2568824 bytes, 2568824 total
- age 2: 1647152 bytes, 4215976 total
- age 3: 1530328 bytes, 5746304 total
- age 4: 511832 bytes, 6258136 total
- age 5: 7680 bytes, 6265816 total
- age 6: 592024 bytes, 6857840 total
- age 7: 426080 bytes, 7283920 total
: 126948K->9147K(142016K), 0.0161350 secs] 494235K->376434K(593736K), 0.0162420 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=199 (full 42):
par new generation total 142016K, used 9147K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b8ab0000, 0x00000007b939ed50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90662K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=199 (full 42):
par new generation total 142016K, used 122811K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b8ab0000, 0x00000007b939ed50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90665K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:52:34.243+0800: 1053.839: [GC2014-02-01T15:52:34.243+0800: 1053.839: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2930880 bytes, 2930880 total
- age 2: 2299344 bytes, 5230224 total
- age 3: 1642304 bytes, 6872528 total
- age 4: 1513120 bytes, 8385648 total
- age 5: 441232 bytes, 8826880 total
- age 6: 7680 bytes, 8834560 total
- age 7: 592024 bytes, 9426584 total
- age 8: 426080 bytes, 9852664 total
: 122811K->12878K(142016K), 0.0180240 secs] 490098K->380165K(593736K), 0.0180960 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=200 (full 42):
par new generation total 142016K, used 12878K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 45% used [0x00000007b6f00000, 0x00000007b7b93a88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90665K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=200 (full 42):
par new generation total 142016K, used 126542K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 45% used [0x00000007b6f00000, 0x00000007b7b93a88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90669K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:52:49.447+0800: 1069.043: [GC2014-02-01T15:52:49.447+0800: 1069.043: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2839448 bytes, 2839448 total
- age 2: 2724064 bytes, 5563512 total
- age 3: 2165632 bytes, 7729144 total
- age 4: 1605664 bytes, 9334808 total
- age 5: 1499336 bytes, 10834144 total
- age 6: 438288 bytes, 11272432 total
- age 7: 5248 bytes, 11277680 total
- age 8: 582472 bytes, 11860152 total
- age 9: 426080 bytes, 12286232 total
: 126542K->17619K(142016K), 0.0212280 secs] 493829K->384905K(593736K), 0.0213500 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=201 (full 42):
par new generation total 142016K, used 17619K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b8ab0000, 0x00000007b9be4c98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90669K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=201 (full 42):
par new generation total 142016K, used 131283K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b8ab0000, 0x00000007b9be4c98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90672K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:53:04.531+0800: 1084.127: [GC2014-02-01T15:53:04.531+0800: 1084.127: [ParNew
Desired survivor size 14516224 bytes, new threshold 9 (max 15)
- age 1: 2948176 bytes, 2948176 total
- age 2: 2639808 bytes, 5587984 total
- age 3: 2715024 bytes, 8303008 total
- age 4: 2165544 bytes, 10468552 total
- age 5: 1598616 bytes, 12067168 total
- age 6: 1491568 bytes, 13558736 total
- age 7: 438248 bytes, 13996984 total
- age 8: 5248 bytes, 14002232 total
- age 9: 575616 bytes, 14577848 total
- age 10: 426080 bytes, 15003928 total
: 131283K->22368K(142016K), 0.0226290 secs] 498569K->389655K(593736K), 0.0226970 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=202 (full 42):
par new generation total 142016K, used 22368K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84d82d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90672K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=202 (full 42):
par new generation total 142016K, used 136032K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84d82d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 367286K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90676K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:53:19.860+0800: 1099.456: [GC2014-02-01T15:53:19.860+0800: 1099.456: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2800408 bytes, 2800408 total
- age 2: 2702000 bytes, 5502408 total
- age 3: 2628632 bytes, 8131040 total
- age 4: 2708152 bytes, 10839192 total
- age 5: 2165776 bytes, 13004968 total
- age 6: 1586064 bytes, 14591032 total
- age 7: 1491568 bytes, 16082600 total
- age 8: 438248 bytes, 16520848 total
- age 9: 5248 bytes, 16526096 total
: 136032K->27533K(142016K), 0.0321880 secs] 503319K->395794K(593736K), 0.0322860 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=203 (full 42):
par new generation total 142016K, used 27533K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba593458, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 368261K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90676K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=203 (full 42):
par new generation total 142016K, used 141197K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba593458, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 451720K, used 368261K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90688K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:53:34.232+0800: 1113.828: [GC2014-02-01T15:53:34.232+0800: 1113.828: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2988896 bytes, 2988896 total
- age 2: 2585304 bytes, 5574200 total
- age 3: 2667528 bytes, 8241728 total
- age 4: 2618736 bytes, 10860464 total
- age 5: 2699920 bytes, 13560384 total
- age 6: 2062968 bytes, 15623352 total
: 141197K->18988K(142016K), 0.0317220 secs] 509458K->390693K(593736K), 0.0317900 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=204 (full 42):
par new generation total 142016K, used 18988K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b818b100, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 451720K, used 371705K [0x00000007ba660000, 0x00000007d5f82000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90688K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:53:34.264+0800: 1113.860: [GC [1 CMS-initial-mark: 371705K(451720K)] 390731K(593736K), 0.0216550 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:53:34.286+0800: 1113.882: [CMS-concurrent-mark-start]
2014-02-01T15:53:34.505+0800: 1114.101: [CMS-concurrent-mark: 0.219/0.219 secs] [Times: user=0.60 sys=0.01, real=0.22 secs]
2014-02-01T15:53:34.505+0800: 1114.101: [GC[YG occupancy: 21236 K (142016 K)]2014-02-01T15:53:34.505+0800: 1114.101: [Rescan (parallel) , 0.0138800 secs]2014-02-01T15:53:34.519+0800: 1114.115: [weak refs processing, 0.0001630 secs]2014-02-01T15:53:34.519+0800: 1114.115: [scrub string table, 0.0011870 secs] [1 CMS-remark: 371705K(451720K)] 392941K(593736K), 0.0153170 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T15:53:34.521+0800: 1114.117: [CMS-concurrent-sweep-start]
2014-02-01T15:53:34.616+0800: 1114.212: [CMS-concurrent-sweep: 0.095/0.095 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
2014-02-01T15:53:34.616+0800: 1114.213: [CMS-concurrent-reset-start]
2014-02-01T15:53:34.620+0800: 1114.216: [CMS-concurrent-reset: 0.004/0.004 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
{Heap before GC invocations=204 (full 43):
par new generation total 142016K, used 132652K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b818b100, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 371431K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90690K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:53:49.439+0800: 1129.035: [GC2014-02-01T15:53:49.439+0800: 1129.035: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2917152 bytes, 2917152 total
- age 2: 2742800 bytes, 5659952 total
- age 3: 2584904 bytes, 8244856 total
- age 4: 2666712 bytes, 10911568 total
- age 5: 2618736 bytes, 13530304 total
- age 6: 2698376 bytes, 16228680 total
: 132652K->27597K(142016K), 0.0351080 secs] 504083K->401044K(612184K), 0.0351790 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=205 (full 43):
par new generation total 142016K, used 27597K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5a3438, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 373447K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90690K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=205 (full 43):
par new generation total 142016K, used 141261K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5a3438, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 373447K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90690K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:54:04.357+0800: 1143.953: [GC2014-02-01T15:54:04.357+0800: 1143.953: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2910384 bytes, 2910384 total
- age 2: 2658312 bytes, 5568696 total
- age 3: 2719416 bytes, 8288112 total
- age 4: 2581784 bytes, 10869896 total
- age 5: 2634656 bytes, 13504552 total
- age 6: 2611824 bytes, 16116376 total
: 141261K->18785K(142016K), 0.0324180 secs] 514708K->394879K(612184K), 0.0324960 secs] [Times: user=0.07 sys=0.01, real=0.03 secs]
Heap after GC invocations=206 (full 43):
par new generation total 142016K, used 18785K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81585e8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 376093K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90690K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=206 (full 43):
par new generation total 142016K, used 132449K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81585e8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 376093K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:54:19.154+0800: 1158.751: [GC2014-02-01T15:54:19.154+0800: 1158.751: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2887640 bytes, 2887640 total
- age 2: 2663400 bytes, 5551040 total
- age 3: 2625088 bytes, 8176128 total
- age 4: 2719416 bytes, 10895544 total
- age 5: 2581784 bytes, 13477328 total
- age 6: 2626104 bytes, 16103432 total
: 132449K->28272K(142016K), 0.0375420 secs] 508543K->406928K(612184K), 0.0376410 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=207 (full 43):
par new generation total 142016K, used 28272K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b8ab0000, 0x00000007ba64c108, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 378656K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=207 (full 43):
par new generation total 142016K, used 141936K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b8ab0000, 0x00000007ba64c108, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 378656K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:54:32.828+0800: 1172.424: [GC2014-02-01T15:54:32.828+0800: 1172.424: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2593712 bytes, 2593712 total
- age 2: 2545704 bytes, 5139416 total
- age 3: 2646248 bytes, 7785664 total
- age 4: 2617536 bytes, 10403200 total
- age 5: 2719240 bytes, 13122440 total
- age 6: 2579272 bytes, 15701712 total
: 141936K->18880K(142016K), 0.0334300 secs] 520592K->400105K(612184K), 0.0334960 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=208 (full 43):
par new generation total 142016K, used 18880K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81701c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 381224K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=208 (full 43):
par new generation total 142016K, used 132544K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b81701c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 381224K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:54:44.205+0800: 1183.802: [GC2014-02-01T15:54:44.205+0800: 1183.802: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 2229280 bytes, 2229280 total
- age 2: 2331464 bytes, 4560744 total
- age 3: 2545272 bytes, 7106016 total
- age 4: 2623488 bytes, 9729504 total
- age 5: 2592440 bytes, 12321944 total
- age 6: 2719240 bytes, 15041184 total
: 132544K->27708K(142016K), 0.0315280 secs] 513769K->411463K(612184K), 0.0316150 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=209 (full 43):
par new generation total 142016K, used 27708K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5bf1d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 383755K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90694K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=209 (full 43):
par new generation total 142016K, used 141372K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5bf1d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 470168K, used 383755K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90695K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:54:55.443+0800: 1195.039: [GC2014-02-01T15:54:55.443+0800: 1195.039: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2512000 bytes, 2512000 total
- age 2: 1903584 bytes, 4415584 total
- age 3: 2311952 bytes, 6727536 total
- age 4: 2545272 bytes, 9272808 total
- age 5: 2602128 bytes, 11874936 total
- age 6: 2592376 bytes, 14467312 total
: 141372K->17943K(142016K), 0.0318540 secs] 525127K->404365K(612184K), 0.0319300 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=210 (full 43):
par new generation total 142016K, used 17943K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b8085fb0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 470168K, used 386421K [0x00000007ba660000, 0x00000007d7186000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90695K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:54:55.475+0800: 1195.071: [GC [1 CMS-initial-mark: 386421K(470168K)] 404374K(612184K), 0.0208820 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:54:55.496+0800: 1195.092: [CMS-concurrent-mark-start]
2014-02-01T15:54:55.721+0800: 1195.317: [CMS-concurrent-mark: 0.225/0.225 secs] [Times: user=0.61 sys=0.02, real=0.23 secs]
2014-02-01T15:54:55.721+0800: 1195.318: [GC[YG occupancy: 20212 K (142016 K)]2014-02-01T15:54:55.721+0800: 1195.318: [Rescan (parallel) , 0.0119040 secs]2014-02-01T15:54:55.733+0800: 1195.330: [weak refs processing, 0.0001680 secs]2014-02-01T15:54:55.734+0800: 1195.330: [scrub string table, 0.0012020 secs] [1 CMS-remark: 386421K(470168K)] 406634K(612184K), 0.0133540 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T15:54:55.735+0800: 1195.331: [CMS-concurrent-sweep-start]
2014-02-01T15:54:55.836+0800: 1195.432: [CMS-concurrent-sweep: 0.101/0.101 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
2014-02-01T15:54:55.836+0800: 1195.432: [CMS-concurrent-reset-start]
2014-02-01T15:54:55.839+0800: 1195.435: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=210 (full 44):
par new generation total 142016K, used 131607K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b8085fb0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 386203K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90698K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:55:06.630+0800: 1206.226: [GC2014-02-01T15:55:06.630+0800: 1206.226: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2344336 bytes, 2344336 total
- age 2: 2160744 bytes, 4505080 total
- age 3: 1903520 bytes, 6408600 total
- age 4: 2311720 bytes, 8720320 total
- age 5: 2545272 bytes, 11265592 total
- age 6: 2583360 bytes, 13848952 total
- age 7: 2591616 bytes, 16440568 total
: 131607K->25610K(142016K), 0.0293630 secs] 517811K->411814K(630884K), 0.0294380 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=211 (full 44):
par new generation total 142016K, used 25610K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3b2aa0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 386203K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90698K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=211 (full 44):
par new generation total 142016K, used 139274K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3b2aa0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 386203K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90699K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:55:18.058+0800: 1217.654: [GC2014-02-01T15:55:18.058+0800: 1217.654: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2395288 bytes, 2395288 total
- age 2: 2039104 bytes, 4434392 total
- age 3: 2169720 bytes, 6604112 total
- age 4: 1905512 bytes, 8509624 total
- age 5: 2317216 bytes, 10826840 total
- age 6: 2548944 bytes, 13375784 total
- age 7: 2583360 bytes, 15959144 total
: 139274K->22831K(142016K), 0.0379210 secs] 525478K->411577K(630884K), 0.0380140 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=212 (full 44):
par new generation total 142016K, used 22831K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 80% used [0x00000007b6f00000, 0x00000007b854bed0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 388746K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90699K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=212 (full 44):
par new generation total 142016K, used 136495K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 80% used [0x00000007b6f00000, 0x00000007b854bed0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 388746K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90702K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:55:32.031+0800: 1231.627: [GC2014-02-01T15:55:32.031+0800: 1231.627: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2672240 bytes, 2672240 total
- age 2: 2074032 bytes, 4746272 total
- age 3: 2016152 bytes, 6762424 total
- age 4: 2154352 bytes, 8916776 total
- age 5: 1906128 bytes, 10822904 total
- age 6: 2310584 bytes, 13133488 total
- age 7: 2548368 bytes, 15681856 total
: 136495K->23133K(142016K), 0.0324730 secs] 525241K->414414K(630884K), 0.0325440 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=213 (full 44):
par new generation total 142016K, used 23133K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba147618, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 391280K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90702K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=213 (full 44):
par new generation total 142016K, used 136797K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba147618, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 391280K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90704K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:55:44.649+0800: 1244.245: [GC2014-02-01T15:55:44.649+0800: 1244.245: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2550296 bytes, 2550296 total
- age 2: 2444928 bytes, 4995224 total
- age 3: 2076768 bytes, 7071992 total
- age 4: 1998216 bytes, 9070208 total
- age 5: 2154072 bytes, 11224280 total
- age 6: 1904208 bytes, 13128488 total
- age 7: 2311640 bytes, 15440128 total
: 136797K->23013K(142016K), 0.0327100 secs] 528078K->416790K(630884K), 0.0328040 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=214 (full 44):
par new generation total 142016K, used 23013K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b6f00000, 0x00000007b8579590, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 393777K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90704K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=214 (full 44):
par new generation total 142016K, used 136677K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b6f00000, 0x00000007b8579590, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 393777K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:55:59.782+0800: 1259.378: [GC2014-02-01T15:55:59.782+0800: 1259.378: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 2822232 bytes, 2822232 total
- age 2: 2244496 bytes, 5066728 total
- age 3: 2444880 bytes, 7511608 total
- age 4: 2072288 bytes, 9583896 total
- age 5: 1968496 bytes, 11552392 total
- age 6: 2155480 bytes, 13707872 total
- age 7: 1905616 bytes, 15613488 total
: 136677K->22627K(142016K), 0.0341790 secs] 530454K->418670K(630884K), 0.0342460 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=215 (full 44):
par new generation total 142016K, used 22627K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0c8c18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 396043K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=215 (full 44):
par new generation total 142016K, used 136291K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0c8c18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 396043K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:09.637+0800: 1269.233: [GC2014-02-01T15:56:09.637+0800: 1269.234: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 584784 bytes, 584784 total
- age 2: 2624344 bytes, 3209128 total
- age 3: 2242296 bytes, 5451424 total
- age 4: 2435096 bytes, 7886520 total
- age 5: 2071648 bytes, 9958168 total
- age 6: 1969200 bytes, 11927368 total
- age 7: 2155040 bytes, 14082408 total
: 136291K->15291K(142016K), 0.0301910 secs] 532334K->413201K(630884K), 0.0302770 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=216 (full 44):
par new generation total 142016K, used 15291K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7deeec8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 397910K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=216 (full 44):
par new generation total 142016K, used 128955K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7deeec8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 397910K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:18.015+0800: 1277.611: [GC2014-02-01T15:56:18.015+0800: 1277.611: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 4029608 bytes, 4029608 total
- age 2: 240240 bytes, 4269848 total
- age 3: 2621920 bytes, 6891768 total
- age 4: 2235424 bytes, 9127192 total
- age 5: 2434864 bytes, 11562056 total
- age 6: 2071824 bytes, 13633880 total
- age 7: 1967616 bytes, 15601496 total
- age 8: 2153720 bytes, 17755216 total
: 128955K->28108K(142016K), 0.0320390 secs] 526865K->426018K(630884K), 0.0321430 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=217 (full 44):
par new generation total 142016K, used 28108K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b8ab0000, 0x00000007ba623228, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 397910K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=217 (full 44):
par new generation total 142016K, used 141772K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b8ab0000, 0x00000007ba623228, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 488868K, used 397910K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:27.354+0800: 1286.950: [GC2014-02-01T15:56:27.354+0800: 1286.950: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 7671240 bytes, 7671240 total
- age 2: 3697904 bytes, 11369144 total
- age 3: 225816 bytes, 11594960 total
- age 4: 2621920 bytes, 14216880 total
- age 5: 2235424 bytes, 16452304 total
- age 6: 2433728 bytes, 18886032 total
- age 7: 2072792 bytes, 20958824 total
: 141772K->28352K(142016K), 0.0535070 secs] 539682K->430399K(630884K), 0.0535810 secs] [Times: user=0.11 sys=0.00, real=0.05 secs]
Heap after GC invocations=218 (full 44):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 488868K, used 402047K [0x00000007ba660000, 0x00000007d83c9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90705K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:56:27.407+0800: 1287.004: [GC [1 CMS-initial-mark: 402047K(488868K)] 430405K(630884K), 0.0263870 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T15:56:27.434+0800: 1287.030: [CMS-concurrent-mark-start]
2014-02-01T15:56:27.722+0800: 1287.318: [CMS-concurrent-mark: 0.288/0.288 secs] [Times: user=0.95 sys=0.03, real=0.29 secs]
2014-02-01T15:56:27.722+0800: 1287.318: [GC[YG occupancy: 32440 K (142016 K)]2014-02-01T15:56:27.722+0800: 1287.318: [Rescan (parallel) , 0.0196500 secs]2014-02-01T15:56:27.741+0800: 1287.338: [weak refs processing, 0.0002600 secs]2014-02-01T15:56:27.742+0800: 1287.338: [scrub string table, 0.0021570 secs] [1 CMS-remark: 402047K(488868K)] 434488K(630884K), 0.0222080 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
2014-02-01T15:56:27.744+0800: 1287.340: [CMS-concurrent-sweep-start]
2014-02-01T15:56:27.914+0800: 1287.511: [CMS-concurrent-sweep: 0.170/0.170 secs] [Times: user=0.43 sys=0.02, real=0.17 secs]
2014-02-01T15:56:27.915+0800: 1287.511: [CMS-concurrent-reset-start]
2014-02-01T15:56:27.918+0800: 1287.514: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=218 (full 45):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 391477K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90710K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:36.781+0800: 1296.378: [GC2014-02-01T15:56:36.782+0800: 1296.378: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 1795032 bytes, 1795032 total
- age 2: 7284616 bytes, 9079648 total
- age 3: 3682968 bytes, 12762616 total
- age 4: 210168 bytes, 12972784 total
- age 5: 2615048 bytes, 15587832 total
: 142016K->19584K(142016K), 0.0458230 secs] 533493K->417673K(637560K), 0.0459080 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=219 (full 45):
par new generation total 142016K, used 19584K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd0240, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 398088K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90710K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=219 (full 45):
par new generation total 142016K, used 133248K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9dd0240, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 398088K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90723K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:44.772+0800: 1304.368: [GC2014-02-01T15:56:44.772+0800: 1304.368: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1699848 bytes, 1699848 total
- age 2: 1464360 bytes, 3164208 total
- age 3: 7269488 bytes, 10433696 total
- age 4: 3682088 bytes, 14115784 total
- age 5: 200024 bytes, 14315808 total
: 133248K->16327K(142016K), 0.0375460 secs] 531337K->416973K(637560K), 0.0376670 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
Heap after GC invocations=220 (full 45):
par new generation total 142016K, used 16327K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ef1f20, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 400645K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90723K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=220 (full 45):
par new generation total 142016K, used 129991K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ef1f20, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 400645K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90723K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:56:52.845+0800: 1312.441: [GC2014-02-01T15:56:52.845+0800: 1312.441: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 1491816 bytes, 1491816 total
- age 2: 1346992 bytes, 2838808 total
- age 3: 1464344 bytes, 4303152 total
- age 4: 7269488 bytes, 11572640 total
- age 5: 3682040 bytes, 15254680 total
- age 6: 200024 bytes, 15454704 total
: 129991K->28352K(142016K), 0.0313190 secs] 530637K->429149K(637560K), 0.0313860 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=221 (full 45):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 400797K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90723K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=221 (full 45):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 400797K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90724K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:01.634+0800: 1321.231: [GC2014-02-01T15:57:01.634+0800: 1321.231: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1846720 bytes, 1846720 total
- age 2: 1289672 bytes, 3136392 total
- age 3: 1313360 bytes, 4449752 total
- age 4: 1454584 bytes, 5904336 total
- age 5: 7269464 bytes, 13173800 total
: 142016K->18666K(142016K), 0.0416940 secs] 542813K->423233K(637560K), 0.0418000 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=222 (full 45):
par new generation total 142016K, used 18666K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b813a9c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90724K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=222 (full 45):
par new generation total 142016K, used 132330K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b813a9c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90724K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:09.119+0800: 1328.715: [GC2014-02-01T15:57:09.119+0800: 1328.715: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1457984 bytes, 1457984 total
- age 2: 1517424 bytes, 2975408 total
- age 3: 1279720 bytes, 4255128 total
- age 4: 1313056 bytes, 5568184 total
- age 5: 1454520 bytes, 7022704 total
- age 6: 7156632 bytes, 14179336 total
: 132330K->17913K(142016K), 0.0282660 secs] 536897K->422480K(637560K), 0.0283530 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=223 (full 45):
par new generation total 142016K, used 17913K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b8ab0000, 0x00000007b9c2e640, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90724K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=223 (full 45):
par new generation total 142016K, used 131577K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b8ab0000, 0x00000007b9c2e640, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90850K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:12.833+0800: 1332.429: [GC2014-02-01T15:57:12.833+0800: 1332.429: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 4939880 bytes, 4939880 total
- age 2: 1142248 bytes, 6082128 total
- age 3: 1517232 bytes, 7599360 total
- age 4: 1279720 bytes, 8879080 total
- age 5: 1305752 bytes, 10184832 total
- age 6: 1454472 bytes, 11639304 total
- age 7: 7155632 bytes, 18794936 total
: 131577K->26684K(142016K), 0.0371310 secs] 536144K->431251K(637560K), 0.0372260 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=224 (full 45):
par new generation total 142016K, used 26684K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b6f00000, 0x00000007b890f190, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90850K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=224 (full 45):
par new generation total 142016K, used 131293K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 92% used [0x00000007b0000000, 0x00000007b6628470, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b6f00000, 0x00000007b890f190, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 495544K, used 404567K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90892K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:25.974+0800: 1345.570: [GC2014-02-01T15:57:25.974+0800: 1345.570: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 8987040 bytes, 8987040 total
- age 2: 4551032 bytes, 13538072 total
- age 3: 1141280 bytes, 14679352 total
- age 4: 1515304 bytes, 16194656 total
- age 5: 1271088 bytes, 17465744 total
- age 6: 1305752 bytes, 18771496 total
- age 7: 1454472 bytes, 20225968 total
: 131293K->25489K(142016K), 0.0504760 secs] 535860K->432830K(637560K), 0.0505530 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=225 (full 45):
par new generation total 142016K, used 25489K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 89% used [0x00000007b8ab0000, 0x00000007ba394400, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 495544K, used 407341K [0x00000007ba660000, 0x00000007d8a4e000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90892K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:57:26.027+0800: 1345.623: [GC [1 CMS-initial-mark: 407341K(495544K)] 449225K(637560K), 0.0280990 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T15:57:26.055+0800: 1345.651: [CMS-concurrent-mark-start]
2014-02-01T15:57:26.331+0800: 1345.928: [CMS-concurrent-mark: 0.275/0.276 secs] [Times: user=0.75 sys=0.02, real=0.28 secs]
2014-02-01T15:57:26.332+0800: 1345.928: [GC[YG occupancy: 43676 K (142016 K)]2014-02-01T15:57:26.332+0800: 1345.928: [Rescan (parallel) , 0.0153630 secs]2014-02-01T15:57:26.347+0800: 1345.943: [weak refs processing, 0.0001720 secs]2014-02-01T15:57:26.347+0800: 1345.943: [scrub string table, 0.0012030 secs] [1 CMS-remark: 407341K(495544K)] 451018K(637560K), 0.0168350 secs] [Times: user=0.04 sys=0.00, real=0.01 secs]
2014-02-01T15:57:26.349+0800: 1345.945: [CMS-concurrent-sweep-start]
2014-02-01T15:57:26.472+0800: 1346.068: [CMS-concurrent-sweep: 0.123/0.123 secs] [Times: user=0.20 sys=0.01, real=0.13 secs]
2014-02-01T15:57:26.472+0800: 1346.068: [CMS-concurrent-reset-start]
2014-02-01T15:57:26.475+0800: 1346.071: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=225 (full 46):
par new generation total 142016K, used 139153K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 89% used [0x00000007b8ab0000, 0x00000007ba394400, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 400949K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90960K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:41.265+0800: 1360.862: [GC2014-02-01T15:57:41.266+0800: 1360.862: [ParNew
Desired survivor size 14516224 bytes, new threshold 3 (max 15)
- age 1: 2832552 bytes, 2832552 total
- age 2: 8745288 bytes, 11577840 total
- age 3: 4514904 bytes, 16092744 total
: 139153K->28352K(142016K), 0.0525660 secs] 540102K->435952K(649548K), 0.0528310 secs] [Times: user=0.10 sys=0.01, real=0.05 secs]
Heap after GC invocations=226 (full 46):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 407600K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90960K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=226 (full 46):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 407600K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90962K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:57:52.928+0800: 1372.524: [GC2014-02-01T15:57:52.928+0800: 1372.524: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 960392 bytes, 960392 total
- age 2: 2663368 bytes, 3623760 total
- age 3: 8742544 bytes, 12366304 total
: 142016K->21415K(142016K), 0.0386990 secs] 549616K->433427K(649548K), 0.0387690 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=227 (full 46):
par new generation total 142016K, used 21415K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9f99c28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90962K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=227 (full 46):
par new generation total 142016K, used 135079K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9f99c28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90966K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:02.184+0800: 1381.781: [GC2014-02-01T15:58:02.184+0800: 1381.781: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 391824 bytes, 391824 total
- age 2: 593704 bytes, 985528 total
- age 3: 2535072 bytes, 3520600 total
- age 4: 8742688 bytes, 12263288 total
: 135079K->14438K(142016K), 0.0251780 secs] 547091K->426450K(649548K), 0.0252640 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=228 (full 46):
par new generation total 142016K, used 14438K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7d19868, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90966K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=228 (full 46):
par new generation total 142016K, used 128102K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7d19868, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90967K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:12.662+0800: 1392.258: [GC2014-02-01T15:58:12.662+0800: 1392.258: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 458976 bytes, 458976 total
- age 2: 19976 bytes, 478952 total
- age 3: 593168 bytes, 1072120 total
- age 4: 2531904 bytes, 3604024 total
- age 5: 8742544 bytes, 12346568 total
: 128102K->16112K(142016K), 0.0266510 secs] 540114K->428124K(649548K), 0.0267200 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=229 (full 46):
par new generation total 142016K, used 16112K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a6c220, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90967K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=229 (full 46):
par new generation total 142016K, used 129776K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a6c220, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90968K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:23.323+0800: 1402.919: [GC2014-02-01T15:58:23.323+0800: 1402.919: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1397560 bytes, 1397560 total
- age 2: 101320 bytes, 1498880 total
- age 3: 19712 bytes, 1518592 total
- age 4: 593104 bytes, 2111696 total
- age 5: 2508680 bytes, 4620376 total
- age 6: 8742544 bytes, 13362920 total
: 129776K->17541K(142016K), 0.0274300 secs] 541788K->429553K(649548K), 0.0275050 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=230 (full 46):
par new generation total 142016K, used 17541K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 61% used [0x00000007b6f00000, 0x00000007b8021610, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90968K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=230 (full 46):
par new generation total 142016K, used 131205K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 61% used [0x00000007b6f00000, 0x00000007b8021610, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90968K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:30.932+0800: 1410.528: [GC2014-02-01T15:58:30.932+0800: 1410.528: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 583872 bytes, 583872 total
- age 2: 1102064 bytes, 1685936 total
- age 3: 82232 bytes, 1768168 total
- age 4: 19672 bytes, 1787840 total
- age 5: 592328 bytes, 2380168 total
- age 6: 2493272 bytes, 4873440 total
- age 7: 8742544 bytes, 13615984 total
: 131205K->19059K(142016K), 0.0276860 secs] 543217K->431071K(649548K), 0.0277570 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=231 (full 46):
par new generation total 142016K, used 19059K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d4ce08, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90968K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=231 (full 46):
par new generation total 142016K, used 132723K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d4ce08, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:38.154+0800: 1417.750: [GC2014-02-01T15:58:38.154+0800: 1417.750: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 464624 bytes, 464624 total
- age 2: 199512 bytes, 664136 total
- age 3: 1100616 bytes, 1764752 total
- age 4: 71336 bytes, 1836088 total
- age 5: 19672 bytes, 1855760 total
- age 6: 582432 bytes, 2438192 total
- age 7: 2485520 bytes, 4923712 total
- age 8: 8743264 bytes, 13666976 total
: 132723K->19673K(142016K), 0.0356940 secs] 544735K->431686K(649548K), 0.0357680 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=232 (full 46):
par new generation total 142016K, used 19673K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b82367c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=232 (full 46):
par new generation total 142016K, used 133337K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b82367c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:45.549+0800: 1425.145: [GC2014-02-01T15:58:45.549+0800: 1425.145: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 796432 bytes, 796432 total
- age 2: 81256 bytes, 877688 total
- age 3: 195904 bytes, 1073592 total
- age 4: 1100616 bytes, 2174208 total
- age 5: 70912 bytes, 2245120 total
- age 6: 19672 bytes, 2264792 total
- age 7: 581248 bytes, 2846040 total
- age 8: 2477008 bytes, 5323048 total
- age 9: 8742544 bytes, 14065592 total
: 133337K->19870K(142016K), 0.0305870 secs] 545350K->431882K(649548K), 0.0306690 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=233 (full 46):
par new generation total 142016K, used 19870K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e178f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=233 (full 46):
par new generation total 142016K, used 133534K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e178f8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:58:54.339+0800: 1433.935: [GC2014-02-01T15:58:54.339+0800: 1433.935: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 582776 bytes, 582776 total
- age 2: 303864 bytes, 886640 total
- age 3: 59200 bytes, 945840 total
- age 4: 195888 bytes, 1141728 total
- age 5: 1100600 bytes, 2242328 total
- age 6: 69168 bytes, 2311496 total
- age 7: 11920 bytes, 2323416 total
- age 8: 581248 bytes, 2904664 total
- age 9: 2470152 bytes, 5374816 total
- age 10: 8742544 bytes, 14117360 total
: 133534K->20347K(142016K), 0.0277650 secs] 545546K->432359K(649548K), 0.0278430 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=234 (full 46):
par new generation total 142016K, used 20347K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b6f00000, 0x00000007b82dee70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=234 (full 46):
par new generation total 142016K, used 134011K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b6f00000, 0x00000007b82dee70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:03.671+0800: 1443.267: [GC2014-02-01T15:59:03.671+0800: 1443.267: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 599224 bytes, 599224 total
- age 2: 216336 bytes, 815560 total
- age 3: 292176 bytes, 1107736 total
- age 4: 50784 bytes, 1158520 total
- age 5: 194352 bytes, 1352872 total
- age 6: 1093728 bytes, 2446600 total
- age 7: 45736 bytes, 2492336 total
- age 8: 11920 bytes, 2504256 total
- age 9: 571544 bytes, 3075800 total
- age 10: 2461640 bytes, 5537440 total
- age 11: 8742568 bytes, 14280008 total
: 134011K->20533K(142016K), 0.0283260 secs] 546023K->432545K(649548K), 0.0284290 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=235 (full 46):
par new generation total 142016K, used 20533K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ebd4b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90969K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=235 (full 46):
par new generation total 142016K, used 134197K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ebd4b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90973K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:12.627+0800: 1452.223: [GC2014-02-01T15:59:12.627+0800: 1452.223: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 2041744 bytes, 2041744 total
- age 2: 271200 bytes, 2312944 total
- age 3: 216104 bytes, 2529048 total
- age 4: 291776 bytes, 2820824 total
- age 5: 50760 bytes, 2871584 total
- age 6: 194336 bytes, 3065920 total
- age 7: 1093728 bytes, 4159648 total
- age 8: 45736 bytes, 4205384 total
- age 9: 11920 bytes, 4217304 total
- age 10: 571544 bytes, 4788848 total
- age 11: 2461640 bytes, 7250488 total
- age 12: 8742544 bytes, 15993032 total
: 134197K->20756K(142016K), 0.0329010 secs] 546209K->432768K(649548K), 0.0330290 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=236 (full 46):
par new generation total 142016K, used 20756K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b83452d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90973K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=236 (full 46):
par new generation total 142016K, used 134420K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b83452d0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 507532K, used 412012K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:20.957+0800: 1460.553: [GC2014-02-01T15:59:20.957+0800: 1460.553: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 818872 bytes, 818872 total
- age 2: 1603688 bytes, 2422560 total
- age 3: 135160 bytes, 2557720 total
- age 4: 215944 bytes, 2773664 total
- age 5: 291000 bytes, 3064664 total
- age 6: 50760 bytes, 3115424 total
- age 7: 173704 bytes, 3289128 total
- age 8: 1093688 bytes, 4382816 total
- age 9: 45736 bytes, 4428552 total
- age 10: 11920 bytes, 4440472 total
- age 11: 571544 bytes, 5012016 total
- age 12: 2454768 bytes, 7466784 total
: 134420K->15160K(142016K), 0.0503660 secs] 546432K->435934K(649548K), 0.0504460 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=237 (full 46):
par new generation total 142016K, used 15160K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b997e178, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 507532K, used 420774K [0x00000007ba660000, 0x00000007d9603000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T15:59:21.008+0800: 1460.604: [GC [1 CMS-initial-mark: 420774K(507532K)] 435944K(649548K), 0.0169360 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T15:59:21.025+0800: 1460.621: [CMS-concurrent-mark-start]
2014-02-01T15:59:21.363+0800: 1460.959: [CMS-concurrent-mark: 0.338/0.338 secs] [Times: user=0.89 sys=0.03, real=0.34 secs]
2014-02-01T15:59:21.363+0800: 1460.959: [GC[YG occupancy: 19384 K (142016 K)]2014-02-01T15:59:21.363+0800: 1460.959: [Rescan (parallel) , 0.0083000 secs]2014-02-01T15:59:21.371+0800: 1460.967: [weak refs processing, 0.0002920 secs]2014-02-01T15:59:21.371+0800: 1460.968: [scrub string table, 0.0018710 secs] [1 CMS-remark: 420774K(507532K)] 440159K(649548K), 0.0105630 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T15:59:21.374+0800: 1460.970: [CMS-concurrent-sweep-start]
2014-02-01T15:59:21.508+0800: 1461.104: [CMS-concurrent-sweep: 0.134/0.134 secs] [Times: user=0.22 sys=0.01, real=0.13 secs]
2014-02-01T15:59:21.508+0800: 1461.104: [CMS-concurrent-reset-start]
2014-02-01T15:59:21.511+0800: 1461.107: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
{Heap before GC invocations=237 (full 47):
par new generation total 142016K, used 128824K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b997e178, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:30.128+0800: 1469.725: [GC2014-02-01T15:59:30.128+0800: 1469.725: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1299432 bytes, 1299432 total
- age 2: 256592 bytes, 1556024 total
- age 3: 1592648 bytes, 3148672 total
- age 4: 134736 bytes, 3283408 total
- age 5: 207304 bytes, 3490712 total
- age 6: 291000 bytes, 3781712 total
- age 7: 50760 bytes, 3832472 total
- age 8: 166848 bytes, 3999320 total
- age 9: 1086816 bytes, 5086136 total
- age 10: 45736 bytes, 5131872 total
- age 11: 11904 bytes, 5143776 total
- age 12: 570280 bytes, 5714056 total
- age 13: 2454768 bytes, 8168824 total
: 128824K->9798K(142016K), 0.0162940 secs] 548073K->429047K(672712K), 0.0163800 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=238 (full 47):
par new generation total 142016K, used 9798K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b7891b10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=238 (full 47):
par new generation total 142016K, used 123462K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b6f00000, 0x00000007b7891b10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:38.542+0800: 1478.138: [GC2014-02-01T15:59:38.542+0800: 1478.138: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1446840 bytes, 1446840 total
- age 2: 456232 bytes, 1903072 total
- age 3: 256336 bytes, 2159408 total
- age 4: 1590664 bytes, 3750072 total
- age 5: 124824 bytes, 3874896 total
- age 6: 190024 bytes, 4064920 total
- age 7: 291000 bytes, 4355920 total
- age 8: 50760 bytes, 4406680 total
- age 9: 165712 bytes, 4572392 total
- age 10: 1086816 bytes, 5659208 total
- age 11: 36768 bytes, 5695976 total
- age 12: 2024 bytes, 5698000 total
- age 13: 570280 bytes, 6268280 total
- age 14: 2454768 bytes, 8723048 total
: 123462K->11386K(142016K), 0.0160080 secs] 542711K->430635K(672712K), 0.0160810 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=239 (full 47):
par new generation total 142016K, used 11386K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95ceb50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90975K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=239 (full 47):
par new generation total 142016K, used 125050K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95ceb50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90978K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T15:59:49.755+0800: 1489.351: [GC2014-02-01T15:59:49.755+0800: 1489.351: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1117944 bytes, 1117944 total
- age 2: 568160 bytes, 1686104 total
- age 3: 341160 bytes, 2027264 total
- age 4: 255984 bytes, 2283248 total
- age 5: 1590216 bytes, 3873464 total
- age 6: 110720 bytes, 3984184 total
- age 7: 173584 bytes, 4157768 total
- age 8: 290160 bytes, 4447928 total
- age 9: 50760 bytes, 4498688 total
- age 10: 158872 bytes, 4657560 total
- age 11: 1086816 bytes, 5744376 total
- age 12: 35680 bytes, 5780056 total
- age 13: 2024 bytes, 5782080 total
- age 14: 570280 bytes, 6352360 total
- age 15: 2454768 bytes, 8807128 total
: 125050K->12359K(142016K), 0.0163230 secs] 544299K->431608K(672712K), 0.0164120 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=240 (full 47):
par new generation total 142016K, used 12359K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b11f78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90978K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=240 (full 47):
par new generation total 142016K, used 126023K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b11f78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 419249K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90978K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:00.681+0800: 1500.277: [GC2014-02-01T16:00:00.681+0800: 1500.277: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1300984 bytes, 1300984 total
- age 2: 75624 bytes, 1376608 total
- age 3: 568032 bytes, 1944640 total
- age 4: 341136 bytes, 2285776 total
- age 5: 249112 bytes, 2534888 total
- age 6: 1580616 bytes, 4115504 total
- age 7: 98128 bytes, 4213632 total
- age 8: 173584 bytes, 4387216 total
- age 9: 290048 bytes, 4677264 total
- age 10: 50760 bytes, 4728024 total
- age 11: 158872 bytes, 4886896 total
- age 12: 1079944 bytes, 5966840 total
- age 13: 20432 bytes, 5987272 total
- age 14: 2024 bytes, 5989296 total
- age 15: 570280 bytes, 6559576 total
: 126023K->8509K(142016K), 0.0215280 secs] 545272K->430166K(672712K), 0.0216160 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=241 (full 47):
par new generation total 142016K, used 8509K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b92ff450, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 421657K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90978K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=241 (full 47):
par new generation total 142016K, used 122173K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b92ff450, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 421657K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90979K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:13.253+0800: 1512.849: [GC2014-02-01T16:00:13.253+0800: 1512.849: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1484128 bytes, 1484128 total
- age 2: 71592 bytes, 1555720 total
- age 3: 74864 bytes, 1630584 total
- age 4: 559416 bytes, 2190000 total
- age 5: 341136 bytes, 2531136 total
- age 6: 221624 bytes, 2752760 total
- age 7: 1580616 bytes, 4333376 total
- age 8: 98128 bytes, 4431504 total
- age 9: 164944 bytes, 4596448 total
- age 10: 290048 bytes, 4886496 total
- age 11: 50760 bytes, 4937256 total
- age 12: 156224 bytes, 5093480 total
- age 13: 1079944 bytes, 6173424 total
- age 14: 10560 bytes, 6183984 total
- age 15: 2024 bytes, 6186008 total
: 122173K->10343K(142016K), 0.0130990 secs] 543830K->432559K(672712K), 0.0131800 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=242 (full 47):
par new generation total 142016K, used 10343K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b6f00000, 0x00000007b7919c40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 422216K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90979K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=242 (full 47):
par new generation total 142016K, used 124007K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b6f00000, 0x00000007b7919c40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 422216K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90984K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:25.837+0800: 1525.433: [GC2014-02-01T16:00:25.837+0800: 1525.433: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1721736 bytes, 1721736 total
- age 2: 11968 bytes, 1733704 total
- age 3: 69480 bytes, 1803184 total
- age 4: 53888 bytes, 1857072 total
- age 5: 552560 bytes, 2409632 total
- age 6: 341136 bytes, 2750768 total
- age 7: 214736 bytes, 2965504 total
- age 8: 1580616 bytes, 4546120 total
- age 9: 98128 bytes, 4644248 total
- age 10: 164944 bytes, 4809192 total
- age 11: 290048 bytes, 5099240 total
- age 12: 50760 bytes, 5150000 total
- age 13: 156224 bytes, 5306224 total
- age 14: 1079944 bytes, 6386168 total
- age 15: 728 bytes, 6386896 total
: 124007K->8697K(142016K), 0.0125020 secs] 546223K->430916K(672712K), 0.0125970 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=243 (full 47):
par new generation total 142016K, used 8697K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b932e7b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 422218K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90984K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=243 (full 47):
par new generation total 142016K, used 122333K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ef8ec0, 0x00000007b6f00000)
from space 28352K, 30% used [0x00000007b8ab0000, 0x00000007b932e7b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 422218K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90987K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:37.748+0800: 1537.345: [GC2014-02-01T16:00:37.748+0800: 1537.345: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1253432 bytes, 1253432 total
- age 2: 21496 bytes, 1274928 total
- age 3: 11544 bytes, 1286472 total
- age 4: 57328 bytes, 1343800 total
- age 5: 53832 bytes, 1397632 total
- age 6: 545616 bytes, 1943248 total
- age 7: 331312 bytes, 2274560 total
- age 8: 207096 bytes, 2481656 total
- age 9: 1580616 bytes, 4062272 total
- age 10: 89616 bytes, 4151888 total
- age 11: 164944 bytes, 4316832 total
- age 12: 290048 bytes, 4606880 total
- age 13: 50760 bytes, 4657640 total
- age 14: 156224 bytes, 4813864 total
- age 15: 1079944 bytes, 5893808 total
: 122333K->10237K(142016K), 0.0146000 secs] 544552K->432456K(672712K), 0.0146900 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=244 (full 47):
par new generation total 142016K, used 10237K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b6f00000, 0x00000007b78ff5d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 422219K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90987K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=244 (full 47):
par new generation total 142016K, used 123901K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b6f00000, 0x00000007b78ff5d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 422219K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90990K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:46.356+0800: 1545.953: [GC2014-02-01T16:00:46.356+0800: 1545.953: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2924000 bytes, 2924000 total
- age 2: 77992 bytes, 3001992 total
- age 3: 21368 bytes, 3023360 total
- age 4: 4240 bytes, 3027600 total
- age 5: 47344 bytes, 3074944 total
- age 6: 52768 bytes, 3127712 total
- age 7: 538744 bytes, 3666456 total
- age 8: 330952 bytes, 3997408 total
- age 9: 207064 bytes, 4204472 total
- age 10: 1580592 bytes, 5785064 total
- age 11: 89376 bytes, 5874440 total
- age 12: 164904 bytes, 6039344 total
- age 13: 290048 bytes, 6329392 total
- age 14: 50760 bytes, 6380152 total
- age 15: 156136 bytes, 6536288 total
: 123901K->9503K(142016K), 0.0179090 secs] 546120K->432782K(672712K), 0.0180090 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=245 (full 47):
par new generation total 142016K, used 9503K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b93f7ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423278K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90990K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=245 (full 47):
par new generation total 142016K, used 122452K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e4d4e8, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b93f7ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423278K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:00:53.852+0800: 1553.448: [GC2014-02-01T16:00:53.852+0800: 1553.448: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2690936 bytes, 2690936 total
- age 2: 783096 bytes, 3474032 total
- age 3: 77760 bytes, 3551792 total
- age 4: 14496 bytes, 3566288 total
- age 5: 4008 bytes, 3570296 total
- age 6: 38792 bytes, 3609088 total
- age 7: 52768 bytes, 3661856 total
- age 8: 538744 bytes, 4200600 total
- age 9: 330952 bytes, 4531552 total
- age 10: 205736 bytes, 4737288 total
- age 11: 1580592 bytes, 6317880 total
- age 12: 80632 bytes, 6398512 total
- age 13: 164904 bytes, 6563416 total
- age 14: 290048 bytes, 6853464 total
- age 15: 50760 bytes, 6904224 total
: 122452K->9940K(142016K), 0.0164570 secs] 545731K->433373K(672712K), 0.0165290 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=246 (full 47):
par new generation total 142016K, used 9940K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78b53b8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 423432K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=246 (full 47):
par new generation total 142016K, used 123579K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ef9910, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78b53b8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 423432K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:01.302+0800: 1560.899: [GC2014-02-01T16:01:01.302+0800: 1560.899: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2819384 bytes, 2819384 total
- age 2: 1189784 bytes, 4009168 total
- age 3: 782848 bytes, 4792016 total
- age 4: 77760 bytes, 4869776 total
- age 5: 14496 bytes, 4884272 total
- age 6: 4008 bytes, 4888280 total
- age 7: 37608 bytes, 4925888 total
- age 8: 42872 bytes, 4968760 total
- age 9: 538744 bytes, 5507504 total
- age 10: 330952 bytes, 5838456 total
- age 11: 205736 bytes, 6044192 total
- age 12: 1580592 bytes, 7624784 total
- age 13: 80632 bytes, 7705416 total
- age 14: 164864 bytes, 7870280 total
- age 15: 290048 bytes, 8160328 total
: 123579K->12529K(142016K), 0.0170380 secs] 547011K->436011K(672712K), 0.0171400 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=247 (full 47):
par new generation total 142016K, used 12529K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b96ec778, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423481K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=247 (full 47):
par new generation total 142016K, used 126138K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ef2468, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b96ec778, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423481K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:09.056+0800: 1568.652: [GC2014-02-01T16:01:09.056+0800: 1568.652: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2726992 bytes, 2726992 total
- age 2: 1381872 bytes, 4108864 total
- age 3: 1189280 bytes, 5298144 total
- age 4: 782416 bytes, 6080560 total
- age 5: 77704 bytes, 6158264 total
- age 6: 14496 bytes, 6172760 total
- age 7: 3968 bytes, 6176728 total
- age 8: 19224 bytes, 6195952 total
- age 9: 42872 bytes, 6238824 total
- age 10: 538744 bytes, 6777568 total
- age 11: 330952 bytes, 7108520 total
- age 12: 205736 bytes, 7314256 total
- age 13: 1580592 bytes, 8894848 total
- age 14: 80632 bytes, 8975480 total
- age 15: 164864 bytes, 9140344 total
: 126138K->14995K(142016K), 0.0187500 secs] 549620K->438762K(672712K), 0.0188410 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=248 (full 47):
par new generation total 142016K, used 14995K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7da4d48, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 423766K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90991K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=248 (full 47):
par new generation total 142016K, used 128659K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7da4d48, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 423766K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90992K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:14.679+0800: 1574.275: [GC2014-02-01T16:01:14.679+0800: 1574.275: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 13681160 bytes, 13681160 total
- age 2: 1258648 bytes, 14939808 total
- age 3: 1385656 bytes, 16325464 total
- age 4: 1191832 bytes, 17517296 total
- age 5: 783088 bytes, 18300384 total
- age 6: 70848 bytes, 18371232 total
- age 7: 14496 bytes, 18385728 total
- age 8: 3968 bytes, 18389696 total
- age 9: 19224 bytes, 18408920 total
- age 10: 32976 bytes, 18441896 total
- age 11: 539360 bytes, 18981256 total
- age 12: 330952 bytes, 19312208 total
- age 13: 205736 bytes, 19517944 total
- age 14: 1580592 bytes, 21098536 total
- age 15: 80632 bytes, 21179168 total
: 128659K->24501K(142016K), 0.0430280 secs] 552426K->448429K(672712K), 0.0431120 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
Heap after GC invocations=249 (full 47):
par new generation total 142016K, used 24501K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b8ab0000, 0x00000007ba29d440, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423928K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 90992K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=249 (full 47):
par new generation total 142016K, used 138165K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 86% used [0x00000007b8ab0000, 0x00000007ba29d440, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 423928K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91028K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:16.018+0800: 1575.614: [GC2014-02-01T16:01:16.018+0800: 1575.614: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 3451136 bytes, 3451136 total
- age 2: 11095144 bytes, 14546280 total
: 138165K->15910K(142016K), 0.0495560 secs] 562093K->447186K(672712K), 0.0496540 secs] [Times: user=0.09 sys=0.01, real=0.05 secs]
Heap after GC invocations=250 (full 47):
par new generation total 142016K, used 15910K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7e89808, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 431276K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91028K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=250 (full 47):
par new generation total 142016K, used 129574K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7e89808, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 431276K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91028K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:16.492+0800: 1576.088: [GC2014-02-01T16:01:16.492+0800: 1576.088: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 180728 bytes, 180728 total
- age 2: 3363128 bytes, 3543856 total
: 129574K->14615K(142016K), 0.0428140 secs] 560850K->456821K(672712K), 0.0429120 secs] [Times: user=0.09 sys=0.01, real=0.04 secs]
Heap after GC invocations=251 (full 47):
par new generation total 142016K, used 14615K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98f5ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 442206K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91028K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:01:16.535+0800: 1576.131: [GC [1 CMS-initial-mark: 442206K(530696K)] 456821K(672712K), 0.0079820 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T16:01:16.543+0800: 1576.139: [CMS-concurrent-mark-start]
2014-02-01T16:01:16.921+0800: 1576.518: [CMS-concurrent-mark: 0.365/0.378 secs] [Times: user=1.75 sys=0.04, real=0.38 secs]
2014-02-01T16:01:16.922+0800: 1576.518: [GC[YG occupancy: 104549 K (142016 K)]2014-02-01T16:01:16.922+0800: 1576.518: [Rescan (parallel) , 0.0492500 secs]2014-02-01T16:01:16.971+0800: 1576.567: [weak refs processing, 0.0002050 secs]2014-02-01T16:01:16.971+0800: 1576.567: [scrub string table, 0.0011870 secs] [1 CMS-remark: 442206K(530696K)] 546755K(672712K), 0.0507260 secs] [Times: user=0.11 sys=0.00, real=0.05 secs]
2014-02-01T16:01:16.972+0800: 1576.569: [CMS-concurrent-sweep-start]
{Heap before GC invocations=251 (full 48):
par new generation total 142016K, used 128279K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98f5ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 530696K, used 442199K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91038K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:17.034+0800: 1576.630: [GC2014-02-01T16:01:17.034+0800: 1576.630: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1343312 bytes, 1343312 total
- age 2: 152056 bytes, 1495368 total
- age 3: 2139920 bytes, 3635288 total
: 128279K->5704K(142016K), 0.0091140 secs] 570478K->447904K(672712K), 0.0092430 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=252 (full 48):
par new generation total 142016K, used 5704K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 20% used [0x00000007b6f00000, 0x00000007b74923c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 530696K, used 442199K [0x00000007ba660000, 0x00000007daca2000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91038K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:01:17.149+0800: 1576.745: [CMS-concurrent-sweep: 0.167/0.177 secs] [Times: user=0.46 sys=0.02, real=0.17 secs]
2014-02-01T16:01:17.150+0800: 1576.746: [CMS-concurrent-reset-start]
2014-02-01T16:01:17.153+0800: 1576.749: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.02 sys=0.00, real=0.00 secs]
{Heap before GC invocations=252 (full 48):
par new generation total 142016K, used 119368K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 20% used [0x00000007b6f00000, 0x00000007b74923c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91045K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:17.402+0800: 1576.998: [GC2014-02-01T16:01:17.402+0800: 1576.998: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 99704 bytes, 99704 total
- age 2: 1301936 bytes, 1401640 total
- age 3: 138840 bytes, 1540480 total
- age 4: 2129504 bytes, 3669984 total
: 119368K->4379K(142016K), 0.0084390 secs] 550690K->435700K(687996K), 0.0085420 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=253 (full 48):
par new generation total 142016K, used 4379K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 15% used [0x00000007b8ab0000, 0x00000007b8ef6e58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91045K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=253 (full 48):
par new generation total 142016K, used 118043K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 15% used [0x00000007b8ab0000, 0x00000007b8ef6e58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91078K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:26.182+0800: 1585.778: [GC2014-02-01T16:01:26.182+0800: 1585.778: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2791992 bytes, 2791992 total
- age 2: 48528 bytes, 2840520 total
- age 3: 42728 bytes, 2883248 total
- age 4: 126264 bytes, 3009512 total
- age 5: 650304 bytes, 3659816 total
: 118043K->4803K(142016K), 0.0113960 secs] 549364K->436124K(687996K), 0.0114870 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=254 (full 48):
par new generation total 142016K, used 4803K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 16% used [0x00000007b6f00000, 0x00000007b73b0c00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91078K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=254 (full 48):
par new generation total 142016K, used 118467K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 16% used [0x00000007b6f00000, 0x00000007b73b0c00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91227K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:29.163+0800: 1588.759: [GC2014-02-01T16:01:29.163+0800: 1588.759: [ParNew
Desired survivor size 14516224 bytes, new threshold 2 (max 15)
- age 1: 11999408 bytes, 11999408 total
- age 2: 2618760 bytes, 14618168 total
- age 3: 48528 bytes, 14666696 total
- age 4: 42728 bytes, 14709424 total
- age 5: 126264 bytes, 14835688 total
- age 6: 412704 bytes, 15248392 total
: 118467K->15991K(142016K), 0.0356860 secs] 549788K->447312K(687996K), 0.0357790 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=255 (full 48):
par new generation total 142016K, used 15991K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a4dd60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91227K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=255 (full 48):
par new generation total 142016K, used 129655K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a4dd60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 431321K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91229K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:29.797+0800: 1589.393: [GC2014-02-01T16:01:29.797+0800: 1589.393: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 788072 bytes, 788072 total
- age 2: 11797448 bytes, 12585520 total
: 129655K->21387K(142016K), 0.0315520 secs] 560976K->455934K(687996K), 0.0316240 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=256 (full 48):
par new generation total 142016K, used 21387K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83e2fc0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91229K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=256 (full 48):
par new generation total 142016K, used 127754K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 93% used [0x00000007b0000000, 0x00000007b67df960, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83e2fc0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91234K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:34.581+0800: 1594.177: [GC2014-02-01T16:01:34.581+0800: 1594.177: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1154272 bytes, 1154272 total
- age 2: 715648 bytes, 1869920 total
- age 3: 11755392 bytes, 13625312 total
: 127754K->14577K(142016K), 0.0266440 secs] 562300K->449124K(687996K), 0.0267340 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=257 (full 48):
par new generation total 142016K, used 14577K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98ec610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91234K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=257 (full 48):
par new generation total 142016K, used 128241K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b8ab0000, 0x00000007b98ec610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91242K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:01:44.523+0800: 1604.120: [GC2014-02-01T16:01:44.523+0800: 1604.120: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 1859704 bytes, 1859704 total
- age 2: 759656 bytes, 2619360 total
- age 3: 715448 bytes, 3334808 total
- age 4: 11683904 bytes, 15018712 total
: 128241K->23616K(142016K), 0.0301000 secs] 562788K->458162K(687996K), 0.0301680 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=258 (full 48):
par new generation total 142016K, used 23616K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 83% used [0x00000007b6f00000, 0x00000007b8610008, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91242K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=258 (full 48):
par new generation total 142016K, used 137280K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 83% used [0x00000007b6f00000, 0x00000007b8610008, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 434546K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:00.651+0800: 1620.247: [GC2014-02-01T16:02:00.651+0800: 1620.247: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2815000 bytes, 2815000 total
- age 2: 1676056 bytes, 4491056 total
- age 3: 753488 bytes, 5244544 total
- age 4: 715048 bytes, 5959592 total
: 137280K->13924K(142016K), 0.0508580 secs] 571826K->459952K(687996K), 0.0509530 secs] [Times: user=0.10 sys=0.00, real=0.05 secs]
Heap after GC invocations=259 (full 48):
par new generation total 142016K, used 13924K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b9849398, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91254K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=259 (full 48):
par new generation total 142016K, used 127588K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b9849398, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91257K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:02.766+0800: 1622.362: [GC2014-02-01T16:02:02.766+0800: 1622.362: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 443296 bytes, 443296 total
- age 2: 2697800 bytes, 3141096 total
- age 3: 1675592 bytes, 4816688 total
- age 4: 753488 bytes, 5570176 total
- age 5: 714664 bytes, 6284840 total
: 127588K->8492K(142016K), 0.0157710 secs] 573616K->454520K(687996K), 0.0158590 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=260 (full 48):
par new generation total 142016K, used 8492K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b6f00000, 0x00000007b774b378, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91257K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=260 (full 48):
par new generation total 142016K, used 122156K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b6f00000, 0x00000007b774b378, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91265K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:03.040+0800: 1622.636: [GC2014-02-01T16:02:03.040+0800: 1622.636: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 129072 bytes, 129072 total
- age 2: 408224 bytes, 537296 total
- age 3: 2678968 bytes, 3216264 total
- age 4: 1675592 bytes, 4891856 total
- age 5: 753488 bytes, 5645344 total
- age 6: 714664 bytes, 6360008 total
: 122156K->9027K(142016K), 0.0159070 secs] 568184K->455054K(687996K), 0.0160030 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=261 (full 48):
par new generation total 142016K, used 9027K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b8ab0000, 0x00000007b9380db0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91265K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=261 (full 48):
par new generation total 142016K, used 122691K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b8ab0000, 0x00000007b9380db0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91266K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:03.829+0800: 1623.426: [GC2014-02-01T16:02:03.830+0800: 1623.426: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 510384 bytes, 510384 total
- age 2: 92608 bytes, 602992 total
- age 3: 358856 bytes, 961848 total
- age 4: 2678952 bytes, 3640800 total
- age 5: 1675592 bytes, 5316392 total
- age 6: 753224 bytes, 6069616 total
- age 7: 714496 bytes, 6784112 total
: 122691K->9244K(142016K), 0.0160730 secs] 568718K->455271K(687996K), 0.0161500 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=262 (full 48):
par new generation total 142016K, used 9244K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b78070b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91266K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=262 (full 48):
par new generation total 142016K, used 122908K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b78070b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91267K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:04.115+0800: 1623.711: [GC2014-02-01T16:02:04.115+0800: 1623.712: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 126672 bytes, 126672 total
- age 2: 434016 bytes, 560688 total
- age 3: 82288 bytes, 642976 total
- age 4: 353600 bytes, 996576 total
- age 5: 2678952 bytes, 3675528 total
- age 6: 1675592 bytes, 5351120 total
- age 7: 753224 bytes, 6104344 total
- age 8: 714496 bytes, 6818840 total
: 122908K->9764K(142016K), 0.0165260 secs] 568935K->455791K(687996K), 0.0166420 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=263 (full 48):
par new generation total 142016K, used 9764K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b8ab0000, 0x00000007b94390a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91267K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=263 (full 48):
par new generation total 142016K, used 123428K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 34% used [0x00000007b8ab0000, 0x00000007b94390a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91270K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:04.395+0800: 1623.991: [GC2014-02-01T16:02:04.395+0800: 1623.991: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 615640 bytes, 615640 total
- age 2: 80640 bytes, 696280 total
- age 3: 412296 bytes, 1108576 total
- age 4: 81256 bytes, 1189832 total
- age 5: 346280 bytes, 1536112 total
- age 6: 2678952 bytes, 4215064 total
- age 7: 1675592 bytes, 5890656 total
- age 8: 753224 bytes, 6643880 total
- age 9: 714496 bytes, 7358376 total
: 123428K->9932K(142016K), 0.0187270 secs] 569455K->455959K(687996K), 0.0187980 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=264 (full 48):
par new generation total 142016K, used 9932K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78b3110, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91270K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=264 (full 48):
par new generation total 142016K, used 123596K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78b3110, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91273K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:04.688+0800: 1624.285: [GC2014-02-01T16:02:04.689+0800: 1624.285: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 79160 bytes, 79160 total
- age 2: 593344 bytes, 672504 total
- age 3: 68616 bytes, 741120 total
- age 4: 401904 bytes, 1143024 total
- age 5: 78160 bytes, 1221184 total
- age 6: 345224 bytes, 1566408 total
- age 7: 2678952 bytes, 4245360 total
- age 8: 1675592 bytes, 5920952 total
- age 9: 753200 bytes, 6674152 total
- age 10: 714496 bytes, 7388648 total
: 123596K->10567K(142016K), 0.0174850 secs] 569623K->456594K(687996K), 0.0176420 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=265 (full 48):
par new generation total 142016K, used 10567K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b8ab0000, 0x00000007b9501c80, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91273K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=265 (full 48):
par new generation total 142016K, used 124231K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b8ab0000, 0x00000007b9501c80, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91277K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:05.134+0800: 1624.731: [GC2014-02-01T16:02:05.134+0800: 1624.731: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 129744 bytes, 129744 total
- age 2: 59640 bytes, 189384 total
- age 3: 572464 bytes, 761848 total
- age 4: 57264 bytes, 819112 total
- age 5: 125656 bytes, 944768 total
- age 6: 68680 bytes, 1013448 total
- age 7: 339968 bytes, 1353416 total
- age 8: 2678936 bytes, 4032352 total
- age 9: 1675568 bytes, 5707920 total
- age 10: 753152 bytes, 6461072 total
- age 11: 714496 bytes, 7175568 total
: 124231K->10768K(142016K), 0.0161640 secs] 570258K->456796K(687996K), 0.0162410 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=266 (full 48):
par new generation total 142016K, used 10768K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b79843d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91277K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=266 (full 48):
par new generation total 142016K, used 124432K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b79843d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91279K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:05.391+0800: 1624.987: [GC2014-02-01T16:02:05.391+0800: 1624.987: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 65360 bytes, 65360 total
- age 2: 100560 bytes, 165920 total
- age 3: 53400 bytes, 219320 total
- age 4: 572464 bytes, 791784 total
- age 5: 56232 bytes, 848016 total
- age 6: 123592 bytes, 971608 total
- age 7: 67624 bytes, 1039232 total
- age 8: 339920 bytes, 1379152 total
- age 9: 2678936 bytes, 4058088 total
- age 10: 1675568 bytes, 5733656 total
- age 11: 753152 bytes, 6486808 total
- age 12: 714496 bytes, 7201304 total
: 124432K->10570K(142016K), 0.0174450 secs] 570460K->456598K(687996K), 0.0175380 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=267 (full 48):
par new generation total 142016K, used 10570K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b8ab0000, 0x00000007b9502b48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91279K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=267 (full 48):
par new generation total 142016K, used 124234K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b8ab0000, 0x00000007b9502b48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91287K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:06.937+0800: 1626.533: [GC2014-02-01T16:02:06.937+0800: 1626.533: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 331032 bytes, 331032 total
- age 2: 37960 bytes, 368992 total
- age 3: 61504 bytes, 430496 total
- age 4: 47976 bytes, 478472 total
- age 5: 566928 bytes, 1045400 total
- age 6: 42624 bytes, 1088024 total
- age 7: 122560 bytes, 1210584 total
- age 8: 67624 bytes, 1278208 total
- age 9: 339920 bytes, 1618128 total
- age 10: 2678696 bytes, 4296824 total
- age 11: 1675568 bytes, 5972392 total
- age 12: 753040 bytes, 6725432 total
- age 13: 714496 bytes, 7439928 total
: 124234K->10542K(142016K), 0.0167120 secs] 570262K->456570K(687996K), 0.0167810 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=268 (full 48):
par new generation total 142016K, used 10542K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b794bb08, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91287K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=268 (full 48):
par new generation total 142016K, used 124206K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b794bb08, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91287K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:07.218+0800: 1626.815: [GC2014-02-01T16:02:07.219+0800: 1626.815: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 78568 bytes, 78568 total
- age 2: 294200 bytes, 372768 total
- age 3: 37624 bytes, 410392 total
- age 4: 59392 bytes, 469784 total
- age 5: 47976 bytes, 517760 total
- age 6: 566928 bytes, 1084688 total
- age 7: 42624 bytes, 1127312 total
- age 8: 122560 bytes, 1249872 total
- age 9: 67624 bytes, 1317496 total
- age 10: 339920 bytes, 1657416 total
- age 11: 2678696 bytes, 4336112 total
- age 12: 1675568 bytes, 6011680 total
- age 13: 753040 bytes, 6764720 total
- age 14: 714496 bytes, 7479216 total
: 124206K->10809K(142016K), 0.0177820 secs] 570234K->456836K(687996K), 0.0178810 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=269 (full 48):
par new generation total 142016K, used 10809K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b953e400, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91287K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=269 (full 48):
par new generation total 142016K, used 124473K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b953e400, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91293K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:07.671+0800: 1627.267: [GC2014-02-01T16:02:07.671+0800: 1627.267: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 127904 bytes, 127904 total
- age 2: 59608 bytes, 187512 total
- age 3: 255872 bytes, 443384 total
- age 4: 37296 bytes, 480680 total
- age 5: 57280 bytes, 537960 total
- age 6: 47976 bytes, 585936 total
- age 7: 566928 bytes, 1152864 total
- age 8: 42624 bytes, 1195488 total
- age 9: 122560 bytes, 1318048 total
- age 10: 67624 bytes, 1385672 total
- age 11: 339920 bytes, 1725592 total
- age 12: 2678696 bytes, 4404288 total
- age 13: 1675568 bytes, 6079856 total
- age 14: 753040 bytes, 6832896 total
- age 15: 714496 bytes, 7547392 total
: 124473K->10919K(142016K), 0.0187390 secs] 570500K->456946K(687996K), 0.0188170 secs] [Times: user=0.04 sys=0.01, real=0.02 secs]
Heap after GC invocations=270 (full 48):
par new generation total 142016K, used 10919K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b6f00000, 0x00000007b79a9d90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91293K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=270 (full 48):
par new generation total 142016K, used 124583K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b6f00000, 0x00000007b79a9d90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 446027K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91294K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:08.007+0800: 1627.603: [GC2014-02-01T16:02:08.007+0800: 1627.603: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 111352 bytes, 111352 total
- age 2: 103456 bytes, 214808 total
- age 3: 49216 bytes, 264024 total
- age 4: 237056 bytes, 501080 total
- age 5: 37296 bytes, 538376 total
- age 6: 57280 bytes, 595656 total
- age 7: 47976 bytes, 643632 total
- age 8: 566928 bytes, 1210560 total
- age 9: 42624 bytes, 1253184 total
- age 10: 122560 bytes, 1375744 total
- age 11: 67624 bytes, 1443368 total
- age 12: 339920 bytes, 1783288 total
- age 13: 2678512 bytes, 4461800 total
- age 14: 1675568 bytes, 6137368 total
- age 15: 753040 bytes, 6890408 total
: 124583K->7347K(142016K), 0.0216840 secs] 570610K->454087K(687996K), 0.0217840 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=271 (full 48):
par new generation total 142016K, used 7347K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 25% used [0x00000007b8ab0000, 0x00000007b91dcf00, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446739K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91294K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=271 (full 48):
par new generation total 142016K, used 121011K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 25% used [0x00000007b8ab0000, 0x00000007b91dcf00, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 446739K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91295K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:10.596+0800: 1630.193: [GC2014-02-01T16:02:10.597+0800: 1630.193: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 518992 bytes, 518992 total
- age 2: 54896 bytes, 573888 total
- age 3: 70296 bytes, 644184 total
- age 4: 38000 bytes, 682184 total
- age 5: 218672 bytes, 900856 total
- age 6: 37296 bytes, 938152 total
- age 7: 57280 bytes, 995432 total
- age 8: 47976 bytes, 1043408 total
- age 9: 566928 bytes, 1610336 total
- age 10: 42624 bytes, 1652960 total
- age 11: 122560 bytes, 1775520 total
- age 12: 67624 bytes, 1843144 total
- age 13: 339920 bytes, 2183064 total
- age 14: 2678512 bytes, 4861576 total
- age 15: 1675136 bytes, 6536712 total
: 121011K->6884K(142016K), 0.0187210 secs] 567751K->454362K(687996K), 0.0188590 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=272 (full 48):
par new generation total 142016K, used 6884K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 24% used [0x00000007b6f00000, 0x00000007b75b9010, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 447478K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91295K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=272 (full 48):
par new generation total 142016K, used 120548K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 24% used [0x00000007b6f00000, 0x00000007b75b9010, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 447478K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91298K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:15.578+0800: 1635.174: [GC2014-02-01T16:02:15.578+0800: 1635.174: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 11075752 bytes, 11075752 total
- age 2: 402032 bytes, 11477784 total
- age 3: 54752 bytes, 11532536 total
- age 4: 69264 bytes, 11601800 total
- age 5: 37952 bytes, 11639752 total
- age 6: 218480 bytes, 11858232 total
- age 7: 37296 bytes, 11895528 total
- age 8: 57280 bytes, 11952808 total
- age 9: 47976 bytes, 12000784 total
- age 10: 566928 bytes, 12567712 total
- age 11: 42624 bytes, 12610336 total
- age 12: 122560 bytes, 12732896 total
- age 13: 67624 bytes, 12800520 total
- age 14: 338336 bytes, 13138856 total
- age 15: 2674648 bytes, 15813504 total
: 120548K->19534K(142016K), 0.0412240 secs] 568026K->468643K(687996K), 0.0413030 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=273 (full 48):
par new generation total 142016K, used 19534K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dc3878, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 449109K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91298K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:02:15.619+0800: 1635.216: [GC [1 CMS-initial-mark: 449109K(545980K)] 469122K(687996K), 0.0219670 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T16:02:15.642+0800: 1635.238: [CMS-concurrent-mark-start]
2014-02-01T16:02:15.971+0800: 1635.567: [CMS-concurrent-mark: 0.328/0.329 secs] [Times: user=1.30 sys=0.03, real=0.33 secs]
2014-02-01T16:02:15.971+0800: 1635.567: [GC[YG occupancy: 120165 K (142016 K)]2014-02-01T16:02:15.971+0800: 1635.567: [Rescan (parallel) , 0.0625810 secs]2014-02-01T16:02:16.034+0800: 1635.630: [weak refs processing, 0.0002840 secs]2014-02-01T16:02:16.034+0800: 1635.630: [scrub string table, 0.0018750 secs] [1 CMS-remark: 449109K(545980K)] 569275K(687996K), 0.0648460 secs] [Times: user=0.12 sys=0.00, real=0.06 secs]
2014-02-01T16:02:16.036+0800: 1635.632: [CMS-concurrent-sweep-start]
{Heap before GC invocations=273 (full 49):
par new generation total 142016K, used 133198K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dc3878, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 545980K, used 449105K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91298K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:16.076+0800: 1635.672: [GC2014-02-01T16:02:16.076+0800: 1635.672: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 119672 bytes, 119672 total
- age 2: 10982808 bytes, 11102480 total
- age 3: 402032 bytes, 11504512 total
- age 4: 54752 bytes, 11559264 total
- age 5: 69264 bytes, 11628528 total
- age 6: 37952 bytes, 11666480 total
- age 7: 218480 bytes, 11884960 total
- age 8: 37296 bytes, 11922256 total
- age 9: 57280 bytes, 11979536 total
- age 10: 47976 bytes, 12027512 total
- age 11: 566928 bytes, 12594440 total
- age 12: 42624 bytes, 12637064 total
- age 13: 122560 bytes, 12759624 total
- age 14: 67624 bytes, 12827248 total
- age 15: 338336 bytes, 13165584 total
: 133198K->19803K(142016K), 0.0363250 secs] 582303K->471535K(687996K), 0.0364240 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=274 (full 49):
par new generation total 142016K, used 19803K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8256e68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 545980K, used 451731K [0x00000007ba660000, 0x00000007dbb8f000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91298K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:02:16.243+0800: 1635.839: [CMS-concurrent-sweep: 0.170/0.207 secs] [Times: user=0.46 sys=0.01, real=0.21 secs]
2014-02-01T16:02:16.243+0800: 1635.840: [CMS-concurrent-reset-start]
2014-02-01T16:02:16.246+0800: 1635.842: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=274 (full 49):
par new generation total 142016K, used 133467K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8256e68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 431595K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91301K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:28.529+0800: 1648.125: [GC2014-02-01T16:02:28.529+0800: 1648.126: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 2101344 bytes, 2101344 total
- age 2: 39688 bytes, 2141032 total
- age 3: 10923008 bytes, 13064040 total
- age 4: 401592 bytes, 13465632 total
- age 5: 54264 bytes, 13519896 total
- age 6: 69264 bytes, 13589160 total
- age 7: 37952 bytes, 13627112 total
- age 8: 218464 bytes, 13845576 total
- age 9: 37296 bytes, 13882872 total
- age 10: 57280 bytes, 13940152 total
- age 11: 47976 bytes, 13988128 total
- age 12: 566928 bytes, 14555056 total
- age 13: 42624 bytes, 14597680 total
- age 14: 122544 bytes, 14720224 total
- age 15: 67624 bytes, 14787848 total
: 133467K->19447K(142016K), 0.0287860 secs] 565062K->451374K(688340K), 0.0288900 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=275 (full 49):
par new generation total 142016K, used 19447K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dadcc8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 431927K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91301K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=275 (full 49):
par new generation total 142016K, used 133111K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 68% used [0x00000007b8ab0000, 0x00000007b9dadcc8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 431927K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91306K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:32.030+0800: 1651.627: [GC2014-02-01T16:02:32.030+0800: 1651.627: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 10813312 bytes, 10813312 total
- age 2: 1932168 bytes, 12745480 total
- age 3: 39304 bytes, 12784784 total
- age 4: 788104 bytes, 13572888 total
- age 5: 401592 bytes, 13974480 total
- age 6: 54264 bytes, 14028744 total
- age 7: 69264 bytes, 14098008 total
- age 8: 37952 bytes, 14135960 total
- age 9: 218464 bytes, 14354424 total
- age 10: 37296 bytes, 14391720 total
- age 11: 57280 bytes, 14449000 total
- age 12: 47976 bytes, 14496976 total
: 133111K->21074K(142016K), 0.0334710 secs] 565038K->453783K(688340K), 0.0336050 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=276 (full 49):
par new generation total 142016K, used 21074K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8394808, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91306K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=276 (full 49):
par new generation total 142016K, used 134738K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b8394808, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91306K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:32.310+0800: 1651.906: [GC2014-02-01T16:02:32.310+0800: 1651.906: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 81200 bytes, 81200 total
- age 2: 10725856 bytes, 10807056 total
- age 3: 1932168 bytes, 12739224 total
- age 4: 39304 bytes, 12778528 total
- age 5: 788104 bytes, 13566632 total
- age 6: 401592 bytes, 13968224 total
- age 7: 54264 bytes, 14022488 total
- age 8: 69264 bytes, 14091752 total
- age 9: 37952 bytes, 14129704 total
- age 10: 218464 bytes, 14348168 total
- age 11: 37296 bytes, 14385464 total
- age 12: 57280 bytes, 14442744 total
- age 13: 47976 bytes, 14490720 total
: 134738K->21180K(142016K), 0.0292040 secs] 567447K->453889K(688340K), 0.0293030 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=277 (full 49):
par new generation total 142016K, used 21180K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f5f150, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91306K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=277 (full 49):
par new generation total 142016K, used 134844K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f5f150, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91315K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:38.589+0800: 1658.185: [GC2014-02-01T16:02:38.589+0800: 1658.185: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 11291216 bytes, 11291216 total
- age 2: 40000 bytes, 11331216 total
- age 3: 522976 bytes, 11854192 total
- age 4: 1931936 bytes, 13786128 total
- age 5: 37432 bytes, 13823560 total
- age 6: 784688 bytes, 14608248 total
- age 7: 401592 bytes, 15009840 total
- age 8: 54264 bytes, 15064104 total
- age 9: 69264 bytes, 15133368 total
- age 10: 37952 bytes, 15171320 total
- age 11: 218464 bytes, 15389784 total
- age 12: 37296 bytes, 15427080 total
- age 13: 57280 bytes, 15484360 total
- age 14: 47952 bytes, 15532312 total
: 134844K->21236K(142016K), 0.0377790 secs] 567553K->453945K(688340K), 0.0378510 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=278 (full 49):
par new generation total 142016K, used 21236K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83bd230, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91315K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=278 (full 49):
par new generation total 142016K, used 134900K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83bd230, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 432709K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91316K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:38.881+0800: 1658.478: [GC2014-02-01T16:02:38.882+0800: 1658.478: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 93768 bytes, 93768 total
- age 2: 11205296 bytes, 11299064 total
- age 3: 40000 bytes, 11339064 total
- age 4: 522976 bytes, 11862040 total
- age 5: 1931936 bytes, 13793976 total
- age 6: 37432 bytes, 13831408 total
: 134900K->14895K(142016K), 0.0371140 secs] 567609K->449274K(688340K), 0.0372240 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]
Heap after GC invocations=279 (full 49):
par new generation total 142016K, used 14895K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b993bf18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 434379K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91316K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=279 (full 49):
par new generation total 142016K, used 128559K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b993bf18, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 434379K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91318K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:47.258+0800: 1666.854: [GC2014-02-01T16:02:47.258+0800: 1666.854: [ParNew
Desired survivor size 14516224 bytes, new threshold 6 (max 15)
- age 1: 1520600 bytes, 1520600 total
- age 2: 43168 bytes, 1563768 total
- age 3: 11133760 bytes, 12697528 total
- age 4: 39656 bytes, 12737184 total
- age 5: 519608 bytes, 13256792 total
- age 6: 1931936 bytes, 15188728 total
- age 7: 37432 bytes, 15226160 total
: 128559K->20808K(142016K), 0.0286750 secs] 562938K->455187K(688340K), 0.0287730 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=280 (full 49):
par new generation total 142016K, used 20808K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b83520f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 434379K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91318K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=280 (full 49):
par new generation total 142016K, used 134472K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b6f00000, 0x00000007b83520f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 434379K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:56.739+0800: 1676.335: [GC2014-02-01T16:02:56.739+0800: 1676.335: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 10780032 bytes, 10780032 total
- age 2: 1347344 bytes, 12127376 total
- age 3: 43168 bytes, 12170544 total
- age 4: 6843640 bytes, 19014184 total
- age 5: 39656 bytes, 19053840 total
- age 6: 516424 bytes, 19570264 total
: 134472K->28352K(142016K), 0.0468650 secs] 568851K->464695K(688340K), 0.0469840 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
Heap after GC invocations=281 (full 49):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 436343K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=281 (full 49):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b8ab0000, 0x00000007ba660000, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 436343K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:02:57.541+0800: 1677.137: [GC2014-02-01T16:02:57.541+0800: 1677.137: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1126520 bytes, 1126520 total
- age 2: 10635872 bytes, 11762392 total
- age 3: 1347296 bytes, 13109688 total
- age 4: 42784 bytes, 13152472 total
: 142016K->17988K(142016K), 0.0330680 secs] 578359K->455861K(688340K), 0.0331540 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=282 (full 49):
par new generation total 142016K, used 17988K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b80911b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=282 (full 49):
par new generation total 142016K, used 131652K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 63% used [0x00000007b6f00000, 0x00000007b80911b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:02.238+0800: 1681.835: [GC2014-02-01T16:03:02.238+0800: 1681.835: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1477584 bytes, 1477584 total
- age 2: 1039872 bytes, 2517456 total
- age 3: 10604624 bytes, 13122080 total
- age 4: 1332864 bytes, 14454944 total
- age 5: 42784 bytes, 14497728 total
: 131652K->21209K(142016K), 0.0279570 secs] 569525K->459082K(688340K), 0.0280300 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=283 (full 49):
par new generation total 142016K, used 21209K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f664c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91320K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=283 (full 49):
par new generation total 142016K, used 134873K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f664c8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:13.154+0800: 1692.750: [GC2014-02-01T16:03:13.154+0800: 1692.750: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 1269368 bytes, 1269368 total
- age 2: 1277208 bytes, 2546576 total
- age 3: 1038784 bytes, 3585360 total
- age 4: 10604624 bytes, 14189984 total
- age 5: 1323848 bytes, 15513832 total
- age 6: 42784 bytes, 15556616 total
: 134873K->21256K(142016K), 0.0311170 secs] 572746K->459130K(688340K), 0.0312250 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=284 (full 49):
par new generation total 142016K, used 21256K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83c2370, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=284 (full 49):
par new generation total 142016K, used 134920K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83c2370, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 437873K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:20.351+0800: 1699.948: [GC2014-02-01T16:03:20.351+0800: 1699.948: [ParNew
Desired survivor size 14516224 bytes, new threshold 5 (max 15)
- age 1: 1734552 bytes, 1734552 total
- age 2: 1083144 bytes, 2817696 total
- age 3: 1196512 bytes, 4014208 total
- age 4: 1038784 bytes, 5052992 total
- age 5: 10604416 bytes, 15657408 total
: 134920K->22439K(142016K), 0.0354820 secs] 572794K->461654K(688340K), 0.0355560 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=285 (full 49):
par new generation total 142016K, used 22439K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba099d50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 439214K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=285 (full 49):
par new generation total 142016K, used 136103K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba099d50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 546324K, used 439214K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:28.138+0800: 1707.735: [GC2014-02-01T16:03:28.139+0800: 1707.735: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1094592 bytes, 1094592 total
- age 2: 911136 bytes, 2005728 total
- age 3: 972608 bytes, 2978336 total
- age 4: 1173392 bytes, 4151728 total
- age 5: 1038784 bytes, 5190512 total
: 136103K->15214K(142016K), 0.0486380 secs] 575318K->464877K(688340K), 0.0487780 secs] [Times: user=0.09 sys=0.01, real=0.05 secs]
Heap after GC invocations=286 (full 49):
par new generation total 142016K, used 15214K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddba98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 546324K, used 449662K [0x00000007ba660000, 0x00000007dbbe5000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91322K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:03:28.187+0800: 1707.784: [GC [1 CMS-initial-mark: 449662K(546324K)] 464880K(688340K), 0.0130760 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
2014-02-01T16:03:28.201+0800: 1707.797: [CMS-concurrent-mark-start]
2014-02-01T16:03:28.568+0800: 1708.164: [CMS-concurrent-mark: 0.367/0.367 secs] [Times: user=0.99 sys=0.03, real=0.36 secs]
2014-02-01T16:03:28.568+0800: 1708.164: [GC[YG occupancy: 20271 K (142016 K)]2014-02-01T16:03:28.568+0800: 1708.164: [Rescan (parallel) , 0.0081370 secs]2014-02-01T16:03:28.576+0800: 1708.173: [weak refs processing, 0.0001880 secs]2014-02-01T16:03:28.577+0800: 1708.173: [scrub string table, 0.0012660 secs] [1 CMS-remark: 449662K(546324K)] 469933K(688340K), 0.0096800 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T16:03:28.578+0800: 1708.174: [CMS-concurrent-sweep-start]
2014-02-01T16:03:28.735+0800: 1708.331: [CMS-concurrent-sweep: 0.157/0.157 secs] [Times: user=0.28 sys=0.01, real=0.16 secs]
2014-02-01T16:03:28.736+0800: 1708.332: [CMS-concurrent-reset-start]
2014-02-01T16:03:28.738+0800: 1708.334: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=286 (full 50):
par new generation total 142016K, used 128878K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddba98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:36.904+0800: 1716.500: [GC2014-02-01T16:03:36.904+0800: 1716.500: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2260000 bytes, 2260000 total
- age 2: 297240 bytes, 2557240 total
- age 3: 911088 bytes, 3468328 total
- age 4: 965728 bytes, 4434056 total
- age 5: 1114384 bytes, 5548440 total
- age 6: 1038784 bytes, 6587224 total
: 128878K->7627K(142016K), 0.0173090 secs] 577940K->456689K(710452K), 0.0173810 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=287 (full 50):
par new generation total 142016K, used 7627K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b8ab0000, 0x00000007b9222e20, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=287 (full 50):
par new generation total 142016K, used 121291K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 26% used [0x00000007b8ab0000, 0x00000007b9222e20, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:45.128+0800: 1724.724: [GC2014-02-01T16:03:45.128+0800: 1724.725: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2271296 bytes, 2271296 total
- age 2: 1344744 bytes, 3616040 total
- age 3: 297192 bytes, 3913232 total
- age 4: 911088 bytes, 4824320 total
- age 5: 958312 bytes, 5782632 total
- age 6: 1102512 bytes, 6885144 total
- age 7: 1038808 bytes, 7923952 total
: 121291K->9106K(142016K), 0.0169660 secs] 570353K->458168K(710452K), 0.0170390 secs] [Times: user=0.03 sys=0.01, real=0.02 secs]
Heap after GC invocations=288 (full 50):
par new generation total 142016K, used 9106K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b77e4be0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=288 (full 50):
par new generation total 142016K, used 122770K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b77e4be0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:03:53.483+0800: 1733.079: [GC2014-02-01T16:03:53.483+0800: 1733.079: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2068464 bytes, 2068464 total
- age 2: 1434968 bytes, 3503432 total
- age 3: 1341792 bytes, 4845224 total
- age 4: 297144 bytes, 5142368 total
- age 5: 911088 bytes, 6053456 total
- age 6: 958312 bytes, 7011768 total
- age 7: 1086968 bytes, 8098736 total
- age 8: 1038784 bytes, 9137520 total
: 122770K->10939K(142016K), 0.0199480 secs] 571832K->460001K(710452K), 0.0200470 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=289 (full 50):
par new generation total 142016K, used 10939K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b955ef58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=289 (full 50):
par new generation total 142016K, used 124603K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 38% used [0x00000007b8ab0000, 0x00000007b955ef58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:02.174+0800: 1741.771: [GC2014-02-01T16:04:02.174+0800: 1741.771: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1827872 bytes, 1827872 total
- age 2: 1240688 bytes, 3068560 total
- age 3: 1434280 bytes, 4502840 total
- age 4: 1310664 bytes, 5813504 total
- age 5: 297144 bytes, 6110648 total
- age 6: 911088 bytes, 7021736 total
- age 7: 958200 bytes, 7979936 total
- age 8: 1082368 bytes, 9062304 total
- age 9: 1038784 bytes, 10101088 total
: 124603K->12745K(142016K), 0.0220140 secs] 573665K->461807K(710452K), 0.0221200 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=290 (full 50):
par new generation total 142016K, used 12745K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b724c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=290 (full 50):
par new generation total 142016K, used 126409K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b724c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:11.244+0800: 1750.840: [GC2014-02-01T16:04:11.244+0800: 1750.840: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1297328 bytes, 1297328 total
- age 2: 1485360 bytes, 2782688 total
- age 3: 1240224 bytes, 4022912 total
- age 4: 1433848 bytes, 5456760 total
- age 5: 1310640 bytes, 6767400 total
- age 6: 297144 bytes, 7064544 total
- age 7: 911088 bytes, 7975632 total
- age 8: 958200 bytes, 8933832 total
- age 9: 1072472 bytes, 10006304 total
- age 10: 1038784 bytes, 11045088 total
: 126409K->14249K(142016K), 0.0231500 secs] 575471K->463310K(710452K), 0.0232450 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=291 (full 50):
par new generation total 142016K, used 14249K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b989a430, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91323K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=291 (full 50):
par new generation total 142016K, used 127913K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b989a430, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91325K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:20.669+0800: 1760.266: [GC2014-02-01T16:04:20.669+0800: 1760.266: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 621632 bytes, 621632 total
- age 2: 899184 bytes, 1520816 total
- age 3: 1485208 bytes, 3006024 total
- age 4: 1240184 bytes, 4246208 total
- age 5: 1349048 bytes, 5595256 total
- age 6: 1310536 bytes, 6905792 total
- age 7: 296904 bytes, 7202696 total
- age 8: 911088 bytes, 8113784 total
- age 9: 957840 bytes, 9071624 total
- age 10: 1063808 bytes, 10135432 total
- age 11: 1038784 bytes, 11174216 total
: 127913K->15659K(142016K), 0.0248910 secs] 576974K->464721K(710452K), 0.0249590 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
Heap after GC invocations=292 (full 50):
par new generation total 142016K, used 15659K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e4af90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91325K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=292 (full 50):
par new generation total 142016K, used 129323K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e4af90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91325K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:30.356+0800: 1769.953: [GC2014-02-01T16:04:30.356+0800: 1769.953: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 440936 bytes, 440936 total
- age 2: 287352 bytes, 728288 total
- age 3: 869560 bytes, 1597848 total
- age 4: 1478280 bytes, 3076128 total
- age 5: 1240184 bytes, 4316312 total
- age 6: 1322344 bytes, 5638656 total
- age 7: 1310536 bytes, 6949192 total
- age 8: 296904 bytes, 7246096 total
- age 9: 911088 bytes, 8157184 total
- age 10: 957840 bytes, 9115024 total
- age 11: 1055256 bytes, 10170280 total
- age 12: 1038784 bytes, 11209064 total
: 129323K->16139K(142016K), 0.0210080 secs] 578385K->465200K(710452K), 0.0211030 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=293 (full 50):
par new generation total 142016K, used 16139K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a72c90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91325K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=293 (full 50):
par new generation total 142016K, used 129803K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b8ab0000, 0x00000007b9a72c90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:41.133+0800: 1780.729: [GC2014-02-01T16:04:41.133+0800: 1780.729: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1229704 bytes, 1229704 total
- age 2: 80400 bytes, 1310104 total
- age 3: 287304 bytes, 1597408 total
- age 4: 869152 bytes, 2466560 total
- age 5: 1478072 bytes, 3944632 total
- age 6: 1223752 bytes, 5168384 total
- age 7: 1318512 bytes, 6486896 total
- age 8: 1310536 bytes, 7797432 total
- age 9: 296904 bytes, 8094336 total
- age 10: 911088 bytes, 9005424 total
- age 11: 957840 bytes, 9963264 total
- age 12: 1046624 bytes, 11009888 total
- age 13: 1038784 bytes, 12048672 total
: 129803K->16286K(142016K), 0.0258670 secs] 578864K->465347K(710452K), 0.0259590 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
Heap after GC invocations=294 (full 50):
par new generation total 142016K, used 16286K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ee7848, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=294 (full 50):
par new generation total 142016K, used 129950K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ee7848, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:04:52.783+0800: 1792.379: [GC2014-02-01T16:04:52.783+0800: 1792.379: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2600536 bytes, 2600536 total
- age 2: 931000 bytes, 3531536 total
- age 3: 78832 bytes, 3610368 total
- age 4: 286944 bytes, 3897312 total
- age 5: 869152 bytes, 4766464 total
- age 6: 1439816 bytes, 6206280 total
- age 7: 1204944 bytes, 7411224 total
- age 8: 1318280 bytes, 8729504 total
- age 9: 1310536 bytes, 10040040 total
- age 10: 296904 bytes, 10336944 total
- age 11: 911088 bytes, 11248032 total
- age 12: 950984 bytes, 12199016 total
- age 13: 1026896 bytes, 13225912 total
- age 14: 1038784 bytes, 14264696 total
: 129950K->17221K(142016K), 0.0294220 secs] 579011K->466283K(710452K), 0.0295240 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=295 (full 50):
par new generation total 142016K, used 17221K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b816e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=295 (full 50):
par new generation total 142016K, used 130885K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b816e8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:05:06.634+0800: 1806.230: [GC2014-02-01T16:05:06.634+0800: 1806.230: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1975816 bytes, 1975816 total
- age 2: 2358848 bytes, 4334664 total
- age 3: 904216 bytes, 5238880 total
- age 4: 78808 bytes, 5317688 total
- age 5: 286904 bytes, 5604592 total
- age 6: 869152 bytes, 6473744 total
- age 7: 1421432 bytes, 7895176 total
- age 8: 1204904 bytes, 9100080 total
- age 9: 1305264 bytes, 10405344 total
- age 10: 1310520 bytes, 11715864 total
- age 11: 296904 bytes, 12012768 total
- age 12: 911088 bytes, 12923856 total
- age 13: 950984 bytes, 13874840 total
- age 14: 1026896 bytes, 14901736 total
- age 15: 1038784 bytes, 15940520 total
: 130885K->19952K(142016K), 0.0295800 secs] 579947K->469014K(710452K), 0.0296490 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=296 (full 50):
par new generation total 142016K, used 19952K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b827c168, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=296 (full 50):
par new generation total 142016K, used 133616K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b827c168, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 449061K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:05:19.645+0800: 1819.241: [GC2014-02-01T16:05:19.645+0800: 1819.241: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 642680 bytes, 642680 total
- age 2: 1708832 bytes, 2351512 total
- age 3: 2356264 bytes, 4707776 total
- age 4: 880312 bytes, 5588088 total
- age 5: 77216 bytes, 5665304 total
- age 6: 286888 bytes, 5952192 total
- age 7: 869152 bytes, 6821344 total
- age 8: 1401976 bytes, 8223320 total
- age 9: 1196120 bytes, 9419440 total
- age 10: 1305264 bytes, 10724704 total
- age 11: 1310520 bytes, 12035224 total
- age 12: 296904 bytes, 12332128 total
- age 13: 911088 bytes, 13243216 total
- age 14: 950984 bytes, 14194200 total
: 133616K->22483K(142016K), 0.0382000 secs] 582678K->473568K(710452K), 0.0382970 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=297 (full 50):
par new generation total 142016K, used 22483K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0a4e88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 451084K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=297 (full 50):
par new generation total 142016K, used 136147K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0a4e88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 451084K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:05:32.214+0800: 1831.810: [GC2014-02-01T16:05:32.214+0800: 1831.810: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 979816 bytes, 979816 total
- age 2: 305616 bytes, 1285432 total
- age 3: 1707768 bytes, 2993200 total
- age 4: 2356056 bytes, 5349256 total
- age 5: 880288 bytes, 6229544 total
- age 6: 77216 bytes, 6306760 total
- age 7: 276408 bytes, 6583168 total
- age 8: 869152 bytes, 7452320 total
- age 9: 1401976 bytes, 8854296 total
- age 10: 1196080 bytes, 10050376 total
- age 11: 1300784 bytes, 11351160 total
- age 12: 1310520 bytes, 12661680 total
- age 13: 296904 bytes, 12958584 total
- age 14: 911088 bytes, 13869672 total
- age 15: 915952 bytes, 14785624 total
: 136147K->21169K(142016K), 0.0262120 secs] 587232K->472254K(710452K), 0.0262790 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=298 (full 50):
par new generation total 142016K, used 21169K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83ac680, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 451084K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91330K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=298 (full 50):
par new generation total 142016K, used 127385K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 93% used [0x00000007b0000000, 0x00000007b67ba0b8, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83ac680, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 451084K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91333K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:05:42.521+0800: 1842.117: [GC2014-02-01T16:05:42.521+0800: 1842.117: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1957448 bytes, 1957448 total
- age 2: 478512 bytes, 2435960 total
- age 3: 305232 bytes, 2741192 total
- age 4: 1689184 bytes, 4430376 total
- age 5: 2355824 bytes, 6786200 total
- age 6: 880288 bytes, 7666488 total
- age 7: 77216 bytes, 7743704 total
- age 8: 276408 bytes, 8020112 total
- age 9: 869152 bytes, 8889264 total
- age 10: 1401976 bytes, 10291240 total
- age 11: 1196080 bytes, 11487320 total
- age 12: 1300784 bytes, 12788104 total
- age 13: 1310520 bytes, 14098624 total
- age 14: 296904 bytes, 14395528 total
- age 15: 911088 bytes, 15306616 total
: 127385K->21491K(142016K), 0.0336550 secs] 578470K->473474K(710452K), 0.0337490 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=299 (full 50):
par new generation total 142016K, used 21491K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9facc88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 451983K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91333K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=299 (full 50):
par new generation total 142016K, used 125576K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 91% used [0x00000007b0000000, 0x00000007b65a5490, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9facc88, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 451983K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91352K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:05:49.708+0800: 1849.304: [GC2014-02-01T16:05:49.708+0800: 1849.305: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1192112 bytes, 1192112 total
- age 2: 1590832 bytes, 2782944 total
- age 3: 457680 bytes, 3240624 total
- age 4: 305184 bytes, 3545808 total
- age 5: 1670776 bytes, 5216584 total
- age 6: 2347576 bytes, 7564160 total
- age 7: 880288 bytes, 8444448 total
- age 8: 77152 bytes, 8521600 total
- age 9: 276408 bytes, 8798008 total
- age 10: 869152 bytes, 9667160 total
- age 11: 1401976 bytes, 11069136 total
- age 12: 1196080 bytes, 12265216 total
- age 13: 1300784 bytes, 13566000 total
- age 14: 1310520 bytes, 14876520 total
- age 15: 296904 bytes, 15173424 total
: 125576K->22157K(142016K), 0.0303420 secs] 577559K->475035K(710452K), 0.0304340 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=300 (full 50):
par new generation total 142016K, used 22157K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84a37a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 452877K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91352K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=300 (full 50):
par new generation total 142016K, used 135821K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84a37a0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 452877K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91363K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:00.261+0800: 1859.858: [GC2014-02-01T16:06:00.261+0800: 1859.858: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1084672 bytes, 1084672 total
- age 2: 714352 bytes, 1799024 total
- age 3: 1534744 bytes, 3333768 total
- age 4: 452032 bytes, 3785800 total
- age 5: 298264 bytes, 4084064 total
- age 6: 1660904 bytes, 5744968 total
- age 7: 2347576 bytes, 8092544 total
- age 8: 880288 bytes, 8972832 total
- age 9: 77120 bytes, 9049952 total
- age 10: 276408 bytes, 9326360 total
- age 11: 869152 bytes, 10195512 total
- age 12: 1393424 bytes, 11588936 total
- age 13: 1196080 bytes, 12785016 total
- age 14: 1300784 bytes, 14085800 total
: 135821K->14811K(142016K), 0.0298070 secs] 588699K->469265K(710452K), 0.0298790 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=301 (full 50):
par new generation total 142016K, used 14811K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9926fb8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 454454K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91363K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=301 (full 50):
par new generation total 142016K, used 123240K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 95% used [0x00000007b0000000, 0x00000007b69e3370, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9926fb8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 454454K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91365K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:05.481+0800: 1865.077: [GC2014-02-01T16:06:05.481+0800: 1865.077: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 3353952 bytes, 3353952 total
- age 2: 360016 bytes, 3713968 total
- age 3: 691552 bytes, 4405520 total
- age 4: 1534560 bytes, 5940080 total
- age 5: 451920 bytes, 6392000 total
- age 6: 298240 bytes, 6690240 total
- age 7: 1660144 bytes, 8350384 total
- age 8: 2347368 bytes, 10697752 total
- age 9: 880288 bytes, 11578040 total
- age 10: 75616 bytes, 11653656 total
- age 11: 276408 bytes, 11930064 total
- age 12: 869152 bytes, 12799216 total
- age 13: 1383512 bytes, 14182728 total
- age 14: 1196080 bytes, 15378808 total
- age 15: 1300784 bytes, 16679592 total
: 123240K->27914K(142016K), 0.0297700 secs] 577694K->482368K(710452K), 0.0298870 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=302 (full 50):
par new generation total 142016K, used 27914K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 98% used [0x00000007b6f00000, 0x00000007b8a42928, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 454454K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91365K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=302 (full 50):
par new generation total 142016K, used 141578K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 98% used [0x00000007b6f00000, 0x00000007b8a42928, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 454454K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:15.165+0800: 1874.761: [GC2014-02-01T16:06:15.165+0800: 1874.761: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1805416 bytes, 1805416 total
- age 2: 2483352 bytes, 4288768 total
- age 3: 288752 bytes, 4577520 total
- age 4: 679816 bytes, 5257336 total
- age 5: 1507552 bytes, 6764888 total
- age 6: 438736 bytes, 7203624 total
- age 7: 298240 bytes, 7501864 total
- age 8: 1660144 bytes, 9162008 total
- age 9: 2347368 bytes, 11509376 total
- age 10: 880288 bytes, 12389664 total
- age 11: 66016 bytes, 12455680 total
- age 12: 276408 bytes, 12732088 total
- age 13: 869152 bytes, 13601240 total
- age 14: 1383512 bytes, 14984752 total
: 141578K->19215K(142016K), 0.0329830 secs] 596032K->476118K(710452K), 0.0330560 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=303 (full 50):
par new generation total 142016K, used 19215K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d73e08, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 456903K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=303 (full 50):
par new generation total 142016K, used 132879K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 67% used [0x00000007b8ab0000, 0x00000007b9d73e08, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 456903K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:27.271+0800: 1886.867: [GC2014-02-01T16:06:27.271+0800: 1886.867: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2063184 bytes, 2063184 total
- age 2: 1621160 bytes, 3684344 total
- age 3: 950264 bytes, 4634608 total
- age 4: 288664 bytes, 4923272 total
- age 5: 678696 bytes, 5601968 total
- age 6: 1507552 bytes, 7109520 total
- age 7: 438736 bytes, 7548256 total
- age 8: 298240 bytes, 7846496 total
- age 9: 1649664 bytes, 9496160 total
- age 10: 2347368 bytes, 11843528 total
- age 11: 880288 bytes, 12723816 total
- age 12: 65992 bytes, 12789808 total
- age 13: 276408 bytes, 13066216 total
- age 14: 869152 bytes, 13935368 total
: 132879K->20111K(142016K), 0.0277360 secs] 589782K->478372K(710452K), 0.0278290 secs] [Times: user=0.06 sys=0.01, real=0.02 secs]
Heap after GC invocations=304 (full 50):
par new generation total 142016K, used 20111K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b82a3e90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 458260K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91368K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=304 (full 50):
par new generation total 142016K, used 133775K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b82a3e90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 458260K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91370K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:36.556+0800: 1896.152: [GC2014-02-01T16:06:36.556+0800: 1896.152: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1930480 bytes, 1930480 total
- age 2: 1839408 bytes, 3769888 total
- age 3: 1613920 bytes, 5383808 total
- age 4: 920248 bytes, 6304056 total
- age 5: 268976 bytes, 6573032 total
- age 6: 678656 bytes, 7251688 total
- age 7: 832904 bytes, 8084592 total
- age 8: 381096 bytes, 8465688 total
- age 9: 298240 bytes, 8763928 total
- age 10: 1649664 bytes, 10413592 total
- age 11: 2347368 bytes, 12760960 total
- age 12: 880288 bytes, 13641248 total
- age 13: 65992 bytes, 13707240 total
- age 14: 276384 bytes, 13983624 total
- age 15: 869152 bytes, 14852776 total
: 133775K->20283K(142016K), 0.0311210 secs] 592036K->478544K(710452K), 0.0311900 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=305 (full 50):
par new generation total 142016K, used 20283K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b8ab0000, 0x00000007b9e7efe8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 458260K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91370K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=305 (full 50):
par new generation total 142016K, used 133947K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b8ab0000, 0x00000007b9e7efe8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 458260K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91370K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:06:49.710+0800: 1909.306: [GC2014-02-01T16:06:49.710+0800: 1909.306: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 951592 bytes, 951592 total
- age 2: 1647104 bytes, 2598696 total
- age 3: 1838280 bytes, 4436976 total
- age 4: 1613496 bytes, 6050472 total
- age 5: 890616 bytes, 6941088 total
- age 6: 248408 bytes, 7189496 total
- age 7: 582184 bytes, 7771680 total
- age 8: 832904 bytes, 8604584 total
- age 9: 346816 bytes, 8951400 total
- age 10: 298240 bytes, 9249640 total
- age 11: 1649664 bytes, 10899304 total
- age 12: 2347368 bytes, 13246672 total
- age 13: 880288 bytes, 14126960 total
- age 14: 65992 bytes, 14192952 total
- age 15: 276384 bytes, 14469336 total
: 133947K->21361K(142016K), 0.0271610 secs] 592208K->480475K(710452K), 0.0272550 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=306 (full 50):
par new generation total 142016K, used 21361K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83dc798, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 459113K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91370K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=306 (full 50):
par new generation total 142016K, used 135025K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83dc798, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 459113K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91372K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:01.947+0800: 1921.543: [GC2014-02-01T16:07:01.947+0800: 1921.543: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 539280 bytes, 539280 total
- age 2: 685144 bytes, 1224424 total
- age 3: 1646992 bytes, 2871416 total
- age 4: 1838280 bytes, 4709696 total
- age 5: 1613408 bytes, 6323104 total
- age 6: 810616 bytes, 7133720 total
- age 7: 238576 bytes, 7372296 total
- age 8: 582184 bytes, 7954480 total
- age 9: 832904 bytes, 8787384 total
- age 10: 346816 bytes, 9134200 total
- age 11: 298200 bytes, 9432400 total
- age 12: 1641112 bytes, 11073512 total
- age 13: 2347368 bytes, 13420880 total
- age 14: 880288 bytes, 14301168 total
- age 15: 65992 bytes, 14367160 total
: 135025K->21185K(142016K), 0.0264360 secs] 594139K->480569K(710452K), 0.0265200 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=307 (full 50):
par new generation total 142016K, used 21185K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f60500, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 459384K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91372K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=307 (full 50):
par new generation total 142016K, used 134849K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f60500, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 459384K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91373K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:14.741+0800: 1934.337: [GC2014-02-01T16:07:14.741+0800: 1934.337: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 851256 bytes, 851256 total
- age 2: 148216 bytes, 999472 total
- age 3: 153200 bytes, 1152672 total
- age 4: 1638568 bytes, 2791240 total
- age 5: 1834632 bytes, 4625872 total
- age 6: 1612896 bytes, 6238768 total
- age 7: 757448 bytes, 6996216 total
- age 8: 203368 bytes, 7199584 total
- age 9: 575272 bytes, 7774856 total
- age 10: 832904 bytes, 8607760 total
- age 11: 340776 bytes, 8948536 total
- age 12: 295520 bytes, 9244056 total
- age 13: 1641112 bytes, 10885168 total
- age 14: 2347368 bytes, 13232536 total
- age 15: 880248 bytes, 14112784 total
: 134849K->21077K(142016K), 0.0261600 secs] 594233K->480466K(710452K), 0.0262420 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=308 (full 50):
par new generation total 142016K, used 21077K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83955c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 459388K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91373K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=308 (full 50):
par new generation total 142016K, used 134741K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83955c0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 459388K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91373K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:23.585+0800: 1943.181: [GC2014-02-01T16:07:23.585+0800: 1943.181: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2792592 bytes, 2792592 total
- age 2: 582992 bytes, 3375584 total
- age 3: 148192 bytes, 3523776 total
- age 4: 145544 bytes, 3669320 total
- age 5: 1638408 bytes, 5307728 total
- age 6: 1834632 bytes, 7142360 total
- age 7: 1612880 bytes, 8755240 total
- age 8: 757448 bytes, 9512688 total
- age 9: 184960 bytes, 9697648 total
- age 10: 575272 bytes, 10272920 total
- age 11: 832904 bytes, 11105824 total
- age 12: 340480 bytes, 11446304 total
- age 13: 295304 bytes, 11741608 total
- age 14: 1641112 bytes, 13382720 total
- age 15: 2347368 bytes, 15730088 total
: 134741K->27643K(142016K), 0.0263820 secs] 594130K->487896K(710452K), 0.0264830 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=309 (full 50):
par new generation total 142016K, used 27643K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5aefe0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 460252K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91373K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=309 (full 50):
par new generation total 142016K, used 141307K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 97% used [0x00000007b8ab0000, 0x00000007ba5aefe0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 460252K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:33.291+0800: 1952.887: [GC2014-02-01T16:07:33.291+0800: 1952.888: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1918088 bytes, 1918088 total
- age 2: 2489864 bytes, 4407952 total
- age 3: 569744 bytes, 4977696 total
- age 4: 129400 bytes, 5107096 total
- age 5: 131800 bytes, 5238896 total
- age 6: 1638408 bytes, 6877304 total
- age 7: 1834632 bytes, 8711936 total
- age 8: 1612864 bytes, 10324800 total
- age 9: 757416 bytes, 11082216 total
- age 10: 175168 bytes, 11257384 total
- age 11: 575272 bytes, 11832656 total
- age 12: 832904 bytes, 12665560 total
- age 13: 340480 bytes, 13006040 total
- age 14: 295304 bytes, 13301344 total
- age 15: 1641112 bytes, 14942456 total
: 141307K->23018K(142016K), 0.0284920 secs] 601560K->485571K(710452K), 0.0285740 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=310 (full 50):
par new generation total 142016K, used 23018K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b6f00000, 0x00000007b857ab00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 462552K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=310 (full 50):
par new generation total 142016K, used 136682K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b6f00000, 0x00000007b857ab00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 462552K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:43.698+0800: 1963.294: [GC2014-02-01T16:07:43.698+0800: 1963.295: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 836312 bytes, 836312 total
- age 2: 1581096 bytes, 2417408 total
- age 3: 2340384 bytes, 4757792 total
- age 4: 417952 bytes, 5175744 total
- age 5: 120712 bytes, 5296456 total
- age 6: 131784 bytes, 5428240 total
- age 7: 1628560 bytes, 7056800 total
- age 8: 1834432 bytes, 8891232 total
- age 9: 1612864 bytes, 10504096 total
- age 10: 757416 bytes, 11261512 total
- age 11: 175168 bytes, 11436680 total
- age 12: 575136 bytes, 12011816 total
- age 13: 832904 bytes, 12844720 total
- age 14: 340480 bytes, 13185200 total
- age 15: 295304 bytes, 13480504 total
: 136682K->19802K(142016K), 0.0270620 secs] 599235K->483965K(710452K), 0.0271580 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=311 (full 50):
par new generation total 142016K, used 19802K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9e069f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 464162K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=311 (full 50):
par new generation total 142016K, used 133466K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b8ab0000, 0x00000007b9e069f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 464162K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:07:55.836+0800: 1975.432: [GC2014-02-01T16:07:55.836+0800: 1975.432: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 935680 bytes, 935680 total
- age 2: 440168 bytes, 1375848 total
- age 3: 1581024 bytes, 2956872 total
- age 4: 2337904 bytes, 5294776 total
- age 5: 385624 bytes, 5680400 total
- age 6: 102416 bytes, 5782816 total
- age 7: 131784 bytes, 5914600 total
- age 8: 1628560 bytes, 7543160 total
- age 9: 1834432 bytes, 9377592 total
- age 10: 1612864 bytes, 10990456 total
- age 11: 757416 bytes, 11747872 total
- age 12: 168296 bytes, 11916168 total
- age 13: 575136 bytes, 12491304 total
- age 14: 832904 bytes, 13324208 total
- age 15: 340480 bytes, 13664688 total
: 133466K->19739K(142016K), 0.0230120 secs] 597629K->484191K(710452K), 0.0230930 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
Heap after GC invocations=312 (full 50):
par new generation total 142016K, used 19739K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8246ce0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 464452K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91374K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=312 (full 50):
par new generation total 142016K, used 133403K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b8246ce0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 464452K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91375K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:05.004+0800: 1984.600: [GC2014-02-01T16:08:05.004+0800: 1984.600: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1442832 bytes, 1442832 total
- age 2: 573840 bytes, 2016672 total
- age 3: 423544 bytes, 2440216 total
- age 4: 1580240 bytes, 4020456 total
- age 5: 1298048 bytes, 5318504 total
- age 6: 385584 bytes, 5704088 total
- age 7: 91736 bytes, 5795824 total
- age 8: 131784 bytes, 5927608 total
- age 9: 1628448 bytes, 7556056 total
- age 10: 1834432 bytes, 9390488 total
- age 11: 1612848 bytes, 11003336 total
- age 12: 757416 bytes, 11760752 total
- age 13: 168296 bytes, 11929048 total
- age 14: 575136 bytes, 12504184 total
- age 15: 832904 bytes, 13337088 total
: 133403K->19911K(142016K), 0.0264250 secs] 597855K->484698K(710452K), 0.0265250 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=313 (full 50):
par new generation total 142016K, used 19911K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e21f60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 464786K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91375K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=313 (full 50):
par new generation total 142016K, used 133575K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e21f60, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 464786K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91375K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:12.537+0800: 1992.133: [GC2014-02-01T16:08:12.537+0800: 1992.133: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1653784 bytes, 1653784 total
- age 2: 1094584 bytes, 2748368 total
- age 3: 566648 bytes, 3315016 total
- age 4: 423096 bytes, 3738112 total
- age 5: 1580240 bytes, 5318352 total
- age 6: 1298048 bytes, 6616400 total
- age 7: 377592 bytes, 6993992 total
- age 8: 91736 bytes, 7085728 total
- age 9: 124928 bytes, 7210656 total
- age 10: 1628400 bytes, 8839056 total
- age 11: 1834432 bytes, 10673488 total
- age 12: 1612848 bytes, 12286336 total
- age 13: 757416 bytes, 13043752 total
- age 14: 168296 bytes, 13212048 total
- age 15: 575136 bytes, 13787184 total
: 133575K->19570K(142016K), 0.0265910 secs] 598362K->485174K(710452K), 0.0266600 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=314 (full 50):
par new generation total 142016K, used 19570K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b821c970, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 465603K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91375K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=314 (full 50):
par new generation total 142016K, used 133234K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b821c970, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 568436K, used 465603K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91376K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:22.535+0800: 2002.131: [GC2014-02-01T16:08:22.535+0800: 2002.131: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 2053408 bytes, 2053408 total
- age 2: 1369136 bytes, 3422544 total
- age 3: 1094536 bytes, 4517080 total
- age 4: 566608 bytes, 5083688 total
- age 5: 419464 bytes, 5503152 total
- age 6: 1580240 bytes, 7083392 total
- age 7: 1298048 bytes, 8381440 total
- age 8: 377592 bytes, 8759032 total
- age 9: 83096 bytes, 8842128 total
- age 10: 124928 bytes, 8967056 total
- age 11: 1628400 bytes, 10595456 total
- age 12: 1834432 bytes, 12429888 total
- age 13: 1612848 bytes, 14042736 total
- age 14: 757416 bytes, 14800152 total
- age 15: 168296 bytes, 14968448 total
: 133234K->20036K(142016K), 0.0294720 secs] 598838K->486202K(710452K), 0.0295720 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=315 (full 50):
par new generation total 142016K, used 20036K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e412e0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 568436K, used 466165K [0x00000007ba660000, 0x00000007dd17d000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91376K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:08:22.565+0800: 2002.161: [GC [1 CMS-initial-mark: 466165K(568436K)] 488212K(710452K), 0.0189840 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T16:08:22.584+0800: 2002.180: [CMS-concurrent-mark-start]
2014-02-01T16:08:22.942+0800: 2002.538: [CMS-concurrent-mark: 0.358/0.358 secs] [Times: user=0.94 sys=0.03, real=0.36 secs]
2014-02-01T16:08:22.942+0800: 2002.538: [GC[YG occupancy: 26034 K (142016 K)]2014-02-01T16:08:22.942+0800: 2002.538: [Rescan (parallel) , 0.0143300 secs]2014-02-01T16:08:22.957+0800: 2002.553: [weak refs processing, 0.0002470 secs]2014-02-01T16:08:22.957+0800: 2002.553: [scrub string table, 0.0012190 secs] [1 CMS-remark: 466165K(568436K)] 492199K(710452K), 0.0158900 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T16:08:22.958+0800: 2002.554: [CMS-concurrent-sweep-start]
2014-02-01T16:08:23.120+0800: 2002.716: [CMS-concurrent-sweep: 0.162/0.162 secs] [Times: user=0.28 sys=0.01, real=0.17 secs]
2014-02-01T16:08:23.121+0800: 2002.717: [CMS-concurrent-reset-start]
2014-02-01T16:08:23.123+0800: 2002.719: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
{Heap before GC invocations=315 (full 51):
par new generation total 142016K, used 133700K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e412e0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 462080K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91376K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:32.021+0800: 2011.618: [GC2014-02-01T16:08:32.021+0800: 2011.618: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1993952 bytes, 1993952 total
- age 2: 1713336 bytes, 3707288 total
- age 3: 1369136 bytes, 5076424 total
- age 4: 1084344 bytes, 6160768 total
- age 5: 558056 bytes, 6718824 total
- age 6: 419352 bytes, 7138176 total
- age 7: 1579880 bytes, 8718056 total
- age 8: 1298048 bytes, 10016104 total
- age 9: 377592 bytes, 10393696 total
- age 10: 74544 bytes, 10468240 total
- age 11: 124928 bytes, 10593168 total
- age 12: 1628384 bytes, 12221552 total
- age 13: 1834432 bytes, 14055984 total
- age 14: 1612736 bytes, 15668720 total
: 133700K->21418K(142016K), 0.0318990 secs] 595781K->484410K(726932K), 0.0319770 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=316 (full 51):
par new generation total 142016K, used 21418K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83ea840, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 462992K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91376K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=316 (full 51):
par new generation total 142016K, used 135082K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83ea840, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 462992K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91379K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:38.531+0800: 2018.127: [GC2014-02-01T16:08:38.531+0800: 2018.127: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 1571136 bytes, 1571136 total
- age 2: 1614368 bytes, 3185504 total
- age 3: 1715840 bytes, 4901344 total
- age 4: 1348272 bytes, 6249616 total
- age 5: 1077120 bytes, 7326736 total
- age 6: 550360 bytes, 7877096 total
- age 7: 419352 bytes, 8296448 total
- age 8: 1582520 bytes, 9878968 total
- age 9: 1299896 bytes, 11178864 total
- age 10: 377768 bytes, 11556632 total
- age 11: 74544 bytes, 11631176 total
- age 12: 125104 bytes, 11756280 total
- age 13: 1628544 bytes, 13384824 total
- age 14: 1835312 bytes, 15220136 total
: 135082K->22489K(142016K), 0.0297900 secs] 598074K->487066K(726932K), 0.0298750 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=317 (full 51):
par new generation total 142016K, used 22489K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0a6610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 464576K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91379K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=317 (full 51):
par new generation total 142016K, used 136153K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0a6610, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 464576K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91384K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:08:48.029+0800: 2027.625: [GC2014-02-01T16:08:48.029+0800: 2027.625: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1157680 bytes, 1157680 total
- age 2: 1243088 bytes, 2400768 total
- age 3: 1601576 bytes, 4002344 total
- age 4: 1714520 bytes, 5716864 total
- age 5: 1346080 bytes, 7062944 total
- age 6: 1076680 bytes, 8139624 total
- age 7: 543032 bytes, 8682656 total
- age 8: 419352 bytes, 9102008 total
- age 9: 1581912 bytes, 10683920 total
- age 10: 1298752 bytes, 11982672 total
- age 11: 377592 bytes, 12360264 total
- age 12: 56096 bytes, 12416360 total
- age 13: 124928 bytes, 12541288 total
- age 14: 1628280 bytes, 14169568 total
: 136153K->14927K(142016K), 0.0335540 secs] 600730K->481303K(726932K), 0.0336460 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=318 (full 51):
par new generation total 142016K, used 14927K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d93c80, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 466375K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91384K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=318 (full 51):
par new generation total 142016K, used 128591K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d93c80, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 466375K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91385K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:02.237+0800: 2041.833: [GC2014-02-01T16:09:02.237+0800: 2041.833: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1966888 bytes, 1966888 total
- age 2: 824592 bytes, 2791480 total
- age 3: 1236480 bytes, 4027960 total
- age 4: 1494024 bytes, 5521984 total
- age 5: 1719888 bytes, 7241872 total
- age 6: 1331184 bytes, 8573056 total
- age 7: 1076136 bytes, 9649192 total
- age 8: 542624 bytes, 10191816 total
- age 9: 419400 bytes, 10611216 total
- age 10: 1581472 bytes, 12192688 total
- age 11: 1292320 bytes, 13485008 total
- age 12: 377592 bytes, 13862600 total
- age 13: 42016 bytes, 13904616 total
- age 14: 124928 bytes, 14029544 total
- age 15: 1628280 bytes, 15657824 total
: 128591K->28029K(142016K), 0.0309490 secs] 594967K->494405K(726932K), 0.0310500 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=319 (full 51):
par new generation total 142016K, used 28029K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 98% used [0x00000007b8ab0000, 0x00000007ba60f750, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 466375K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91385K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=319 (full 51):
par new generation total 142016K, used 141693K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 98% used [0x00000007b8ab0000, 0x00000007ba60f750, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 466375K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91386K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:14.098+0800: 2053.694: [GC2014-02-01T16:09:14.098+0800: 2053.694: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 1787584 bytes, 1787584 total
- age 2: 1665232 bytes, 3452816 total
- age 3: 823712 bytes, 4276528 total
- age 4: 1235024 bytes, 5511552 total
- age 5: 1489536 bytes, 7001088 total
- age 6: 1714080 bytes, 8715168 total
- age 7: 1327640 bytes, 10042808 total
- age 8: 1075784 bytes, 11118592 total
- age 9: 543240 bytes, 11661832 total
- age 10: 419312 bytes, 12081144 total
- age 11: 1580944 bytes, 13662088 total
- age 12: 1291704 bytes, 14953792 total
- age 13: 370040 bytes, 15323832 total
- age 14: 42016 bytes, 15365848 total
- age 15: 125280 bytes, 15491128 total
: 141693K->18483K(142016K), 0.0291490 secs] 608069K->486453K(726932K), 0.0292300 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=320 (full 51):
par new generation total 142016K, used 18483K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b810cee0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 467969K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91386K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=320 (full 51):
par new generation total 142016K, used 132147K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b6f00000, 0x00000007b810cee0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 467969K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91415K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:25.296+0800: 2064.892: [GC2014-02-01T16:09:25.296+0800: 2064.892: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 1727248 bytes, 1727248 total
- age 2: 1444264 bytes, 3171512 total
- age 3: 1665168 bytes, 4836680 total
- age 4: 808512 bytes, 5645192 total
- age 5: 1219128 bytes, 6864320 total
- age 6: 1488848 bytes, 8353168 total
- age 7: 1707528 bytes, 10060696 total
- age 8: 1328208 bytes, 11388904 total
- age 9: 1076752 bytes, 12465656 total
- age 10: 533696 bytes, 12999352 total
- age 11: 419752 bytes, 13419104 total
- age 12: 1579800 bytes, 14998904 total
: 132147K->27244K(142016K), 0.0333470 secs] 600117K->497000K(726932K), 0.0338260 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=321 (full 51):
par new generation total 142016K, used 27244K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 96% used [0x00000007b8ab0000, 0x00000007ba54b3a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 469755K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91415K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=321 (full 51):
par new generation total 142016K, used 140908K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 96% used [0x00000007b8ab0000, 0x00000007ba54b3a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 469755K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:36.027+0800: 2075.623: [GC2014-02-01T16:09:36.027+0800: 2075.623: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1083112 bytes, 1083112 total
- age 2: 1287432 bytes, 2370544 total
- age 3: 1442456 bytes, 3813000 total
- age 4: 1665168 bytes, 5478168 total
- age 5: 808464 bytes, 6286632 total
- age 6: 1219128 bytes, 7505760 total
- age 7: 1489904 bytes, 8995664 total
- age 8: 1707176 bytes, 10702840 total
- age 9: 1326472 bytes, 12029312 total
- age 10: 1076576 bytes, 13105888 total
- age 11: 534752 bytes, 13640640 total
- age 12: 419312 bytes, 14059952 total
: 140908K->17783K(142016K), 0.0299400 secs] 610664K->489088K(726932K), 0.0300160 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=322 (full 51):
par new generation total 142016K, used 17783K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b6f00000, 0x00000007b805de88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 471304K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=322 (full 51):
par new generation total 142016K, used 131447K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 62% used [0x00000007b6f00000, 0x00000007b805de88, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 471304K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:47.733+0800: 2087.329: [GC2014-02-01T16:09:47.733+0800: 2087.329: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 1762120 bytes, 1762120 total
- age 2: 753408 bytes, 2515528 total
- age 3: 1251640 bytes, 3767168 total
- age 4: 1442024 bytes, 5209192 total
- age 5: 1656384 bytes, 6865576 total
- age 6: 808464 bytes, 7674040 total
- age 7: 1208768 bytes, 8882808 total
- age 8: 1487176 bytes, 10369984 total
- age 9: 1707440 bytes, 12077424 total
- age 10: 1325856 bytes, 13403280 total
- age 11: 1075960 bytes, 14479240 total
- age 12: 534488 bytes, 15013728 total
- age 13: 419312 bytes, 15433040 total
: 131447K->24933K(142016K), 0.0351100 secs] 602752K->496237K(726932K), 0.0352240 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=323 (full 51):
par new generation total 142016K, used 24933K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 87% used [0x00000007b8ab0000, 0x00000007ba309600, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 471304K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=323 (full 51):
par new generation total 142016K, used 138597K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 87% used [0x00000007b8ab0000, 0x00000007ba309600, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 471304K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:09:59.981+0800: 2099.577: [GC2014-02-01T16:09:59.981+0800: 2099.577: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1763600 bytes, 1763600 total
- age 2: 1442784 bytes, 3206384 total
- age 3: 753392 bytes, 3959776 total
- age 4: 1251640 bytes, 5211416 total
- age 5: 1442024 bytes, 6653440 total
- age 6: 1635632 bytes, 8289072 total
- age 7: 808464 bytes, 9097536 total
- age 8: 1207824 bytes, 10305360 total
- age 9: 1488408 bytes, 11793768 total
- age 10: 1710696 bytes, 13504464 total
- age 11: 1325944 bytes, 14830408 total
- age 12: 1076400 bytes, 15906808 total
: 138597K->28352K(142016K), 0.0324760 secs] 609901K->500717K(726932K), 0.0325550 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=324 (full 51):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 472365K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91425K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=324 (full 51):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 472365K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91426K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:10:10.843+0800: 2110.439: [GC2014-02-01T16:10:10.843+0800: 2110.439: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 2191904 bytes, 2191904 total
- age 2: 1586352 bytes, 3778256 total
- age 3: 1440592 bytes, 5218848 total
- age 4: 753344 bytes, 5972192 total
- age 5: 1251640 bytes, 7223832 total
- age 6: 1442024 bytes, 8665856 total
- age 7: 1628760 bytes, 10294616 total
- age 8: 808464 bytes, 11103080 total
- age 9: 1207608 bytes, 12310688 total
- age 10: 1487880 bytes, 13798568 total
- age 11: 1706912 bytes, 15505480 total
: 142016K->18920K(142016K), 0.0337300 secs] 614381K->493640K(726932K), 0.0338250 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=325 (full 51):
par new generation total 142016K, used 18920K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d2a2d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 474719K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91426K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=325 (full 51):
par new generation total 142016K, used 132584K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d2a2d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 474719K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91427K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:10:22.058+0800: 2121.654: [GC2014-02-01T16:10:22.058+0800: 2121.654: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1284984 bytes, 1284984 total
- age 2: 1787376 bytes, 3072360 total
- age 3: 1576112 bytes, 4648472 total
- age 4: 1419544 bytes, 6068016 total
- age 5: 753344 bytes, 6821360 total
- age 6: 1251616 bytes, 8072976 total
- age 7: 1442024 bytes, 9515000 total
- age 8: 1616424 bytes, 11131424 total
- age 9: 808144 bytes, 11939568 total
- age 10: 1200824 bytes, 13140392 total
- age 11: 1487792 bytes, 14628184 total
: 132584K->20540K(142016K), 0.0375240 secs] 607304K->496933K(726932K), 0.0376200 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
Heap after GC invocations=326 (full 51):
par new generation total 142016K, used 20540K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b830f148, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 476392K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91427K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=326 (full 51):
par new generation total 142016K, used 134204K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b6f00000, 0x00000007b830f148, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 476392K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:10:31.954+0800: 2131.550: [GC2014-02-01T16:10:31.967+0800: 2131.563: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1853472 bytes, 1853472 total
- age 2: 985648 bytes, 2839120 total
- age 3: 1782896 bytes, 4622016 total
- age 4: 1566248 bytes, 6188264 total
- age 5: 1407272 bytes, 7595536 total
- age 6: 753344 bytes, 8348880 total
- age 7: 1251616 bytes, 9600496 total
- age 8: 1442024 bytes, 11042520 total
- age 9: 1616424 bytes, 12658944 total
- age 10: 796536 bytes, 13455480 total
- age 11: 1200912 bytes, 14656392 total
: 134204K->21175K(142016K), 0.0312280 secs] 610597K->499026K(726932K), 0.0438430 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=327 (full 51):
par new generation total 142016K, used 21175K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f5dcc8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 477851K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=327 (full 51):
par new generation total 142016K, used 134839K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f5dcc8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 477851K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:10:42.948+0800: 2142.544: [GC2014-02-01T16:10:42.948+0800: 2142.544: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1441920 bytes, 1441920 total
- age 2: 1552584 bytes, 2994504 total
- age 3: 985104 bytes, 3979608 total
- age 4: 1767424 bytes, 5747032 total
- age 5: 1562000 bytes, 7309032 total
- age 6: 1407272 bytes, 8716304 total
- age 7: 753344 bytes, 9469648 total
- age 8: 1251616 bytes, 10721264 total
- age 9: 1442024 bytes, 12163288 total
- age 10: 1616424 bytes, 13779712 total
- age 11: 796536 bytes, 14576248 total
: 134839K->21341K(142016K), 0.0276700 secs] 612690K->500369K(726932K), 0.0277510 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=328 (full 51):
par new generation total 142016K, used 21341K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83d7698, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 479027K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=328 (full 51):
par new generation total 142016K, used 135005K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83d7698, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 584916K, used 479027K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:10:57.556+0800: 2157.152: [GC2014-02-01T16:10:57.556+0800: 2157.152: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1976624 bytes, 1976624 total
- age 2: 1094344 bytes, 3070968 total
- age 3: 1545704 bytes, 4616672 total
- age 4: 958648 bytes, 5575320 total
- age 5: 1751056 bytes, 7326376 total
- age 6: 1553432 bytes, 8879808 total
- age 7: 1406832 bytes, 10286640 total
- age 8: 753344 bytes, 11039984 total
- age 9: 1251616 bytes, 12291600 total
- age 10: 1442024 bytes, 13733624 total
- age 11: 1616424 bytes, 15350048 total
: 135005K->21263K(142016K), 0.0309860 secs] 614033K->501072K(726932K), 0.0310910 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=329 (full 51):
par new generation total 142016K, used 21263K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f73de8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 584916K, used 479809K [0x00000007ba660000, 0x00000007de195000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:10:57.588+0800: 2157.184: [GC [1 CMS-initial-mark: 479809K(584916K)] 501082K(726932K), 0.0221310 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2014-02-01T16:10:57.610+0800: 2157.206: [CMS-concurrent-mark-start]
2014-02-01T16:10:58.023+0800: 2157.619: [CMS-concurrent-mark: 0.413/0.413 secs] [Times: user=1.06 sys=0.03, real=0.41 secs]
2014-02-01T16:10:58.023+0800: 2157.619: [GC[YG occupancy: 25766 K (142016 K)]2014-02-01T16:10:58.023+0800: 2157.619: [Rescan (parallel) , 0.0164040 secs]2014-02-01T16:10:58.039+0800: 2157.636: [weak refs processing, 0.0002120 secs]2014-02-01T16:10:58.040+0800: 2157.636: [scrub string table, 0.0012520 secs] [1 CMS-remark: 479809K(584916K)] 505575K(726932K), 0.0179670 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T16:10:58.041+0800: 2157.637: [CMS-concurrent-sweep-start]
2014-02-01T16:10:58.235+0800: 2157.831: [CMS-concurrent-sweep: 0.194/0.194 secs] [Times: user=0.33 sys=0.02, real=0.19 secs]
2014-02-01T16:10:58.236+0800: 2157.832: [CMS-concurrent-reset-start]
2014-02-01T16:10:58.239+0800: 2157.835: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=329 (full 52):
par new generation total 142016K, used 134927K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f73de8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 479134K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91431K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:11:13.119+0800: 2172.715: [GC2014-02-01T16:11:13.119+0800: 2172.715: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 2838120 bytes, 2838120 total
- age 2: 1742944 bytes, 4581064 total
- age 3: 1083336 bytes, 5664400 total
- age 4: 1545656 bytes, 7210056 total
- age 5: 951776 bytes, 8161832 total
- age 6: 1735448 bytes, 9897280 total
- age 7: 1542560 bytes, 11439840 total
- age 8: 1406832 bytes, 12846672 total
- age 9: 753344 bytes, 13600016 total
- age 10: 1251568 bytes, 14851584 total
- age 11: 1442024 bytes, 16293608 total
: 134927K->22136K(142016K), 0.0355760 secs] 614061K->502856K(748516K), 0.0356920 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=330 (full 52):
par new generation total 142016K, used 22136K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b849e058, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 480719K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91431K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=330 (full 52):
par new generation total 142016K, used 135800K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b849e058, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 480719K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91431K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:11:25.436+0800: 2185.032: [GC2014-02-01T16:11:25.436+0800: 2185.032: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 1682232 bytes, 1682232 total
- age 2: 2557800 bytes, 4240032 total
- age 3: 1742896 bytes, 5982928 total
- age 4: 1083312 bytes, 7066240 total
- age 5: 1545656 bytes, 8611896 total
- age 6: 951456 bytes, 9563352 total
- age 7: 1725656 bytes, 11289008 total
- age 8: 1542560 bytes, 12831568 total
- age 9: 1406832 bytes, 14238400 total
- age 10: 753344 bytes, 14991744 total
: 135800K->23458K(142016K), 0.0374570 secs] 616520K->506824K(748516K), 0.0375240 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=331 (full 52):
par new generation total 142016K, used 23458K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b8ab0000, 0x00000007ba198978, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 483365K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91431K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=331 (full 52):
par new generation total 142016K, used 137122K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 82% used [0x00000007b8ab0000, 0x00000007ba198978, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 483365K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91433K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:11:40.942+0800: 2200.538: [GC2014-02-01T16:11:40.942+0800: 2200.538: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 259072 bytes, 259072 total
- age 2: 1270368 bytes, 1529440 total
- age 3: 2476040 bytes, 4005480 total
- age 4: 1742896 bytes, 5748376 total
- age 5: 1069568 bytes, 6817944 total
- age 6: 1539448 bytes, 8357392 total
- age 7: 951432 bytes, 9308824 total
- age 8: 1708592 bytes, 11017416 total
- age 9: 1534008 bytes, 12551424 total
- age 10: 1406832 bytes, 13958256 total
: 137122K->22271K(142016K), 0.0295110 secs] 620488K->506376K(748516K), 0.0296000 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=332 (full 52):
par new generation total 142016K, used 22271K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84bff70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 484104K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91433K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=332 (full 52):
par new generation total 142016K, used 135935K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84bff70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 484104K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91434K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:11:52.505+0800: 2212.102: [GC2014-02-01T16:11:52.506+0800: 2212.102: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 1493504 bytes, 1493504 total
- age 2: 20344 bytes, 1513848 total
- age 3: 737792 bytes, 2251640 total
- age 4: 2437744 bytes, 4689384 total
- age 5: 1742896 bytes, 6432280 total
- age 6: 1066544 bytes, 7498824 total
- age 7: 1539448 bytes, 9038272 total
- age 8: 951432 bytes, 9989704 total
- age 9: 1708592 bytes, 11698296 total
- age 10: 1534008 bytes, 13232304 total
- age 11: 1406832 bytes, 14639136 total
: 135935K->20906K(142016K), 0.0308270 secs] 620040K->505011K(748516K), 0.0308970 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=333 (full 52):
par new generation total 142016K, used 20906K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1ab28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 484104K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91434K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=333 (full 52):
par new generation total 142016K, used 134570K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f1ab28, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 484104K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:02.425+0800: 2222.022: [GC2014-02-01T16:12:02.425+0800: 2222.022: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 2048608 bytes, 2048608 total
- age 2: 1161888 bytes, 3210496 total
- age 3: 20296 bytes, 3230792 total
- age 4: 720640 bytes, 3951432 total
- age 5: 2429104 bytes, 6380536 total
- age 6: 1742896 bytes, 8123432 total
- age 7: 1066544 bytes, 9189976 total
- age 8: 1539448 bytes, 10729424 total
- age 9: 951432 bytes, 11680856 total
- age 10: 1708592 bytes, 13389448 total
- age 11: 1534008 bytes, 14923456 total
: 134570K->21277K(142016K), 0.0333460 secs] 618675K->506762K(748516K), 0.0334540 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=334 (full 52):
par new generation total 142016K, used 21277K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83c7730, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 485484K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=334 (full 52):
par new generation total 142016K, used 134941K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b6f00000, 0x00000007b83c7730, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 485484K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:12.808+0800: 2232.404: [GC2014-02-01T16:12:12.808+0800: 2232.405: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1558960 bytes, 1558960 total
- age 2: 1535504 bytes, 3094464 total
- age 3: 1157936 bytes, 4252400 total
- age 4: 16992 bytes, 4269392 total
- age 5: 713744 bytes, 4983136 total
- age 6: 2394792 bytes, 7377928 total
- age 7: 1742896 bytes, 9120824 total
- age 8: 1066352 bytes, 10187176 total
- age 9: 1539448 bytes, 11726624 total
- age 10: 951432 bytes, 12678056 total
- age 11: 1708592 bytes, 14386648 total
: 134941K->21664K(142016K), 0.0340230 secs] 620426K->508641K(748516K), 0.0341030 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=335 (full 52):
par new generation total 142016K, used 21664K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b8ab0000, 0x00000007b9fd8380, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 486976K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=335 (full 52):
par new generation total 142016K, used 135328K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 76% used [0x00000007b8ab0000, 0x00000007b9fd8380, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 486976K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:23.099+0800: 2242.695: [GC2014-02-01T16:12:23.099+0800: 2242.695: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 1621760 bytes, 1621760 total
- age 2: 1287800 bytes, 2909560 total
- age 3: 1535264 bytes, 4444824 total
- age 4: 1157832 bytes, 5602656 total
- age 5: 16904 bytes, 5619560 total
- age 6: 713696 bytes, 6333256 total
- age 7: 2393792 bytes, 8727048 total
- age 8: 1742896 bytes, 10469944 total
- age 9: 1066336 bytes, 11536280 total
- age 10: 1539448 bytes, 13075728 total
- age 11: 944576 bytes, 14020304 total
- age 12: 1708592 bytes, 15728896 total
: 135328K->28203K(142016K), 0.0288990 secs] 622305K->515180K(748516K), 0.0289930 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=336 (full 52):
par new generation total 142016K, used 28203K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b6f00000, 0x00000007b8a8af98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 486976K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=336 (full 52):
par new generation total 142016K, used 141867K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 99% used [0x00000007b6f00000, 0x00000007b8a8af98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 486976K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:30.122+0800: 2249.719: [GC2014-02-01T16:12:30.122+0800: 2249.719: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 407472 bytes, 407472 total
- age 2: 1300160 bytes, 1707632 total
- age 3: 1247520 bytes, 2955152 total
- age 4: 1535264 bytes, 4490416 total
- age 5: 1157832 bytes, 5648248 total
- age 6: 16904 bytes, 5665152 total
- age 7: 713696 bytes, 6378848 total
- age 8: 2393792 bytes, 8772640 total
- age 9: 1742896 bytes, 10515536 total
- age 10: 1066336 bytes, 11581872 total
- age 11: 1539448 bytes, 13121320 total
- age 12: 944576 bytes, 14065896 total
: 141867K->18525K(142016K), 0.0319090 secs] 628844K->507178K(748516K), 0.0319870 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=337 (full 52):
par new generation total 142016K, used 18525K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b8ab0000, 0x00000007b9cc76a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=337 (full 52):
par new generation total 142016K, used 132189K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 65% used [0x00000007b8ab0000, 0x00000007b9cc76a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:42.547+0800: 2262.143: [GC2014-02-01T16:12:42.547+0800: 2262.143: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 771624 bytes, 771624 total
- age 2: 151568 bytes, 923192 total
- age 3: 1180328 bytes, 2103520 total
- age 4: 1247424 bytes, 3350944 total
- age 5: 1535200 bytes, 4886144 total
- age 6: 1147936 bytes, 6034080 total
- age 7: 16904 bytes, 6050984 total
- age 8: 699936 bytes, 6750920 total
- age 9: 2393680 bytes, 9144600 total
- age 10: 1742896 bytes, 10887496 total
- age 11: 1066336 bytes, 11953832 total
- age 12: 1539448 bytes, 13493280 total
- age 13: 944576 bytes, 14437856 total
: 132189K->18923K(142016K), 0.0269900 secs] 620842K->507576K(748516K), 0.0270950 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=338 (full 52):
par new generation total 142016K, used 18923K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b817af38, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=338 (full 52):
par new generation total 142016K, used 132587K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b6f00000, 0x00000007b817af38, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:12:57.603+0800: 2277.199: [GC2014-02-01T16:12:57.603+0800: 2277.199: [ParNew
Desired survivor size 14516224 bytes, new threshold 14 (max 15)
- age 1: 622608 bytes, 622608 total
- age 2: 455200 bytes, 1077808 total
- age 3: 151528 bytes, 1229336 total
- age 4: 1163432 bytes, 2392768 total
- age 5: 1246992 bytes, 3639760 total
- age 6: 1535200 bytes, 5174960 total
- age 7: 1147936 bytes, 6322896 total
- age 8: 16904 bytes, 6339800 total
- age 9: 686208 bytes, 7026008 total
- age 10: 2385000 bytes, 9411008 total
- age 11: 1742896 bytes, 11153904 total
- age 12: 1066336 bytes, 12220240 total
- age 13: 1539448 bytes, 13759688 total
- age 14: 944576 bytes, 14704264 total
: 132587K->20547K(142016K), 0.0293150 secs] 621240K->509199K(748516K), 0.0293870 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=339 (full 52):
par new generation total 142016K, used 20547K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ec0ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91438K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=339 (full 52):
par new generation total 142016K, used 99174K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 69% used [0x00000007b0000000, 0x00000007b4cc8b80, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9ec0ca8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 606500K, used 488652K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91440K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:06.048+0800: 2285.644: [GC2014-02-01T16:13:06.048+0800: 2285.644: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 415472 bytes, 415472 total
- age 2: 417592 bytes, 833064 total
- age 3: 455104 bytes, 1288168 total
- age 4: 151528 bytes, 1439696 total
- age 5: 1129736 bytes, 2569432 total
- age 6: 1246992 bytes, 3816424 total
- age 7: 1535200 bytes, 5351624 total
- age 8: 1147936 bytes, 6499560 total
- age 9: 7112 bytes, 6506672 total
- age 10: 686120 bytes, 7192792 total
- age 11: 2383720 bytes, 9576512 total
- age 12: 1742896 bytes, 11319408 total
- age 13: 1066336 bytes, 12385744 total
- age 14: 1539448 bytes, 13925192 total
: 99174K->21259K(142016K), 0.0335640 secs] 587826K->510839K(748516K), 0.0336610 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
Heap after GC invocations=340 (full 52):
par new generation total 142016K, used 21259K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83c2d70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 606500K, used 489579K [0x00000007ba660000, 0x00000007df6a9000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91440K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:13:06.082+0800: 2285.678: [GC [1 CMS-initial-mark: 489579K(606500K)] 510845K(748516K), 0.0222450 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T16:13:06.104+0800: 2285.700: [CMS-concurrent-mark-start]
2014-02-01T16:13:06.427+0800: 2286.023: [CMS-concurrent-mark: 0.322/0.322 secs] [Times: user=0.65 sys=0.00, real=0.32 secs]
2014-02-01T16:13:06.427+0800: 2286.023: [GC[YG occupancy: 21321 K (142016 K)]2014-02-01T16:13:06.427+0800: 2286.023: [Rescan (parallel) , 0.0122740 secs]2014-02-01T16:13:06.439+0800: 2286.035: [weak refs processing, 0.0001860 secs]2014-02-01T16:13:06.439+0800: 2286.035: [class unloading, 0.0087310 secs]2014-02-01T16:13:06.448+0800: 2286.044: [scrub symbol table, 0.0158210 secs]2014-02-01T16:13:06.464+0800: 2286.060: [scrub string table, 0.0012140 secs] [1 CMS-remark: 489579K(606500K)] 510901K(748516K), 0.0426340 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
2014-02-01T16:13:06.469+0800: 2286.066: [CMS-concurrent-sweep-start]
2014-02-01T16:13:06.655+0800: 2286.251: [CMS-concurrent-sweep: 0.185/0.185 secs] [Times: user=0.19 sys=0.01, real=0.19 secs]
2014-02-01T16:13:06.655+0800: 2286.251: [CMS-concurrent-reset-start]
2014-02-01T16:13:06.658+0800: 2286.255: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=340 (full 53):
par new generation total 142016K, used 27490K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 5% used [0x00000007b0000000, 0x00000007b0615cc8, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83c2d70, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 489301K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91426K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:14.485+0800: 2294.081: [GC2014-02-01T16:13:14.485+0800: 2294.082: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 39920 bytes, 39920 total
- age 2: 182504 bytes, 222424 total
- age 3: 417400 bytes, 639824 total
- age 4: 446168 bytes, 1085992 total
- age 5: 151528 bytes, 1237520 total
- age 6: 1116296 bytes, 2353816 total
- age 7: 1246992 bytes, 3600808 total
- age 8: 1535200 bytes, 5136008 total
- age 9: 1147936 bytes, 6283944 total
- age 10: 7112 bytes, 6291056 total
- age 11: 686120 bytes, 6977176 total
- age 12: 2383720 bytes, 9360896 total
- age 13: 1742896 bytes, 11103792 total
- age 14: 1066336 bytes, 12170128 total
- age 15: 1539448 bytes, 13709576 total
: 27490K->20520K(142016K), 0.0249410 secs] 516791K->509821K(761388K), 0.0250240 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
Heap after GC invocations=341 (full 53):
par new generation total 142016K, used 20520K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9eba278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 489301K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91426K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:13:14.511+0800: 2294.107: [GC [1 CMS-initial-mark: 489301K(619372K)] 509877K(761388K), 0.0214880 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2014-02-01T16:13:14.532+0800: 2294.128: [CMS-concurrent-mark-start]
2014-02-01T16:13:14.871+0800: 2294.468: [CMS-concurrent-mark: 0.338/0.339 secs] [Times: user=0.67 sys=0.01, real=0.34 secs]
2014-02-01T16:13:14.871+0800: 2294.468: [GC[YG occupancy: 20961 K (142016 K)]2014-02-01T16:13:14.872+0800: 2294.468: [Rescan (parallel) , 0.0149450 secs]2014-02-01T16:13:14.886+0800: 2294.483: [weak refs processing, 0.0001560 secs]2014-02-01T16:13:14.887+0800: 2294.483: [class unloading, 0.0084330 secs]2014-02-01T16:13:14.895+0800: 2294.491: [scrub symbol table, 0.0154910 secs]2014-02-01T16:13:14.911+0800: 2294.507: [scrub string table, 0.0012310 secs] [1 CMS-remark: 489301K(619372K)] 510263K(761388K), 0.0455880 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
2014-02-01T16:13:14.917+0800: 2294.513: [CMS-concurrent-sweep-start]
2014-02-01T16:13:15.099+0800: 2294.695: [CMS-concurrent-sweep: 0.181/0.181 secs] [Times: user=0.19 sys=0.00, real=0.18 secs]
2014-02-01T16:13:15.099+0800: 2294.695: [CMS-concurrent-reset-start]
2014-02-01T16:13:15.101+0800: 2294.697: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
{Heap before GC invocations=341 (full 54):
par new generation total 142016K, used 31456K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 9% used [0x00000007b0000000, 0x00000007b0aadfc0, 0x00000007b6f00000)
from space 28352K, 72% used [0x00000007b8ab0000, 0x00000007b9eba278, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 489221K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:17.912+0800: 2297.508: [GC2014-02-01T16:13:17.912+0800: 2297.508: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3203768 bytes, 3203768 total
- age 2: 18192 bytes, 3221960 total
- age 3: 124232 bytes, 3346192 total
- age 4: 417400 bytes, 3763592 total
- age 5: 446168 bytes, 4209760 total
- age 6: 151528 bytes, 4361288 total
- age 7: 1116296 bytes, 5477584 total
- age 8: 1246992 bytes, 6724576 total
- age 9: 1535200 bytes, 8259776 total
- age 10: 1147936 bytes, 9407712 total
- age 11: 7096 bytes, 9414808 total
- age 12: 686120 bytes, 10100928 total
- age 13: 2381152 bytes, 12482080 total
- age 14: 1742896 bytes, 14224976 total
- age 15: 1066336 bytes, 15291312 total
: 31456K->26893K(142016K), 0.0370640 secs] 520677K->517625K(761388K), 0.0371670 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=342 (full 54):
par new generation total 142016K, used 26893K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b6f00000, 0x00000007b8943600, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 490731K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91428K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:13:17.949+0800: 2297.545: [GC [1 CMS-initial-mark: 490731K(619372K)] 517680K(761388K), 0.0279480 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
2014-02-01T16:13:17.977+0800: 2297.573: [CMS-concurrent-mark-start]
2014-02-01T16:13:18.344+0800: 2297.940: [CMS-concurrent-mark: 0.366/0.367 secs] [Times: user=0.77 sys=0.01, real=0.37 secs]
2014-02-01T16:13:18.344+0800: 2297.941: [GC[YG occupancy: 27268 K (142016 K)]2014-02-01T16:13:18.344+0800: 2297.941: [Rescan (parallel) , 0.0145250 secs]2014-02-01T16:13:18.359+0800: 2297.955: [weak refs processing, 0.0002040 secs]2014-02-01T16:13:18.359+0800: 2297.955: [class unloading, 0.0087610 secs]2014-02-01T16:13:18.368+0800: 2297.964: [scrub symbol table, 0.0154290 secs]2014-02-01T16:13:18.383+0800: 2297.980: [scrub string table, 0.0012430 secs] [1 CMS-remark: 490731K(619372K)] 518000K(761388K), 0.0445190 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
2014-02-01T16:13:18.389+0800: 2297.985: [CMS-concurrent-sweep-start]
2014-02-01T16:13:18.594+0800: 2298.190: [CMS-concurrent-sweep: 0.205/0.205 secs] [Times: user=0.21 sys=0.00, real=0.21 secs]
2014-02-01T16:13:18.594+0800: 2298.190: [CMS-concurrent-reset-start]
2014-02-01T16:13:18.596+0800: 2298.192: [CMS-concurrent-reset: 0.002/0.002 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=342 (full 55):
par new generation total 142016K, used 140557K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 94% used [0x00000007b6f00000, 0x00000007b8943600, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 488368K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91429K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:18.942+0800: 2298.538: [GC2014-02-01T16:13:18.942+0800: 2298.538: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2700704 bytes, 2700704 total
- age 2: 2500376 bytes, 5201080 total
- age 3: 16952 bytes, 5218032 total
- age 4: 120752 bytes, 5338784 total
- age 5: 390360 bytes, 5729144 total
- age 6: 420208 bytes, 6149352 total
- age 7: 151248 bytes, 6300600 total
- age 8: 1115736 bytes, 7416336 total
- age 9: 1246992 bytes, 8663328 total
- age 10: 1535200 bytes, 10198528 total
- age 11: 1147936 bytes, 11346464 total
- age 12: 7072 bytes, 11353536 total
- age 13: 686120 bytes, 12039656 total
- age 14: 2372064 bytes, 14411720 total
- age 15: 1742896 bytes, 16154616 total
: 140557K->22413K(142016K), 0.0344900 secs] 628926K->511828K(761388K), 0.0345840 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=343 (full 55):
par new generation total 142016K, used 22413K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0936d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 489414K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91429K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=343 (full 55):
par new generation total 142016K, used 136077K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 79% used [0x00000007b8ab0000, 0x00000007ba0936d8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 489414K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91435K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:22.543+0800: 2302.139: [GC2014-02-01T16:13:22.543+0800: 2302.139: [ParNew
Desired survivor size 14516224 bytes, new threshold 12 (max 15)
- age 1: 4413728 bytes, 4413728 total
- age 2: 2437080 bytes, 6850808 total
- age 3: 2465272 bytes, 9316080 total
- age 4: 16952 bytes, 9333032 total
- age 5: 120472 bytes, 9453504 total
- age 6: 390360 bytes, 9843864 total
- age 7: 420208 bytes, 10264072 total
- age 8: 151248 bytes, 10415320 total
- age 9: 1115616 bytes, 11530936 total
- age 10: 1246992 bytes, 12777928 total
- age 11: 1535200 bytes, 14313128 total
- age 12: 1147936 bytes, 15461064 total
- age 13: 7008 bytes, 15468072 total
- age 14: 686120 bytes, 16154192 total
- age 15: 2371984 bytes, 18526176 total
: 136077K->21141K(142016K), 0.0341410 secs] 625492K->512265K(761388K), 0.0342130 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=344 (full 55):
par new generation total 142016K, used 21141K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83a5498, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 491124K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91435K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=344 (full 55):
par new generation total 142016K, used 134308K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e83db8, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83a5498, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 491124K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:28.089+0800: 2307.685: [GC2014-02-01T16:13:28.089+0800: 2307.685: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 6956800 bytes, 6956800 total
- age 2: 4189328 bytes, 11146128 total
- age 3: 2405176 bytes, 13551304 total
- age 4: 2464760 bytes, 16016064 total
- age 5: 16952 bytes, 16033016 total
- age 6: 120184 bytes, 16153200 total
- age 7: 390360 bytes, 16543560 total
- age 8: 420208 bytes, 16963768 total
- age 9: 151248 bytes, 17115016 total
- age 10: 1115616 bytes, 18230632 total
- age 11: 1246992 bytes, 19477624 total
- age 12: 1535200 bytes, 21012824 total
: 134308K->25642K(142016K), 0.0425080 secs] 625433K->520901K(761388K), 0.0426100 secs] [Times: user=0.08 sys=0.01, real=0.05 secs]
Heap after GC invocations=345 (full 55):
par new generation total 142016K, used 25642K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3bab90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 495258K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91437K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=345 (full 55):
par new generation total 142016K, used 139306K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 90% used [0x00000007b8ab0000, 0x00000007ba3bab90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 495258K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91439K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:33.956+0800: 2313.552: [GC2014-02-01T16:13:33.956+0800: 2313.552: [ParNew
Desired survivor size 14516224 bytes, new threshold 4 (max 15)
- age 1: 3895360 bytes, 3895360 total
- age 2: 6162600 bytes, 10057960 total
- age 3: 4185640 bytes, 14243600 total
- age 4: 2379328 bytes, 16622928 total
: 139306K->28352K(142016K), 0.0340690 secs] 634565K->531001K(761388K), 0.0341430 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
Heap after GC invocations=346 (full 55):
par new generation total 142016K, used 28352K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 502649K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91439K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=346 (full 55):
par new generation total 142016K, used 142016K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 100% used [0x00000007b6f00000, 0x00000007b8ab0000, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 502649K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91445K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:13:48.704+0800: 2328.300: [GC2014-02-01T16:13:48.704+0800: 2328.300: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 224712 bytes, 224712 total
- age 2: 3756880 bytes, 3981592 total
- age 3: 6145704 bytes, 10127296 total
- age 4: 4169520 bytes, 14296816 total
: 142016K->16543K(142016K), 0.0168200 secs] 644665K->521269K(761388K), 0.0169110 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=347 (full 55):
par new generation total 142016K, used 16543K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9ad7c38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91445K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=347 (full 55):
par new generation total 142016K, used 130207K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9ad7c38, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91447K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:14:00.434+0800: 2340.030: [GC2014-02-01T16:14:00.434+0800: 2340.030: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2254240 bytes, 2254240 total
- age 2: 39536 bytes, 2293776 total
- age 3: 3402568 bytes, 5696344 total
- age 4: 3831160 bytes, 9527504 total
- age 5: 4132136 bytes, 13659640 total
: 130207K->19825K(142016K), 0.0117340 secs] 634933K->524552K(761388K), 0.0118060 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=348 (full 55):
par new generation total 142016K, used 19825K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b825c740, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91447K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=348 (full 55):
par new generation total 142016K, used 133489K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 69% used [0x00000007b6f00000, 0x00000007b825c740, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91450K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:14:15.506+0800: 2355.102: [GC2014-02-01T16:14:15.506+0800: 2355.102: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 313712 bytes, 313712 total
- age 2: 1997008 bytes, 2310720 total
- age 3: 38928 bytes, 2349648 total
- age 4: 3402544 bytes, 5752192 total
- age 5: 3786136 bytes, 9538328 total
- age 6: 4107240 bytes, 13645568 total
: 133489K->19961K(142016K), 0.0111050 secs] 638216K->524687K(761388K), 0.0111930 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=349 (full 55):
par new generation total 142016K, used 19961K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e2e500, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91450K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=349 (full 55):
par new generation total 142016K, used 133625K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b8ab0000, 0x00000007b9e2e500, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91453K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:14:28.349+0800: 2367.945: [GC2014-02-01T16:14:28.349+0800: 2367.945: [ParNew
Desired survivor size 14516224 bytes, new threshold 7 (max 15)
- age 1: 3231984 bytes, 3231984 total
- age 2: 92504 bytes, 3324488 total
- age 3: 83304 bytes, 3407792 total
- age 4: 38568 bytes, 3446360 total
- age 5: 3402544 bytes, 6848904 total
- age 6: 3785944 bytes, 10634848 total
- age 7: 4100216 bytes, 14735064 total
: 133625K->19921K(142016K), 0.0128190 secs] 638351K->524648K(761388K), 0.0129230 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=350 (full 55):
par new generation total 142016K, used 19921K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b8274710, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91453K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=350 (full 55):
par new generation total 142016K, used 133585K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 70% used [0x00000007b6f00000, 0x00000007b8274710, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 619372K, used 504726K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91454K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:14:44.311+0800: 2383.907: [GC2014-02-01T16:14:44.311+0800: 2383.908: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1456720 bytes, 1456720 total
- age 2: 2896136 bytes, 4352856 total
- age 3: 83928 bytes, 4436784 total
- age 4: 82904 bytes, 4519688 total
- age 5: 24216 bytes, 4543904 total
- age 6: 1962992 bytes, 6506896 total
- age 7: 3761520 bytes, 10268416 total
: 133585K->14108K(142016K), 0.0151070 secs] 638312K->522844K(761388K), 0.0151990 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=351 (full 55):
par new generation total 142016K, used 14108K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b98770f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 619372K, used 508736K [0x00000007ba660000, 0x00000007e033b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91454K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:14:44.327+0800: 2383.923: [GC [1 CMS-initial-mark: 508736K(619372K)] 524898K(761388K), 0.0111140 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
2014-02-01T16:14:44.338+0800: 2383.934: [CMS-concurrent-mark-start]
2014-02-01T16:14:44.738+0800: 2384.334: [CMS-concurrent-mark: 0.400/0.400 secs] [Times: user=1.13 sys=0.05, real=0.40 secs]
2014-02-01T16:14:44.738+0800: 2384.334: [GC[YG occupancy: 20692 K (142016 K)]2014-02-01T16:14:44.738+0800: 2384.334: [Rescan (parallel) , 0.0086010 secs]2014-02-01T16:14:44.747+0800: 2384.343: [weak refs processing, 0.0001970 secs]2014-02-01T16:14:44.747+0800: 2384.343: [scrub string table, 0.0014560 secs] [1 CMS-remark: 508736K(619372K)] 529429K(761388K), 0.0103620 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
2014-02-01T16:14:44.749+0800: 2384.345: [CMS-concurrent-sweep-start]
2014-02-01T16:14:44.942+0800: 2384.538: [CMS-concurrent-sweep: 0.194/0.194 secs] [Times: user=0.34 sys=0.02, real=0.20 secs]
2014-02-01T16:14:44.943+0800: 2384.539: [CMS-concurrent-reset-start]
2014-02-01T16:14:44.945+0800: 2384.542: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=351 (full 56):
par new generation total 142016K, used 127772K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b98770f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91457K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:14:53.759+0800: 2393.355: [GC2014-02-01T16:14:53.759+0800: 2393.355: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2588168 bytes, 2588168 total
- age 2: 1176680 bytes, 3764848 total
- age 3: 2688064 bytes, 6452912 total
- age 4: 75976 bytes, 6528888 total
- age 5: 81560 bytes, 6610448 total
- age 6: 24200 bytes, 6634648 total
- age 7: 1349104 bytes, 7983752 total
- age 8: 3730432 bytes, 11714184 total
: 127772K->16583K(142016K), 0.0134210 secs] 634473K->523284K(783412K), 0.0134920 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=352 (full 56):
par new generation total 142016K, used 16583K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b6f00000, 0x00000007b7f31c20, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91457K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=352 (full 56):
par new generation total 142016K, used 130247K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b6f00000, 0x00000007b7f31c20, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91459K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:06.490+0800: 2406.087: [GC2014-02-01T16:15:06.497+0800: 2406.093: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 495736 bytes, 495736 total
- age 2: 2344896 bytes, 2840632 total
- age 3: 1138176 bytes, 3978808 total
- age 4: 2603232 bytes, 6582040 total
- age 5: 75936 bytes, 6657976 total
- age 6: 72912 bytes, 6730888 total
- age 7: 24200 bytes, 6755088 total
- age 8: 1349104 bytes, 8104192 total
- age 9: 3729584 bytes, 11833776 total
: 130247K->16974K(142016K), 0.0138010 secs] 636948K->523675K(783412K), 0.0201810 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=353 (full 56):
par new generation total 142016K, used 16974K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b43948, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91459K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=353 (full 56):
par new generation total 142016K, used 130638K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b43948, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91459K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:16.661+0800: 2416.257: [GC2014-02-01T16:15:16.661+0800: 2416.257: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 336624 bytes, 336624 total
- age 2: 188448 bytes, 525072 total
- age 3: 2335648 bytes, 2860720 total
- age 4: 1109872 bytes, 3970592 total
- age 5: 2532808 bytes, 6503400 total
- age 6: 75912 bytes, 6579312 total
- age 7: 72776 bytes, 6652088 total
- age 8: 16472 bytes, 6668560 total
- age 9: 1344864 bytes, 8013424 total
- age 10: 3716952 bytes, 11730376 total
: 130638K->17226K(142016K), 0.0130620 secs] 637339K->523927K(783412K), 0.0131600 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=354 (full 56):
par new generation total 142016K, used 17226K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fd2ae0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91459K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=354 (full 56):
par new generation total 142016K, used 130890K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fd2ae0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91460K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:26.662+0800: 2426.258: [GC2014-02-01T16:15:26.714+0800: 2426.311: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 455984 bytes, 455984 total
- age 2: 79624 bytes, 535608 total
- age 3: 177280 bytes, 712888 total
- age 4: 2321464 bytes, 3034352 total
- age 5: 1109672 bytes, 4144024 total
- age 6: 2491624 bytes, 6635648 total
- age 7: 75752 bytes, 6711400 total
- age 8: 69856 bytes, 6781256 total
- age 9: 7248 bytes, 6788504 total
- age 10: 1335232 bytes, 8123736 total
- age 11: 3714776 bytes, 11838512 total
: 130890K->17185K(142016K), 0.0125720 secs] 637591K->523886K(783412K), 0.0654560 secs] [Times: user=0.03 sys=0.00, real=0.06 secs]
Heap after GC invocations=355 (full 56):
par new generation total 142016K, used 17185K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b78558, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91460K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=355 (full 56):
par new generation total 142016K, used 130849K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b8ab0000, 0x00000007b9b78558, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91464K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:36.223+0800: 2435.819: [GC2014-02-01T16:15:36.223+0800: 2435.819: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 502168 bytes, 502168 total
- age 2: 148472 bytes, 650640 total
- age 3: 79584 bytes, 730224 total
- age 4: 177232 bytes, 907456 total
- age 5: 2321352 bytes, 3228808 total
- age 6: 1109672 bytes, 4338480 total
- age 7: 2469760 bytes, 6808240 total
- age 8: 68456 bytes, 6876696 total
- age 9: 53680 bytes, 6930376 total
- age 10: 4528 bytes, 6934904 total
- age 11: 1335232 bytes, 8270136 total
- age 12: 3704576 bytes, 11974712 total
: 130849K->17263K(142016K), 0.0142980 secs] 637550K->523964K(783412K), 0.0143710 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=356 (full 56):
par new generation total 142016K, used 17263K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fdbe10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91464K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=356 (full 56):
par new generation total 142016K, used 130927K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 60% used [0x00000007b6f00000, 0x00000007b7fdbe10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91467K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:48.207+0800: 2447.803: [GC2014-02-01T16:15:48.303+0800: 2447.899: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 608184 bytes, 608184 total
- age 2: 53608 bytes, 661792 total
- age 3: 136728 bytes, 798520 total
- age 4: 62224 bytes, 860744 total
- age 5: 170120 bytes, 1030864 total
- age 6: 2321336 bytes, 3352200 total
- age 7: 1109672 bytes, 4461872 total
- age 8: 2453456 bytes, 6915328 total
- age 9: 64984 bytes, 6980312 total
- age 10: 41632 bytes, 7021944 total
- age 11: 4528 bytes, 7026472 total
- age 12: 1335232 bytes, 8361704 total
- age 13: 3704576 bytes, 12066280 total
: 130927K->23170K(142016K), 0.0142830 secs] 637628K->529872K(783412K), 0.1103400 secs] [Times: user=0.03 sys=0.00, real=0.11 secs]
Heap after GC invocations=357 (full 56):
par new generation total 142016K, used 23170K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba150b90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91467K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=357 (full 56):
par new generation total 142016K, used 136834K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 81% used [0x00000007b8ab0000, 0x00000007ba150b90, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91470K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:15:59.728+0800: 2459.324: [GC2014-02-01T16:15:59.728+0800: 2459.324: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 610128 bytes, 610128 total
- age 2: 242648 bytes, 852776 total
- age 3: 29384 bytes, 882160 total
- age 4: 127216 bytes, 1009376 total
- age 5: 52320 bytes, 1061696 total
- age 6: 170120 bytes, 1231816 total
- age 7: 2304688 bytes, 3536504 total
- age 8: 1109672 bytes, 4646176 total
- age 9: 2442632 bytes, 7088808 total
- age 10: 55176 bytes, 7143984 total
- age 11: 35608 bytes, 7179592 total
- age 12: 4528 bytes, 7184120 total
- age 13: 1335192 bytes, 8519312 total
- age 14: 3704576 bytes, 12223888 total
: 136834K->14632K(142016K), 0.0142490 secs] 643536K->521333K(783412K), 0.0143180 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=358 (full 56):
par new generation total 142016K, used 14632K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b6f00000, 0x00000007b7d4a0c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91470K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=358 (full 56):
par new generation total 142016K, used 128296K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 51% used [0x00000007b6f00000, 0x00000007b7d4a0c8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91474K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:16:10.257+0800: 2469.853: [GC2014-02-01T16:16:10.340+0800: 2469.937: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1388424 bytes, 1388424 total
- age 2: 200264 bytes, 1588688 total
- age 3: 228864 bytes, 1817552 total
- age 4: 22464 bytes, 1840016 total
- age 5: 119336 bytes, 1959352 total
- age 6: 52296 bytes, 2011648 total
- age 7: 170120 bytes, 2181768 total
- age 8: 1264168 bytes, 3445936 total
- age 9: 1084072 bytes, 4530008 total
- age 10: 2422440 bytes, 6952448 total
- age 11: 50280 bytes, 7002728 total
- age 12: 35608 bytes, 7038336 total
- age 13: 4528 bytes, 7042864 total
- age 14: 1335192 bytes, 8378056 total
- age 15: 3704576 bytes, 12082632 total
: 128296K->21467K(142016K), 0.0131900 secs] 634997K->528168K(783412K), 0.0968540 secs] [Times: user=0.03 sys=0.01, real=0.10 secs]
Heap after GC invocations=359 (full 56):
par new generation total 142016K, used 21467K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9fa6eb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91474K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=359 (full 56):
par new generation total 142016K, used 135131K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 75% used [0x00000007b8ab0000, 0x00000007b9fa6eb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 506701K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91475K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:16:26.976+0800: 2486.572: [GC2014-02-01T16:16:26.976+0800: 2486.572: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 318392 bytes, 318392 total
- age 2: 1002288 bytes, 1320680 total
- age 3: 70392 bytes, 1391072 total
- age 4: 191056 bytes, 1582128 total
- age 5: 16896 bytes, 1599024 total
- age 6: 100888 bytes, 1699912 total
- age 7: 41032 bytes, 1740944 total
- age 8: 170120 bytes, 1911064 total
- age 9: 1264144 bytes, 3175208 total
- age 10: 1080328 bytes, 4255536 total
- age 11: 2379496 bytes, 6635032 total
- age 12: 50280 bytes, 6685312 total
- age 13: 35608 bytes, 6720920 total
- age 14: 4528 bytes, 6725448 total
- age 15: 1335192 bytes, 8060640 total
: 135131K->10644K(142016K), 0.0134770 secs] 641832K->520965K(783412K), 0.0199720 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=360 (full 56):
par new generation total 142016K, used 10644K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b7965110, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 510321K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91475K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=360 (full 56):
par new generation total 142016K, used 124308K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b7965110, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 510321K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91476K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:16:40.311+0800: 2499.907: [GC2014-02-01T16:16:40.311+0800: 2499.907: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1221920 bytes, 1221920 total
- age 2: 43432 bytes, 1265352 total
- age 3: 875408 bytes, 2140760 total
- age 4: 33992 bytes, 2174752 total
- age 5: 180720 bytes, 2355472 total
- age 6: 16896 bytes, 2372368 total
- age 7: 84456 bytes, 2456824 total
- age 8: 41032 bytes, 2497856 total
- age 9: 170120 bytes, 2667976 total
- age 10: 1181992 bytes, 3849968 total
- age 11: 111200 bytes, 3961168 total
- age 12: 2371056 bytes, 6332224 total
- age 13: 42408 bytes, 6374632 total
- age 14: 35608 bytes, 6410240 total
- age 15: 4528 bytes, 6414768 total
: 124308K->11517K(142016K), 0.0106920 secs] 634629K->523143K(783412K), 0.0107600 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=361 (full 56):
par new generation total 142016K, used 11517K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95ef780, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511625K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91476K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=361 (full 56):
par new generation total 142016K, used 125181K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 40% used [0x00000007b8ab0000, 0x00000007b95ef780, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511625K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91478K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:16:52.083+0800: 2511.679: [GC2014-02-01T16:16:52.099+0800: 2511.695: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3690368 bytes, 3690368 total
- age 2: 1009376 bytes, 4699744 total
- age 3: 42944 bytes, 4742688 total
- age 4: 673016 bytes, 5415704 total
- age 5: 23208 bytes, 5438912 total
- age 6: 165144 bytes, 5604056 total
- age 7: 16784 bytes, 5620840 total
- age 8: 73336 bytes, 5694176 total
- age 9: 40960 bytes, 5735136 total
- age 10: 163536 bytes, 5898672 total
- age 11: 985224 bytes, 6883896 total
- age 12: 100976 bytes, 6984872 total
- age 13: 38528 bytes, 7023400 total
- age 14: 42408 bytes, 7065808 total
- age 15: 35528 bytes, 7101336 total
: 125181K->10646K(142016K), 0.0131640 secs] 636807K->522277K(783412K), 0.0293330 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=362 (full 56):
par new generation total 142016K, used 10646K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b7965bc0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511630K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91478K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=362 (full 56):
par new generation total 142016K, used 124310K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b7965bc0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511630K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91482K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:03.697+0800: 2523.293: [GC2014-02-01T16:17:03.697+0800: 2523.293: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2367080 bytes, 2367080 total
- age 2: 3106968 bytes, 5474048 total
- age 3: 978352 bytes, 6452400 total
- age 4: 42672 bytes, 6495072 total
- age 5: 590512 bytes, 7085584 total
- age 6: 23208 bytes, 7108792 total
- age 7: 164960 bytes, 7273752 total
- age 8: 9856 bytes, 7283608 total
- age 9: 66936 bytes, 7350544 total
- age 10: 25640 bytes, 7376184 total
- age 11: 158320 bytes, 7534504 total
- age 12: 897152 bytes, 8431656 total
- age 13: 100936 bytes, 8532592 total
- age 14: 38528 bytes, 8571120 total
- age 15: 42408 bytes, 8613528 total
: 124310K->9411K(142016K), 0.0134490 secs] 635941K->521077K(783412K), 0.0135270 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=363 (full 56):
par new generation total 142016K, used 9411K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b93e0d00, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511665K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91482K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=363 (full 56):
par new generation total 142016K, used 123075K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b93e0d00, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511665K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91483K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:11.615+0800: 2531.211: [GC2014-02-01T16:17:11.657+0800: 2531.253: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3187984 bytes, 3187984 total
- age 2: 1169776 bytes, 4357760 total
- age 3: 2955648 bytes, 7313408 total
- age 4: 978264 bytes, 8291672 total
- age 5: 42672 bytes, 8334344 total
- age 6: 523416 bytes, 8857760 total
- age 7: 23168 bytes, 8880928 total
- age 8: 157328 bytes, 9038256 total
- age 9: 5616 bytes, 9043872 total
- age 10: 61968 bytes, 9105840 total
- age 11: 15848 bytes, 9121688 total
- age 12: 157232 bytes, 9278920 total
- age 13: 822856 bytes, 10101776 total
- age 14: 100896 bytes, 10202672 total
- age 15: 38528 bytes, 10241200 total
: 123075K->11737K(142016K), 0.0116770 secs] 634741K->523445K(783412K), 0.0536250 secs] [Times: user=0.02 sys=0.00, real=0.05 secs]
Heap after GC invocations=364 (full 56):
par new generation total 142016K, used 11737K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a76488, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511708K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91483K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=364 (full 56):
par new generation total 142016K, used 125401K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a76488, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511708K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91484K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:23.320+0800: 2542.917: [GC2014-02-01T16:17:23.320+0800: 2542.917: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1455272 bytes, 1455272 total
- age 2: 1982168 bytes, 3437440 total
- age 3: 1169728 bytes, 4607168 total
- age 4: 2796456 bytes, 7403624 total
- age 5: 902264 bytes, 8305888 total
- age 6: 42672 bytes, 8348560 total
- age 7: 522992 bytes, 8871552 total
- age 8: 14648 bytes, 8886200 total
- age 9: 134584 bytes, 9020784 total
- age 10: 2896 bytes, 9023680 total
- age 11: 61424 bytes, 9085104 total
- age 12: 15848 bytes, 9100952 total
- age 13: 157232 bytes, 9258184 total
- age 14: 822856 bytes, 10081040 total
- age 15: 100896 bytes, 10181936 total
: 125401K->14197K(142016K), 0.0113010 secs] 637109K->525945K(783412K), 0.0113870 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=365 (full 56):
par new generation total 142016K, used 14197K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b988d7f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511747K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91484K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=365 (full 56):
par new generation total 142016K, used 127266K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6e6b0d8, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b8ab0000, 0x00000007b988d7f0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 511747K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:29.888+0800: 2549.484: [GC2014-02-01T16:17:29.908+0800: 2549.504: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4021384 bytes, 4021384 total
- age 2: 123816 bytes, 4145200 total
- age 3: 1456064 bytes, 5601264 total
- age 4: 1169728 bytes, 6770992 total
- age 5: 2772768 bytes, 9543760 total
- age 6: 902264 bytes, 10446024 total
- age 7: 29440 bytes, 10475464 total
- age 8: 446248 bytes, 10921712 total
- age 9: 9208 bytes, 10930920 total
- age 10: 131320 bytes, 11062240 total
- age 11: 2896 bytes, 11065136 total
- age 12: 61424 bytes, 11126560 total
- age 13: 15848 bytes, 11142408 total
- age 14: 157192 bytes, 11299600 total
- age 15: 747352 bytes, 12046952 total
: 127266K->15662K(142016K), 0.0136590 secs] 639013K->527509K(783412K), 0.0338490 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
Heap after GC invocations=366 (full 56):
par new generation total 142016K, used 15662K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e4b8d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511847K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=366 (full 56):
par new generation total 142016K, used 129326K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e4b8d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 511847K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:39.111+0800: 2558.707: [GC2014-02-01T16:17:39.111+0800: 2558.707: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1862280 bytes, 1862280 total
- age 2: 1835312 bytes, 3697592 total
- age 3: 122368 bytes, 3819960 total
- age 4: 1438392 bytes, 5258352 total
- age 5: 1164696 bytes, 6423048 total
- age 6: 2640224 bytes, 9063272 total
- age 7: 888928 bytes, 9952200 total
- age 8: 15352 bytes, 9967552 total
- age 9: 440264 bytes, 10407816 total
- age 10: 9208 bytes, 10417024 total
- age 11: 131320 bytes, 10548344 total
- age 12: 2864 bytes, 10551208 total
- age 13: 61424 bytes, 10612632 total
- age 14: 15848 bytes, 10628480 total
- age 15: 157192 bytes, 10785672 total
: 129326K->15793K(142016K), 0.0143080 secs] 641173K->528373K(783412K), 0.4490430 secs] [Times: user=0.03 sys=0.00, real=0.45 secs]
Heap after GC invocations=367 (full 56):
par new generation total 142016K, used 15793K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b8ab0000, 0x00000007b9a1c568, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512579K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=367 (full 56):
par new generation total 142016K, used 129457K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b8ab0000, 0x00000007b9a1c568, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512579K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:17:49.030+0800: 2568.626: [GC2014-02-01T16:17:49.030+0800: 2568.626: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1458576 bytes, 1458576 total
- age 2: 582720 bytes, 2041296 total
- age 3: 1705744 bytes, 3747040 total
- age 4: 122368 bytes, 3869408 total
- age 5: 1428448 bytes, 5297856 total
- age 6: 1163016 bytes, 6460872 total
- age 7: 2624832 bytes, 9085704 total
- age 8: 876896 bytes, 9962600 total
- age 9: 1952 bytes, 9964552 total
- age 10: 440264 bytes, 10404816 total
- age 11: 9208 bytes, 10414024 total
- age 12: 122768 bytes, 10536792 total
- age 13: 2864 bytes, 10539656 total
- age 14: 61424 bytes, 10601080 total
- age 15: 15848 bytes, 10616928 total
: 129457K->15772K(142016K), 0.0144920 secs] 642037K->528510K(783412K), 0.0145960 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=368 (full 56):
par new generation total 142016K, used 15772K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e67370, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512738K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=368 (full 56):
par new generation total 142016K, used 129436K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 55% used [0x00000007b6f00000, 0x00000007b7e67370, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512738K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:00.967+0800: 2580.564: [GC2014-02-01T16:18:00.979+0800: 2580.575: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1365232 bytes, 1365232 total
- age 2: 41080 bytes, 1406312 total
- age 3: 582720 bytes, 1989032 total
- age 4: 1696856 bytes, 3685888 total
- age 5: 100088 bytes, 3785976 total
- age 6: 1425488 bytes, 5211464 total
- age 7: 1140200 bytes, 6351664 total
- age 8: 2535144 bytes, 8886808 total
- age 9: 874680 bytes, 9761488 total
- age 10: 1952 bytes, 9763440 total
- age 11: 440264 bytes, 10203704 total
- age 12: 9208 bytes, 10212912 total
- age 13: 122768 bytes, 10335680 total
- age 14: 2864 bytes, 10338544 total
- age 15: 61424 bytes, 10399968 total
: 129436K->15529K(142016K), 0.0136890 secs] 642174K->528282K(783412K), 0.0251660 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
Heap after GC invocations=369 (full 56):
par new generation total 142016K, used 15529K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99da418, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512753K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=369 (full 56):
par new generation total 142016K, used 129193K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99da418, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512753K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:07.375+0800: 2586.972: [GC2014-02-01T16:18:07.375+0800: 2586.972: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4041136 bytes, 4041136 total
- age 2: 96776 bytes, 4137912 total
- age 3: 41080 bytes, 4178992 total
- age 4: 58368 bytes, 4237360 total
- age 5: 800480 bytes, 5037840 total
- age 6: 95512 bytes, 5133352 total
- age 7: 477992 bytes, 5611344 total
- age 8: 1126280 bytes, 6737624 total
- age 9: 2397208 bytes, 9134832 total
- age 10: 874680 bytes, 10009512 total
- age 11: 1952 bytes, 10011464 total
- age 12: 440264 bytes, 10451728 total
- age 13: 9208 bytes, 10460936 total
- age 14: 122744 bytes, 10583680 total
- age 15: 2864 bytes, 10586544 total
: 129193K->15211K(142016K), 0.0126700 secs] 641946K->528027K(783412K), 0.0127350 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=370 (full 56):
par new generation total 142016K, used 15211K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddae10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512815K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91488K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=370 (full 56):
par new generation total 142016K, used 128875K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7ddae10, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512815K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91489K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:15.656+0800: 2595.252: [GC2014-02-01T16:18:15.656+0800: 2595.252: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3363880 bytes, 3363880 total
- age 2: 2292152 bytes, 5656032 total
- age 3: 95416 bytes, 5751448 total
- age 4: 41000 bytes, 5792448 total
- age 5: 58328 bytes, 5850776 total
- age 6: 784472 bytes, 6635248 total
- age 7: 64224 bytes, 6699472 total
- age 8: 462072 bytes, 7161544 total
- age 9: 1057912 bytes, 8219456 total
- age 10: 2136376 bytes, 10355832 total
- age 11: 808536 bytes, 11164368 total
- age 12: 1952 bytes, 11166320 total
- age 13: 27048 bytes, 11193368 total
- age 14: 9208 bytes, 11202576 total
- age 15: 122744 bytes, 11325320 total
: 128875K->15458K(142016K), 0.0129060 secs] 641691K->528276K(783412K), 0.0129920 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=371 (full 56):
par new generation total 142016K, used 15458K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99c8918, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512818K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91489K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=371 (full 56):
par new generation total 142016K, used 129122K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 54% used [0x00000007b8ab0000, 0x00000007b99c8918, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512818K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91490K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:23.140+0800: 2602.736: [GC2014-02-01T16:18:23.140+0800: 2602.736: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1916256 bytes, 1916256 total
- age 2: 1371912 bytes, 3288168 total
- age 3: 1757120 bytes, 5045288 total
- age 4: 95296 bytes, 5140584 total
- age 5: 41000 bytes, 5181584 total
- age 6: 52896 bytes, 5234480 total
- age 7: 771328 bytes, 6005808 total
- age 8: 48656 bytes, 6054464 total
- age 9: 453440 bytes, 6507904 total
- age 10: 1057864 bytes, 7565768 total
- age 11: 2099632 bytes, 9665400 total
- age 12: 808512 bytes, 10473912 total
- age 13: 1952 bytes, 10475864 total
- age 14: 27048 bytes, 10502912 total
- age 15: 9208 bytes, 10512120 total
: 129122K->16275K(142016K), 0.0131440 secs] 641940K->529217K(783412K), 0.0132440 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=372 (full 56):
par new generation total 142016K, used 16275K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ee4e78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512941K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91490K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=372 (full 56):
par new generation total 142016K, used 129939K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 57% used [0x00000007b6f00000, 0x00000007b7ee4e78, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512941K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91496K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:33.966+0800: 2613.562: [GC2014-02-01T16:18:34.001+0800: 2613.597: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1310816 bytes, 1310816 total
- age 2: 658288 bytes, 1969104 total
- age 3: 1325392 bytes, 3294496 total
- age 4: 1686080 bytes, 4980576 total
- age 5: 87424 bytes, 5068000 total
- age 6: 34760 bytes, 5102760 total
- age 7: 31472 bytes, 5134232 total
- age 8: 746160 bytes, 5880392 total
- age 9: 48656 bytes, 5929048 total
- age 10: 453440 bytes, 6382488 total
- age 11: 1057864 bytes, 7440352 total
- age 12: 2092760 bytes, 9533112 total
- age 13: 808512 bytes, 10341624 total
- age 14: 1952 bytes, 10343576 total
- age 15: 27048 bytes, 10370624 total
: 129939K->10439K(142016K), 0.0141450 secs] 642881K->523389K(783412K), 0.0490870 secs] [Times: user=0.02 sys=0.00, real=0.05 secs]
Heap after GC invocations=373 (full 56):
par new generation total 142016K, used 10439K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b8ab0000, 0x00000007b94e1c58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512950K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91496K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=373 (full 56):
par new generation total 142016K, used 124103K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 36% used [0x00000007b8ab0000, 0x00000007b94e1c58, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512950K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91546K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:43.183+0800: 2622.779: [GC2014-02-01T16:18:43.183+0800: 2622.780: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1431816 bytes, 1431816 total
- age 2: 40712 bytes, 1472528 total
- age 3: 653120 bytes, 2125648 total
- age 4: 1306224 bytes, 3431872 total
- age 5: 1666344 bytes, 5098216 total
- age 6: 78872 bytes, 5177088 total
- age 7: 16520 bytes, 5193608 total
- age 8: 19752 bytes, 5213360 total
- age 9: 746160 bytes, 5959520 total
- age 10: 48656 bytes, 6008176 total
- age 11: 453440 bytes, 6461616 total
- age 12: 1057864 bytes, 7519480 total
- age 13: 2092760 bytes, 9612240 total
- age 14: 808512 bytes, 10420752 total
- age 15: 1952 bytes, 10422704 total
: 124103K->15280K(142016K), 0.0129770 secs] 637053K->528257K(783412K), 0.0239920 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=374 (full 56):
par new generation total 142016K, used 15280K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dec210, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512977K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91546K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=374 (full 56):
par new generation total 142016K, used 128944K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dec210, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 512977K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:18:52.599+0800: 2632.195: [GC2014-02-01T16:18:52.599+0800: 2632.195: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2153776 bytes, 2153776 total
- age 2: 76664 bytes, 2230440 total
- age 3: 40008 bytes, 2270448 total
- age 4: 114040 bytes, 2384488 total
- age 5: 1304640 bytes, 3689128 total
- age 6: 1418296 bytes, 5107424 total
- age 7: 38488 bytes, 5145912 total
- age 8: 7176 bytes, 5153088 total
- age 9: 19752 bytes, 5172840 total
- age 10: 746160 bytes, 5919000 total
- age 11: 46568 bytes, 5965568 total
- age 12: 434560 bytes, 6400128 total
- age 13: 1057864 bytes, 7457992 total
- age 14: 2082968 bytes, 9540960 total
- age 15: 808512 bytes, 10349472 total
: 128944K->15159K(142016K), 0.0131660 secs] 641921K->528138K(783412K), 0.0132490 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=375 (full 56):
par new generation total 142016K, used 15159K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b997deb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512979K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=375 (full 56):
par new generation total 142016K, used 128823K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b997deb0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 512979K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:02.137+0800: 2641.734: [GC2014-02-01T16:19:02.137+0800: 2641.734: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 648376 bytes, 648376 total
- age 2: 1535992 bytes, 2184368 total
- age 3: 74840 bytes, 2259208 total
- age 4: 39960 bytes, 2299168 total
- age 5: 88976 bytes, 2388144 total
- age 6: 1272752 bytes, 3660896 total
- age 7: 1369616 bytes, 5030512 total
- age 8: 22432 bytes, 5052944 total
- age 9: 7176 bytes, 5060120 total
- age 10: 19712 bytes, 5079832 total
- age 11: 745360 bytes, 5825192 total
- age 12: 46568 bytes, 5871760 total
- age 13: 434536 bytes, 6306296 total
- age 14: 1057864 bytes, 7364160 total
- age 15: 2082968 bytes, 9447128 total
: 128823K->15124K(142016K), 0.0133160 secs] 641802K->528893K(783412K), 0.0134100 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=376 (full 56):
par new generation total 142016K, used 15124K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dc5200, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 513768K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=376 (full 56):
par new generation total 142016K, used 128788K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b6f00000, 0x00000007b7dc5200, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 513768K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:11.195+0800: 2650.791: [GC2014-02-01T16:19:11.195+0800: 2650.791: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2687464 bytes, 2687464 total
- age 2: 95456 bytes, 2782920 total
- age 3: 991840 bytes, 3774760 total
- age 4: 63688 bytes, 3838448 total
- age 5: 39960 bytes, 3878408 total
- age 6: 62088 bytes, 3940496 total
- age 7: 1138080 bytes, 5078576 total
- age 8: 550496 bytes, 5629072 total
- age 9: 19624 bytes, 5648696 total
- age 10: 7176 bytes, 5655872 total
- age 11: 19712 bytes, 5675584 total
- age 12: 745296 bytes, 6420880 total
- age 13: 46568 bytes, 6467448 total
- age 14: 434536 bytes, 6901984 total
- age 15: 1057848 bytes, 7959832 total
: 128788K->14114K(142016K), 0.0123780 secs] 642557K->529929K(783412K), 0.0124580 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=377 (full 56):
par new generation total 142016K, used 14114K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b9878a68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 515814K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=377 (full 56):
par new generation total 142016K, used 127778K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 49% used [0x00000007b8ab0000, 0x00000007b9878a68, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 515814K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:19.924+0800: 2659.520: [GC2014-02-01T16:19:19.924+0800: 2659.520: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 846672 bytes, 846672 total
- age 2: 1174488 bytes, 2021160 total
- age 3: 88224 bytes, 2109384 total
- age 4: 991824 bytes, 3101208 total
- age 5: 63640 bytes, 3164848 total
- age 6: 22904 bytes, 3187752 total
- age 7: 41632 bytes, 3229384 total
- age 8: 1120072 bytes, 4349456 total
- age 9: 540384 bytes, 4889840 total
- age 10: 9832 bytes, 4899672 total
- age 11: 7176 bytes, 4906848 total
- age 12: 19712 bytes, 4926560 total
- age 13: 745296 bytes, 5671856 total
- age 14: 46568 bytes, 5718424 total
- age 15: 434424 bytes, 6152848 total
: 127778K->10555K(142016K), 0.0119330 secs] 643593K->527404K(783412K), 0.0120500 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=378 (full 56):
par new generation total 142016K, used 10555K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b794ede8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 516848K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91552K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=378 (full 56):
par new generation total 142016K, used 124148K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6eee4c8, 0x00000007b6f00000)
from space 28352K, 37% used [0x00000007b6f00000, 0x00000007b794ede8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 516848K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:30.113+0800: 2669.709: [GC2014-02-01T16:19:30.113+0800: 2669.709: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3535048 bytes, 3535048 total
- age 2: 194120 bytes, 3729168 total
- age 3: 167904 bytes, 3897072 total
- age 4: 62624 bytes, 3959696 total
- age 5: 984504 bytes, 4944200 total
- age 6: 47568 bytes, 4991768 total
- age 7: 4680 bytes, 4996448 total
- age 8: 21080 bytes, 5017528 total
- age 9: 1113176 bytes, 6130704 total
- age 10: 2096 bytes, 6132800 total
- age 11: 9832 bytes, 6142632 total
- age 12: 7176 bytes, 6149808 total
- age 13: 19712 bytes, 6169520 total
- age 14: 745296 bytes, 6914816 total
- age 15: 46568 bytes, 6961384 total
: 124148K->8857K(142016K), 0.0109570 secs] 640997K->526130K(783412K), 0.0110260 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=379 (full 56):
par new generation total 142016K, used 8857K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b8ab0000, 0x00000007b93564a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 517273K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=379 (full 56):
par new generation total 142016K, used 122521K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b8ab0000, 0x00000007b93564a8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 517273K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:37.675+0800: 2677.271: [GC2014-02-01T16:19:37.675+0800: 2677.271: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2838952 bytes, 2838952 total
- age 2: 1557328 bytes, 4396280 total
- age 3: 194048 bytes, 4590328 total
- age 4: 162048 bytes, 4752376 total
- age 5: 62392 bytes, 4814768 total
- age 6: 20304 bytes, 4835072 total
- age 7: 37232 bytes, 4872304 total
- age 8: 56 bytes, 4872360 total
- age 9: 13208 bytes, 4885568 total
- age 10: 1088488 bytes, 5974056 total
- age 11: 2056 bytes, 5976112 total
- age 12: 9832 bytes, 5985944 total
- age 13: 7040 bytes, 5992984 total
- age 14: 19712 bytes, 6012696 total
- age 15: 745296 bytes, 6757992 total
: 122521K->8948K(142016K), 0.0119710 secs] 639794K->526267K(783412K), 0.0120870 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=380 (full 56):
par new generation total 142016K, used 8948K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77bd308, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 517318K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=380 (full 56):
par new generation total 142016K, used 122612K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77bd308, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 517318K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:45.884+0800: 2685.480: [GC2014-02-01T16:19:45.884+0800: 2685.480: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3671544 bytes, 3671544 total
- age 2: 148920 bytes, 3820464 total
- age 3: 1446472 bytes, 5266936 total
- age 4: 187176 bytes, 5454112 total
- age 5: 139896 bytes, 5594008 total
- age 6: 44016 bytes, 5638024 total
- age 7: 5960 bytes, 5643984 total
- age 8: 37232 bytes, 5681216 total
- age 9: 56 bytes, 5681272 total
- age 10: 13208 bytes, 5694480 total
- age 11: 278144 bytes, 5972624 total
- age 12: 248 bytes, 5972872 total
- age 13: 9832 bytes, 5982704 total
- age 14: 6984 bytes, 5989688 total
- age 15: 19712 bytes, 6009400 total
: 122612K->9608K(142016K), 0.0105100 secs] 639931K->527655K(783412K), 0.0106380 secs] [Times: user=0.02 sys=0.01, real=0.01 secs]
Heap after GC invocations=381 (full 56):
par new generation total 142016K, used 9608K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b94123b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518046K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=381 (full 56):
par new generation total 142016K, used 123272K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b94123b8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518046K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:54.096+0800: 2693.692: [GC2014-02-01T16:19:54.096+0800: 2693.692: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1844296 bytes, 1844296 total
- age 2: 1752456 bytes, 3596752 total
- age 3: 139904 bytes, 3736656 total
- age 4: 613880 bytes, 4350536 total
- age 5: 187176 bytes, 4537712 total
- age 6: 132688 bytes, 4670400 total
- age 7: 29072 bytes, 4699472 total
- age 8: 2968 bytes, 4702440 total
- age 9: 37232 bytes, 4739672 total
- age 10: 56 bytes, 4739728 total
- age 11: 13208 bytes, 4752936 total
- age 12: 278144 bytes, 5031080 total
- age 13: 248 bytes, 5031328 total
- age 14: 9832 bytes, 5041160 total
- age 15: 6984 bytes, 5048144 total
: 123272K->8953K(142016K), 0.0111880 secs] 641319K->527020K(783412K), 0.0112660 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=382 (full 56):
par new generation total 142016K, used 8953K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77be618, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518066K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=382 (full 56):
par new generation total 142016K, used 122617K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 31% used [0x00000007b6f00000, 0x00000007b77be618, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518066K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:19:59.908+0800: 2699.504: [GC2014-02-01T16:19:59.908+0800: 2699.504: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3152472 bytes, 3152472 total
- age 2: 140512 bytes, 3292984 total
- age 3: 1718392 bytes, 5011376 total
- age 4: 131904 bytes, 5143280 total
- age 5: 94272 bytes, 5237552 total
- age 6: 169512 bytes, 5407064 total
- age 7: 117656 bytes, 5524720 total
- age 8: 23040 bytes, 5547760 total
- age 9: 2968 bytes, 5550728 total
- age 10: 37232 bytes, 5587960 total
- age 11: 56 bytes, 5588016 total
- age 12: 13208 bytes, 5601224 total
- age 13: 278144 bytes, 5879368 total
- age 14: 248 bytes, 5879616 total
- age 15: 9832 bytes, 5889448 total
: 122617K->6705K(142016K), 0.0103180 secs] 640684K->524778K(783412K), 0.0104120 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=383 (full 56):
par new generation total 142016K, used 6705K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 23% used [0x00000007b8ab0000, 0x00000007b913c4b0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518073K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91554K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=383 (full 56):
par new generation total 142016K, used 120369K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 23% used [0x00000007b8ab0000, 0x00000007b913c4b0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518073K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91558K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:09.538+0800: 2709.134: [GC2014-02-01T16:20:09.538+0800: 2709.134: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2862672 bytes, 2862672 total
- age 2: 1397800 bytes, 4260472 total
- age 3: 86384 bytes, 4346856 total
- age 4: 763536 bytes, 5110392 total
- age 5: 131776 bytes, 5242168 total
- age 6: 94272 bytes, 5336440 total
- age 7: 125576 bytes, 5462016 total
- age 8: 94472 bytes, 5556488 total
- age 9: 13032 bytes, 5569520 total
- age 10: 2968 bytes, 5572488 total
- age 11: 37232 bytes, 5609720 total
- age 12: 56 bytes, 5609776 total
- age 13: 13208 bytes, 5622984 total
- age 14: 278104 bytes, 5901088 total
- age 15: 248 bytes, 5901336 total
: 120369K->7685K(142016K), 0.0105390 secs] 638442K->525759K(783412K), 0.0106050 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=384 (full 56):
par new generation total 142016K, used 7685K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 27% used [0x00000007b6f00000, 0x00000007b7681768, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518073K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91558K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=384 (full 56):
par new generation total 142016K, used 121349K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 27% used [0x00000007b6f00000, 0x00000007b7681768, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518073K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91558K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:18.594+0800: 2718.190: [GC2014-02-01T16:20:18.594+0800: 2718.190: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1934120 bytes, 1934120 total
- age 2: 1683992 bytes, 3618112 total
- age 3: 1389080 bytes, 5007192 total
- age 4: 72168 bytes, 5079360 total
- age 5: 725328 bytes, 5804688 total
- age 6: 88296 bytes, 5892984 total
- age 7: 88864 bytes, 5981848 total
- age 8: 99536 bytes, 6081384 total
- age 9: 88216 bytes, 6169600 total
- age 10: 13032 bytes, 6182632 total
- age 11: 2968 bytes, 6185600 total
- age 12: 37232 bytes, 6222832 total
- age 13: 56 bytes, 6222888 total
- age 14: 1320 bytes, 6224208 total
- age 15: 278104 bytes, 6502312 total
: 121349K->8426K(142016K), 0.0107630 secs] 639423K->526500K(783412K), 0.0108880 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=385 (full 56):
par new generation total 142016K, used 8426K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b8ab0000, 0x00000007b92ea990, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518074K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91558K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=385 (full 56):
par new generation total 142016K, used 119733K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 97% used [0x00000007b0000000, 0x00000007b6cb2c00, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b8ab0000, 0x00000007b92ea990, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518074K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91729K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:28.760+0800: 2728.356: [GC2014-02-01T16:20:28.760+0800: 2728.356: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2341864 bytes, 2341864 total
- age 2: 110696 bytes, 2452560 total
- age 3: 1634256 bytes, 4086816 total
- age 4: 1388952 bytes, 5475768 total
- age 5: 65296 bytes, 5541064 total
- age 6: 725288 bytes, 6266352 total
- age 7: 82288 bytes, 6348640 total
- age 8: 27456 bytes, 6376096 total
- age 9: 92144 bytes, 6468240 total
- age 10: 73896 bytes, 6542136 total
- age 11: 11632 bytes, 6553768 total
- age 12: 1008 bytes, 6554776 total
- age 13: 37232 bytes, 6592008 total
- age 14: 56 bytes, 6592064 total
- age 15: 1320 bytes, 6593384 total
: 119733K->9197K(142016K), 0.0127580 secs] 637807K->527543K(783412K), 0.0128310 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=386 (full 56):
par new generation total 142016K, used 9197K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b77fb528, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518346K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91729K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=386 (full 56):
par new generation total 142016K, used 106844K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 85% used [0x00000007b0000000, 0x00000007b5f5bdf8, 0x00000007b6f00000)
from space 28352K, 32% used [0x00000007b6f00000, 0x00000007b77fb528, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518346K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91737K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:32.364+0800: 2731.960: [GC2014-02-01T16:20:32.364+0800: 2731.960: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1711552 bytes, 1711552 total
- age 2: 625488 bytes, 2337040 total
- age 3: 110696 bytes, 2447736 total
- age 4: 1633776 bytes, 4081512 total
- age 5: 1383000 bytes, 5464512 total
- age 6: 65296 bytes, 5529808 total
- age 7: 725152 bytes, 6254960 total
- age 8: 82288 bytes, 6337248 total
- age 9: 14120 bytes, 6351368 total
- age 10: 83936 bytes, 6435304 total
- age 11: 73896 bytes, 6509200 total
- age 12: 11632 bytes, 6520832 total
- age 13: 1008 bytes, 6521840 total
- age 14: 37232 bytes, 6559072 total
- age 15: 56 bytes, 6559128 total
: 106844K->9597K(142016K), 0.0109980 secs] 625191K->527945K(783412K), 0.0111030 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=387 (full 56):
par new generation total 142016K, used 9597K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b940f550, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518347K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91737K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=387 (full 56):
par new generation total 142016K, used 123261K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b8ab0000, 0x00000007b940f550, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518347K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91751K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:45.090+0800: 2744.687: [GC2014-02-01T16:20:45.090+0800: 2744.687: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1370160 bytes, 1370160 total
- age 2: 603208 bytes, 1973368 total
- age 3: 391072 bytes, 2364440 total
- age 4: 103360 bytes, 2467800 total
- age 5: 1611264 bytes, 4079064 total
- age 6: 1383000 bytes, 5462064 total
- age 7: 65296 bytes, 5527360 total
- age 8: 719640 bytes, 6247000 total
- age 9: 68296 bytes, 6315296 total
- age 10: 10936 bytes, 6326232 total
- age 11: 83936 bytes, 6410168 total
- age 12: 73896 bytes, 6484064 total
- age 13: 11632 bytes, 6495696 total
- age 14: 1008 bytes, 6496704 total
- age 15: 37232 bytes, 6533936 total
: 123261K->9414K(142016K), 0.0110880 secs] 641609K->527762K(783412K), 0.0111680 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=388 (full 56):
par new generation total 142016K, used 9414K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b6f00000, 0x00000007b7831918, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518347K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91751K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=388 (full 56):
par new generation total 142016K, used 123078K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 33% used [0x00000007b6f00000, 0x00000007b7831918, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518347K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91753K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:20:59.335+0800: 2758.931: [GC2014-02-01T16:20:59.335+0800: 2758.931: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5256680 bytes, 5256680 total
- age 2: 87248 bytes, 5343928 total
- age 3: 600768 bytes, 5944696 total
- age 4: 373648 bytes, 6318344 total
- age 5: 75608 bytes, 6393952 total
- age 6: 1593176 bytes, 7987128 total
- age 7: 1383000 bytes, 9370128 total
- age 8: 61144 bytes, 9431272 total
- age 9: 708344 bytes, 10139616 total
- age 10: 59320 bytes, 10198936 total
- age 11: 10152 bytes, 10209088 total
- age 12: 74064 bytes, 10283152 total
- age 13: 73896 bytes, 10357048 total
- age 14: 11632 bytes, 10368680 total
- age 15: 1008 bytes, 10369688 total
: 123078K->12687K(142016K), 0.0149470 secs] 641426K->531071K(783412K), 0.0150190 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=389 (full 56):
par new generation total 142016K, used 12687K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b9713d50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518384K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91753K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=389 (full 56):
par new generation total 142016K, used 126351K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b9713d50, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518384K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91753K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:08.141+0800: 2767.737: [GC2014-02-01T16:21:08.141+0800: 2767.737: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3310056 bytes, 3310056 total
- age 2: 1991600 bytes, 5301656 total
- age 3: 66552 bytes, 5368208 total
- age 4: 600208 bytes, 5968416 total
- age 5: 371976 bytes, 6340392 total
- age 6: 55408 bytes, 6395800 total
- age 7: 1584624 bytes, 7980424 total
- age 8: 1383000 bytes, 9363424 total
- age 9: 49096 bytes, 9412520 total
- age 10: 703448 bytes, 10115968 total
- age 11: 59320 bytes, 10175288 total
- age 12: 8584 bytes, 10183872 total
- age 13: 57320 bytes, 10241192 total
- age 14: 73896 bytes, 10315088 total
- age 15: 11632 bytes, 10326720 total
: 126351K->13767K(142016K), 0.0159790 secs] 644735K->532152K(783412K), 0.0161110 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=390 (full 56):
par new generation total 142016K, used 13767K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c71e40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518385K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91753K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=390 (full 56):
par new generation total 142016K, used 127431K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b6f00000, 0x00000007b7c71e40, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518385K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:16.843+0800: 2776.439: [GC2014-02-01T16:21:16.843+0800: 2776.439: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1894088 bytes, 1894088 total
- age 2: 60120 bytes, 1954208 total
- age 3: 1984576 bytes, 3938784 total
- age 4: 56328 bytes, 3995112 total
- age 5: 592000 bytes, 4587112 total
- age 6: 365080 bytes, 4952192 total
- age 7: 55408 bytes, 5007600 total
- age 8: 1584464 bytes, 6592064 total
- age 9: 1379608 bytes, 7971672 total
- age 10: 40144 bytes, 8011816 total
- age 11: 703448 bytes, 8715264 total
- age 12: 59320 bytes, 8774584 total
- age 13: 8584 bytes, 8783168 total
- age 14: 57296 bytes, 8840464 total
- age 15: 73856 bytes, 8914320 total
: 127431K->14755K(142016K), 0.0128930 secs] 645816K->533152K(783412K), 0.0129920 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=391 (full 56):
par new generation total 142016K, used 14755K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9918f48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518397K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=391 (full 56):
par new generation total 142016K, used 128419K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b9918f48, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518397K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:26.110+0800: 2785.706: [GC2014-02-01T16:21:26.110+0800: 2785.706: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3711720 bytes, 3711720 total
- age 2: 108616 bytes, 3820336 total
- age 3: 17904 bytes, 3838240 total
- age 4: 1974640 bytes, 5812880 total
- age 5: 56328 bytes, 5869208 total
- age 6: 583456 bytes, 6452664 total
- age 7: 338408 bytes, 6791072 total
- age 8: 55408 bytes, 6846480 total
- age 9: 1576632 bytes, 8423112 total
- age 10: 1370560 bytes, 9793672 total
- age 11: 38240 bytes, 9831912 total
- age 12: 636104 bytes, 10468016 total
- age 13: 59320 bytes, 10527336 total
- age 14: 8584 bytes, 10535920 total
- age 15: 57296 bytes, 10593216 total
: 128419K->14221K(142016K), 0.0155390 secs] 646816K->532691K(783412K), 0.0156440 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=392 (full 56):
par new generation total 142016K, used 14221K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7ce36b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518470K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=392 (full 56):
par new generation total 142016K, used 127864K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6efaa90, 0x00000007b6f00000)
from space 28352K, 50% used [0x00000007b6f00000, 0x00000007b7ce36b0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518470K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:35.409+0800: 2795.005: [GC2014-02-01T16:21:35.409+0800: 2795.005: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1592120 bytes, 1592120 total
- age 2: 2221056 bytes, 3813176 total
- age 3: 108280 bytes, 3921456 total
- age 4: 17712 bytes, 3939168 total
- age 5: 1967768 bytes, 5906936 total
- age 6: 56328 bytes, 5963264 total
- age 7: 583456 bytes, 6546720 total
- age 8: 336560 bytes, 6883280 total
- age 9: 41040 bytes, 6924320 total
- age 10: 1560056 bytes, 8484376 total
- age 11: 1366208 bytes, 9850584 total
- age 12: 38240 bytes, 9888824 total
- age 13: 629248 bytes, 10518072 total
- age 14: 59320 bytes, 10577392 total
- age 15: 8584 bytes, 10585976 total
: 127864K->13756K(142016K), 0.0139540 secs] 646334K->532283K(783412K), 0.0140300 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=393 (full 56):
par new generation total 142016K, used 13756K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b8ab0000, 0x00000007b981f318, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518526K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=393 (full 56):
par new generation total 142016K, used 127380K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ef5d10, 0x00000007b6f00000)
from space 28352K, 48% used [0x00000007b8ab0000, 0x00000007b981f318, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518526K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:43.388+0800: 2802.984: [GC2014-02-01T16:21:43.388+0800: 2802.985: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3631416 bytes, 3631416 total
- age 2: 106768 bytes, 3738184 total
- age 3: 2067448 bytes, 5805632 total
- age 4: 101856 bytes, 5907488 total
- age 5: 17664 bytes, 5925152 total
- age 6: 1967768 bytes, 7892920 total
- age 7: 56328 bytes, 7949248 total
- age 8: 583456 bytes, 8532704 total
- age 9: 334896 bytes, 8867600 total
- age 10: 25984 bytes, 8893584 total
- age 11: 1485304 bytes, 10378888 total
- age 12: 1299104 bytes, 11677992 total
- age 13: 38200 bytes, 11716192 total
- age 14: 27160 bytes, 11743352 total
- age 15: 59320 bytes, 11802672 total
: 127380K->15023K(142016K), 0.0124030 secs] 645906K->533557K(783412K), 0.0124930 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
Heap after GC invocations=394 (full 56):
par new generation total 142016K, used 15023K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7dabc80, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518534K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91755K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=394 (full 56):
par new generation total 142016K, used 128477K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 99% used [0x00000007b0000000, 0x00000007b6ecba60, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7dabc80, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518534K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91757K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:50.053+0800: 2809.649: [GC2014-02-01T16:21:50.053+0800: 2809.649: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3105544 bytes, 3105544 total
- age 2: 448816 bytes, 3554360 total
- age 3: 65136 bytes, 3619496 total
- age 4: 2058448 bytes, 5677944 total
- age 5: 101448 bytes, 5779392 total
- age 6: 17664 bytes, 5797056 total
- age 7: 1967768 bytes, 7764824 total
- age 8: 56328 bytes, 7821152 total
- age 9: 580944 bytes, 8402096 total
- age 10: 322160 bytes, 8724256 total
- age 11: 18096 bytes, 8742352 total
- age 12: 1476624 bytes, 10218976 total
- age 13: 1299104 bytes, 11518080 total
- age 14: 38176 bytes, 11556256 total
- age 15: 27160 bytes, 11583416 total
: 128477K->16675K(142016K), 0.0141230 secs] 647012K->535268K(783412K), 0.0141940 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=395 (full 56):
par new generation total 142016K, used 16675K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9af8e20, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518593K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91757K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=395 (full 56):
par new generation total 142016K, used 130339K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 58% used [0x00000007b8ab0000, 0x00000007b9af8e20, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518593K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:21:59.209+0800: 2818.805: [GC2014-02-01T16:21:59.209+0800: 2818.805: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2636816 bytes, 2636816 total
- age 2: 421344 bytes, 3058160 total
- age 3: 390992 bytes, 3449152 total
- age 4: 65088 bytes, 3514240 total
- age 5: 2058176 bytes, 5572416 total
- age 6: 87704 bytes, 5660120 total
- age 7: 17624 bytes, 5677744 total
- age 8: 1967752 bytes, 7645496 total
- age 9: 44456 bytes, 7689952 total
- age 10: 577192 bytes, 8267144 total
- age 11: 313520 bytes, 8580664 total
- age 12: 18096 bytes, 8598760 total
- age 13: 1468072 bytes, 10066832 total
- age 14: 1299104 bytes, 11365936 total
- age 15: 37152 bytes, 11403088 total
: 130339K->16898K(142016K), 0.0145050 secs] 648932K->535494K(783412K), 0.0146170 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=396 (full 56):
par new generation total 142016K, used 16898K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f808d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518595K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=396 (full 56):
par new generation total 142016K, used 130562K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b6f00000, 0x00000007b7f808d8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 518595K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:08.738+0800: 2828.334: [GC2014-02-01T16:22:08.738+0800: 2828.334: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 917232 bytes, 917232 total
- age 2: 1451288 bytes, 2368520 total
- age 3: 338000 bytes, 2706520 total
- age 4: 308880 bytes, 3015400 total
- age 5: 55296 bytes, 3070696 total
- age 6: 2041352 bytes, 5112048 total
- age 7: 87512 bytes, 5199560 total
- age 8: 17624 bytes, 5217184 total
- age 9: 1967752 bytes, 7184936 total
- age 10: 34720 bytes, 7219656 total
- age 11: 575832 bytes, 7795488 total
- age 12: 313520 bytes, 8109008 total
- age 13: 18080 bytes, 8127088 total
- age 14: 1458192 bytes, 9585280 total
- age 15: 1299104 bytes, 10884384 total
: 130562K->16738K(142016K), 0.0156520 secs] 649158K->535371K(783412K), 0.0157690 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=397 (full 56):
par new generation total 142016K, used 16738K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b08a98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518632K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91761K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=397 (full 56):
par new generation total 142016K, used 130402K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 59% used [0x00000007b8ab0000, 0x00000007b9b08a98, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 518632K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91771K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:13.482+0800: 2833.079: [GC2014-02-01T16:22:13.482+0800: 2833.079: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1650720 bytes, 1650720 total
- age 2: 4776 bytes, 1655496 total
- age 3: 1441008 bytes, 3096504 total
- age 4: 337976 bytes, 3434480 total
- age 5: 284496 bytes, 3718976 total
- age 6: 55296 bytes, 3774272 total
- age 7: 2031440 bytes, 5805712 total
- age 8: 72512 bytes, 5878224 total
- age 9: 17624 bytes, 5895848 total
- age 10: 1967752 bytes, 7863600 total
- age 11: 32088 bytes, 7895688 total
- age 12: 562168 bytes, 8457856 total
- age 13: 294840 bytes, 8752696 total
- age 14: 18080 bytes, 8770776 total
- age 15: 1458192 bytes, 10228968 total
: 130402K->16123K(142016K), 0.0144650 secs] 649035K->536025K(783412K), 0.0145450 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=398 (full 56):
par new generation total 142016K, used 16123K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7ebedd0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 519902K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91771K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=398 (full 56):
par new generation total 142016K, used 129787K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 56% used [0x00000007b6f00000, 0x00000007b7ebedd0, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 519902K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91773K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:22.627+0800: 2842.223: [GC2014-02-01T16:22:22.627+0800: 2842.223: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1421784 bytes, 1421784 total
- age 2: 742344 bytes, 2164128 total
- age 3: 3744 bytes, 2167872 total
- age 4: 1414208 bytes, 3582080 total
- age 5: 337504 bytes, 3919584 total
- age 6: 284496 bytes, 4204080 total
- age 7: 55296 bytes, 4259376 total
- age 8: 2011672 bytes, 6271048 total
- age 9: 72512 bytes, 6343560 total
- age 10: 17624 bytes, 6361184 total
- age 11: 1960896 bytes, 8322080 total
- age 12: 30264 bytes, 8352344 total
- age 13: 562168 bytes, 8914512 total
- age 14: 294000 bytes, 9208512 total
- age 15: 18080 bytes, 9226592 total
: 129787K->15258K(142016K), 0.0144830 secs] 649689K->536586K(783412K), 0.0145820 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=399 (full 56):
par new generation total 142016K, used 15258K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b9996ba8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 521327K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91773K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=399 (full 56):
par new generation total 142016K, used 128922K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 53% used [0x00000007b8ab0000, 0x00000007b9996ba8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 521327K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91774K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:34.566+0800: 2854.163: [GC2014-02-01T16:22:34.566+0800: 2854.163: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1277352 bytes, 1277352 total
- age 2: 132808 bytes, 1410160 total
- age 3: 653088 bytes, 2063248 total
- age 4: 3744 bytes, 2066992 total
- age 5: 1346080 bytes, 3413072 total
- age 6: 328024 bytes, 3741096 total
- age 7: 284360 bytes, 4025456 total
- age 8: 55296 bytes, 4080752 total
- age 9: 2003056 bytes, 6083808 total
- age 10: 70512 bytes, 6154320 total
- age 11: 17624 bytes, 6171944 total
- age 12: 1952840 bytes, 8124784 total
- age 13: 25824 bytes, 8150608 total
- age 14: 562168 bytes, 8712776 total
- age 15: 294000 bytes, 9006776 total
: 128922K->11823K(142016K), 0.0126190 secs] 650250K->533169K(783412K), 0.0126880 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=400 (full 56):
par new generation total 142016K, used 11823K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a8be38, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 521346K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91774K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=400 (full 56):
par new generation total 142016K, used 125487K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 41% used [0x00000007b6f00000, 0x00000007b7a8be38, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 521346K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91774K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:43.911+0800: 2863.507: [GC2014-02-01T16:22:43.911+0800: 2863.507: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 3135544 bytes, 3135544 total
- age 2: 117552 bytes, 3253096 total
- age 3: 131616 bytes, 3384712 total
- age 4: 645984 bytes, 4030696 total
- age 5: 3696 bytes, 4034392 total
- age 6: 304840 bytes, 4339232 total
- age 7: 328000 bytes, 4667232 total
- age 8: 284296 bytes, 4951528 total
- age 9: 55296 bytes, 5006824 total
- age 10: 980504 bytes, 5987328 total
- age 11: 70512 bytes, 6057840 total
- age 12: 15928 bytes, 6073768 total
- age 13: 1943856 bytes, 8017624 total
- age 14: 23648 bytes, 8041272 total
- age 15: 562168 bytes, 8603440 total
: 125487K->12064K(142016K), 0.0133500 secs] 646833K->533699K(783412K), 0.0134430 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=401 (full 56):
par new generation total 142016K, used 12064K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b8ab0000, 0x00000007b9678138, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 521635K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91774K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=401 (full 56):
par new generation total 142016K, used 125728K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b8ab0000, 0x00000007b9678138, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 521635K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:22:53.645+0800: 2873.241: [GC2014-02-01T16:22:53.645+0800: 2873.241: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 2098496 bytes, 2098496 total
- age 2: 1844784 bytes, 3943280 total
- age 3: 96304 bytes, 4039584 total
- age 4: 88256 bytes, 4127840 total
- age 5: 617152 bytes, 4744992 total
- age 6: 3696 bytes, 4748688 total
- age 7: 294944 bytes, 5043632 total
- age 8: 319256 bytes, 5362888 total
- age 9: 284296 bytes, 5647184 total
- age 10: 55296 bytes, 5702480 total
- age 11: 963056 bytes, 6665536 total
- age 12: 63640 bytes, 6729176 total
- age 13: 12296 bytes, 6741472 total
- age 14: 1941408 bytes, 8682880 total
- age 15: 23648 bytes, 8706528 total
: 125728K->12473K(142016K), 0.0137620 secs] 647363K->534662K(783412K), 0.0138310 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=402 (full 56):
par new generation total 142016K, used 12473K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b2e470, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 522189K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=402 (full 56):
par new generation total 142016K, used 126137K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 43% used [0x00000007b6f00000, 0x00000007b7b2e470, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 522189K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:04.550+0800: 2884.146: [GC2014-02-01T16:23:04.550+0800: 2884.146: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1436336 bytes, 1436336 total
- age 2: 780912 bytes, 2217248 total
- age 3: 1778640 bytes, 3995888 total
- age 4: 95472 bytes, 4091360 total
- age 5: 69840 bytes, 4161200 total
- age 6: 617152 bytes, 4778352 total
- age 7: 3696 bytes, 4782048 total
- age 8: 294944 bytes, 5076992 total
- age 9: 310624 bytes, 5387616 total
- age 10: 284264 bytes, 5671880 total
- age 11: 55296 bytes, 5727176 total
- age 12: 944824 bytes, 6672000 total
- age 13: 56280 bytes, 6728280 total
- age 14: 7272 bytes, 6735552 total
- age 15: 1941408 bytes, 8676960 total
: 126137K->12639K(142016K), 0.0124140 secs] 648326K->534851K(783412K), 0.0125050 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=403 (full 56):
par new generation total 142016K, used 12639K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b9707dc0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 522212K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=403 (full 56):
par new generation total 142016K, used 126303K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b9707dc0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 522212K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:15.576+0800: 2895.173: [GC2014-02-01T16:23:15.577+0800: 2895.173: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1807040 bytes, 1807040 total
- age 2: 167088 bytes, 1974128 total
- age 3: 778392 bytes, 2752520 total
- age 4: 1778464 bytes, 4530984 total
- age 5: 70632 bytes, 4601616 total
- age 6: 41640 bytes, 4643256 total
- age 7: 617152 bytes, 5260408 total
- age 8: 3696 bytes, 5264104 total
- age 9: 294904 bytes, 5559008 total
- age 10: 310624 bytes, 5869632 total
- age 11: 284264 bytes, 6153896 total
- age 12: 55296 bytes, 6209192 total
- age 13: 944568 bytes, 7153760 total
- age 14: 51192 bytes, 7204952 total
- age 15: 3400 bytes, 7208352 total
: 126303K->12641K(142016K), 0.0175830 secs] 648515K->536822K(783412K), 0.0176820 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
Heap after GC invocations=404 (full 56):
par new generation total 142016K, used 12641K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b586f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 524181K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91786K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=404 (full 56):
par new generation total 142016K, used 126305K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b6f00000, 0x00000007b7b586f8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 524181K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91787K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:17.842+0800: 2897.439: [GC2014-02-01T16:23:17.842+0800: 2897.439: [ParNew
Desired survivor size 14516224 bytes, new threshold 8 (max 15)
- age 1: 10748720 bytes, 10748720 total
- age 2: 654072 bytes, 11402792 total
- age 3: 167088 bytes, 11569880 total
- age 4: 778392 bytes, 12348272 total
- age 5: 1778464 bytes, 14126736 total
- age 6: 70632 bytes, 14197368 total
- age 7: 41640 bytes, 14239008 total
- age 8: 617152 bytes, 14856160 total
- age 9: 3696 bytes, 14859856 total
- age 10: 294904 bytes, 15154760 total
- age 11: 310624 bytes, 15465384 total
- age 12: 284264 bytes, 15749648 total
- age 13: 55296 bytes, 15804944 total
- age 14: 944568 bytes, 16749512 total
- age 15: 47504 bytes, 16797016 total
: 126305K->18780K(142016K), 0.0341250 secs] 650486K->542964K(783412K), 0.0342040 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
Heap after GC invocations=405 (full 56):
par new generation total 142016K, used 18780K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d073c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 524183K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91787K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=405 (full 56):
par new generation total 142016K, used 132444K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 66% used [0x00000007b8ab0000, 0x00000007b9d073c0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641396K, used 524183K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91789K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:22.497+0800: 2902.094: [GC2014-02-01T16:23:22.497+0800: 2902.094: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1267280 bytes, 1267280 total
- age 2: 9731032 bytes, 10998312 total
- age 3: 472248 bytes, 11470560 total
- age 4: 167048 bytes, 11637608 total
- age 5: 771520 bytes, 12409128 total
- age 6: 1778416 bytes, 14187544 total
- age 7: 70632 bytes, 14258176 total
- age 8: 41560 bytes, 14299736 total
: 132444K->20214K(142016K), 0.0270220 secs] 656628K->546909K(783412K), 0.0270920 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
Heap after GC invocations=406 (full 56):
par new generation total 142016K, used 20214K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b6f00000, 0x00000007b82bdb00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641396K, used 526694K [0x00000007ba660000, 0x00000007e18bd000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91789K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
2014-02-01T16:23:22.525+0800: 2902.121: [GC [1 CMS-initial-mark: 526694K(641396K)] 547993K(783412K), 0.0181960 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
2014-02-01T16:23:22.543+0800: 2902.139: [CMS-concurrent-mark-start]
2014-02-01T16:23:22.941+0800: 2902.537: [CMS-concurrent-mark: 0.398/0.398 secs] [Times: user=1.01 sys=0.03, real=0.40 secs]
2014-02-01T16:23:22.941+0800: 2902.537: [GC[YG occupancy: 23490 K (142016 K)]2014-02-01T16:23:22.941+0800: 2902.537: [Rescan (parallel) , 0.0148480 secs]2014-02-01T16:23:22.956+0800: 2902.552: [weak refs processing, 0.0001930 secs]2014-02-01T16:23:22.956+0800: 2902.552: [scrub string table, 0.0019650 secs] [1 CMS-remark: 526694K(641396K)] 550184K(783412K), 0.0171120 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
2014-02-01T16:23:22.958+0800: 2902.555: [CMS-concurrent-sweep-start]
2014-02-01T16:23:23.153+0800: 2902.749: [CMS-concurrent-sweep: 0.194/0.194 secs] [Times: user=0.29 sys=0.01, real=0.20 secs]
2014-02-01T16:23:23.153+0800: 2902.749: [CMS-concurrent-reset-start]
2014-02-01T16:23:23.155+0800: 2902.752: [CMS-concurrent-reset: 0.003/0.003 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
{Heap before GC invocations=406 (full 57):
par new generation total 142016K, used 133878K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 71% used [0x00000007b6f00000, 0x00000007b82bdb00, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91793K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:37.450+0800: 2917.046: [GC2014-02-01T16:23:37.450+0800: 2917.046: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1283048 bytes, 1283048 total
- age 2: 76624 bytes, 1359672 total
- age 3: 9727920 bytes, 11087592 total
- age 4: 468696 bytes, 11556288 total
- age 5: 166960 bytes, 11723248 total
- age 6: 771480 bytes, 12494728 total
- age 7: 1778416 bytes, 14273144 total
- age 8: 70592 bytes, 14343736 total
- age 9: 41560 bytes, 14385296 total
: 133878K->20817K(142016K), 0.0269670 secs] 640927K->527865K(783852K), 0.0270360 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=407 (full 57):
par new generation total 142016K, used 20817K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f04418, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91793K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=407 (full 57):
par new generation total 142016K, used 134481K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 73% used [0x00000007b8ab0000, 0x00000007b9f04418, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:23:49.048+0800: 2928.645: [GC2014-02-01T16:23:49.048+0800: 2928.645: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1343288 bytes, 1343288 total
- age 2: 56176 bytes, 1399464 total
- age 3: 73416 bytes, 1472880 total
- age 4: 9727920 bytes, 11200800 total
- age 5: 437040 bytes, 11637840 total
- age 6: 166960 bytes, 11804800 total
- age 7: 771480 bytes, 12576280 total
- age 8: 1778416 bytes, 14354696 total
- age 9: 61840 bytes, 14416536 total
- age 10: 41560 bytes, 14458096 total
: 134481K->21038K(142016K), 0.0261760 secs] 641529K->528087K(783852K), 0.0262720 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=408 (full 57):
par new generation total 142016K, used 21038K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b838b948, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=408 (full 57):
par new generation total 142016K, used 134702K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b838b948, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:01.513+0800: 2941.109: [GC2014-02-01T16:24:01.513+0800: 2941.109: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1341776 bytes, 1341776 total
- age 2: 29360 bytes, 1371136 total
- age 3: 56128 bytes, 1427264 total
- age 4: 54448 bytes, 1481712 total
- age 5: 9727920 bytes, 11209632 total
- age 6: 436400 bytes, 11646032 total
- age 7: 164280 bytes, 11810312 total
- age 8: 771480 bytes, 12581792 total
- age 9: 1778416 bytes, 14360208 total
- age 10: 61840 bytes, 14422048 total
- age 11: 41560 bytes, 14463608 total
: 134702K->21096K(142016K), 0.0258270 secs] 641751K->528145K(783852K), 0.0259230 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
Heap after GC invocations=409 (full 57):
par new generation total 142016K, used 21096K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f4a138, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=409 (full 57):
par new generation total 142016K, used 134760K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f4a138, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:12.300+0800: 2951.896: [GC2014-02-01T16:24:12.300+0800: 2951.896: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 1351768 bytes, 1351768 total
- age 2: 46720 bytes, 1398488 total
- age 3: 28784 bytes, 1427272 total
- age 4: 28712 bytes, 1455984 total
- age 5: 45128 bytes, 1501112 total
- age 6: 9727920 bytes, 11229032 total
- age 7: 427720 bytes, 11656752 total
- age 8: 164280 bytes, 11821032 total
- age 9: 771480 bytes, 12592512 total
- age 10: 1778416 bytes, 14370928 total
- age 11: 61840 bytes, 14432768 total
- age 12: 41560 bytes, 14474328 total
: 134760K->21151K(142016K), 0.0307560 secs] 641809K->528199K(783852K), 0.0308470 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=410 (full 57):
par new generation total 142016K, used 21151K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83a7c90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91796K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=410 (full 57):
par new generation total 142016K, used 134815K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b6f00000, 0x00000007b83a7c90, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91797K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:22.905+0800: 2962.501: [GC2014-02-01T16:24:22.905+0800: 2962.501: [ParNew
Desired survivor size 14516224 bytes, new threshold 11 (max 15)
- age 1: 2509408 bytes, 2509408 total
- age 2: 26984 bytes, 2536392 total
- age 3: 29800 bytes, 2566192 total
- age 4: 28304 bytes, 2594496 total
- age 5: 9056 bytes, 2603552 total
- age 6: 45008 bytes, 2648560 total
- age 7: 9727920 bytes, 12376480 total
- age 8: 419168 bytes, 12795648 total
- age 9: 164280 bytes, 12959928 total
- age 10: 771480 bytes, 13731408 total
- age 11: 1713992 bytes, 15445400 total
- age 12: 59512 bytes, 15504912 total
- age 13: 41560 bytes, 15546472 total
: 134815K->21131K(142016K), 0.0293820 secs] 641863K->528180K(783852K), 0.0294810 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=411 (full 57):
par new generation total 142016K, used 21131K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f52ec8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91797K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=411 (full 57):
par new generation total 142016K, used 134795K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 74% used [0x00000007b8ab0000, 0x00000007b9f52ec8, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 507048K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91805K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:30.368+0800: 2969.964: [GC2014-02-01T16:24:30.368+0800: 2969.964: [ParNew
Desired survivor size 14516224 bytes, new threshold 10 (max 15)
- age 1: 3062624 bytes, 3062624 total
- age 2: 1082656 bytes, 4145280 total
- age 3: 26984 bytes, 4172264 total
- age 4: 29776 bytes, 4202040 total
- age 5: 28072 bytes, 4230112 total
- age 6: 9056 bytes, 4239168 total
- age 7: 26496 bytes, 4265664 total
- age 8: 9727920 bytes, 13993584 total
- age 9: 419168 bytes, 14412752 total
- age 10: 164280 bytes, 14577032 total
- age 11: 709008 bytes, 15286040 total
: 134795K->22287K(142016K), 0.0277580 secs] 641844K->531046K(783852K), 0.0278230 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=412 (full 57):
par new generation total 142016K, used 22287K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84c3fc8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 508758K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91805K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=412 (full 57):
par new generation total 142016K, used 135951K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 78% used [0x00000007b6f00000, 0x00000007b84c3fc8, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 508758K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:37.278+0800: 2976.874: [GC2014-02-01T16:24:37.278+0800: 2976.874: [ParNew
Desired survivor size 14516224 bytes, new threshold 9 (max 15)
- age 1: 2160784 bytes, 2160784 total
- age 2: 1587304 bytes, 3748088 total
- age 3: 1059680 bytes, 4807768 total
- age 4: 26936 bytes, 4834704 total
- age 5: 29776 bytes, 4864480 total
- age 6: 28072 bytes, 4892552 total
- age 7: 9056 bytes, 4901608 total
- age 8: 26496 bytes, 4928104 total
- age 9: 9727920 bytes, 14656024 total
- age 10: 419056 bytes, 15075080 total
: 135951K->14952K(142016K), 0.0310130 secs] 644710K->524580K(783852K), 0.0311170 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
Heap after GC invocations=413 (full 57):
par new generation total 142016K, used 14952K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b994a040, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 509628K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=413 (full 57):
par new generation total 142016K, used 128616K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b8ab0000, 0x00000007b994a040, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 509628K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:46.862+0800: 2986.458: [GC2014-02-01T16:24:46.862+0800: 2986.458: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4280824 bytes, 4280824 total
- age 2: 201056 bytes, 4481880 total
- age 3: 1461576 bytes, 5943456 total
- age 4: 1046448 bytes, 6989904 total
- age 5: 26936 bytes, 7016840 total
- age 6: 29776 bytes, 7046616 total
- age 7: 21200 bytes, 7067816 total
- age 8: 9056 bytes, 7076872 total
- age 9: 26496 bytes, 7103368 total
: 128616K->14784K(142016K), 0.0416710 secs] 638244K->534431K(783852K), 0.0417440 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
Heap after GC invocations=414 (full 57):
par new generation total 142016K, used 14784K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d70278, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=414 (full 57):
par new generation total 142016K, used 128448K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 52% used [0x00000007b6f00000, 0x00000007b7d70278, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:24:55.151+0800: 2994.747: [GC2014-02-01T16:24:55.151+0800: 2994.747: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4351720 bytes, 4351720 total
- age 2: 47608 bytes, 4399328 total
- age 3: 194136 bytes, 4593464 total
- age 4: 1402584 bytes, 5996048 total
- age 5: 1007856 bytes, 7003904 total
- age 6: 26936 bytes, 7030840 total
- age 7: 29776 bytes, 7060616 total
- age 8: 21176 bytes, 7081792 total
- age 9: 9056 bytes, 7090848 total
- age 10: 13592 bytes, 7104440 total
: 128448K->12565K(142016K), 0.0128220 secs] 648095K->532212K(783852K), 0.0129180 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=415 (full 57):
par new generation total 142016K, used 12565K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b96f56a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=415 (full 57):
par new generation total 142016K, used 126229K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 44% used [0x00000007b8ab0000, 0x00000007b96f56a0, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:25:04.380+0800: 3003.977: [GC2014-02-01T16:25:04.380+0800: 3003.977: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4213112 bytes, 4213112 total
- age 2: 18136 bytes, 4231248 total
- age 3: 16728 bytes, 4247976 total
- age 4: 194136 bytes, 4442112 total
- age 5: 1402584 bytes, 5844696 total
- age 6: 977672 bytes, 6822368 total
- age 7: 8256 bytes, 6830624 total
- age 8: 17336 bytes, 6847960 total
- age 9: 21176 bytes, 6869136 total
- age 10: 9056 bytes, 6878192 total
- age 11: 13592 bytes, 6891784 total
: 126229K->8339K(142016K), 0.0126220 secs] 645876K->527986K(783852K), 0.0127000 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=416 (full 57):
par new generation total 142016K, used 8339K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b6f00000, 0x00000007b7724e98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91811K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=416 (full 57):
par new generation total 142016K, used 122003K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 29% used [0x00000007b6f00000, 0x00000007b7724e98, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91822K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:25:13.824+0800: 3013.420: [GC2014-02-01T16:25:13.824+0800: 3013.420: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 4256464 bytes, 4256464 total
- age 2: 23104 bytes, 4279568 total
- age 3: 17760 bytes, 4297328 total
- age 4: 13896 bytes, 4311224 total
- age 5: 144776 bytes, 4456000 total
- age 6: 1402344 bytes, 5858344 total
- age 7: 958616 bytes, 6816960 total
- age 8: 8256 bytes, 6825216 total
- age 9: 17336 bytes, 6842552 total
- age 10: 21176 bytes, 6863728 total
- age 11: 9056 bytes, 6872784 total
- age 12: 13592 bytes, 6886376 total
: 122003K->12109K(142016K), 0.0139880 secs] 641650K->531756K(783852K), 0.0140850 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
Heap after GC invocations=417 (full 57):
par new generation total 142016K, used 12109K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b8ab0000, 0x00000007b9683720, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91822K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=417 (full 57):
par new generation total 142016K, used 125773K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 42% used [0x00000007b8ab0000, 0x00000007b9683720, 0x00000007ba660000)
to space 28352K, 0% used [0x00000007b6f00000, 0x00000007b6f00000, 0x00000007b8ab0000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91822K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
2014-02-01T16:25:21.310+0800: 3020.906: [GC2014-02-01T16:25:21.310+0800: 3020.906: [ParNew
Desired survivor size 14516224 bytes, new threshold 15 (max 15)
- age 1: 5424376 bytes, 5424376 total
- age 2: 185992 bytes, 5610368 total
- age 3: 23048 bytes, 5633416 total
- age 4: 10488 bytes, 5643904 total
- age 5: 10824 bytes, 5654728 total
- age 6: 143784 bytes, 5798512 total
- age 7: 675240 bytes, 6473752 total
- age 8: 942216 bytes, 7415968 total
- age 9: 8256 bytes, 7424224 total
- age 10: 17336 bytes, 7441560 total
- age 11: 21176 bytes, 7462736 total
- age 12: 9056 bytes, 7471792 total
- age 13: 3760 bytes, 7475552 total
: 125773K->10051K(142016K), 0.0162850 secs] 645420K->529698K(783852K), 0.0163590 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
Heap after GC invocations=418 (full 57):
par new generation total 142016K, used 10051K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 0% used [0x00000007b0000000, 0x00000007b0000000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78d0d68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91822K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
}
{Heap before GC invocations=418 (full 57):
par new generation total 142016K, used 123715K [0x00000007b0000000, 0x00000007ba660000, 0x00000007ba660000)
eden space 113664K, 100% used [0x00000007b0000000, 0x00000007b6f00000, 0x00000007b6f00000)
from space 28352K, 35% used [0x00000007b6f00000, 0x00000007b78d0d68, 0x00000007b8ab0000)
to space 28352K, 0% used [0x00000007b8ab0000, 0x00000007b8ab0000, 0x00000007ba660000)
concurrent mark-sweep generation total 641836K, used 519646K [0x00000007ba660000, 0x00000007e192b000, 0x00000007f0000000)
concurrent-mark-sweep perm gen total 262144K, used 91831K [0x00000007f0000000,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment