IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Tomcat et TomEE Java Discussion :

[TomEE1.7 WebProfil + JAX-RS2.0] Probable fuite mémoire


Sujet :

Tomcat et TomEE Java

  1. #1
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut [TomEE1.7 WebProfil + JAX-RS2.0] Probable fuite mémoire
    Bonjour,
    Ci-dessous le message d'erreur dont j'ai de façon non contrôle ou reproductif que je veux.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
     
    SEVERE: The web application [/APIRest] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
    Feb 09, 2015 11:15:47 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/APIRest] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
    Feb 09, 2015 11:15:47 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/APIRest] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
    Feb 09, 2015 11:15:47 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/APIRest] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2c2fecc9]) and a value of type [org.apache.tomee.catalina.LazyStopWebappClassLoader] (value [LazyStopWebappClassLoader
      context: /APIRest
      delegate: false
      repositories:
        /WEB-INF/classes/
    ----------> Parent Classloader:
    org.apache.catalina.loader.StandardClassLoader@3c21251c
    ]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Comment je peux trouver le vrai problème ? Si solution existe!!

    Merci

  2. #2
    Modérateur
    Avatar de joel.drigo
    Homme Profil pro
    Ingénieur R&D - Développeur Java
    Inscrit en
    Septembre 2009
    Messages
    12 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Ingénieur R&D - Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Septembre 2009
    Messages : 12 430
    Points : 29 131
    Points
    29 131
    Billets dans le blog
    2
    Par défaut
    Salut,

    Sans aucun code, il me semble impossible de te répondre. Ce n'est pas du tout mon domaine, donc je ne peux même pas te guider. Juste une question : lance-tu des threads dans tes requêtes ?

    Par ailleurs, que signifie ta première phrase ?
    L'expression "ça marche pas" ne veut rien dire. Indiquez l'erreur, et/ou les comportements attendus et obtenus, et donnez un Exemple Complet Minimal qui permet de reproduire le problème.
    La plupart des réponses à vos questions sont déjà dans les FAQs ou les Tutoriels, ou peut-être dans une autre discussion : utilisez la recherche interne.
    Des questions sur Java : consultez le Forum Java. Des questions sur l'EDI Eclipse ou la plateforme Eclipse RCP : consultez le Forum Eclipse.
    Une question correctement posée et rédigée et vous aurez plus de chances de réponses adaptées et rapides.
    N'oubliez pas de mettre vos extraits de code entre balises CODE (Voir Mode d'emploi de l'éditeur de messages).
    Nouveau sur le forum ? Consultez Les Règles du Club.

  3. #3
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut
    Citation Envoyé par joel.drigo Voir le message
    question : lance-tu des threads dans tes requêtes ?
    pas ma connaissance ou pas de façon explicite (donc la réponse est non)

    Citation Envoyé par joel.drigo Voir le message
    Par ailleurs, que signifie ta première phrase ?
    Ci-dessous le message d'erreur que je reçois, mais je n’arrive pas reproduire l’erreur serveur, c’est après une période de temps de 2jour approximativement que l’erreur s’affiche.

  4. #4
    Modérateur
    Avatar de joel.drigo
    Homme Profil pro
    Ingénieur R&D - Développeur Java
    Inscrit en
    Septembre 2009
    Messages
    12 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Ingénieur R&D - Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Septembre 2009
    Messages : 12 430
    Points : 29 131
    Points
    29 131
    Billets dans le blog
    2
    Par défaut
    A part te conseiller d'essayer de trouver ces threads qui s'éternisent avec Java Mission Control (ou jvisualvm), je n'ai aucune idée. Lance une requête, repère le thread correspondant, relance des requêtes et regarde si le nombre de threads grandit et s'ils ne se terminent jamais. Déjà, tu pourras identifier si c'est bien tes requêtes qui déclenchent le problème. Avec un thread dump, tu pourras voir où ces threads stagnent. Soit ce sont des boucles sans condition d'arrêt atteinte, soit ils sont bloqués en attente de quelque chose.
    L'expression "ça marche pas" ne veut rien dire. Indiquez l'erreur, et/ou les comportements attendus et obtenus, et donnez un Exemple Complet Minimal qui permet de reproduire le problème.
    La plupart des réponses à vos questions sont déjà dans les FAQs ou les Tutoriels, ou peut-être dans une autre discussion : utilisez la recherche interne.
    Des questions sur Java : consultez le Forum Java. Des questions sur l'EDI Eclipse ou la plateforme Eclipse RCP : consultez le Forum Eclipse.
    Une question correctement posée et rédigée et vous aurez plus de chances de réponses adaptées et rapides.
    N'oubliez pas de mettre vos extraits de code entre balises CODE (Voir Mode d'emploi de l'éditeur de messages).
    Nouveau sur le forum ? Consultez Les Règles du Club.

  5. #5
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut
    Oui, j'ai vu avec des outil de profilage, mais c'est pas simple je sais même pas quoi m'attendre vraiment

  6. #6
    Modérateur
    Avatar de joel.drigo
    Homme Profil pro
    Ingénieur R&D - Développeur Java
    Inscrit en
    Septembre 2009
    Messages
    12 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Ingénieur R&D - Développeur Java
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Septembre 2009
    Messages : 12 430
    Points : 29 131
    Points
    29 131
    Billets dans le blog
    2
    Par défaut
    Donne nous au moins le thread dump.
    L'expression "ça marche pas" ne veut rien dire. Indiquez l'erreur, et/ou les comportements attendus et obtenus, et donnez un Exemple Complet Minimal qui permet de reproduire le problème.
    La plupart des réponses à vos questions sont déjà dans les FAQs ou les Tutoriels, ou peut-être dans une autre discussion : utilisez la recherche interne.
    Des questions sur Java : consultez le Forum Java. Des questions sur l'EDI Eclipse ou la plateforme Eclipse RCP : consultez le Forum Eclipse.
    Une question correctement posée et rédigée et vous aurez plus de chances de réponses adaptées et rapides.
    N'oubliez pas de mettre vos extraits de code entre balises CODE (Voir Mode d'emploi de l'éditeur de messages).
    Nouveau sur le forum ? Consultez Les Règles du Club.

  7. #7
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut
    je ne les pas la, mais suite au message (1er post):
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
    Comment faire des 'unloadDelay ' ? pour réduire ou éviter les fuite mémoire.


    Merci

    Message recu :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
     
    Feb 25, 2015 11:56:08 AM org.apache.catalina.core.StandardServer await
    INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
    Feb 25, 2015 11:56:08 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["http-bio-8280"]
    Feb 25, 2015 11:56:08 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["ajp-bio-8209"]
    Feb 25, 2015 11:56:08 AM org.apache.catalina.core.StandardService stopInternal
    INFO: Stopping service Catalina
    Feb 25, 2015 11:56:08 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\clientextjs
    Feb 25, 2015 11:56:08 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\clientextjs1.old
    Feb 25, 2015 11:56:09 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\docs
    Feb 25, 2015 11:56:09 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\host-manager
    Feb 25, 2015 11:56:09 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\manager
    Feb 25, 2015 11:56:09 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\ROOT
    Feb 25, 2015 11:56:09 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\tomee
    Feb 25, 2015 11:56:12 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
    INFO: Undeploying app: C:\SERVEUR-PROJEDATE\[Env_TEST]apache-tomee-jaxrs-1.7.1\webapps\APIRest
    Feb 25, 2015 11:56:12 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
    SEVERE: The web application [/APIRest] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
    Feb 25, 2015 11:56:12 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/APIRest] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
    Feb 25, 2015 11:56:12 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/APIRest] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
    Feb 25, 2015 11:56:12 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/APIRest] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@c2b2af]) and a value of type [org.apache.tomee.catalina.LazyStopWebappClassLoader] (value [LazyStopWebappClassLoader
      context: /APIRest
      delegate: false
      repositories:
        /WEB-INF/classes/
    ----------> Parent Classloader:
    org.apache.catalina.loader.StandardClassLoader@2b76fbc2
    ]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 25, 2015 11:56:12 AM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["http-bio-8280"]

  8. #8
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut
    Bon dans cette affaire y pas de solution tout fait et loin une évidence de trouvé des solutions à ce type de problème,

    Donc je me pose la question suivant:
    Y t'il des moyenne simple de préférence d'optimisé les performances d'un Tomct ? (des configurations ou autres)


    Merci

  9. #9
    Membre confirmé
    Avatar de geforce
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Janvier 2010
    Messages
    1 055
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Canada

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Janvier 2010
    Messages : 1 055
    Points : 559
    Points
    559
    Par défaut
    Ci-joint mon fichier log.gc (selon moi je n'ai pas de Full GC alors d'ou viens le problème !!)

    Code x : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    {Heap before GC invocations=833 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164733K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0df720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1336.827: [GC [PSYoungGen: 31360K->160K(31744K)] 196093K->164925K(206336K), 0.0047665 secs] [Times: user=0.06 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=833 (full 0):
     PSYoungGen      total 31744K, used 160K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be300000,0x00000007be328000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164765K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0e7720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=834 (full 0):
     PSYoungGen      total 31744K, used 31392K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be300000,0x00000007be328000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164765K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0e7720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1337.671: [GC [PSYoungGen: 31392K->176K(31744K)] 196157K->164973K(206336K), 0.0046453 secs] [Times: user=0.06 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=834 (full 0):
     PSYoungGen      total 31744K, used 176K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 34% used [0x00000007be380000,0x00000007be3ac010,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164797K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0ef720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=835 (full 0):
     PSYoungGen      total 31744K, used 31408K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 34% used [0x00000007be380000,0x00000007be3ac010,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164797K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0ef720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1338.517: [GC [PSYoungGen: 31408K->160K(31744K)] 196205K->164973K(206336K), 0.0047743 secs] [Times: user=0.02 sys=0.00, real=0.01 secs] 
    Heap after GC invocations=835 (full 0):
     PSYoungGen      total 31744K, used 160K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be300000,0x00000007be328000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164813K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0f3720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=836 (full 0):
     PSYoungGen      total 31744K, used 31392K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be300000,0x00000007be328000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164813K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0f3720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1339.364: [GC [PSYoungGen: 31392K->128K(31744K)] 196205K->164965K(206336K), 0.0047456 secs] [Times: user=0.00 sys=0.02, real=0.02 secs] 
    Heap after GC invocations=836 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164837K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0f9720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=837 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164837K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a0f9720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1340.201: [GC [PSYoungGen: 31360K->224K(31744K)] 196197K->165093K(206336K), 0.0044813 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=837 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164869K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a101720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=838 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164869K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a101720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1341.047: [GC [PSYoungGen: 31456K->128K(31744K)] 196325K->165029K(206336K), 0.0046204 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=838 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164901K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a109720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=839 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164901K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a109720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1341.894: [GC [PSYoungGen: 31360K->224K(31744K)] 196261K->165157K(206336K), 0.0046282 secs] [Times: user=0.06 sys=0.00, real=0.01 secs] 
    Heap after GC invocations=839 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164933K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a111720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=840 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164933K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a111720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1342.733: [GC [PSYoungGen: 31456K->256K(31744K)] 196389K->165221K(206336K), 0.0049439 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=840 (full 0):
     PSYoungGen      total 31744K, used 256K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be380000,0x00000007be3c0040,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164965K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a119720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=841 (full 0):
     PSYoungGen      total 31744K, used 31488K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be380000,0x00000007be3c0040,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 164965K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a119720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1343.537: [GC [PSYoungGen: 31488K->256K(31744K)] 196453K->165237K(206336K), 0.0047090 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=841 (full 0):
     PSYoungGen      total 31744K, used 256K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be300000,0x00000007be340020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164981K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a11d720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=842 (full 0):
     PSYoungGen      total 31744K, used 31488K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be300000,0x00000007be340020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 164981K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a11d720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1344.296: [GC [PSYoungGen: 31488K->272K(31744K)] 196469K->165349K(206336K), 0.0046157 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=842 (full 0):
     PSYoungGen      total 31744K, used 272K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 53% used [0x00000007be380000,0x00000007be3c4010,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165077K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a135720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=843 (full 0):
     PSYoungGen      total 31744K, used 31504K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 53% used [0x00000007be380000,0x00000007be3c4010,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165077K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a135720,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1345.151: [GC [PSYoungGen: 31504K->128K(31744K)] 196581K->165298K(206336K), 0.0045975 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=843 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165170K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a14ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=844 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165170K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a14ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1346.020: [GC [PSYoungGen: 31360K->224K(31744K)] 196530K->165426K(206336K), 0.0060991 secs] [Times: user=0.02 sys=0.00, real=0.01 secs] 
    Heap after GC invocations=844 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165202K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a154a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=845 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165202K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a154a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1346.875: [GC [PSYoungGen: 31456K->128K(31744K)] 196658K->165362K(206336K), 0.0046662 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=845 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165234K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a15ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=846 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165234K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a15ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1347.721: [GC [PSYoungGen: 31360K->224K(31744K)] 196594K->165490K(206336K), 0.0044657 secs] [Times: user=0.00 sys=0.02, real=0.01 secs] 
    Heap after GC invocations=846 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165266K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a164a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=847 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165266K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a164a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1348.563: [GC [PSYoungGen: 31456K->224K(31744K)] 196722K->165522K(206336K), 0.0045419 secs] [Times: user=0.01 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=847 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165298K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a16ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=848 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165298K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a16ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1349.404: [GC [PSYoungGen: 31456K->128K(31744K)] 196754K->165458K(206336K), 0.0045034 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=848 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165330K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a174a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=849 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165330K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a174a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1350.277: [GC [PSYoungGen: 31360K->224K(31744K)] 196690K->165586K(206336K), 0.0044687 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=849 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165362K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a17ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=850 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be300000,0x00000007be338020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165362K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a17ca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1351.146: [GC [PSYoungGen: 31456K->160K(31744K)] 196818K->165554K(206336K), 0.0045685 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=850 (full 0):
     PSYoungGen      total 31744K, used 160K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be380000,0x00000007be3a8000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165394K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a184a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=851 (full 0):
     PSYoungGen      total 31744K, used 31392K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 31% used [0x00000007be380000,0x00000007be3a8000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165394K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a184a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1352.004: [GC [PSYoungGen: 31392K->128K(31744K)] 196786K->165546K(206336K), 0.0046528 secs] [Times: user=0.06 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=851 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165418K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a18aa78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=852 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be300000,0x00000007be320000,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165418K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a18aa78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1352.871: [GC [PSYoungGen: 31360K->224K(31744K)] 196778K->165674K(206336K), 0.0045310 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=852 (full 0):
     PSYoungGen      total 31744K, used 224K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165450K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a192a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=853 (full 0):
     PSYoungGen      total 31744K, used 31456K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 43% used [0x00000007be380000,0x00000007be3b8020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165450K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a192a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1353.753: [GC [PSYoungGen: 31456K->176K(31744K)] 196906K->165658K(206336K), 0.0045249 secs] [Times: user=0.06 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=853 (full 0):
     PSYoungGen      total 31744K, used 176K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 34% used [0x00000007be300000,0x00000007be32c010,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165482K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a19aa78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=854 (full 0):
     PSYoungGen      total 31744K, used 31408K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 34% used [0x00000007be300000,0x00000007be32c010,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165482K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a19aa78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1354.635: [GC [PSYoungGen: 31408K->256K(31744K)] 196890K->165762K(206336K), 0.0044503 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=854 (full 0):
     PSYoungGen      total 31744K, used 256K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be380000,0x00000007be3c0020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165506K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1a0a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=855 (full 0):
     PSYoungGen      total 31744K, used 31488K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 50% used [0x00000007be380000,0x00000007be3c0020,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165506K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1a0a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1355.493: [GC [PSYoungGen: 31488K->192K(31744K)] 196994K->165714K(206336K), 0.0045997 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] 
    Heap after GC invocations=855 (full 0):
     PSYoungGen      total 31744K, used 192K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 37% used [0x00000007be300000,0x00000007be330020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165522K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1a4a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=856 (full 0):
     PSYoungGen      total 31744K, used 31424K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 37% used [0x00000007be300000,0x00000007be330020,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165522K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1a4a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1356.332: [GC [PSYoungGen: 31424K->128K(31744K)] 196946K->165682K(206336K), 0.0051859 secs] [Times: user=0.06 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=856 (full 0):
     PSYoungGen      total 31744K, used 128K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165554K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1aca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=857 (full 0):
     PSYoungGen      total 31744K, used 31360K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 25% used [0x00000007be380000,0x00000007be3a0000,0x00000007be400000)
      to   space 512K, 0% used [0x00000007be300000,0x00000007be300000,0x00000007be380000)
     ParOldGen       total 174592K, used 165554K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1aca78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1357.191: [GC [PSYoungGen: 31360K->208K(31744K)] 196914K->165794K(206336K), 0.0045545 secs] [Times: user=0.00 sys=0.00, real=0.02 secs] 
    Heap after GC invocations=857 (full 0):
     PSYoungGen      total 31744K, used 208K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 0% used [0x00000007aaa80000,0x00000007aaa80000,0x00000007ac900000)
      from space 512K, 40% used [0x00000007be300000,0x00000007be334010,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165586K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1b4a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    }
    {Heap before GC invocations=858 (full 0):
     PSYoungGen      total 31744K, used 31440K [0x00000007aaa80000, 0x00000007be400000, 0x0000000800000000)
      eden space 31232K, 100% used [0x00000007aaa80000,0x00000007ac900000,0x00000007ac900000)
      from space 512K, 40% used [0x00000007be300000,0x00000007be334010,0x00000007be380000)
      to   space 512K, 0% used [0x00000007be380000,0x00000007be380000,0x00000007be400000)
     ParOldGen       total 174592K, used 165586K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
      object space 174592K, 94% used [0x0000000700000000,0x000000070a1b4a78,0x000000070aa80000)
     PSPermGen       total 55808K, used 55404K [0x00000006fae00000, 0x00000006fe480000, 0x0000000700000000)
      object space 55808K, 99% used [0x00000006fae00000,0x00000006fe41b200,0x00000006fe480000)
    1358.032: [GC [PSYoungGen: 31440K->128K(31744K)] 197026K->165746K(206336K), 0.0044997 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]

Discussions similaires

  1. Fuite mémoire probable - JPanel
    Par Sebeee dans le forum AWT/Swing
    Réponses: 1
    Dernier message: 02/03/2013, 20h43
  2. [tomcat][memoire] java.net.URL et fuite mémoire
    Par Seiya dans le forum Tomcat et TomEE
    Réponses: 6
    Dernier message: 09/03/2009, 10h41
  3. Outil de recherche de fuite mémoire
    Par eag35 dans le forum MFC
    Réponses: 4
    Dernier message: 02/02/2005, 12h46
  4. [SWT]SWT et fuite mémoire(ou pas)
    Par menuge dans le forum SWT/JFace
    Réponses: 2
    Dernier message: 22/06/2004, 21h40
  5. [debug] fuites mémoires
    Par tmonjalo dans le forum C
    Réponses: 3
    Dernier message: 28/07/2003, 17h20

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo