4 Replies Latest reply on Mar 25, 2009 3:32 PM by vikramjoshi.iit

    Java consuming higher memory

      Hi,

      I am facing problems with my web server. When I start the server, java consumes around 300mb of residential memory and MySQL consumes around 50mb, but it increases very fast and within a span of a day or two Java crosses 1gb and MySQL reaches around 150mb and at this point site gets crashed. This is irrespective of any event. I mean, there is not any specific event which increases the memory. Following is the configuration I have on my server.

      Web Server: JBoss-4.0.3SP1
      Data Base: MySQL 5.0.51a
      Site Framework: Elasticpath 4
      Operating System: CentOS release 4.7 (Final)


      'TOP' VIEW SHOWING JAVA RES MEM 961m AND MYSQL RES MEM 122m

      top - 00:17:37 up 68 days, 15:44, 1 user, load average: 0.18, 0.32, 0.44
      Tasks: 64 total, 1 running, 58 sleeping, 0 stopped, 5 zombie
      Cpu(s): 0.8% us, 0.2% sy, 0.0% ni, 97.7% id, 1.3% wa, 0.0% hi, 0.0% si
      Mem: 5221036k total, 1215220k used, 4005816k free, 0k buffers
      Swap: 0k total, 0k used, 0k free, 0k cached

      PID USER PR NI %CPU TIME+ %MEM VIRT RES SHR S COMMAND
      27957 root 18 0 1.7 332:04.88 18.9 1517m 961m 34m S java
      9280 mysql 15 0 0.7 710:23.13 2.4 389m 122m 4704 S mysqld

        • 1. Re: Java consuming higher memory
          peterj

          Do you possibly have a memory leak? Have you gather the JVMs garbage collection statistics and looked at them? What, if any, tools (JConsole, VisualVM, jstat) have you used to analyze the JVMs heap usage? See my presentation at http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html

          Also, look in the Performance forum, lots of suggestions in there.

          • 2. Re: Java consuming higher memory

             

            "PeterJ" wrote:
            Do you possibly have a memory leak? Have you gather the JVMs garbage collection statistics and looked at them? What, if any, tools (JConsole, VisualVM, jstat) have you used to analyze the JVMs heap usage? See my presentation at http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html

            Also, look in the Performance forum, lots of suggestions in there.



            Thanks Peter,

            Being a newbie, I don't know if it is a memory leak problem or not. I would really appreciate if you instruct me how to check it and also how to gather JVMs garbage collection statistics.

            By the way, could you also give me an estimate on how much memory should Java and MySQL consume normally and what should be the load average on a server please.

            Thanking you in anticipation,
            Vikram

            • 3. Re: Java consuming higher memory
              peterj

              I would really appreciate if you instruct me how to check it and also how to gather JVMs garbage collection statistics.

              I gave you a link - that should be all you need.

              give me an estimate on how much memory should Java and MySQL consume normally

              If I recall correctly, the recommendations i have seen say that MySQL should be configured such that its working set memory uses about 1/4 of the RAM on you system. For JBoss AS, I usually recommend starting with a 1.2GB heap and adjusting from there based on observing GC data.

              If you prefer something a little more detailed, I have another resource but it is not free. I can provide a URL if you like.

              • 4. Re: Java consuming higher memory

                 

                7.976: [GC [PSYoungGen: 174720K->12953K(203840K)] 174720K->12953K(2068032K), 0.0260020 secs]
                8.290: [GC [PSYoungGen: 32659K->14464K(203840K)] 32659K->14464K(2068032K), 0.0178480 secs]
                8.308: [Full GC [PSYoungGen: 14464K->0K(203840K)] [PSOldGen: 0K->14342K(1864192K)] 14464K->14342K(2068032K) [PSPermGen: 14796K->14796K(29696K)], 0.1188080 secs]
                17.102: [GC [PSYoungGen: 162999K->13251K(203840K)] 177341K->27593K(2068032K), 0.0166140 secs]
                17.119: [Full GC [PSYoungGen: 13251K->0K(203840K)] [PSOldGen: 14342K->27423K(1864192K)] 27593K->27423K(2068032K) [PSPermGen: 23450K->23450K(39936K)], 0.1765210 secs]
                23.659: [GC [PSYoungGen: 174720K->12662K(203840K)] 202143K->40085K(2068032K), 0.0349060 secs]
                27.351: [GC [PSYoungGen: 187382K->28541K(203840K)] 214805K->55964K(2068032K), 0.0363340 secs]
                77.304: [GC [PSYoungGen: 154799K->29109K(203840K)] 182222K->61924K(2068032K), 0.0354550 secs]
                77.340: [Full GC [PSYoungGen: 29109K->0K(203840K)] [PSOldGen: 32814K->55812K(1864192K)] 61924K->55812K(2068032K) [PSPermGen: 36534K->36534K(52736K)], 0.3162340 secs]
                137.676: [GC [PSYoungGen: 58898K->12350K(203840K)] 114710K->68162K(2068032K), 0.0099700 secs]
                137.686: [Full GC [PSYoungGen: 12350K->0K(203840K)] [PSOldGen: 55812K->64857K(1864192K)] 68162K->64857K(2068032K) [PSPermGen: 36591K->36473K(55552K)], 0.3490440 secs]
                198.055: [GC [PSYoungGen: 71355K->2575K(203840K)] 136213K->67432K(2068032K), 0.0058740 secs]
                198.061: [Full GC [PSYoungGen: 2575K->0K(203840K)] [PSOldGen: 64857K->66702K(1864192K)] 67432K->66702K(2068032K) [PSPermGen: 36747K->36747K(56320K)], 0.2830690 secs]
                258.365: [GC [PSYoungGen: 147788K->2876K(203840K)] 214490K->69578K(2068032K), 0.0050440 secs]
                258.370: [Full GC [PSYoungGen: 2876K->0K(203840K)] [PSOldGen: 66702K->69457K(1864192K)] 69578K->69457K(2068032K) [PSPermGen: 37324K->37324K(56320K)], 0.3017400 secs]
                299.499: [GC [PSYoungGen: 174720K->4179K(203840K)] 244177K->73636K(2068032K), 0.0073530 secs]
                301.042: [GC [PSYoungGen: 178899K->7964K(182016K)] 248356K->77421K(2046208K), 0.0112940 secs]
                318.633: [GC [PSYoungGen: 181980K->15641K(200384K)] 251437K->85098K(2064576K), 0.0223340 secs]
                318.688: [GC [PSYoungGen: 19902K->15518K(199232K)] 89359K->84975K(2063424K), 0.0177960 secs]
                318.706: [Full GC [PSYoungGen: 15518K->0K(199232K)] [PSOldGen: 69457K->84702K(1864192K)] 84975K->84702K(2063424K) [PSPermGen: 37433K->37433K(55552K)], 0.3772790 secs]
                320.125: [GC [PSYoungGen: 166656K->651K(194240K)] 251358K->85354K(2058432K), 0.0060400 secs]
                321.143: [GC [PSYoungGen: 166667K->864K(166272K)] 251370K->85566K(2030464K), 0.0062550 secs]
                322.149: [GC [PSYoungGen: 166240K->1044K(195328K)] 250942K->86211K(2059520K), 0.0037000 secs]
                322.833: [GC [PSYoungGen: 165780K->4505K(168640K)] 250947K->90438K(2032832K), 0.0087630 secs]
                323.699: [GC [PSYoungGen: 168601K->384K(192192K)] 254534K->86661K(2056384K), 0.0093880 secs]
                324.574: [GC [PSYoungGen: 163840K->96K(162944K)] 250117K->86557K(2027136K), 0.0053190 secs]
                325.472: [GC [PSYoungGen: 162912K->252K(189120K)] 249373K->86793K(2053312K), 0.0069030 secs]
                360.854: [GC [PSYoungGen: 162428K->2196K(163776K)] 248969K->88814K(2027968K), 0.0066320 secs]
                373.443: [GC [PSYoungGen: 163732K->3747K(184192K)] 250350K->92288K(2048384K), 0.0105240 secs]
                379.102: [GC [PSYoungGen: 31265K->290K(161216K)] 119806K->91405K(2025408K), 0.0066680 secs]
                379.109: [Full GC [PSYoungGen: 290K->0K(161216K)] [PSOldGen: 91115K->82516K(1864192K)] 91405K->82516K(2025408K) [PSPermGen: 39134K->39113K(55552K)], 0.4091940 secs]
                400.321: [GC [PSYoungGen: 160896K->4189K(181184K)] 243412K->86706K(2045376K), 0.0099680 secs]
                419.178: [GC [PSYoungGen: 164509K->1591K(161344K)] 247026K->87810K(2025536K), 0.0092330 secs]
                439.549: [GC [PSYoungGen: 70478K->421K(180032K)] 156697K->87763K(2044224K), 0.0053500 secs]
                439.554: [Full GC [PSYoungGen: 421K->0K(180032K)] [PSOldGen: 87342K->87639K(1864192K)] 87763K->87639K(2044224K) [PSPermGen: 39905K->39905K(54784K)], 0.3531460 secs]
                448.081: [GC [PSYoungGen: 159744K->12990K(180288K)] 247383K->100630K(2044480K), 0.0270240 secs]
                449.763: [GC [PSYoungGen: 172158K->16784K(179200K)] 259798K->117201K(2043392K), 0.0541810 secs]
                450.873: [GC [PSYoungGen: 173456K->4123K(181696K)] 273873K->121145K(2045888K), 0.0429810 secs]
                451.958: [GC [PSYoungGen: 160795K->894K(205184K)] 277817K->120371K(2069376K), 0.0093230 secs]
                453.203: [GC [PSYoungGen: 185214K->926K(207104K)] 304691K->120637K(2071296K), 0.0185460 secs]
                454.452: [GC [PSYoungGen: 185219K->320K(207808K)] 304929K->120230K(2072000K), 0.0036150 secs]
                455.731: [GC [PSYoungGen: 188544K->726K(209408K)] 308454K->120914K(2073600K), 0.0174080 secs]
                456.961: [GC [PSYoungGen: 188950K->942K(209216K)] 309138K->121321K(2073408K), 0.0154230 secs]
                458.276: [GC [PSYoungGen: 192494K->758K(210816K)] 312873K->121479K(2075008K), 0.0141090 secs]
                459.594: [GC [PSYoungGen: 192310K->240K(202048K)] 313031K->121157K(2066240K), 0.0058410 secs]
                460.859: [GC [PSYoungGen: 190960K->2086K(192000K)] 311877K->123195K(2056192K), 0.0048480 secs]
                462.132: [GC [PSYoungGen: 191974K->936K(207040K)] 313083K->122253K(2071232K), 0.0241710 secs]
                463.449: [GC [PSYoungGen: 191720K->742K(206144K)] 313037K->122405K(2070336K), 0.0292120 secs]
                464.768: [GC [PSYoungGen: 191526K->337K(216640K)] 313189K->122192K(2080832K), 0.0035620 secs]
                466.177: [GC [PSYoungGen: 202449K->822K(215872K)] 324304K->122877K(2080064K), 0.0324750 secs]
                478.099: [GC [PSYoungGen: 202907K->1569K(218240K)] 324962K->123876K(2082432K), 0.0057840 secs]
                480.561: [GC [PSYoungGen: 207201K->3387K(208064K)] 329508K->125966K(2072256K), 0.0106790 secs]
                481.646: [GC [PSYoungGen: 208059K->603K(213056K)] 330638K->126315K(2077248K), 0.0100350 secs]
                484.669: [GC [PSYoungGen: 204315K->3876K(206656K)] 330027K->129832K(2070848K), 0.0058970 secs]
                499.919: [GC [PSYoungGen: 34238K->3022K(212224K)] 160194K->129318K(2076416K), 0.0047450 secs]
                499.924: [Full GC [PSYoungGen: 3022K->0K(212224K)] [PSOldGen: 126296K->122426K(1864192K)] 129318K->122426K(2076416K) [PSPermGen: 39967K->39967K(53504K)], 0.4990450 secs]
                560.434: [GC [PSYoungGen: 38090K->589K(203392K)] 160517K->123015K(2067584K), 0.0052460 secs]
                560.439: [Full GC [PSYoungGen: 589K->0K(203392K)] [PSOldGen: 122426K->121813K(1864192K)] 123015K->121813K(2067584K) [PSPermGen: 39996K->39996K(52224K)], 0.4832530 secs]
                620.947: [GC [PSYoungGen: 44303K->1027K(211328K)] 166116K->122840K(2075520K), 0.0061800 secs]
                620.953: [Full GC [PSYoungGen: 1027K->0K(211328K)] [PSOldGen: 121813K->110021K(1864192K)] 122840K->110021K(2075520K) [PSPermGen: 40013K->39992K(50944K)], 0.5356860 secs]
                681.512: [GC [PSYoungGen: 71790K->3804K(206592K)] 181812K->113826K(2070784K), 0.0055430 secs]
                681.517: [Full GC [PSYoungGen: 3804K->0K(206592K)] [PSOldGen: 110021K->113705K(1864192K)] 113826K->113705K(2070784K) [PSPermGen: 40504K->40504K(49920K)], 0.4497690 secs]
                741.990: [GC [PSYoungGen: 76592K->1511K(210624K)] 190298K->115217K(2074816K), 0.0065040 secs]
                741.997: [Full GC [PSYoungGen: 1511K->0K(210624K)] [PSOldGen: 113705K->115121K(1864192K)] 115217K->115121K(2074816K) [PSPermGen: 40540K->40540K(48896K)], 0.4582980 secs]
                794.616: [GC [PSYoungGen: 202752K->3625K(205440K)] 317873K->118746K(2069632K), 0.0077390 secs]
                802.479: [GC [PSYoungGen: 165632K->2793K(209280K)] 280753K->121049K(2073472K), 0.0102610 secs]
                802.490: [Full GC [PSYoungGen: 2793K->0K(209280K)] [PSOldGen: 118256K->120956K(1864192K)] 121049K->120956K(2073472K) [PSPermGen: 40600K->40600K(47872K)], 0.4852420 secs]
                845.287: [GC [PSYoungGen: 201792K->3036K(203904K)] 322748K->123993K(2068096K), 0.0078580 secs]
                862.988: [GC [PSYoungGen: 25216K->288K(208192K)] 146173K->123834K(2072384K), 0.0098140 secs]
                862.998: [Full GC [PSYoungGen: 288K->0K(208192K)] [PSOldGen: 123545K->119320K(1864192K)] 123834K->119320K(2072384K) [PSPermGen: 40613K->40603K(46848K)], 0.5657080 secs]
                923.588: [GC [PSYoungGen: 36022K->668K(201536K)] 155342K->119988K(2065728K), 0.0056400 secs]
                923.593: [Full GC [PSYoungGen: 668K->0K(201536K)] [PSOldGen: 119320K->119921K(1864192K)] 119988K->119921K(2065728K) [PSPermGen: 40608K->40608K(46080K)], 0.4699840 secs]
                984.084: [GC [PSYoungGen: 62304K->936K(207424K)] 182225K->120858K(2071616K), 0.0049670 secs]
                984.089: [Full GC [PSYoungGen: 936K->0K(207424K)] [PSOldGen: 119921K->120770K(1864192K)] 120858K->120770K(2071616K) [PSPermGen: 40611K->40611K(45312K)], 0.4767210 secs]
                1044.577: [GC [PSYoungGen: 40477K->408K(201280K)] 161247K->121178K(2065472K), 0.0058020 secs]
                1044.583: [Full GC [PSYoungGen: 408K->0K(201280K)] [PSOldGen: 120770K->121125K(1864192K)] 121178K->121125K(2065472K) [PSPermGen: 40616K->40616K(44800K)], 0.4754520 secs]
                1105.071: [GC [PSYoungGen: 59790K->1344K(206656K)] 180915K->122469K(2070848K), 0.0073370 secs]
                1105.078: [Full GC [PSYoungGen: 1344K->0K(206656K)] [PSOldGen: 121125K->119219K(1864192K)] 122469K->119219K(2070848K) [PSPermGen: 40621K->40618K(44032K)], 0.5485670 secs]
                1165.646: [GC [PSYoungGen: 94634K->2262K(203136K)] 213853K->121481K(2067328K), 0.0061430 secs]
                1165.653: [Full GC [PSYoungGen: 2262K->0K(203136K)] [PSOldGen: 119219K->121392K(1864192K)] 121481K->121392K(2067328K) [PSPermGen: 40696K->40696K(43520K)], 0.4868420 secs]
                1226.150: [GC [PSYoungGen: 96063K->5122K(206016K)] 217456K->126515K(2070208K), 0.0078980 secs]
                1226.158: [Full GC [PSYoungGen: 5122K->0K(206016K)] [PSOldGen: 121392K->126388K(1864192K)] 126515K->126388K(2070208K) [PSPermGen: 40701K->40701K(43264K)], 0.5015790 secs]
                1286.672: [GC [PSYoungGen: 33286K->591K(206848K)] 159674K->126979K(2071040K), 0.0052990 secs]
                1286.677: [Full GC [PSYoungGen: 591K->0K(206848K)] [PSOldGen: 126388K->126886K(1864192K)] 126979K->126886K(2071040K) [PSPermGen: 40708K->40708K(42752K)], 0.4878220 secs]
                1347.185: [GC [PSYoungGen: 36319K->583K(206976K)] 163206K->127470K(2071168K), 0.0059860 secs]
                1347.191: [Full GC [PSYoungGen: 583K->0K(206976K)] [PSOldGen: 126886K->122451K(1864192K)] 127470K->122451K(2071168K) [PSPermGen: 40710K->40699K(42496K)], 0.5702700 secs]
                1407.773: [GC [PSYoungGen: 47549K->1023K(201856K)] 170000K->123474K(2066048K), 0.0057980 secs]
                1407.779: [Full GC [PSYoungGen: 1023K->0K(201856K)] [PSOldGen: 122451K->123411K(1864192K)] 123474K->123411K(2066048K) [PSPermGen: 40700K->40700K(42240K)], 0.4845540 secs]
                1468.277: [GC [PSYoungGen: 42865K->732K(206400K)] 166276K->124143K(2070592K), 0.0068860 secs]
                1468.284: [Full GC [PSYoungGen: 732K->0K(206400K)] [PSOldGen: 123411K->123981K(1864192K)] 124143K->123981K(2070592K) [PSPermGen: 40705K->40705K(41984K)], 0.4868840 secs]
                1528.800: [GC [PSYoungGen: 34737K->2480K(203328K)] 158718K->126462K(2067520K), 0.0125740 secs]
                1528.812: [Full GC [PSYoungGen: 2480K->0K(203328K)] [PSOldGen: 123981K->126395K(1864192K)] 126462K->126395K(2067520K) [PSPermGen: 40714K->40714K(41728K)], 0.5084250 secs]
                1589.341: [GC [PSYoungGen: 57745K->1817K(205824K)] 184141K->128212K(2070016K), 0.0060810 secs]
                1589.347: [Full GC [PSYoungGen: 1817K->0K(205824K)] [PSOldGen: 126395K->124522K(1864192K)] 128212K->124522K(2070016K) [PSPermGen: 40718K->40708K(41728K)], 0.5581160 secs]
                1649.938: [GC [PSYoungGen: 63822K->1214K(202048K)] 188344K->125737K(2066240K), 0.0066750 secs]
                1649.945: [Full GC [PSYoungGen: 1214K->0K(202048K)] [PSOldGen: 124522K->125654K(1864192K)] 125737K->125654K(2066240K) [PSPermGen: 40717K->40717K(41472K)], 0.5184680 secs]
                1710.477: [GC [PSYoungGen: 17074K->501K(205696K)] 142729K->126156K(2069888K), 0.0059250 secs]
                1710.483: [Full GC [PSYoungGen: 501K->0K(205696K)] [PSOldGen: 125654K->126100K(1864192K)] 126156K->126100K(2069888K) [PSPermGen: 40721K->40721K(41472K)], 0.5012520 secs]
                1771.001: [GC [PSYoungGen: 59234K->972K(201856K)] 185335K->127072K(2066048K), 0.0072140 secs]
                1771.009: [Full GC [PSYoungGen: 972K->0K(201856K)] [PSOldGen: 126100K->126998K(1864192K)] 127072K->126998K(2066048K) [PSPermGen: 40725K->40725K(41216K)], 0.4963440 secs]
                1831.538: [GC [PSYoungGen: 80176K->4420K(204800K)] 207174K->131419K(2068992K), 0.0086340 secs]
                1831.547: [Full GC [PSYoungGen: 4420K->0K(204800K)] [PSOldGen: 126998K->130319K(1864192K)] 131419K->130319K(2068992K) [PSPermGen: 40725K->40712K(41216K)], 0.5825140 secs]
                1892.141: [GC [PSYoungGen: 48890K->1177K(205568K)] 179210K->131496K(2069760K), 0.0062010 secs]
                1892.148: [Full GC [PSYoungGen: 1177K->0K(205568K)] [PSOldGen: 130319K->131372K(1864192K)] 131496K->131372K(2069760K) [PSPermGen: 40717K->40717K(41216K)], 0.5131770 secs]
                1952.673: [GC [PSYoungGen: 22517K->710K(205696K)] 153890K->132083K(2069888K), 0.0062090 secs]
                1952.679: [Full GC [PSYoungGen: 710K->0K(205696K)] [PSOldGen: 131372K->131976K(1864192K)] 132083K->131976K(2069888K) [PSPermGen: 40720K->40720K(41216K)], 0.5302700 secs]
                2013.230: [GC [PSYoungGen: 11434K->328K(201216K)] 143411K->132304K(2065408K), 0.0048890 secs]
                2013.235: [Full GC [PSYoungGen: 328K->0K(201216K)] [PSOldGen: 131976K->132220K(1864192K)] 132304K->132220K(2065408K) [PSPermGen: 40720K->40720K(40960K)], 0.5559770 secs]
                2073.803: [GC [PSYoungGen: 190370K->3354K(205376K)] 322591K->135575K(2069568K), 0.0076090 secs]
                2073.811: [Full GC [PSYoungGen: 3354K->0K(205376K)] [PSOldGen: 132220K->127290K(1864192K)] 135575K->127290K(2069568K) [PSPermGen: 40729K->40455K(40704K)], 0.6232410 secs]
                2134.445: [GC [PSYoungGen: 53430K->2340K(205760K)] 180720K->129630K(2069952K), 0.0086150 secs]
                2134.454: [Full GC [PSYoungGen: 2340K->0K(205760K)] [PSOldGen: 127290K->129546K(1864192K)] 129630K->129546K(2069952K) [PSPermGen: 40461K->40461K(40704K)], 0.5164000 secs]
                2195.000: [GC [PSYoungGen: 64003K->1333K(205504K)] 193549K->130879K(2069696K), 0.0065100 secs]
                2195.006: [Full GC [PSYoungGen: 1333K->0K(205504K)] [PSOldGen: 129546K->130831K(1864192K)] 130879K->130831K(2069696K) [PSPermGen: 40474K->40474K(40704K)], 0.5065720 secs]
                2255.539: [GC [PSYoungGen: 36303K->602K(201472K)] 167134K->131434K(2065664K), 0.0059000 secs]
                2255.545: [Full GC [PSYoungGen: 602K->0K(201472K)] [PSOldGen: 130831K->131347K(1864192K)] 131434K->131347K(2065664K) [PSPermGen: 40475K->40475K(40704K)], 0.5182770 secs]
                2316.074: [GC [PSYoungGen: 14072K->445K(205376K)] 145419K->131792K(2069568K), 0.0049480 secs]
                2316.079: [Full GC [PSYoungGen: 445K->0K(205376K)] [PSOldGen: 131347K->126595K(1864192K)] 131792K->126595K(2069568K) [PSPermGen: 40480K->40437K(40704K)], 0.6173960 secs]
                2376.716: [GC [PSYoungGen: 12983K->466K(201344K)] 139579K->127062K(2065536K), 0.0057200 secs]
                2376.722: [Full GC [PSYoungGen: 466K->0K(201344K)] [PSOldGen: 126595K->126953K(1864192K)] 127062K->126953K(2065536K) [PSPermGen: 40439K->40439K(40704K)], 0.5093160 secs]
                2417.219: [GC [PSYoungGen: 200832K->4303K(204416K)] 327785K->131257K(2068608K), 0.0094190 secs]
                2428.089: [GC [PSYoungGen: 204175K->1717K(200640K)] 331129K->132608K(2064832K), 0.0114970 secs]
                2432.640: [GC [PSYoungGen: 200629K->1088K(201664K)] 331520K->133385K(2065856K), 0.0112910 secs]
                2437.244: [GC [PSYoungGen: 121247K->2077K(200128K)] 253545K->134918K(2064320K), 0.0136050 secs]
                2437.257: [Full GC [PSYoungGen: 2077K->0K(200128K)] [PSOldGen: 132841K->134816K(1864192K)] 134918K->134816K(2064320K) [PSPermGen: 40445K->40445K(40704K)], 0.5707870 secs]
                2439.048: [GC [PSYoungGen: 198016K->398K(200704K)] 332832K->135214K(2064896K), 0.0095750 secs]
                2440.227: [GC [PSYoungGen: 197518K->496K(196736K)] 332334K->135453K(2060928K), 0.0075650 secs]
                2441.457: [GC [PSYoungGen: 196720K->398K(198592K)] 331677K->135579K(2062784K), 0.0080090 secs]
                2442.681: [GC [PSYoungGen: 195726K->192K(194624K)] 330907K->135489K(2058816K), 0.0060630 secs]
                2456.031: [GC [PSYoungGen: 194624K->4157K(197632K)] 329921K->139798K(2061824K), 0.0095650 secs]
                2465.762: [GC [PSYoungGen: 197629K->1130K(193728K)] 333270K->140678K(2057920K), 0.0114330 secs]
                2474.300: [GC [PSYoungGen: 193706K->2131K(195456K)] 333254K->142391K(2059648K), 0.0076050 secs]
                2482.713: [GC [PSYoungGen: 193811K->2237K(193088K)] 334071K->144265K(2057280K), 0.0120130 secs]
                2497.840: [GC [PSYoungGen: 188914K->1992K(195136K)] 330942K->145885K(2059328K), 0.0092010 secs]
                2497.849: [Full GC [PSYoungGen: 1992K->0K(195136K)] [PSOldGen: 143893K->144446K(1864192K)] 145885K->144446K(2059328K) [PSPermGen: 40459K->40459K(40704K)], 0.5385390 secs]
                2523.371: [GC [PSYoungGen: 190848K->2066K(192128K)] 335294K->146513K(2056320K), 0.0052580 secs]
                2558.410: [GC [PSYoungGen: 44762K->657K(194240K)] 189209K->146129K(2058432K), 0.0059720 secs]
                2558.416: [Full GC [PSYoungGen: 657K->0K(194240K)] [PSOldGen: 145472K->132215K(1864192K)] 146129K->132215K(2058432K) [PSPermGen: 40467K->40460K(40704K)], 0.6584980 secs]
                2619.093: [GC [PSYoungGen: 37408K->624K(190656K)] 169624K->132839K(2054848K), 0.0058120 secs]
                2619.099: [Full GC [PSYoungGen: 624K->0K(190656K)] [PSOldGen: 132215K->132749K(1864192K)] 132839K->132749K(2054848K) [PSPermGen: 40462K->40462K(40704K)], 0.5205970 secs]
                2679.633: [GC [PSYoungGen: 99825K->826K(193920K)] 232574K->133575K(2058112K), 0.0067590 secs]
                2679.640: [Full GC [PSYoungGen: 826K->0K(193920K)] [PSOldGen: 132749K->133475K(1864192K)] 133575K->133475K(2058112K) [PSPermGen: 40464K->40464K(40704K)], 0.5103480 secs]
                2704.856: [GC [PSYoungGen: 190016K->2344K(191552K)] 323491K->135819K(2055744K), 0.0078420 secs]
                2740.173: [GC [PSYoungGen: 131968K->4093K(190848K)] 265443K->142255K(2055040K), 0.0135950 secs]
                2740.186: [Full GC [PSYoungGen: 4093K->0K(190848K)] [PSOldGen: 138162K->142235K(1864192K)] 142255K->142235K(2055040K) [PSPermGen: 40470K->40470K(40704K)], 0.5834370 secs]
                2800.788: [GC [PSYoungGen: 61565K->2363K(193280K)] 203801K->144598K(2057472K), 0.0082640 secs]
                2800.796: [Full GC [PSYoungGen: 2363K->0K(193280K)] [PSOldGen: 142235K->133945K(1864192K)] 144598K->133945K(2057472K) [PSPermGen: 40474K->40468K(40704K)], 0.6662540 secs]
                2861.483: [GC [PSYoungGen: 20245K->1024K(194944K)] 154191K->134970K(2059136K), 0.0056440 secs]
                2861.489: [Full GC [PSYoungGen: 1024K->0K(194944K)] [PSOldGen: 133945K->134470K(1864192K)] 134970K->134470K(2059136K) [PSPermGen: 40473K->40473K(40704K)], 0.5145110 secs]
                2922.025: [GC [PSYoungGen: 28967K->592K(189824K)] 163438K->135062K(2054016K), 0.0073440 secs]
                2922.033: [Full GC [PSYoungGen: 592K->0K(189824K)] [PSOldGen: 134470K->134883K(1864192K)] 135062K->134883K(2054016K) [PSPermGen: 40477K->40477K(40704K)], 0.5490080 secs]
                2982.598: [GC [PSYoungGen: 12729K->386K(194816K)] 147612K->135269K(2059008K), 0.0052860 secs]
                2982.604: [Full GC [PSYoungGen: 386K->0K(194816K)] [PSOldGen: 134883K->135162K(1864192K)] 135269K->135162K(2059008K) [PSPermGen: 40477K->40477K(40704K)], 0.5245770 secs]
                3043.140: [GC [PSYoungGen: 51032K->2728K(191936K)] 186195K->137891K(2056128K), 0.0056820 secs]
                3043.145: [Full GC [PSYoungGen: 2728K->0K(191936K)] [PSOldGen: 135162K->134395K(1864192K)] 137891K->134395K(2056128K) [PSPermGen: 40490K->40477K(40704K)], 0.6351770 secs]
                3103.807: [GC [PSYoungGen: 27942K->952K(194496K)] 162338K->135348K(2058688K), 0.0058500 secs]
                3103.813: [Full GC [PSYoungGen: 952K->0K(194496K)] [PSOldGen: 134395K->135268K(1864192K)] 135348K->135268K(2058688K) [PSPermGen: 40477K->40477K(40704K)], 0.5222630 secs]
                3164.353: [GC [PSYoungGen: 53106K->3328K(194688K)] 188375K->138597K(2058880K), 0.0078160 secs]
                3164.361: [Full GC [PSYoungGen: 3328K->0K(194688K)] [PSOldGen: 135268K->138333K(1864192K)] 138597K->138333K(2058880K) [PSPermGen: 40849K->40849K(41216K)], 0.5340280 secs]
                3224.909: [GC [PSYoungGen: 23679K->848K(194496K)] 162012K->139181K(2058688K), 0.0060810 secs]
                3224.916: [Full GC [PSYoungGen: 848K->0K(194496K)] [PSOldGen: 138333K->139097K(1864192K)] 139181K->139097K(2058688K) [PSPermGen: 40881K->40881K(41216K)], 0.5304910 secs]
                3285.471: [GC [PSYoungGen: 22318K->533K(189760K)] 161416K->139630K(2053952K), 0.0051500 secs]
                3285.477: [Full GC [PSYoungGen: 533K->0K(189760K)] [PSOldGen: 139097K->134806K(1864192K)] 139630K->134806K(2053952K) [PSPermGen: 40885K->40878K(41216K)], 0.6458760 secs]
                3346.136: [GC [PSYoungGen: 45039K->2388K(194304K)] 179846K->137195K(2058496K), 0.0057040 secs]
                3346.142: [Full GC [PSYoungGen: 2388K->0K(194304K)] [PSOldGen: 134806K->137123K(1864192K)] 137195K->137123K(2058496K) [PSPermGen: 40887K->40887K(41216K)], 0.5702230 secs]
                3406.733: [GC [PSYoungGen: 29890K->986K(190208K)] 167013K->138109K(2054400K), 0.0057690 secs]
                3406.739: [Full GC [PSYoungGen: 986K->0K(190208K)] [PSOldGen: 137123K->138028K(1864192K)] 138109K->138028K(2054400K) [PSPermGen: 40893K->40893K(41216K)], 0.5347110 secs]
                3467.308: [GC [PSYoungGen: 99736K->636K(193984K)] 237765K->138664K(2058176K), 0.0052260 secs]
                3467.313: [Full GC [PSYoungGen: 636K->0K(193984K)] [PSOldGen: 138028K->138558K(1864192K)] 138664K->138558K(2058176K) [PSPermGen: 40900K->40900K(41216K)], 0.5263070 secs]
                3527.857: [GC [PSYoungGen: 13764K->910K(190144K)] 152322K->139468K(2054336K), 0.0057650 secs]
                3527.863: [Full GC [PSYoungGen: 910K->0K(190144K)] [PSOldGen: 138558K->134831K(1864192K)] 139468K->134831K(2054336K) [PSPermGen: 41022K->41009K(41216K)], 0.6024540 secs]
                3588.486: [GC [PSYoungGen: 154925K->4662K(191552K)] 289756K->143328K(2055744K), 0.0135650 secs]
                3588.500: [Full GC [PSYoungGen: 4662K->0K(191552K)] [PSOldGen: 138666K->143279K(1864192K)] 143328K->143279K(2055744K) [PSPermGen: 41058K->41058K(41472K)], 0.5579280 secs]
                3649.084: [GC [PSYoungGen: 111251K->1341K(193856K)] 254530K->144621K(2058048K), 0.0051580 secs]
                3649.089: [Full GC [PSYoungGen: 1341K->0K(193856K)] [PSOldGen: 143279K->144539K(1864192K)] 144621K->144539K(2058048K) [PSPermGen: 41065K->41065K(41472K)], 0.5442100 secs]
                3709.666: [GC [PSYoungGen: 113794K->1769K(195072K)] 258334K->146309K(2059264K), 0.0078180 secs]
                3709.674: [Full GC [PSYoungGen: 1769K->0K(195072K)] [PSOldGen: 144539K->146141K(1864192K)] 146309K->146141K(2059264K) [PSPermGen: 41069K->41069K(41216K)], 0.5552270 secs]
                3763.250: [GC [PSYoungGen: 189184K->4206K(192576K)] 335325K->150348K(2056768K), 0.0095190 secs]
                3770.241: [GC [PSYoungGen: 53788K->1088K(194560K)] 199930K->151212K(2058752K), 0.0110770 secs]
                3770.252: [Full GC [PSYoungGen: 1088K->0K(194560K)] [PSOldGen: 150124K->144341K(1864192K)] 151212K->144341K(2058752K) [PSPermGen: 41074K->41066K(41216K)], 0.6577860 secs]
                3830.930: [GC [PSYoungGen: 8602K->771K(189184K)] 152944K->145113K(2053376K), 0.0047450 secs]
                3830.935: [Full GC [PSYoungGen: 771K->0K(189184K)] [PSOldGen: 144341K->145025K(1864192K)] 145113K->145025K(2053376K) [PSPermGen: 41071K->41071K(41216K)], 0.5606220 secs]
                3891.508: [GC [PSYoungGen: 70642K->1068K(194048K)] 215668K->146094K(2058240K), 0.0054230 secs]
                3891.513: [Full GC [PSYoungGen: 1068K->0K(194048K)] [PSOldGen: 145025K->145660K(1864192K)] 146094K->145660K(2058240K) [PSPermGen: 41078K->41078K(41216K)], 0.5550120 secs]
                3952.080: [GC [PSYoungGen: 41393K->664K(189056K)] 187053K->146324K(2053248K), 0.0062090 secs]
                3952.086: [Full GC [PSYoungGen: 664K->0K(189056K)] [PSOldGen: 145660K->146244K(1864192K)] 146324K->146244K(2053248K) [PSPermGen: 41079K->41079K(41216K)], 0.5480250 secs]
                4012.655: [GC [PSYoungGen: 15709K->600K(193792K)] 161954K->146845K(2057984K), 0.0054260 secs]
                4012.660: [Full GC [PSYoungGen: 600K->0K(193792K)] [PSOldGen: 146244K->141029K(1864192K)] 146845K->141029K(2057984K) [PSPermGen: 41084K->41075K(41216K)], 0.6245880 secs]
                4073.297: [GC [PSYoungGen: 45080K->2494K(190848K)] 186109K->143524K(2055040K), 0.0050430 secs]
                4073.302: [Full GC [PSYoungGen: 2494K->0K(190848K)] [PSOldGen: 141029K->143420K(1864192K)] 143524K->143420K(2055040K) [PSPermGen: 41077K->41077K(41216K)], 0.5622360 secs]
                4133.876: [GC [PSYoungGen: 63212K->1165K(193344K)] 206633K->144586K(2057536K), 0.0037660 secs]
                4133.880: [Full GC [PSYoungGen: 1165K->0K(193344K)] [PSOldGen: 143420K->144491K(1864192K)] 144586K->144491K(2057536K) [PSPermGen: 41078K->41078K(41216K)], 0.5528960 secs]
                4181.980: [GC [PSYoungGen: 188352K->2745K(190272K)] 332843K->147236K(2054464K), 0.0084670 secs]
                4194.459: [GC [PSYoungGen: 141878K->246K(192576K)] 286369K->145570K(2056768K), 0.0032950 secs]
                4194.462: [Full GC [PSYoungGen: 246K->0K(192576K)] [PSOldGen: 145324K->145464K(1864192K)] 145570K->145464K(2056768K) [PSPermGen: 41084K->41084K(41216K)], 0.5575430 secs]
                4255.042: [GC [PSYoungGen: 55825K->1092K(188672K)] 201290K->146556K(2052864K), 0.0065960 secs]
                4255.049: [Full GC [PSYoungGen: 1092K->0K(188672K)] [PSOldGen: 145464K->141895K(1864192K)] 146556K->141895K(2052864K) [PSPermGen: 41085K->41080K(41216K)], 0.6465720 secs]
                4315.728: [GC [PSYoungGen: 12322K->537K(192192K)] 154217K->142433K(2056384K), 0.0063310 secs]
                4315.734: [Full GC [PSYoungGen: 537K->0K(192192K)] [PSOldGen: 141895K->142339K(1864192K)] 142433K->142339K(2056384K) [PSPermGen: 41084K->41084K(41216K)], 0.5434950 secs]
                4376.307: [GC [PSYoungGen: 125562K->2152K(189696K)] 267901K->144491K(2053888K), 0.0052830 secs]
                4376.313: [Full GC [PSYoungGen: 2152K->0K(189696K)] [PSOldGen: 142339K->144427K(1864192K)] 144491K->144427K(2053888K) [PSPermGen: 41087K->41087K(41216K)], 0.5663100 secs]
                4436.893: [GC [PSYoungGen: 48615K->1042K(191744K)] 193042K->145469K(2055936K), 0.0061230 secs]
                4436.899: [Full GC [PSYoungGen: 1042K->0K(191744K)] [PSOldGen: 144427K->145388K(1864192K)] 145469K->145388K(2055936K) [PSPermGen: 41105K->41105K(41216K)], 0.5650830 secs]
                4497.500: [GC [PSYoungGen: 134960K->1821K(189376K)] 280348K->147209K(2053568K), 0.0067310 secs]
                4497.507: [Full GC [PSYoungGen: 1821K->0K(189376K)] [PSOldGen: 145388K->143892K(1864192K)] 147209K->143892K(2053568K) [PSPermGen: 41107K->41022K(41216K)], 0.6774640 secs]
                4558.211: [GC [PSYoungGen: 22288K->616K(191680K)] 166180K->144509K(2055872K), 0.0063970 secs]
                4558.217: [Full GC [PSYoungGen: 616K->0K(191680K)] [PSOldGen: 143892K->144372K(1864192K)] 144509K->144372K(2055872K) [PSPermGen: 41026K->41026K(41216K)], 0.5494670 secs]
                4618.788: [GC [PSYoungGen: 25254K->2298K(191744K)] 169627K->146670K(2055936K), 0.0044640 secs]
                4618.793: [Full GC [PSYoungGen: 2298K->0K(191744K)] [PSOldGen: 144372K->146558K(1864192K)] 146670K->146558K(2055936K) [PSPermGen: 41031K->41031K(41216K)], 0.5717800 secs]
                4679.383: [GC [PSYoungGen: 129423K->1515K(191232K)] 275981K->148073K(2055424K), 0.0063640 secs]
                4679.389: [Full GC [PSYoungGen: 1515K->0K(191232K)] [PSOldGen: 146558K->147965K(1864192K)] 148073K->147965K(2055424K) [PSPermGen: 41032K->41032K(41216K)], 0.5706200 secs]
                4739.990: [GC [PSYoungGen: 38504K->1182K(188736K)] 186470K->149147K(2052928K), 0.0040650 secs]
                4739.994: [Full GC [PSYoungGen: 1182K->0K(188736K)] [PSOldGen: 147965K->144352K(1864192K)] 149147K->144352K(2052928K) [PSPermGen: 41038K->41026K(41216K)], 0.6647180 secs]
                4800.695: [GC [PSYoungGen: 19564K->408K(191296K)] 163917K->144761K(2055488K), 0.0050190 secs]
                4800.700: [Full GC [PSYoungGen: 408K->0K(191296K)] [PSOldGen: 144352K->144672K(1864192K)] 144761K->144672K(2055488K) [PSPermGen: 41026K->41026K(41216K)], 0.5524910 secs]
                4861.264: [GC [PSYoungGen: 29078K->2085K(191296K)] 173750K->146758K(2055488K), 0.0048940 secs]
                4861.269: [Full GC [PSYoungGen: 2085K->0K(191296K)] [PSOldGen: 144672K->146699K(1864192K)] 146758K->146699K(2055488K) [PSPermGen: 41034K->41034K(41216K)], 0.5655130 secs]
                4921.855: [GC [PSYoungGen: 73506K->1603K(190912K)] 220205K->148302K(2055104K), 0.0072570 secs]
                4921.862: [Full GC [PSYoungGen: 1603K->0K(190912K)] [PSOldGen: 146699K->147832K(1864192K)] 148302K->147832K(2055104K) [PSPermGen: 41040K->41040K(41216K)], 0.5727300 secs]
                4982.447: [GC [PSYoungGen: 139608K->3579K(191104K)] 287440K->151431K(2055296K), 0.0083680 secs]
                4982.455: [Full GC [PSYoungGen: 3579K->0K(191104K)] [PSOldGen: 147852K->147269K(1864192K)] 151431K->147269K(2055296K) [PSPermGen: 41043K->41032K(41216K)], 0.6408590 secs]
                5043.108: [GC [PSYoungGen: 61834K->1403K(191296K)] 209104K->148672K(2055488K), 0.0053660 secs]
                5043.114: [Full GC [PSYoungGen: 1403K->0K(191296K)] [PSOldGen: 147269K->148552K(1864192K)] 148672K->148552K(2055488K) [PSPermGen: 41033K->41033K(41216K)], 0.5755810 secs]
                5103.709: [GC [PSYoungGen: 130560K->3967K(191488K)] 279113K->152571K(2055680K), 0.0070840 secs]
                5103.716: [Full GC [PSYoungGen: 3967K->0K(191488K)] [PSOldGen: 148604K->152461K(1864192K)] 152571K->152461K(2055680K) [PSPermGen: 41037K->41037K(41216K)], 0.6112940 secs]
                5164.340: [GC [PSYoungGen: 182828K->1873K(191616K)] 335289K->154334K(2055808K), 0.0059140 secs]
                5164.346: [Full GC [PSYoungGen: 1873K->0K(191616K)] [PSOldGen: 152461K->153074K(1864192K)] 154334K->153074K(2055808K) [PSPermGen: 41043K->41043K(41216K)], 0.5690060 secs]
                5224.926: [GC [PSYoungGen: 52008K->500K(191872K)] 205082K->153575K(2056064K), 0.0057280 secs]
                5224.932: [Full GC [PSYoungGen: 500K->0K(191872K)] [PSOldGen: 153074K->147964K(1864192K)] 153575K->147964K(2056064K) [PSPermGen: 41043K->41033K(41216K)], 0.6771680 secs]
                5285.629: [GC [PSYoungGen: 50878K->1429K(191488K)] 198842K->149393K(2055680K), 0.0048250 secs]
                5285.634: [Full GC [PSYoungGen: 1429K->0K(191488K)] [PSOldGen: 147964K->149292K(1864192K)] 149393K->149292K(2055680K) [PSPermGen: 41034K->41034K(41216K)], 0.5768730 secs]
                5346.222: [GC [PSYoungGen: 39308K->691K(188224K)] 188601K->149984K(2052416K), 0.0056980 secs]
                5346.228: [Full GC [PSYoungGen: 691K->0K(188224K)] [PSOldGen: 149292K->149895K(1864192K)] 149984K->149895K(2052416K) [PSPermGen: 41040K->41040K(41216K)], 0.5828050 secs]
                5406.825: [GC [PSYoungGen: 111776K->2156K(191488K)] 261671K->152052K(2055680K), 0.0050610 secs]
                5406.830: [Full GC [PSYoungGen: 2156K->0K(191488K)] [PSOldGen: 149895K->151972K(1864192K)] 152052K->151972K(2055680K) [PSPermGen: 41044K->41044K(41216K)], 0.5844010 secs]
                5467.440: [GC [PSYoungGen: 72936K->1174K(188736K)] 224908K->153146K(2052928K), 0.0065630 secs]
                5467.447: [Full GC [PSYoungGen: 1174K->0K(188736K)] [PSOldGen: 151972K->149195K(1864192K)] 153146K->149195K(2052928K) [PSPermGen: 41061K->41048K(41216K)], 0.6778780 secs]
                5528.140: [GC [PSYoungGen: 62190K->2528K(191296K)] 211386K->151724K(2055488K), 0.0052640 secs]
                5528.145: [Full GC [PSYoungGen: 2528K->0K(191296K)] [PSOldGen: 149195K->151641K(1864192K)] 151724K->151641K(2055488K) [PSPermGen: 41072K->41072K(41216K)], 0.6083830 secs]
                5588.775: [GC [PSYoungGen: 43304K->1367K(188800K)] 194946K->153009K(2052992K), 0.0065740 secs]
                5588.782: [Full GC [PSYoungGen: 1367K->0K(188800K)] [PSOldGen: 151641K->152532K(1864192K)] 153009K->152532K(2052992K) [PSPermGen: 41080K->41080K(41216K)], 0.5748610 secs]
                5649.378: [GC [PSYoungGen: 49522K->838K(191232K)] 202054K->153371K(2055424K), 0.0065070 secs]
                5649.385: [Full GC [PSYoungGen: 838K->0K(191232K)] [PSOldGen: 152532K->153242K(1864192K)] 153371K->153242K(2055424K) [PSPermGen: 41082K->41082K(41216K)], 0.5862040 secs]
                5709.990: [GC [PSYoungGen: 126299K->865K(188416K)] 279541K->154107K(2052608K), 0.0043650 secs]
                5709.994: [Full GC [PSYoungGen: 865K->0K(188416K)] [PSOldGen: 153242K->149719K(1864192K)] 154107K->149719K(2052608K) [PSPermGen: 41091K->41074K(41216K)], 0.7016790 secs]
                5770.735: [GC [PSYoungGen: 135515K->1700K(190912K)] 285234K->151419K(2055104K), 0.0047370 secs]
                5770.740: [Full GC [PSYoungGen: 1700K->0K(190912K)] [PSOldGen: 149719K->151351K(1864192K)] 151419K->151351K(2055104K) [PSPermGen: 41083K->41083K(41216K)], 0.5819350 secs]
                5831.352: [GC [PSYoungGen: 51542K->2433K(191040K)] 202893K->153784K(2055232K), 0.0049180 secs]
                5831.357: [Full GC [PSYoungGen: 2433K->0K(191040K)] [PSOldGen: 151351K->153712K(1864192K)] 153784K->153712K(2055232K) [PSPermGen: 41088K->41088K(41216K)], 0.5995440 secs]
                5891.971: [GC [PSYoungGen: 53277K->1558K(190784K)] 206990K->155271K(2054976K), 0.0072530 secs]
                5891.978: [Full GC [PSYoungGen: 1558K->0K(190784K)] [PSOldGen: 153712K->155173K(1864192K)] 155271K->155173K(2054976K) [PSPermGen: 41115K->41115K(41216K)], 0.5918310 secs]
                5952.592: [GC [PSYoungGen: 160467K->2022K(190976K)] 315640K->157196K(2055168K), 0.0066550 secs]
                5952.598: [Full GC [PSYoungGen: 2022K->0K(190976K)] [PSOldGen: 155173K->151097K(1864192K)] 157196K->151097K(2055168K) [PSPermGen: 41118K->41107K(41216K)], 0.6725950 secs]
                6013.318: [GC [PSYoungGen: 28435K->776K(190848K)] 179533K->151874K(2055040K), 0.0052740 secs]
                6013.323: [Full GC [PSYoungGen: 776K->0K(190848K)] [PSOldGen: 151097K->151778K(1864192K)] 151874K->151778K(2055040K) [PSPermGen: 41113K->41113K(41216K)], 0.5795500 secs]
                6073.916: [GC [PSYoungGen: 49591K->871K(188416K)] 201369K->152649K(2052608K), 0.0066860 secs]
                6073.922: [Full GC [PSYoungGen: 871K->0K(188416K)] [PSOldGen: 151778K->152535K(1864192K)] 152649K->152535K(2052608K) [PSPermGen: 41119K->41119K(41216K)], 0.5811530 secs]
                6134.515: [GC [PSYoungGen: 60802K->2280K(190720K)] 213338K->154815K(2054912K), 0.0045770 secs]
                6134.520: [Full GC [PSYoungGen: 2280K->0K(190720K)] [PSOldGen: 152535K->154735K(1864192K)] 154815K->154735K(2054912K) [PSPermGen: 41124K->41124K(41216K)], 0.5948100 secs]
                6195.134: [GC [PSYoungGen: 49899K->891K(190848K)] 204635K->155627K(2055040K), 0.0056070 secs]
                6195.140: [Full GC [PSYoungGen: 891K->0K(190848K)] [PSOldGen: 154735K->152926K(1864192K)] 155627K->152926K(2055040K) [PSPermGen: 41128K->41115K(41216K)], 0.6235380 secs]
                6255.802: [GC [PSYoungGen: 64961K->883K(190784K)] 217888K->153810K(2054976K), 0.0073060 secs]
                6255.810: [Full GC [PSYoungGen: 883K->0K(190784K)] [PSOldGen: 152926K->153726K(1864192K)] 153810K->153726K(2054976K) [PSPermGen: 41121K->41121K(41216K)], 0.5841510 secs]
                6316.412: [GC [PSYoungGen: 23533K->514K(188096K)] 177260K->154240K(2052288K), 0.0057650 secs]
                6316.418: [Full GC [PSYoungGen: 514K->0K(188096K)] [PSOldGen: 153726K->154168K(1864192K)] 154240K->154168K(2052288K) [PSPermGen: 41127K->41127K(41216K)], 0.5777500 secs]
                6334.945: [GC [PSYoungGen: 187520K->3251K(189376K)] 341688K->159761K(2053568K), 0.0148780 secs]
                6336.017: [GC [PSYoungGen: 189363K->414K(185728K)] 345873K->160064K(2049920K), 0.0089750 secs]
                6337.022: [GC [PSYoungGen: 185694K->430K(188096K)] 345344K->160308K(2052288K), 0.0096250 secs]
                6338.052: [GC [PSYoungGen: 184878K->415K(184128K)] 344756K->160505K(2048320K), 0.0069470 secs]
                6377.043: [GC [PSYoungGen: 158530K->903K(187712K)] 318620K->161197K(2051904K), 0.0048090 secs]
                6377.048: [Full GC [PSYoungGen: 903K->0K(187712K)] [PSOldGen: 160293K->161002K(1864192K)] 161197K->161002K(2051904K) [PSPermGen: 41131K->41131K(41216K)], 0.6007190 secs]
                6437.667: [GC [PSYoungGen: 53019K->848K(184576K)] 214022K->161851K(2048768K), 0.0067940 secs]
                6437.674: [Full GC [PSYoungGen: 848K->0K(184576K)] [PSOldGen: 161002K->151370K(1864192K)] 161851K->151370K(2048768K) [PSPermGen: 41132K->41123K(41216K)], 0.6849670 secs]
                6450.019: [GC [PSYoungGen: 183680K->2223K(186304K)] 335050K->153594K(2050496K), 0.0072890 secs]
                6498.377: [GC [PSYoungGen: 72888K->770K(183744K)] 224259K->152390K(2047936K), 0.0054200 secs]
                6498.382: [Full GC [PSYoungGen: 770K->0K(183744K)] [PSOldGen: 151620K->152303K(1864192K)] 152390K->152303K(2047936K) [PSPermGen: 41129K->41129K(41216K)], 0.5924410 secs]
                6559.021: [GC [PSYoungGen: 60710K->1346K(186304K)] 213013K->153649K(2050496K), 0.0058620 secs]
                6559.027: [Full GC [PSYoungGen: 1346K->0K(186304K)] [PSOldGen: 152303K->153560K(1864192K)] 153649K->153560K(2050496K) [PSPermGen: 41133K->41133K(41216K)], 0.5927640 secs]
                6606.980: [GC [PSYoungGen: 182912K->1990K(184192K)] 336472K->155551K(2048384K), 0.0087970 secs]
                6619.639: [GC [PSYoungGen: 16351K->403K(185728K)] 169912K->155415K(2049920K), 0.0076490 secs]
                6619.647: [Full GC [PSYoungGen: 403K->0K(185728K)] [PSOldGen: 155012K->155315K(1864192K)] 155415K->155315K(2049920K) [PSPermGen: 41208K->41208K(41472K)], 0.5984660 secs]
                6630.199: [GC [PSYoungGen: 182144K->2468K(183872K)] 337459K->157783K(2048064K), 0.0077570 secs]
                6680.256: [GC [PSYoungGen: 86462K->623K(184960K)] 241777K->156347K(2049152K), 0.0063860 secs]
                6680.262: [Full GC [PSYoungGen: 623K->0K(184960K)] [PSOldGen: 155724K->152481K(1864192K)] 156347K->152481K(2049152K) [PSPermGen: 41221K->41201K(41472K)], 0.6464570 secs]
                6740.939: [GC [PSYoungGen: 137827K->1733K(183168K)] 290309K->154215K(2047360K), 0.0082040 secs]
                6740.948: [Full GC [PSYoungGen: 1733K->0K(183168K)] [PSOldGen: 152481K->154108K(1864192K)] 154215K->154108K(2047360K) [PSPermGen: 41332K->41332K(41472K)], 0.6109520 secs]
                6759.358: [GC [PSYoungGen: 181376K->3636K(183808K)] 335484K->159378K(2048000K), 0.0109550 secs]
                6801.580: [GC [PSYoungGen: 43574K->328K(185024K)] 199316K->159207K(2049216K), 0.0056450 secs]
                6801.586: [Full GC [PSYoungGen: 328K->0K(185024K)] [PSOldGen: 158878K->159078K(1864192K)] 159207K->159078K(2049216K) [PSPermGen: 41420K->41420K(41728K)], 0.5909550 secs]
                6862.191: [GC [PSYoungGen: 84146K->1406K(184896K)] 243224K->160484K(2049088K), 0.0062650 secs]
                6862.197: [Full GC [PSYoungGen: 1406K->0K(184896K)] [PSOldGen: 159078K->160388K(1864192K)] 160484K->160388K(2049088K) [PSPermGen: 41421K->41421K(41728K)], 0.5968410 secs]
                6922.842: [GC [PSYoungGen: 96222K->1006K(181632K)] 256611K->161395K(2045824K), 0.0066390 secs]
                6922.848: [Full GC [PSYoungGen: 1006K->0K(181632K)] [PSOldGen: 160388K->153722K(1864192K)] 161395K->153722K(2045824K) [PSPermGen: 41424K->41413K(41728K)], 0.7117980 secs]
                6943.487: [GC [PSYoungGen: 180608K->2653K(183680K)] 334330K->156376K(2047872K), 0.0118550 secs]
                6983.599: [GC [PSYoungGen: 162162K->1904K(181760K)] 315884K->157646K(2045952K), 0.0076960 secs]
                6983.607: [Full GC [PSYoungGen: 1904K->0K(181760K)] [PSOldGen: 155741K->157591K(1864192K)] 157646K->157591K(2045952K) [PSPermGen: 41493K->41493K(41728K)], 0.6130340 secs]
                6987.839: [GC [PSYoungGen: 179840K->2096K(182336K)] 337431K->159687K(2046528K), 0.0087370 secs]
                7044.258: [GC [PSYoungGen: 49899K->525K(183232K)] 207490K->158237K(2047424K), 0.0059580 secs]
                7044.264: [Full GC [PSYoungGen: 525K->0K(183232K)] [PSOldGen: 157711K->158075K(1864192K)] 158237K->158075K(2047424K) [PSPermGen: 41500K->41500K(41728K)], 0.6103490 secs]
                7104.895: [GC [PSYoungGen: 94401K->2482K(183168K)] 252477K->160558K(2047360K), 0.0084740 secs]
                7104.903: [Full GC [PSYoungGen: 2482K->0K(183168K)] [PSOldGen: 158075K->160488K(1864192K)] 160558K->160488K(2047360K) [PSPermGen: 41504K->41504K(41728K)], 0.6248740 secs]
                7165.539: [GC [PSYoungGen: 129868K->732K(179776K)] 290357K->161221K(2043968K), 0.0070480 secs]
                7165.546: [Full GC [PSYoungGen: 732K->0K(179776K)] [PSOldGen: 160488K->155536K(1864192K)] 161221K->155536K(2043968K) [PSPermGen: 41510K->41494K(41728K)], 0.7138470 secs]
                7226.271: [GC [PSYoungGen: 38871K->745K(183040K)] 194408K->156282K(2047232K), 0.0056980 secs]
                7226.277: [Full GC [PSYoungGen: 745K->0K(183040K)] [PSOldGen: 155536K->156187K(1864192K)] 156282K->156187K(2047232K) [PSPermGen: 41496K->41496K(41728K)], 0.6118060 secs]
                7266.901: [GC [PSYoungGen: 179072K->2478K(180800K)] 335259K->158666K(2044992K), 0.0063530 secs]
                7286.909: [GC [PSYoungGen: 43330K->1094K(182080K)] 199518K->157866K(2046272K), 0.0054230 secs]
                7286.915: [Full GC [PSYoungGen: 1094K->0K(182080K)] [PSOldGen: 156771K->157780K(1864192K)] 157866K->157780K(2046272K) [PSPermGen: 41526K->41526K(41728K)], 0.6042790 secs]
                7347.531: [GC [PSYoungGen: 65751K->894K(179200K)] 223531K->158674K(2043392K), 0.0065350 secs]
                7347.537: [Full GC [PSYoungGen: 894K->0K(179200K)] [PSOldGen: 157780K->158412K(1864192K)] 158674K->158412K(2043392K) [PSPermGen: 41535K->41535K(41728K)], 0.6024130 secs]
                7408.151: [GC [PSYoungGen: 20376K->526K(182016K)] 178789K->158939K(2046208K), 0.0056560 secs]
                7408.157: [Full GC [PSYoungGen: 526K->0K(182016K)] [PSOldGen: 158412K->155863K(1864192K)] 158939K->155863K(2046208K) [PSPermGen: 41539K->41510K(41728K)], 0.7071640 secs]
                7468.876: [GC [PSYoungGen: 92478K->647K(179008K)] 248342K->156510K(2043200K), 0.0058980 secs]
                7468.882: [Full GC [PSYoungGen: 647K->0K(179008K)] [PSOldGen: 155863K->156448K(1864192K)] 156510K->156448K(2043200K) [PSPermGen: 41513K->41513K(41728K)], 0.6115330 secs]
                7529.508: [GC [PSYoungGen: 61564K->1567K(181696K)] 218013K->158016K(2045888K), 0.0053180 secs]
                7529.514: [Full GC [PSYoungGen: 1567K->0K(181696K)] [PSOldGen: 156448K->157943K(1864192K)] 158016K->157943K(2045888K) [PSPermGen: 41521K->41521K(41728K)], 0.6076080 secs]
                7590.151: [GC [PSYoungGen: 76245K->1745K(180096K)] 234189K->159689K(2044288K), 0.0070030 secs]
                7590.158: [Full GC [PSYoungGen: 1745K->0K(180096K)] [PSOldGen: 157943K->159499K(1864192K)] 159689K->159499K(2044288K) [PSPermGen: 41524K->41524K(41728K)], 0.6134330 secs]
                7611.442: [GC [PSYoungGen: 178304K->3442K(180992K)] 337803K->162961K(2045184K), 0.0115850 secs]
                7612.387: [GC [PSYoungGen: 180978K->1280K(178112K)] 340497K->164124K(2042304K), 0.0102500 secs]
                7613.335: [GC [PSYoungGen: 178048K->468K(179072K)] 340892K->163556K(2043264K), 0.0063020 secs]
                7614.297: [GC [PSYoungGen: 176532K->303K(175680K)] 339620K->163676K(2039872K), 0.0046390 secs]
                7648.035: [GC [PSYoungGen: 175663K->1312K(177216K)] 339036K->164872K(2041408K), 0.0045390 secs]
                7650.785: [GC [PSYoungGen: 4426K->178K(178176K)] 167986K->163944K(2042368K), 0.0051020 secs]
                7650.791: [Full GC [PSYoungGen: 178K->0K(178176K)] [PSOldGen: 163766K->156947K(1864192K)] 163944K->156947K(2042368K) [PSPermGen: 41524K->41514K(41728K)], 0.7156480 secs]
                7711.524: [GC [PSYoungGen: 74662K->1061K(177792K)] 231610K->158009K(2041984K), 0.0059780 secs]
                7711.530: [Full GC [PSYoungGen: 1061K->0K(177792K)] [PSOldGen: 156947K->157906K(1864192K)] 158009K->157906K(2041984K) [PSPermGen: 41518K->41518K(41728K)], 0.6152920 secs]
                7772.176: [GC [PSYoungGen: 154521K->1022K(175680K)] 312427K->158929K(2039872K), 0.0063160 secs]
                7772.182: [Full GC [PSYoungGen: 1022K->0K(175680K)] [PSOldGen: 157906K->158795K(1864192K)] 158929K->158795K(2039872K) [PSPermGen: 41522K->41522K(41728K)], 0.6092180 secs]
                7832.858: [GC [PSYoungGen: 27192K->397K(177664K)] 185988K->159192K(2041856K), 0.0061980 secs]
                7832.864: [Full GC [PSYoungGen: 397K->0K(177664K)] [PSOldGen: 158795K->159110K(1864192K)] 159192K->159110K(2041856K) [PSPermGen: 41522K->41522K(41728K)], 0.6225580 secs]
                7893.501: [GC [PSYoungGen: 20992K->381K(175040K)] 180102K->159491K(2039232K), 0.0049830 secs]
                7893.506: [Full GC [PSYoungGen: 381K->0K(175040K)] [PSOldGen: 159110K->157093K(1864192K)] 159491K->157093K(2039232K) [PSPermGen: 41525K->41514K(41728K)], 0.6907360 secs]
                7954.223: [GC [PSYoungGen: 18461K->422K(177536K)] 175554K->157516K(2041728K), 0.0053040 secs]
                7954.229: [Full GC [PSYoungGen: 422K->0K(177536K)] [PSOldGen: 157093K->157439K(1864192K)] 157516K->157439K(2041728K) [PSPermGen: 41518K->41518K(41728K)], 0.6168060 secs]
                8014.867: [GC [PSYoungGen: 18748K->509K(175168K)] 176188K->157948K(2039360K), 0.0057560 secs]
                8014.873: [Full GC [PSYoungGen: 509K->0K(175168K)] [PSOldGen: 157439K->157858K(1864192K)] 157948K->157858K(2039360K) [PSPermGen: 41518K->41518K(41728K)], 0.6031230 secs]
                8064.060: [GC [PSYoungGen: 174656K->2805K(176576K)] 332514K->161731K(2040768K), 0.0133020 secs]
                8065.001: [GC [PSYoungGen: 176565K->318K(173376K)] 335491K->161922K(2037568K), 0.0090240 secs]
                8065.932: [GC [PSYoungGen: 173374K->382K(175104K)] 334978K->162194K(2039296K), 0.0068800 secs]
                8066.861: [GC [PSYoungGen: 172734K->335K(172032K)] 334546K->162335K(2036224K), 0.0037550 secs]
                8067.786: [GC [PSYoungGen: 171983K->383K(173376K)] 333983K->162575K(2037568K), 0.0061340 secs]
                8075.488: [GC [PSYoungGen: 30669K->194K(171200K)] 192861K->162574K(2035392K), 0.0048510 secs]
                8075.493: [Full GC [PSYoungGen: 194K->0K(171200K)] [PSOldGen: 162380K->162486K(1864192K)] 162574K->162486K(2035392K) [PSPermGen: 41521K->41521K(41728K)], 0.6109590 secs]
                8136.124: [GC [PSYoungGen: 49094K->664K(173696K)] 211581K->163150K(2037888K), 0.0056230 secs]
                8136.130: [Full GC [PSYoungGen: 664K->0K(173696K)] [PSOldGen: 162486K->156597K(1864192K)] 163150K->156597K(2037888K) [PSPermGen: 41524K->41521K(41728K)], 0.7210910 secs]
                8196.862: [GC [PSYoungGen: 50809K->667K(171648K)] 207407K->157265K(2035840K), 0.0061960 secs]
                8196.868: [Full GC [PSYoungGen: 667K->0K(171648K)] [PSOldGen: 156597K->157177K(1864192K)] 157265K->157177K(2035840K) [PSPermGen: 41525K->41525K(41728K)], 0.6234780 secs]
                8257.503: [GC [PSYoungGen: 63653K->1245K(173696K)] 220830K->158423K(2037888K), 0.0045990 secs]
                8257.508: [Full GC [PSYoungGen: 1245K->0K(173696K)] [PSOldGen: 157177K->158258K(1864192K)] 158423K->158258K(2037888K) [PSPermGen: 41528K->41528K(41728K)], 0.6105570 secs]
                8318.139: [GC [PSYoungGen: 71640K->1222K(172224K)] 229899K->159480K(2036416K), 0.0077550 secs]
                8318.147: [Full GC [PSYoungGen: 1222K->0K(172224K)] [PSOldGen: 158258K->159102K(1864192K)] 159480K->159102K(2036416K) [PSPermGen: 41534K->41534K(41728K)], 0.6100520 secs]
                8378.779: [GC [PSYoungGen: 141098K->913K(173248K)] 300200K->160015K(2037440K), 0.0068520 secs]
                8378.786: [Full GC [PSYoungGen: 913K->0K(173248K)] [PSOldGen: 159102K->155122K(1864192K)] 160015K->155122K(2037440K) [PSPermGen: 41567K->41547K(41728K)], 0.7313970 secs]
                8429.477: [GC [PSYoungGen: 170944K->2364K(172608K)] 326066K->157486K(2036800K), 0.0083610 secs]
                8439.541: [GC [PSYoungGen: 70073K->447K(172800K)] 225196K->156419K(2036992K), 0.0060890 secs]
                8439.547: [Full GC [PSYoungGen: 447K->0K(172800K)] [PSOldGen: 155971K->156315K(1864192K)] 156419K->156315K(2036992K) [PSPermGen: 41570K->41570K(41728K)], 0.6265630 secs]
                8500.250: [GC [PSYoungGen: 22161K->395K(170688K)] 178477K->156711K(2034880K), 0.0050940 secs]
                8500.255: [Full GC [PSYoungGen: 395K->0K(170688K)] [PSOldGen: 156315K->156598K(1864192K)] 156711K->156598K(2034880K) [PSPermGen: 41570K->41570K(41728K)], 0.6463370 secs]
                8560.915: [GC [PSYoungGen: 56066K->858K(172608K)] 212665K->157457K(2036800K), 0.0062820 secs]
                8560.922: [Full GC [PSYoungGen: 858K->0K(172608K)] [PSOldGen: 156598K->157345K(1864192K)] 157457K->157345K(2036800K) [PSPermGen: 41570K->41570K(41728K)], 0.6164890 secs]
                8621.556: [GC [PSYoungGen: 74557K->1488K(172800K)] 231902K->158833K(2036992K), 0.0077870 secs]
                8621.564: [Full GC [PSYoungGen: 1488K->0K(172800K)] [PSOldGen: 157345K->156422K(1864192K)] 158833K->156422K(2036992K) [PSPermGen: 41574K->41542K(41728K)], 0.7035730 secs]
                8682.342: [GC [PSYoungGen: 64934K->859K(172608K)] 221356K->157281K(2036800K), 0.0057150 secs]
                8682.348: [Full GC [PSYoungGen: 859K->0K(172608K)] [PSOldGen: 156422K->157105K(1864192K)] 157281K->157105K(2036800K) [PSPermGen: 41546K->41546K(41728K)], 0.6651800 secs]
                8743.027: [GC [PSYoungGen: 48058K->887K(171136K)] 205164K->157993K(2035328K), 0.0074120 secs]
                8743.034: [Full GC [PSYoungGen: 887K->0K(171136K)] [PSOldGen: 157105K->157876K(1864192K)] 157993K->157876K(2035328K) [PSPermGen: 41547K->41547K(41728K)], 0.6215240 secs]
                8803.723: [GC [PSYoungGen: 86403K->912K(172352K)] 244279K->158789K(2036544K), 0.0047430 secs]
                8803.727: [Full GC [PSYoungGen: 912K->0K(172352K)] [PSOldGen: 157876K->158693K(1864192K)] 158789K->158693K(2036544K) [PSPermGen: 41552K->41552K(41728K)], 0.6205180 secs]
                8864.378: [GC [PSYoungGen: 89816K->2232K(172480K)] 248509K->160989K(2036672K), 0.0053200 secs]
                8864.383: [Full GC [PSYoungGen: 2232K->0K(172480K)] [PSOldGen: 158757K->158023K(1864192K)] 160989K->158023K(2036672K) [PSPermGen: 41556K->41473K(41728K)], 0.6971820 secs]
                8925.147: [GC [PSYoungGen: 62218K->1129K(172544K)] 220242K->159153K(2036736K), 0.0065800 secs]
                8925.154: [Full GC [PSYoungGen: 1129K->0K(172544K)] [PSOldGen: 158023K->158976K(1864192K)] 159153K->158976K(2036736K) [PSPermGen: 41478K->41478K(41728K)], 0.6180970 secs]
                8985.784: [GC [PSYoungGen: 55763K->2420K(172672K)] 214740K->163186K(2036864K), 0.0082520 secs]
                8985.793: [Full GC [PSYoungGen: 2420K->0K(172672K)] [PSOldGen: 160766K->163122K(1864192K)] 163186K->163122K(2036864K) [PSPermGen: 41478K->41478K(41728K)], 0.6313020 secs]
                9046.444: [GC [PSYoungGen: 23419K->471K(173696K)] 186541K->163593K(2037888K), 0.0056150 secs]
                9046.450: [Full GC [PSYoungGen: 471K->0K(173696K)] [PSOldGen: 163122K->163486K(1864192K)] 163593K->163486K(2037888K) [PSPermGen: 41479K->41479K(41728K)], 0.6116230 secs]
                9107.073: [GC [PSYoungGen: 27539K->441K(170688K)] 191025K->163927K(2034880K), 0.0065420 secs]
                9107.080: [Full GC [PSYoungGen: 441K->0K(170688K)] [PSOldGen: 163486K->156792K(1864192K)] 163927K->156792K(2034880K) [PSPermGen: 41482K->41474K(41728K)], 0.6989200 secs]
                9167.791: [GC [PSYoungGen: 14033K->403K(173504K)] 170826K->157196K(2037696K), 0.0048020 secs]
                9167.796: [Full GC [PSYoungGen: 403K->0K(173504K)] [PSOldGen: 156792K->157124K(1864192K)] 157196K->157124K(2037696K) [PSPermGen: 41474K->41474K(41728K)], 0.6128760 secs]
                9228.429: [GC [PSYoungGen: 18198K->517K(170816K)] 175323K->157642K(2035008K), 0.0046910 secs]
                9228.433: [Full GC [PSYoungGen: 517K->0K(170816K)] [PSOldGen: 157124K->157524K(1864192K)] 157642K->157524K(2035008K) [PSPermGen: 41480K->41480K(41728K)], 0.6050060 secs]
                9282.383: [GC [PSYoungGen: 170227K->939K(171648K)] 327752K->158463K(2035840K), 0.0065580 secs]
                9289.106: [GC [PSYoungGen: 7556K->492K(170048K)] 165081K->158605K(2034240K), 0.0060100 secs]
                9289.112: [Full GC [PSYoungGen: 492K->0K(170048K)] [PSOldGen: 158113K->158523K(1864192K)] 158605K->158523K(2034240K) [PSPermGen: 41769K->41769K(42112K)], 0.6105390 secs]
                9299.485: [GC [PSYoungGen: 169536K->2936K(170624K)] 328059K->165089K(2034816K), 0.0217830 secs]
                9301.739: [GC [PSYoungGen: 170616K->4800K(171840K)] 332769K->170627K(2036032K), 0.0183450 secs]
                9303.957: [GC [PSYoungGen: 171840K->5672K(173312K)] 337667K->176315K(2037504K), 0.0235680 secs]
                9349.744: [GC [PSYoungGen: 82773K->3338K(169664K)] 253416K->178829K(2033856K), 0.0263360 secs]
                9349.771: [Full GC [PSYoungGen: 3338K->0K(169664K)] [PSOldGen: 175491K->157939K(1864192K)] 178829K->157939K(2033856K) [PSPermGen: 41792K->41780K(42112K)], 0.7457960 secs]
                9410.593: [GC [PSYoungGen: 65580K->1302K(173440K)] 223520K->159242K(2037632K), 0.0047430 secs]
                9410.598: [Full GC [PSYoungGen: 1302K->0K(173440K)] [PSOldGen: 157939K->159136K(1864192K)] 159242K->159136K(2037632K) [PSPermGen: 41781K->41781K(42112K)], 0.6585940 secs]
                9455.323: [GC [PSYoungGen: 166400K->2559K(168320K)] 325536K->161695K(2032512K), 0.0071570 secs]
                9471.275: [GC [PSYoungGen: 18383K->202K(172608K)] 177519K->160075K(2036800K), 0.0048530 secs]
                9471.280: [Full GC [PSYoungGen: 202K->0K(172608K)] [PSOldGen: 159873K->159992K(1864192K)] 160075K->159992K(2036800K) [PSPermGen: 41815K->41815K(42112K)], 0.6137690 secs]
                9531.907: [GC [PSYoungGen: 135078K->1138K(166912K)] 295070K->161130K(2031104K), 0.0065570 secs]
                9531.914: [Full GC [PSYoungGen: 1138K->0K(166912K)] [PSOldGen: 159992K->161012K(1864192K)] 161130K->161012K(2031104K) [PSPermGen: 41821K->41821K(42112K)], 0.6168980 secs]
                9592.553: [GC [PSYoungGen: 48462K->854K(171840K)] 209474K->161867K(2036032K), 0.0064090 secs]
                9592.560: [Full GC [PSYoungGen: 854K->0K(171840K)] [PSOldGen: 161012K->157962K(1864192K)] 161867K->157962K(2036032K) [PSPermGen: 41846K->41831K(42112K)], 0.7163360 secs]
                9653.294: [GC [PSYoungGen: 44113K->766K(166528K)] 202076K->158728K(2030720K), 0.0055960 secs]
                9653.299: [Full GC [PSYoungGen: 766K->0K(166528K)] [PSOldGen: 157962K->158581K(1864192K)] 158728K->158581K(2030720K) [PSPermGen: 41836K->41836K(42112K)], 0.6083650 secs]
                9713.931: [GC [PSYoungGen: 10208K->360K(171648K)] 168790K->158942K(2035840K), 0.0054240 secs]
                9713.936: [Full GC [PSYoungGen: 360K->0K(171648K)] [PSOldGen: 158581K->158856K(1864192K)] 158942K->158856K(2035840K) [PSPermGen: 41836K->41836K(42112K)], 0.6141590 secs]
                9774.627: [GC [PSYoungGen: 35056K->1087K(166848K)] 193913K->159944K(2031040K), 0.0048030 secs]
                9774.631: [Full GC [PSYoungGen: 1087K->0K(166848K)] [PSOldGen: 158856K->159853K(1864192K)] 159944K->159853K(2031040K) [PSPermGen: 41836K->41836K(42112K)], 0.6167270 secs]
                9835.263: [GC [PSYoungGen: 34567K->603K(171072K)] 194420K->160456K(2035264K), 0.0055680 secs]
                9835.268: [Full GC [PSYoungGen: 603K->0K(171072K)] [PSOldGen: 159853K->157884K(1864192K)] 160456K->157884K(2035264K) [PSPermGen: 41841K->41834K(42112K)], 0.6358390 secs]
                9895.922: [GC [PSYoungGen: 18292K->466K(166272K)] 176176K->158350K(2030464K), 0.0051260 secs]
                9895.928: [Full GC [PSYoungGen: 466K->0K(166272K)] [PSOldGen: 157884K->158253K(1864192K)] 158350K->158253K(2030464K) [PSPermGen: 41834K->41834K(42112K)], 0.6140680 secs]
                9956.572: [GC [PSYoungGen: 37599K->745K(170560K)] 195852K->158998K(2034752K), 0.0058240 secs]
                9956.578: [Full GC [PSYoungGen: 745K->0K(170560K)] [PSOldGen: 158253K->158904K(1864192K)] 158998K->158904K(2034752K) [PSPermGen: 41834K->41834K(42112K)], 0.6246870 secs]
                10017.270: [GC [PSYoungGen: 37652K->712K(166528K)] 196557K->159617K(2030720K), 0.0056220 secs]
                10017.276: [Full GC [PSYoungGen: 712K->0K(166528K)] [PSOldGen: 158904K->159531K(1864192K)] 159617K->159531K(2030720K) [PSPermGen: 41839K->41839K(42112K)], 0.6166090 secs]
                10042.109: [GC [PSYoungGen: 165760K->2337K(169280K)] 325291K->161869K(2033472K), 0.0074640 secs]
                10077.904: [GC [PSYoungGen: 81013K->797K(165952K)] 240544K->160653K(2030144K), 0.0038750 secs]
                10077.908: [Full GC [PSYoungGen: 797K->0K(165952K)] [PSOldGen: 159855K->158187K(1864192K)] 160653K->158187K(2030144K) [PSPermGen: 41842K->41834K(42112K)], 0.6958130 secs]
                10138.624: [GC [PSYoungGen: 40080K->854K(169216K)] 198268K->159041K(2033408K), 0.0064380 secs]
                10138.631: [Full GC [PSYoungGen: 854K->0K(169216K)] [PSOldGen: 158187K->158894K(1864192K)] 159041K->158894K(2033408K) [PSPermGen: 41838K->41838K(42112K)], 0.6044790 secs]
                10199.247: [GC [PSYoungGen: 34266K->617K(165760K)] 193161K->159511K(2029952K), 0.0050080 secs]
                10199.253: [Full GC [PSYoungGen: 617K->0K(165760K)] [PSOldGen: 158894K->159440K(1864192K)] 159511K->159440K(2029952K) [PSPermGen: 41838K->41838K(42112K)], 0.6049370 secs]
                10259.869: [GC [PSYoungGen: 58010K->971K(168896K)] 217451K->160412K(2033088K), 0.0069780 secs]
                10259.876: [Full GC [PSYoungGen: 971K->0K(168896K)] [PSOldGen: 159440K->160311K(1864192K)] 160412K->160311K(2033088K) [PSPermGen: 41838K->41838K(42112K)], 0.6135040 secs]
                10320.509: [GC [PSYoungGen: 33189K->672K(165824K)] 193500K->160984K(2030016K), 0.0075010 secs]
                10320.517: [Full GC [PSYoungGen: 672K->0K(165824K)] [PSOldGen: 160311K->157495K(1864192K)] 160984K->157495K(2030016K) [PSPermGen: 41842K->41834K(42112K)], 0.7010870 secs]
                10381.229: [GC [PSYoungGen: 35989K->743K(168512K)] 193484K->158238K(2032704K), 0.0054430 secs]
                10381.235: [Full GC [PSYoungGen: 743K->0K(168512K)] [PSOldGen: 157495K->158142K(1864192K)] 158238K->158142K(2032704K) [PSPermGen: 41834K->41834K(42112K)], 0.6192740 secs]
                10441.865: [GC [PSYoungGen: 60148K->590K(165760K)] 218291K->158732K(2029952K), 0.0054370 secs]
                10441.871: [Full GC [PSYoungGen: 590K->0K(165760K)] [PSOldGen: 158142K->158656K(1864192K)] 158732K->158656K(2029952K) [PSPermGen: 41839K->41839K(42112K)], 0.6262370 secs]
                10502.517: [GC [PSYoungGen: 35152K->710K(168192K)] 193809K->159366K(2032384K), 0.0053790 secs]
                10502.523: [Full GC [PSYoungGen: 710K->0K(168192K)] [PSOldGen: 158656K->159262K(1864192K)] 159366K->159262K(2032384K) [PSPermGen: 41844K->41844K(42112K)], 0.6208280 secs]
                10563.155: [GC [PSYoungGen: 48691K->788K(165952K)] 207953K->160050K(2030144K), 0.0060070 secs]
                10563.161: [Full GC [PSYoungGen: 788K->0K(165952K)] [PSOldGen: 159262K->157687K(1864192K)] 160050K->157687K(2030144K) [PSPermGen: 41848K->41836K(42112K)], 0.6238440 secs]
                10623.797: [GC [PSYoungGen: 15334K->336K(168064K)] 173022K->158024K(2032256K), 0.0049670 secs]
                10623.802: [Full GC [PSYoungGen: 336K->0K(168064K)] [PSOldGen: 157687K->157901K(1864192K)] 158024K->157901K(2032256K) [PSPermGen: 41839K->41839K(42112K)], 0.6065530 secs]
                10684.429: [GC [PSYoungGen: 31144K->672K(165824K)] 189046K->158574K(2030016K), 0.0066890 secs]
                10684.436: [Full GC [PSYoungGen: 672K->0K(165824K)] [PSOldGen: 157901K->158500K(1864192K)] 158574K->158500K(2030016K) [PSPermGen: 41839K->41839K(42112K)], 0.6130060 secs]
                10745.060: [GC [PSYoungGen: 48180K->678K(167680K)] 206681K->159179K(2031872K), 0.0052180 secs]
                10745.066: [Full GC [PSYoungGen: 678K->0K(167680K)] [PSOldGen: 158500K->159064K(1864192K)] 159179K->159064K(2031872K) [PSPermGen: 41844K->41844K(42112K)], 0.6096260 secs]
                10805.687: [GC [PSYoungGen: 136516K->1077K(166208K)] 295580K->160141K(2030400K), 0.0066710 secs]
                10805.694: [Full GC [PSYoungGen: 1077K->0K(166208K)] [PSOldGen: 159064K->158045K(1864192K)] 160141K->158045K(2030400K) [PSPermGen: 41848K->41836K(42112K)], 0.7066540 secs]
                10866.420: [GC [PSYoungGen: 95906K->726K(167424K)] 253951K->158772K(2031616K), 0.0059480 secs]
                10866.426: [Full GC [PSYoungGen: 726K->0K(167424K)] [PSOldGen: 158045K->158692K(1864192K)] 158772K->158692K(2031616K) [PSPermGen: 41839K->41839K(42112K)], 0.6144120 secs]
                10927.053: [GC [PSYoungGen: 29095K->347K(165504K)] 187788K->159040K(2029696K), 0.0058830 secs]
                10927.059: [Full GC [PSYoungGen: 347K->0K(165504K)] [PSOldGen: 158692K->158964K(1864192K)] 159040K->158964K(2029696K) [PSPermGen: 41840K->41840K(42112K)], 0.6098420 secs]
                10987.681: [GC [PSYoungGen: 12075K->422K(167360K)] 171040K->159387K(2031552K), 0.0052570 secs]
                10987.686: [Full GC [PSYoungGen: 422K->0K(167360K)] [PSOldGen: 158964K->159316K(1864192K)] 159387K->159316K(2031552K) [PSPermGen: 41846K->41846K(42112K)], 0.6194580 secs]
                11048.325: [GC [PSYoungGen: 55047K->897K(166080K)] 214364K->160214K(2030272K), 0.0073400 secs]
                11048.333: [Full GC [PSYoungGen: 897K->0K(166080K)] [PSOldGen: 159316K->158561K(1864192K)] 160214K->158561K(2030272K) [PSPermGen: 41846K->41836K(42112K)], 0.6991810 secs]
                11109.043: [GC [PSYoungGen: 32754K->645K(167168K)] 191315K->159207K(2031360K), 0.0056170 secs]
                11109.049: [Full GC [PSYoungGen: 645K->0K(167168K)] [PSOldGen: 158561K->159119K(1864192K)] 159207K->159119K(2031360K) [PSPermGen: 41836K->41836K(42112K)], 0.6272100 secs]
                11125.085: [GC [PSYoungGen: 165120K->2110K(166592K)] 324239K->162746K(2030784K), 0.0110090 secs]
                11126.025: [GC [PSYoungGen: 166590K->398K(166080K)] 327226K->163020K(2030272K), 0.0074140 secs]
                11126.914: [GC [PSYoungGen: 164238K->350K(163584K)] 326860K->163160K(2027776K), 0.0072480 secs]
                11127.806: [GC [PSYoungGen: 163550K->399K(164544K)] 326360K->163392K(2028736K), 0.0070510 secs]
                11128.691: [GC [PSYoungGen: 162959K->399K(162368K)] 325952K->163573K(2026560K), 0.0075640 secs]
                11169.688: [GC [PSYoungGen: 65958K->367K(164352K)] 229132K->163721K(2028544K), 0.0055300 secs]
                11169.694: [Full GC [PSYoungGen: 367K->0K(164352K)] [PSOldGen: 163353K->163622K(1864192K)] 163721K->163622K(2028544K) [PSPermGen: 41840K->41840K(42112K)], 0.6168130 secs]
                11230.331: [GC [PSYoungGen: 18245K->579K(162560K)] 181867K->164202K(2026752K), 0.0061560 secs]
                11230.337: [Full GC [PSYoungGen: 579K->0K(162560K)] [PSOldGen: 163622K->164125K(1864192K)] 164202K->164125K(2026752K) [PSPermGen: 41840K->41840K(42112K)], 0.6619850 secs]
                11291.011: [GC [PSYoungGen: 20202K->440K(164096K)] 184327K->164565K(2028288K), 0.0060590 secs]
                11291.017: [Full GC [PSYoungGen: 440K->0K(164096K)] [PSOldGen: 164125K->158618K(1864192K)] 164565K->158618K(2028288K) [PSPermGen: 41840K->41831K(42112K)], 0.6282500 secs]
                11351.657: [GC [PSYoungGen: 22060K->418K(162368K)] 180678K->159036K(2026560K), 0.0055540 secs]
                11351.663: [Full GC [PSYoungGen: 418K->0K(162368K)] [PSOldGen: 158618K->158951K(1864192K)] 159036K->158951K(2026560K) [PSPermGen: 41835K->41835K(42112K)], 0.6130650 secs]
                11412.296: [GC [PSYoungGen: 27530K->537K(163904K)] 186482K->159489K(2028096K), 0.0066800 secs]
                11412.303: [Full GC [PSYoungGen: 537K->0K(163904K)] [PSOldGen: 158951K->159412K(1864192K)] 159489K->159412K(2028096K) [PSPermGen: 41836K->41836K(42112K)], 0.6040340 secs]
                11472.919: [GC [PSYoungGen: 38251K->734K(162688K)] 197664K->160147K(2026880K), 0.0060640 secs]
                11472.925: [Full GC [PSYoungGen: 734K->0K(162688K)] [PSOldGen: 159412K->160050K(1864192K)] 160147K->160050K(2026880K) [PSPermGen: 41837K->41837K(42112K)], 0.6143070 secs]
                11533.551: [GC [PSYoungGen: 24337K->430K(163776K)] 184387K->160481K(2027968K), 0.0054560 secs]
                11533.556: [Full GC [PSYoungGen: 430K->0K(163776K)] [PSOldGen: 160050K->158318K(1864192K)] 160481K->158318K(2027968K) [PSPermGen: 41837K->41834K(42112K)], 0.6967430 secs]
                11571.664: [GC [PSYoungGen: 161920K->1905K(163200K)] 320238K->161248K(2027392K), 0.0093100 secs]
                11594.273: [GC [PSYoungGen: 93185K->619K(163648K)] 252528K->161478K(2027840K), 0.0075130 secs]
                11594.281: [Full GC [PSYoungGen: 619K->0K(163648K)] [PSOldGen: 160859K->161333K(1864192K)] 161478K->161333K(2027840K) [PSPermGen: 41838K->41838K(42112K)], 0.6296270 secs]
                11654.923: [GC [PSYoungGen: 100537K->1527K(163776K)] 261870K->162860K(2027968K), 0.0059970 secs]
                11654.929: [Full GC [PSYoungGen: 1527K->0K(163776K)] [PSOldGen: 161333K->162785K(1864192K)] 162860K->162785K(2027968K) [PSPermGen: 41838K->41838K(42112K)], 0.6236810 secs]
                11715.564: [GC [PSYoungGen: 22895K->498K(163712K)] 185680K->163284K(2027904K), 0.0047580 secs]
                11715.569: [Full GC [PSYoungGen: 498K->0K(163712K)] [PSOldGen: 162785K->163221K(1864192K)] 163284K->163221K(2027904K) [PSPermGen: 41842K->41842K(42112K)], 0.6518820 secs]
                11776.241: [GC [PSYoungGen: 59900K->912K(162240K)] 223122K->164133K(2026432K), 0.0070120 secs]
                11776.248: [Full GC [PSYoungGen: 912K->0K(162240K)] [PSOldGen: 163221K->159848K(1864192K)] 164133K->159848K(2026432K) [PSPermGen: 41842K->41835K(42112K)], 0.7027110 secs]
                11836.962: [GC [PSYoungGen: 38038K->451K(163520K)] 197887K->160300K(2027712K), 0.0062330 secs]
                11836.968: [Full GC [PSYoungGen: 451K->0K(163520K)] [PSOldGen: 159848K->160215K(1864192K)] 160300K->160215K(2027712K) [PSPermGen: 41839K->41839K(42112K)], 0.6235640 secs]
                11897.603: [GC [PSYoungGen: 67379K->827K(162112K)] 227595K->161042K(2026304K), 0.0060000 secs]
                11897.609: [Full GC [PSYoungGen: 827K->0K(162112K)] [PSOldGen: 160215K->160960K(1864192K)] 161042K->160960K(2026304K) [PSPermGen: 41845K->41845K(42112K)], 0.6187030 secs]
                11958.249: [GC [PSYoungGen: 83012K->486K(163264K)] 243973K->161446K(2027456K), 0.0068890 secs]
                11958.256: [Full GC [PSYoungGen: 486K->0K(163264K)] [PSOldGen: 160960K->161382K(1864192K)] 161446K->161382K(2027456K) [PSPermGen: 41845K->41845K(42112K)], 0.6248110 secs]
                12018.892: [GC [PSYoungGen: 26200K->446K(161728K)] 187583K->161829K(2025920K), 0.0050720 secs]
                12018.897: [Full GC [PSYoungGen: 446K->0K(161728K)] [PSOldGen: 161382K->159798K(1864192K)] 161829K->159798K(2025920K) [PSPermGen: 41845K->41841K(42112K)], 0.6538740 secs]
                12079.563: [GC [PSYoungGen: 43882K->1974K(162368K)] 203680K->163286K(2026560K), 0.0062710 secs]
                12079.569: [Full GC [PSYoungGen: 1974K->0K(162368K)] [PSOldGen: 161312K->163258K(1864192K)] 163286K->163258K(2026560K) [PSPermGen: 41841K->41841K(42112K)], 0.6434080 secs]
                12140.233: [GC [PSYoungGen: 148996K->704K(163264K)] 312254K->163963K(2027456K), 0.0071270 secs]
                12140.240: [Full GC [PSYoungGen: 704K->0K(163264K)] [PSOldGen: 163258K->163871K(1864192K)] 163963K->163871K(2027456K) [PSPermGen: 41847K->41847K(42112K)], 0.6225050 secs]
                12200.875: [GC [PSYoungGen: 18631K->356K(163904K)] 182502K->164228K(2028096K), 0.0045240 secs]
                12200.879: [Full GC [PSYoungGen: 356K->0K(163904K)] [PSOldGen: 163871K->164131K(1864192K)] 164228K->164131K(2028096K) [PSPermGen: 41847K->41847K(42112K)], 0.6281470 secs]
                12261.519: [GC [PSYoungGen: 69824K->640K(161984K)] 233955K->164772K(2026176K), 0.0063240 secs]
                12261.526: [Full GC [PSYoungGen: 640K->0K(161984K)] [PSOldGen: 164131K->158986K(1864192K)] 164772K->158986K(2026176K) [PSPermGen: 41851K->41842K(42112K)], 0.6309340 secs]
                12322.177: [GC [PSYoungGen: 74501K->877K(163584K)] 233487K->159863K(2027776K), 0.0065710 secs]
                12322.184: [Full GC [PSYoungGen: 877K->0K(163584K)] [PSOldGen: 158986K->159767K(1864192K)] 159863K->159767K(2027776K) [PSPermGen: 41845K->41845K(42112K)], 0.6250710 secs]
                12382.821: [GC [PSYoungGen: 78897K->547K(161856K)] 238664K->160315K(2026048K), 0.0058140 secs]
                12382.827: [Full GC [PSYoungGen: 547K->0K(161856K)] [PSOldGen: 159767K->160242K(1864192K)] 160315K->160242K(2026048K) [PSPermGen: 41845K->41845K(42112K)], 0.6292700 secs]
                12443.468: [GC [PSYoungGen: 76369K->692K(163392K)] 236612K->160935K(2027584K), 0.0061530 secs]
                12443.474: [Full GC [PSYoungGen: 692K->0K(163392K)] [PSOldGen: 160242K->160853K(1864192K)] 160935K->160853K(2027584K) [PSPermGen: 41848K->41848K(42112K)], 0.6254030 secs]
                12501.743: [GC [PSYoungGen: 161280K->2227K(162880K)] 322133K->163100K(2027072K), 0.0060710 secs]
                12504.119: [GC [PSYoungGen: 14226K->178K(162880K)] 175099K->161299K(2027072K), 0.0049130 secs]
                12504.124: [Full GC [PSYoungGen: 178K->0K(162880K)] [PSOldGen: 161121K->158864K(1864192K)] 161299K->158864K(2027072K) [PSPermGen: 41853K->41844K(42112K)], 0.6559080 secs]
                12541.799: [GC [PSYoungGen: 160640K->2555K(162624K)] 319504K->164104K(2026816K), 0.0105110 secs]
                12564.793: [GC [PSYoungGen: 109719K->548K(163840K)] 271267K->164373K(2028032K), 0.0064120 secs]
                12564.799: [Full GC [PSYoungGen: 548K->0K(163840K)] [PSOldGen: 163824K->164210K(1864192K)] 164373K->164210K(2028032K) [PSPermGen: 41849K->41849K(42112K)], 0.6192520 secs]
                12613.337: [GC [PSYoungGen: 160064K->1896K(161408K)] 324274K->166107K(2025600K), 0.0067290 secs]
                12625.431: [GC [PSYoungGen: 79614K->216K(163328K)] 243825K->164763K(2027520K), 0.0056270 secs]
                12625.437: [Full GC [PSYoungGen: 216K->0K(163328K)] [PSOldGen: 164547K->164677K(1864192K)] 164763K->164677K(2027520K) [PSPermGen: 41857K->41857K(42112K)], 0.6160590 secs]
                12686.128: [GC [PSYoungGen: 93803K->531K(160064K)] 258480K->165208K(2024256K), 0.0062870 secs]
                12686.134: [Full GC [PSYoungGen: 531K->0K(160064K)] [PSOldGen: 164677K->165131K(1864192K)] 165208K->165131K(2024256K) [PSPermGen: 41861K->41861K(42112K)], 0.6073550 secs]
                12746.759: [GC [PSYoungGen: 66335K->632K(162880K)] 231467K->165763K(2027072K), 0.0058300 secs]
                12746.765: [Full GC [PSYoungGen: 632K->0K(162880K)] [PSOldGen: 165131K->157885K(1864192K)] 165763K->157885K(2027072K) [PSPermGen: 41861K->41848K(42112K)], 0.6983380 secs]
                12807.487: [GC [PSYoungGen: 21169K->349K(159872K)] 179055K->158235K(2024064K), 0.0045500 secs]
                12807.491: [Full GC [PSYoungGen: 349K->0K(159872K)] [PSOldGen: 157885K->158162K(1864192K)] 158235K->158162K(2024064K) [PSPermGen: 41851K->41851K(42112K)], 0.6180820 secs]
                12868.184