zoo9000

Untitled

Jun 17th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 459.15 KB | None | 0 0
  1. hadoop@kdevlinux:/usr/local/mahout/bin$
  2. hadoop@kdevlinux:/usr/local/mahout/bin$ mahout testclassifier -m model96000-NG3 -d 96000-prepared-test -v -method mapreduce -ng 3
  3. Running on hadoop, using HADOOP_HOME=/usr/local/hadoop
  4. HADOOP_CONF_DIR=/usr/local/hadoop/conf
  5. 11/06/17 18:31:17 INFO common.HadoopUtil: Deleting 96000-prepared-test-output
  6. 11/06/17 18:31:19 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
  7. 11/06/17 18:31:20 INFO mapred.FileInputFormat: Total input paths to process : 21
  8. 11/06/17 18:31:21 INFO mapred.JobClient: Running job: job_201106171821_0001
  9. 11/06/17 18:31:22 INFO mapred.JobClient: map 0% reduce 0%
  10. 11/06/17 18:33:33 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000000_0, Status : FAILED
  11. java.lang.RuntimeException: Error in configuring object
  12. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  13. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  14. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  15. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  16. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  17. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  18. Caused by: java.lang.reflect.InvocationTargetException
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  22. at java.lang.reflect.Method.invoke(Method.java:597)
  23. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  24. ... 5 more
  25. Caused by: java.lang.RuntimeException: Error in configuring object
  26. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  27. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  28. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  29. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  30. ... 10 more
  31. Caused by: java.lang.reflect.InvocationTargetException
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  35. at java.lang.reflect.Method.invoke(Method.java:597)
  36. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  37. ... 13 more
  38. Caused by: java.lang.OutOfMemoryError: Java heap space
  39. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  40. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  41. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  42. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  43. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  44. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  45. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  46. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  47. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  48. ... 18 more
  49.  
  50. attempt_201106171821_0001_m_000000_0: 1.860: [GC 1.860: [ParNew: 68160K->8512K(76672K), 0.0496790 secs] 165440K->110145K(3137216K), 0.0497500 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
  51. attempt_201106171821_0001_m_000000_0: 2.228: [GC [1 CMS-initial-mark: 101633K(3060544K)] 141447K(3137216K), 0.0334670 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  52. attempt_201106171821_0001_m_000000_0: 2.262: [CMS-concurrent-mark-start]
  53. attempt_201106171821_0001_m_000000_0: 2.310: [CMS-concurrent-mark: 0.048/0.048 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
  54. attempt_201106171821_0001_m_000000_0: 2.310: [CMS-concurrent-preclean-start]
  55. attempt_201106171821_0001_m_000000_0: 2.490: [GC 2.490: [ParNew: 76672K->8512K(76672K), 0.0932870 secs] 178305K->126424K(3137216K), 0.0933390 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  56. attempt_201106171821_0001_m_000000_0: 2.763: [CMS-concurrent-preclean: 0.012/0.453 secs] [Times: user=0.55 sys=0.01, real=0.45 secs]
  57. attempt_201106171821_0001_m_000000_0: 2.763: [CMS-concurrent-abortable-preclean-start]
  58. attempt_201106171821_0001_m_000000_0: 2.817: [CMS-concurrent-abortable-preclean: 0.054/0.054 secs] [Times: user=0.06 sys=0.00, real=0.06 secs]
  59. attempt_201106171821_0001_m_000000_0: 2.817: [GC[YG occupancy: 44034 K (76672 K)]2.817: [Rescan (parallel) , 0.0302170 secs]2.848: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 117912K(3060544K)] 161947K(3137216K), 0.0303110 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
  60. attempt_201106171821_0001_m_000000_0: 2.848: [CMS-concurrent-sweep-start]
  61. attempt_201106171821_0001_m_000000_0: 2.849: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  62. attempt_201106171821_0001_m_000000_0: 2.849: [CMS-concurrent-reset-start]
  63. attempt_201106171821_0001_m_000000_0: 3.043: [GC 3.043: [ParNew: 74007K->8512K(76672K), 0.0314510 secs] 191914K->136445K(3137216K), 0.0315030 secs] [Times: user=0.10 sys=0.01, real=0.03 secs]
  64. attempt_201106171821_0001_m_000000_0: 3.272: [CMS-concurrent-reset: 0.091/0.424 secs] [Times: user=0.47 sys=0.10, real=0.42 secs]
  65. attempt_201106171821_0001_m_000000_0: 3.475: [GC 3.475: [ParNew: 76672K->8512K(76672K), 0.0872240 secs] 204605K->165676K(3137216K) icms_dc=5 , 0.0872680 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  66. attempt_201106171821_0001_m_000000_0: 3.757: [GC [1 CMS-initial-mark: 157164K(3060544K)] 198488K(3137216K), 0.0564880 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
  67. attempt_201106171821_0001_m_000000_0: 3.814: [CMS-concurrent-mark-start]
  68. attempt_201106171821_0001_m_000000_0: 4.112: [GC 4.112: [ParNew: 76672K->8512K(76672K), 0.0680490 secs] 233836K->176466K(3137216K) icms_dc=5 , 0.0681090 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  69. attempt_201106171821_0001_m_000000_0: 4.347: [CMS-concurrent-mark: 0.070/0.532 secs] [Times: user=0.65 sys=0.01, real=0.53 secs]
  70. attempt_201106171821_0001_m_000000_0: 4.347: [CMS-concurrent-preclean-start]
  71. attempt_201106171821_0001_m_000000_0: 4.514: [GC 4.514: [ParNew: 76672K->8512K(76672K), 0.0681960 secs] 244626K->221712K(3137216K) icms_dc=5 , 0.0682420 secs] [Times: user=0.17 sys=0.02, real=0.06 secs]
  72. attempt_201106171821_0001_m_000000_0: 5.011: [GC 5.011: [ParNew: 76672K->8512K(76672K), 0.0723810 secs] 289872K->230028K(3137216K) icms_dc=5 , 0.0724300 secs] [Times: user=0.12 sys=0.01, real=0.07 secs]
  73. attempt_201106171821_0001_m_000000_0: 5.568: [GC 5.568: [ParNew: 76672K->8512K(76672K), 0.0734830 secs] 298188K->240524K(3137216K) icms_dc=5 , 0.0735330 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  74. attempt_201106171821_0001_m_000000_0: 6.052: [GC 6.052: [ParNew: 67383K->8512K(76672K), 0.0488880 secs] 299396K->249666K(3137216K) icms_dc=5 , 0.0489360 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
  75. attempt_201106171821_0001_m_000000_0: 6.131: [CMS-concurrent-preclean: 0.160/1.784 secs] [Times: user=2.18 sys=0.06, real=1.79 secs]
  76. attempt_201106171821_0001_m_000000_0: 6.131: [CMS-concurrent-abortable-preclean-start]
  77. attempt_201106171821_0001_m_000000_0: 6.294: [GC 6.294: [ParNew: 55755K->3537K(76672K), 0.0971300 secs] 296910K->295736K(3137216K) icms_dc=5 , 0.0971830 secs] [Times: user=0.19 sys=0.02, real=0.10 secs]
  78. attempt_201106171821_0001_m_000000_0: 6.653: [GC 6.653: [ParNew: 71697K->8512K(76672K), 0.0277780 secs] 363896K->333336K(3137216K) icms_dc=5 , 0.0278240 secs] [Times: user=0.10 sys=0.01, real=0.03 secs]
  79. attempt_201106171821_0001_m_000000_0: 7.140: [GC 7.140: [ParNew: 76672K->8512K(76672K), 0.0418410 secs] 401496K->343411K(3137216K) icms_dc=5 , 0.0418860 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
  80. attempt_201106171821_0001_m_000000_0: 7.581: [GC 7.581: [ParNew: 76672K->8512K(76672K), 0.0708470 secs] 411571K->354203K(3137216K) icms_dc=5 , 0.0708930 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  81. attempt_201106171821_0001_m_000000_0: 7.835: [CMS-concurrent-abortable-preclean: 0.171/1.704 secs] [Times: user=2.55 sys=0.07, real=1.71 secs]
  82. attempt_201106171821_0001_m_000000_0: 7.836: [GC[YG occupancy: 41056 K (76672 K)]7.836: [Rescan (parallel) , 0.0349350 secs]7.871: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 345691K(3060544K)] 386748K(3137216K), 0.0350120 secs] [Times: user=0.11 sys=0.01, real=0.03 secs]
  83. attempt_201106171821_0001_m_000000_0: 7.871: [CMS-concurrent-sweep-start]
  84. attempt_201106171821_0001_m_000000_0: 8.086: [GC 8.086: [ParNew: 76672K->8512K(76672K), 0.0556220 secs] 410858K->353414K(3137216K) icms_dc=5 , 0.0556860 secs] [Times: user=0.15 sys=0.00, real=0.05 secs]
  85. attempt_201106171821_0001_m_000000_0: 8.338: [CMS-concurrent-sweep: 0.024/0.467 secs] [Times: user=0.55 sys=0.02, real=0.47 secs]
  86. attempt_201106171821_0001_m_000000_0: 8.341: [CMS-concurrent-reset-start]
  87. attempt_201106171821_0001_m_000000_0: 8.354: [CMS-concurrent-reset: 0.013/0.013 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  88. attempt_201106171821_0001_m_000000_0: 8.581: [GC 8.581: [ParNew: 76672K->8512K(76672K), 0.0546960 secs] 421574K->363741K(3137216K) icms_dc=0 , 0.0547430 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  89. attempt_201106171821_0001_m_000000_0: 9.049: [GC 9.049: [ParNew: 76672K->8512K(76672K), 0.0601690 secs] 431901K->374838K(3137216K) icms_dc=0 , 0.0602160 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  90. attempt_201106171821_0001_m_000000_0: 9.692: [GC 9.692: [ParNew: 76672K->8512K(76672K), 0.0518940 secs] 442998K->384542K(3137216K) icms_dc=0 , 0.0519530 secs] [Times: user=0.15 sys=0.00, real=0.05 secs]
  91. attempt_201106171821_0001_m_000000_0: 9.949: [GC 9.949: [ParNew: 67964K->8415K(76672K), 0.1240400 secs] 443994K->421256K(3137216K) icms_dc=0 , 0.1240900 secs] [Times: user=0.29 sys=0.03, real=0.12 secs]
  92. attempt_201106171821_0001_m_000000_0: 10.405: [GC 10.405: [ParNew: 73190K->7074K(76672K), 0.0775920 secs] 486031K->480912K(3137216K) icms_dc=4 , 0.0776400 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  93. attempt_201106171821_0001_m_000000_0: 10.492: [GC [1 CMS-initial-mark: 473837K(3060544K)] 538205K(3137216K), 0.0003130 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  94. attempt_201106171821_0001_m_000000_0: 10.492: [CMS-concurrent-mark-start]
  95. attempt_201106171821_0001_m_000000_0: 10.547: [GC 10.547: [ParNew: 75234K->8013K(76672K), 0.0516480 secs] 549072K->545523K(3137216K) icms_dc=16 , 0.0516960 secs] [Times: user=0.08 sys=0.03, real=0.05 secs]
  96. attempt_201106171821_0001_m_000000_0: 10.893: [GC 10.893: [ParNew: 76173K->8512K(76672K), 0.0349470 secs] 613683K->555552K(3137216K) icms_dc=16 , 0.0349920 secs] [Times: user=0.11 sys=0.01, real=0.04 secs]
  97. attempt_201106171821_0001_m_000000_0: 11.226: [GC 11.227: [ParNew: 76672K->8512K(76672K), 0.0707360 secs] 623712K->566046K(3137216K) icms_dc=16 , 0.0707840 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  98. attempt_201106171821_0001_m_000000_0: 11.589: [GC 11.589: [ParNew: 76672K->8512K(76672K), 0.0697480 secs] 634206K->577406K(3137216K) icms_dc=16 , 0.0698050 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
  99. attempt_201106171821_0001_m_000000_0: 11.973: [GC 11.973: [ParNew: 76672K->8512K(76672K), 0.0732810 secs] 645566K->587292K(3137216K) icms_dc=16 , 0.0733250 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  100. attempt_201106171821_0001_m_000000_0: 12.358: [GC 12.358: [ParNew: 76672K->8512K(76672K), 0.0667830 secs] 655452K->598056K(3137216K) icms_dc=16 , 0.0668250 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  101. attempt_201106171821_0001_m_000000_0: 12.707: [GC 12.707: [ParNew: 76672K->8512K(76672K), 0.0704640 secs] 666216K->608705K(3137216K) icms_dc=16 , 0.0705230 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  102. attempt_201106171821_0001_m_000000_0: 13.101: [GC 13.102: [ParNew: 76672K->8512K(76672K), 0.0833370 secs] 676865K->618589K(3137216K) icms_dc=16 , 0.0833920 secs] [Times: user=0.23 sys=0.00, real=0.09 secs]
  103. attempt_201106171821_0001_m_000000_0: 13.309: [CMS-concurrent-mark: 0.534/2.817 secs] [Times: user=4.06 sys=0.13, real=2.82 secs]
  104. attempt_201106171821_0001_m_000000_0: 13.309: [CMS-concurrent-preclean-start]
  105. attempt_201106171821_0001_m_000000_0: 13.479: [GC 13.479: [ParNew: 76672K->8512K(76672K), 0.0813440 secs] 686749K->629237K(3137216K) icms_dc=16 , 0.0813910 secs] [Times: user=0.20 sys=0.01, real=0.08 secs]
  106. attempt_201106171821_0001_m_000000_0: 13.875: [GC 13.875: [ParNew: 76672K->8512K(76672K), 0.0971640 secs] 697397K->639710K(3137216K) icms_dc=16 , 0.0972120 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  107. attempt_201106171821_0001_m_000000_0: 14.315: [GC 14.315: [ParNew: 76672K->8512K(76672K), 0.0744140 secs] 707870K->650582K(3137216K) icms_dc=16 , 0.0744610 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  108. attempt_201106171821_0001_m_000000_0: 14.670: [GC 14.670: [ParNew: 76672K->8512K(76672K), 0.0669870 secs] 718742K->661444K(3137216K) icms_dc=16 , 0.0670330 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  109. attempt_201106171821_0001_m_000000_0: 15.040: [GC 15.040: [ParNew: 76672K->8512K(76672K), 0.0651870 secs] 729604K->671331K(3137216K) icms_dc=16 , 0.0652350 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  110. attempt_201106171821_0001_m_000000_0: 15.260: [CMS-concurrent-preclean: 0.342/1.951 secs] [Times: user=2.66 sys=0.10, real=1.95 secs]
  111. attempt_201106171821_0001_m_000000_0: 15.260: [CMS-concurrent-abortable-preclean-start]
  112. attempt_201106171821_0001_m_000000_0: 15.399: [GC 15.399: [ParNew: 76672K->8512K(76672K), 0.0818540 secs] 739491K->681468K(3137216K) icms_dc=16 , 0.0819020 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  113. attempt_201106171821_0001_m_000000_0: 15.735: [GC 15.735: [ParNew: 71379K->8512K(76672K), 0.0712120 secs] 744336K->691319K(3137216K) icms_dc=16 , 0.0712610 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  114. attempt_201106171821_0001_m_000000_0: 15.814: [CMS-concurrent-abortable-preclean: 0.148/0.554 secs] [Times: user=0.88 sys=0.02, real=0.56 secs]
  115. attempt_201106171821_0001_m_000000_0: 15.816: [GC[YG occupancy: 65109 K (76672 K)]15.816: [Rescan (parallel) , 0.0593330 secs]15.876: [weak refs processing, 0.0000160 secs] [1 CMS-remark: 682807K(3060544K)] 747917K(3137216K), 0.0594360 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  116. attempt_201106171821_0001_m_000000_0: 15.876: [GC 15.876: [ParNew: 65306K->2013K(76672K), 0.1534410 secs] 748114K->749421K(3137216K) icms_dc=16 , 0.1534850 secs] [Times: user=0.37 sys=0.02, real=0.15 secs]
  117. attempt_201106171821_0001_m_000000_0: 16.029: [CMS-concurrent-sweep-start]
  118. attempt_201106171821_0001_m_000000_0: 16.038: [GC 16.038: [ParNew: 58870K->1006K(76672K), 0.0890470 secs] 806278K->805011K(3137216K) icms_dc=18 , 0.0890940 secs] [Times: user=0.13 sys=0.02, real=0.09 secs]
  119. attempt_201106171821_0001_m_000000_0: 16.731: [GC 16.731: [ParNew: 15541K->125K(76672K), 0.0403300 secs] 819546K->818280K(3137216K) icms_dc=18 , 0.0403760 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
  120. attempt_201106171821_0001_m_000000_0: 16.841: [GC 16.841: [ParNew: 56723K->31K(76672K), 0.0705860 secs] 988072K->987978K(3137216K) icms_dc=33 , 0.0708870 secs] [Times: user=0.13 sys=0.04, real=0.07 secs]
  121. attempt_201106171821_0001_m_000000_0: 17.258: [GC 17.258: [ParNew: 68191K->8385K(76672K), 0.0809890 secs] 964339K->918682K(3137216K) icms_dc=33 , 0.0810370 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  122. attempt_201106171821_0001_m_000000_0: 17.502: [CMS-concurrent-sweep: 0.169/1.473 secs] [Times: user=1.79 sys=0.11, real=1.47 secs]
  123. attempt_201106171821_0001_m_000000_0: 17.507: [CMS-concurrent-reset-start]
  124. attempt_201106171821_0001_m_000000_0: 17.514: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  125. attempt_201106171821_0001_m_000000_0: 17.629: [GC 17.630: [ParNew: 76545K->8512K(76672K), 0.0913600 secs] 986841K->929254K(3137216K) icms_dc=25 , 0.0914080 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  126. attempt_201106171821_0001_m_000000_0: 17.858: [GC [1 CMS-initial-mark: 920742K(3060544K)] 955363K(3137216K), 0.0316310 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  127. attempt_201106171821_0001_m_000000_0: 17.890: [CMS-concurrent-mark-start]
  128. attempt_201106171821_0001_m_000000_0: 18.065: [GC 18.065: [ParNew: 76672K->8512K(76672K), 0.1269010 secs] 997414K->939834K(3137216K) icms_dc=25 , 0.1269550 secs] [Times: user=0.26 sys=0.00, real=0.12 secs]
  129. attempt_201106171821_0001_m_000000_0: 18.503: [GC 18.503: [ParNew: 76672K->8512K(76672K), 0.1004840 secs] 1007994K->950300K(3137216K) icms_dc=25 , 0.1005310 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  130. attempt_201106171821_0001_m_000000_0: 18.890: [GC 18.890: [ParNew: 76672K->8512K(76672K), 0.0992030 secs] 1018460K->961467K(3137216K) icms_dc=25 , 0.0992480 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  131. attempt_201106171821_0001_m_000000_0: 19.271: [GC 19.271: [ParNew: 76672K->8512K(76672K), 0.0861790 secs] 1029627K->971899K(3137216K) icms_dc=25 , 0.0862270 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  132. attempt_201106171821_0001_m_000000_0: 19.634: [GC 19.634: [ParNew: 76672K->8512K(76672K), 0.0948000 secs] 1040059K->981703K(3137216K) icms_dc=25 , 0.0948540 secs] [Times: user=0.29 sys=0.00, real=0.09 secs]
  133. attempt_201106171821_0001_m_000000_0: 20.017: [GC 20.017: [ParNew: 76672K->8512K(76672K), 0.0961580 secs] 1049863K->992579K(3137216K) icms_dc=25 , 0.0962060 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  134. attempt_201106171821_0001_m_000000_0: 20.398: [GC 20.398: [ParNew: 76672K->8512K(76672K), 0.1037920 secs] 1060739K->1002977K(3137216K) icms_dc=25 , 0.1038470 secs] [Times: user=0.26 sys=0.00, real=0.11 secs]
  135. attempt_201106171821_0001_m_000000_0: 20.799: [GC 20.799: [ParNew: 76672K->8512K(76672K), 0.1125350 secs] 1071137K->1013466K(3137216K) icms_dc=25 , 0.1125860 secs] [Times: user=0.28 sys=0.00, real=0.11 secs]
  136. attempt_201106171821_0001_m_000000_0: 21.181: [GC 21.181: [ParNew: 76672K->8512K(76672K), 0.0993180 secs] 1081626K->1023933K(3137216K) icms_dc=25 , 0.0993650 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  137. attempt_201106171821_0001_m_000000_0: 21.588: [GC 21.589: [ParNew: 76672K->8512K(76672K), 0.0880760 secs] 1092093K->1034546K(3137216K) icms_dc=25 , 0.0881250 secs] [Times: user=0.21 sys=0.02, real=0.09 secs]
  138. attempt_201106171821_0001_m_000000_0: 21.951: [GC 21.951: [ParNew: 76672K->8512K(76672K), 0.0824610 secs] 1102706K->1044844K(3137216K) icms_dc=25 , 0.0825200 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  139. attempt_201106171821_0001_m_000000_0: 22.305: [GC 22.305: [ParNew: 76672K->8512K(76672K), 0.0937410 secs] 1113004K->1055267K(3137216K) icms_dc=25 , 0.0937890 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  140. attempt_201106171821_0001_m_000000_0: 22.681: [GC 22.681: [ParNew: 76672K->8512K(76672K), 0.0963130 secs] 1123427K->1065528K(3137216K) icms_dc=25 , 0.0963600 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  141. attempt_201106171821_0001_m_000000_0: 23.051: [GC 23.051: [ParNew: 76672K->8512K(76672K), 0.1007110 secs] 1133688K->1076123K(3137216K) icms_dc=25 , 0.1007850 secs] [Times: user=0.23 sys=0.02, real=0.10 secs]
  142. attempt_201106171821_0001_m_000000_0: 23.443: [GC 23.443: [ParNew: 76672K->8512K(76672K), 0.1495640 secs] 1144283K->1087078K(3137216K) icms_dc=25 , 0.1496170 secs] [Times: user=0.32 sys=0.02, real=0.15 secs]
  143. attempt_201106171821_0001_m_000000_0: 23.753: [CMS-concurrent-mark: 1.169/5.863 secs] [Times: user=8.98 sys=0.22, real=5.86 secs]
  144. attempt_201106171821_0001_m_000000_0: 23.753: [CMS-concurrent-preclean-start]
  145. attempt_201106171821_0001_m_000000_0: 23.915: [GC 23.915: [ParNew: 76672K->8512K(76672K), 0.0815940 secs] 1155238K->1097661K(3137216K) icms_dc=25 , 0.0816400 secs] [Times: user=0.23 sys=0.02, real=0.08 secs]
  146. attempt_201106171821_0001_m_000000_0: 24.286: [GC 24.286: [ParNew: 76672K->8512K(76672K), 0.0921820 secs] 1165821K->1107504K(3137216K) icms_dc=25 , 0.0922290 secs] [Times: user=0.22 sys=0.01, real=0.10 secs]
  147. attempt_201106171821_0001_m_000000_0: 24.844: [GC 24.844: [ParNew: 76672K->8512K(76672K), 0.1064340 secs] 1175664K->1118563K(3137216K) icms_dc=25 , 0.1064800 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  148. attempt_201106171821_0001_m_000000_0: 25.237: [GC 25.237: [ParNew: 76672K->8512K(76672K), 0.0845010 secs] 1186723K->1128698K(3137216K) icms_dc=25 , 0.0845490 secs] [Times: user=0.28 sys=0.00, real=0.08 secs]
  149. attempt_201106171821_0001_m_000000_0: 25.459: [CMS-concurrent-preclean: 0.457/1.706 secs] [Times: user=2.52 sys=0.06, real=1.71 secs]
  150. attempt_201106171821_0001_m_000000_0: 25.459: [CMS-concurrent-abortable-preclean-start]
  151. attempt_201106171821_0001_m_000000_0: 25.602: [GC 25.603: [ParNew: 76672K->8512K(76672K), 0.0970810 secs] 1196858K->1139239K(3137216K) icms_dc=25 , 0.0971310 secs] [Times: user=0.33 sys=0.00, real=0.10 secs]
  152. attempt_201106171821_0001_m_000000_0: 25.992: [GC 25.992: [ParNew: 76672K->8512K(76672K), 0.1027470 secs] 1207399K->1149529K(3137216K) icms_dc=25 , 0.1027930 secs] [Times: user=0.22 sys=0.02, real=0.11 secs]
  153. attempt_201106171821_0001_m_000000_0: 26.394: [GC 26.394: [ParNew: 76672K->8512K(76672K), 0.1309620 secs] 1217689K->1160072K(3137216K) icms_dc=25 , 0.1310200 secs] [Times: user=0.32 sys=0.00, real=0.14 secs]
  154. attempt_201106171821_0001_m_000000_0: 26.642: [CMS-concurrent-abortable-preclean: 0.189/1.183 secs] [Times: user=1.86 sys=0.04, real=1.18 secs]
  155. attempt_201106171821_0001_m_000000_0: 26.642: [GC[YG occupancy: 34804 K (76672 K)]26.642: [Rescan (parallel) , 0.1410250 secs]26.783: [weak refs processing, 0.0000250 secs] [1 CMS-remark: 1151560K(3060544K)] 1186365K(3137216K), 0.1411290 secs] [Times: user=0.28 sys=0.00, real=0.14 secs]
  156. attempt_201106171821_0001_m_000000_0: 26.784: [CMS-concurrent-sweep-start]
  157. attempt_201106171821_0001_m_000000_0: 26.980: [GC 26.980: [ParNew: 76672K->8512K(76672K), 0.1028990 secs] 1228205K->1170527K(3137216K) icms_dc=25 , 0.1029490 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  158. attempt_201106171821_0001_m_000000_0: 27.370: [GC 27.370: [ParNew: 76672K->8512K(76672K), 0.0959270 secs] 1238687K->1180589K(3137216K) icms_dc=25 , 0.0959750 secs] [Times: user=0.23 sys=0.00, real=0.10 secs]
  159. attempt_201106171821_0001_m_000000_0: 27.756: [GC 27.756: [ParNew: 76672K->8512K(76672K), 0.1018240 secs] 1047110K->989342K(3137216K) icms_dc=25 , 0.1018720 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  160. attempt_201106171821_0001_m_000000_0: 28.176: [GC 28.176: [ParNew: 76672K->8512K(76672K), 0.0992030 secs] 1057494K->1000574K(3137216K) icms_dc=25 , 0.0992510 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  161. attempt_201106171821_0001_m_000000_0: 28.337: [CMS-concurrent-sweep: 0.358/1.554 secs] [Times: user=2.43 sys=0.04, real=1.56 secs]
  162. attempt_201106171821_0001_m_000000_0: 28.337: [CMS-concurrent-reset-start]
  163. attempt_201106171821_0001_m_000000_0: 28.345: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  164. attempt_201106171821_0001_m_000000_0: 30.041: [GC 30.041: [ParNew: 76672K->8023K(76672K), 0.1993970 secs] 1634707K->1630534K(3137216K) icms_dc=40 , 0.1994510 secs] [Times: user=0.44 sys=0.00, real=0.20 secs]
  165. attempt_201106171821_0001_m_000000_0: 30.341: [GC [1 CMS-initial-mark: 1622511K(3060544K)] 1651054K(3137216K), 0.0221340 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  166. attempt_201106171821_0001_m_000000_0: 30.363: [CMS-concurrent-mark-start]
  167. attempt_201106171821_0001_m_000000_0: 30.574: [GC 30.574: [ParNew: 76183K->8512K(76672K), 0.1197110 secs] 1698694K->1634880K(3137216K) icms_dc=55 , 0.1197570 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  168. attempt_201106171821_0001_m_000000_0: 30.966: [GC 30.966: [ParNew: 76672K->8512K(76672K), 0.1116710 secs] 1703040K->1645350K(3137216K) icms_dc=55 , 0.1117200 secs] [Times: user=0.38 sys=0.00, real=0.11 secs]
  169. attempt_201106171821_0001_m_000000_0: 31.357: [GC 31.357: [ParNew: 76672K->8512K(76672K), 0.1208440 secs] 1713510K->1656021K(3137216K) icms_dc=55 , 0.1208920 secs] [Times: user=0.39 sys=0.01, real=0.12 secs]
  170. attempt_201106171821_0001_m_000000_0: 31.757: [GC 31.757: [ParNew: 76672K->8512K(76672K), 0.1305490 secs] 1724181K->1666663K(3137216K) icms_dc=55 , 0.1306040 secs] [Times: user=0.33 sys=0.00, real=0.13 secs]
  171. attempt_201106171821_0001_m_000000_0: 32.167: [GC 32.167: [ParNew: 76672K->8512K(76672K), 0.1305130 secs] 1734823K->1677238K(3137216K) icms_dc=55 , 0.1305750 secs] [Times: user=0.36 sys=0.00, real=0.13 secs]
  172. attempt_201106171821_0001_m_000000_0: 32.571: [GC 32.571: [ParNew: 76672K->8512K(76672K), 0.1293490 secs] 1745398K->1687803K(3137216K) icms_dc=55 , 0.1293970 secs] [Times: user=0.37 sys=0.00, real=0.13 secs]
  173. attempt_201106171821_0001_m_000000_0: 33.010: [GC 33.010: [ParNew: 76672K->8512K(76672K), 0.1300270 secs] 1755963K->1698350K(3137216K) icms_dc=55 , 0.1300760 secs] [Times: user=0.35 sys=0.00, real=0.13 secs]
  174. attempt_201106171821_0001_m_000000_0: 33.422: [GC 33.422: [ParNew: 76672K->8512K(76672K), 0.0956900 secs] 1766510K->1708361K(3137216K) icms_dc=55 , 0.0957390 secs] [Times: user=0.32 sys=0.00, real=0.10 secs]
  175. attempt_201106171821_0001_m_000000_0: 33.824: [GC 33.824: [ParNew: 76672K->8512K(76672K), 0.1235080 secs] 1776521K->1718916K(3137216K) icms_dc=55 , 0.1235570 secs] [Times: user=0.38 sys=0.00, real=0.12 secs]
  176. attempt_201106171821_0001_m_000000_0: 34.285: [GC 34.285: [ParNew: 76672K->8512K(76672K), 0.1371790 secs] 1787076K->1729798K(3137216K) icms_dc=55 , 0.1372270 secs] [Times: user=0.37 sys=0.00, real=0.13 secs]
  177. attempt_201106171821_0001_m_000000_0: 34.696: [GC 34.696: [ParNew: 76672K->8512K(76672K), 0.1130500 secs] 1797958K->1739601K(3137216K) icms_dc=55 , 0.1130980 secs] [Times: user=0.30 sys=0.00, real=0.11 secs]
  178. attempt_201106171821_0001_m_000000_0: 35.083: [GC 35.083: [ParNew: 76672K->8512K(76672K), 0.1250810 secs] 1807761K->1750412K(3137216K) icms_dc=55 , 0.1251270 secs] [Times: user=0.36 sys=0.00, real=0.13 secs]
  179. attempt_201106171821_0001_m_000000_0: 35.482: [GC 35.482: [ParNew: 76672K->8512K(76672K), 0.1327840 secs] 1818572K->1760621K(3137216K) icms_dc=55 , 0.1328310 secs] [Times: user=0.35 sys=0.01, real=0.13 secs]
  180. attempt_201106171821_0001_m_000000_0: 35.907: [GC 35.907: [ParNew: 76672K->8512K(76672K), 0.1333670 secs] 1828781K->1771633K(3137216K) icms_dc=55 , 0.1334140 secs] [Times: user=0.37 sys=0.01, real=0.14 secs]
  181. attempt_201106171821_0001_m_000000_0: 36.322: [GC 36.322: [ParNew: 76672K->8512K(76672K), 0.1164210 secs] 1839793K->1782073K(3137216K) icms_dc=55 , 0.1164670 secs] [Times: user=0.31 sys=0.01, real=0.12 secs]
  182. attempt_201106171821_0001_m_000000_0: 36.890: [GC 36.890: [ParNew: 76672K->8512K(76672K), 0.1481520 secs] 1850233K->1792525K(3137216K) icms_dc=55 , 0.1481990 secs] [Times: user=0.38 sys=0.00, real=0.15 secs]
  183. attempt_201106171821_0001_m_000000_0: 37.236: [CMS-concurrent-mark: 2.804/6.873 secs] [Times: user=12.32 sys=0.15, real=6.88 secs]
  184. attempt_201106171821_0001_m_000000_0: 37.237: [CMS-concurrent-preclean-start]
  185. attempt_201106171821_0001_m_000000_0: 37.365: [GC 37.365: [ParNew: 76672K->8512K(76672K), 0.1498920 secs] 1860685K->1802381K(3137216K) icms_dc=55 , 0.1499420 secs] [Times: user=0.34 sys=0.02, real=0.14 secs]
  186. attempt_201106171821_0001_m_000000_0: 37.819: [GC 37.819: [ParNew: 76672K->8512K(76672K), 0.1201880 secs] 1870541K->1813088K(3137216K) icms_dc=55 , 0.1202350 secs] [Times: user=0.32 sys=0.00, real=0.12 secs]
  187. attempt_201106171821_0001_m_000000_0: 38.218: [GC 38.218: [ParNew: 76672K->8512K(76672K), 0.1094210 secs] 1881248K->1823582K(3137216K) icms_dc=55 , 0.1094690 secs] [Times: user=0.32 sys=0.00, real=0.11 secs]
  188. attempt_201106171821_0001_m_000000_0: 38.605: [GC 38.605: [ParNew: 76672K->8512K(76672K), 0.1082650 secs] 1891742K->1834041K(3137216K) icms_dc=55 , 0.1083110 secs] [Times: user=0.29 sys=0.01, real=0.11 secs]
  189. attempt_201106171821_0001_m_000000_0: 39.023: [GC 39.023: [ParNew: 76672K->8512K(76672K), 0.1182670 secs] 1902201K->1844440K(3137216K) icms_dc=55 , 0.1183340 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  190. attempt_201106171821_0001_m_000000_0: 39.416: [GC 39.416: [ParNew: 76672K->8512K(76672K), 0.1404060 secs] 1912600K->1855188K(3137216K) icms_dc=55 , 0.1404530 secs] [Times: user=0.35 sys=0.01, real=0.14 secs]
  191. attempt_201106171821_0001_m_000000_0: 39.685: [CMS-concurrent-preclean: 0.851/2.448 secs] [Times: user=4.39 sys=0.04, real=2.44 secs]
  192. attempt_201106171821_0001_m_000000_0: 39.685: [CMS-concurrent-abortable-preclean-start]
  193. attempt_201106171821_0001_m_000000_0: 40.014: [GC 40.014: [ParNew: 76672K->8512K(76672K), 0.1542070 secs] 1923348K->1865873K(3137216K) icms_dc=55 , 0.1542570 secs] [Times: user=0.40 sys=0.00, real=0.16 secs]
  194. attempt_201106171821_0001_m_000000_0: 40.440: [GC 40.440: [ParNew: 76672K->8512K(76672K), 0.1066420 secs] 1934033K->1879559K(3137216K) icms_dc=55 , 0.1066980 secs] [Times: user=0.26 sys=0.01, real=0.11 secs]
  195. attempt_201106171821_0001_m_000000_0: 40.596: [CMS-concurrent-abortable-preclean: 0.221/0.911 secs] [Times: user=1.50 sys=0.02, real=0.91 secs]
  196. attempt_201106171821_0001_m_000000_0: 40.596: [GC[YG occupancy: 25686 K (76672 K)]40.596: [Rescan (parallel) , 0.1307900 secs]40.727: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 1871047K(3060544K)] 1896734K(3137216K), 0.1308840 secs] [Times: user=0.36 sys=0.00, real=0.14 secs]
  197. attempt_201106171821_0001_m_000000_0: 40.727: [CMS-concurrent-sweep-start]
  198. attempt_201106171821_0001_m_000000_0: 40.928: [GC 40.928: [ParNew: 75913K->8512K(76672K), 0.0589580 secs] 1946959K->1893181K(3137216K) icms_dc=55 , 0.0590190 secs] [Times: user=0.14 sys=0.02, real=0.06 secs]
  199. attempt_201106171821_0001_m_000000_0: 41.212: [GC 41.213: [ParNew: 76672K->8512K(76672K), 0.0815390 secs] 1961341K->1907509K(3137216K) icms_dc=55 , 0.0815850 secs] [Times: user=0.16 sys=0.02, real=0.08 secs]
  200. attempt_201106171821_0001_m_000000_0: 41.541: [GC 41.541: [ParNew: 76672K->8512K(76672K), 0.0578530 secs] 1975668K->1922795K(3137216K) icms_dc=55 , 0.0579430 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  201. attempt_201106171821_0001_m_000000_0: 41.865: [GC 41.865: [ParNew: 76672K->8512K(76672K), 0.0471290 secs] 1679646K->1624562K(3137216K) icms_dc=55 , 0.0471750 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
  202. attempt_201106171821_0001_m_000000_0: 42.048: [CMS-concurrent-sweep: 0.659/1.321 secs] [Times: user=2.09 sys=0.09, real=1.32 secs]
  203. attempt_201106171821_0001_m_000000_0: 42.048: [CMS-concurrent-reset-start]
  204. attempt_201106171821_0001_m_000000_0: 42.055: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
  205. attempt_201106171821_0001_m_000000_0: 42.144: [GC 42.144: [ParNew: 76672K->8512K(76672K), 0.0613460 secs] 1692719K->1637870K(3137216K) icms_dc=42 , 0.0613940 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  206. attempt_201106171821_0001_m_000000_0: 42.264: [GC [1 CMS-initial-mark: 1629358K(3060544K)] 1657913K(3137216K), 0.0292640 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  207. attempt_201106171821_0001_m_000000_0: 42.293: [CMS-concurrent-mark-start]
  208. attempt_201106171821_0001_m_000000_0: 42.451: [GC 42.451: [ParNew: 75214K->8512K(76672K), 0.0706470 secs] 1704573K->1650161K(3137216K) icms_dc=42 , 0.0706950 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  209. attempt_201106171821_0001_m_000000_0: 42.760: [GC 42.760: [ParNew: 76672K->8512K(76672K), 0.0752120 secs] 1718321K->1676725K(3137216K) icms_dc=42 , 0.0752590 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  210. attempt_201106171821_0001_m_000000_0: 43.082: [GC 43.082: [ParNew: 76672K->8512K(76672K), 0.0979160 secs] 1744885K->1688727K(3137216K) icms_dc=42 , 0.0979620 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  211. attempt_201106171821_0001_m_000000_0: 43.402: [GC 43.402: [ParNew: 76672K->8512K(76672K), 0.0652270 secs] 1756887K->1702054K(3137216K) icms_dc=42 , 0.0652750 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  212. attempt_201106171821_0001_m_000000_0: 43.688: [GC 43.688: [ParNew: 76672K->8512K(76672K), 0.0747850 secs] 1770214K->1714539K(3137216K) icms_dc=42 , 0.0748320 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  213. attempt_201106171821_0001_m_000000_0: 43.996: [GC 43.996: [ParNew: 76672K->8512K(76672K), 0.0764440 secs] 1782699K->1727305K(3137216K) icms_dc=42 , 0.0764900 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  214. attempt_201106171821_0001_m_000000_0: 44.298: [GC 44.298: [ParNew: 76672K->8512K(76672K), 0.0969150 secs] 1795465K->1740441K(3137216K) icms_dc=42 , 0.0969600 secs] [Times: user=0.18 sys=0.00, real=0.11 secs]
  215. attempt_201106171821_0001_m_000000_0: 44.566: [GC 44.566: [ParNew: 76672K->8512K(76672K), 0.0841760 secs] 1808601K->1780459K(3137216K) icms_dc=42 , 0.0842260 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  216. attempt_201106171821_0001_m_000000_0: 44.896: [GC 44.896: [ParNew: 76672K->8512K(76672K), 0.0669100 secs] 1848619K->1791269K(3137216K) icms_dc=42 , 0.0669570 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  217. attempt_201106171821_0001_m_000000_0: 45.198: [GC 45.198: [ParNew: 76672K->8512K(76672K), 0.0756410 secs] 1859429K->1804761K(3137216K) icms_dc=42 , 0.0756880 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  218. attempt_201106171821_0001_m_000000_0: 45.496: [GC 45.496: [ParNew: 76672K->8512K(76672K), 0.0943800 secs] 1872921K->1817643K(3137216K) icms_dc=42 , 0.0944270 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  219. attempt_201106171821_0001_m_000000_0: 45.807: [GC 45.807: [ParNew: 76672K->8512K(76672K), 0.0704210 secs] 1885803K->1830773K(3137216K) icms_dc=42 , 0.0704690 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  220. attempt_201106171821_0001_m_000000_0: 46.114: [GC 46.114: [ParNew: 76672K->8512K(76672K), 0.0538740 secs] 1898933K->1843785K(3137216K) icms_dc=42 , 0.0539220 secs] [Times: user=0.18 sys=0.00, real=0.05 secs]
  221. attempt_201106171821_0001_m_000000_0: 46.392: [GC 46.392: [ParNew: 76672K->8512K(76672K), 0.0792870 secs] 1911945K->1856978K(3137216K) icms_dc=42 , 0.0793330 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  222. attempt_201106171821_0001_m_000000_0: 46.691: [GC 46.691: [ParNew: 76672K->8512K(76672K), 0.0895140 secs] 1925138K->1869214K(3137216K) icms_dc=42 , 0.0895610 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  223. attempt_201106171821_0001_m_000000_0: 47.002: [GC 47.002: [ParNew: 76672K->8512K(76672K), 0.0786650 secs] 1937374K->1880886K(3137216K) icms_dc=42 , 0.0787120 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  224. attempt_201106171821_0001_m_000000_0: 47.306: [GC 47.307: [ParNew: 76672K->8512K(76672K), 0.0887830 secs] 1949046K->1893959K(3137216K) icms_dc=42 , 0.0888360 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  225. attempt_201106171821_0001_m_000000_0: 47.618: [GC 47.618: [ParNew: 76672K->8512K(76672K), 0.1010660 secs] 1962119K->1907194K(3137216K) icms_dc=42 , 0.1011130 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  226. attempt_201106171821_0001_m_000000_0: 47.940: [GC 47.940: [ParNew: 76672K->8512K(76672K), 0.0917560 secs] 1975354K->1919960K(3137216K) icms_dc=42 , 0.0918030 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  227. attempt_201106171821_0001_m_000000_0: 48.251: [GC 48.251: [ParNew: 76672K->8510K(76672K), 0.0762210 secs] 1988120K->1932679K(3137216K) icms_dc=42 , 0.0762650 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  228. attempt_201106171821_0001_m_000000_0: 48.432: [GC 48.433: [ParNew: 69675K->8510K(76672K), 0.0824900 secs] 1993844K->1969487K(3137216K) icms_dc=42 , 0.0825390 secs] [Times: user=0.14 sys=0.01, real=0.08 secs]
  229. attempt_201106171821_0001_m_000000_0: 48.712: [GC 48.712: [ParNew: 76670K->6563K(76672K), 0.1066620 secs] 2037647K->2008829K(3137216K) icms_dc=52 , 0.1067200 secs] [Times: user=0.28 sys=0.02, real=0.11 secs]
  230. attempt_201106171821_0001_m_000000_0: 49.105: [GC 49.105: [ParNew: 74723K->8512K(76672K), 0.0535210 secs] 2076989K->2021194K(3137216K) icms_dc=52 , 0.0535630 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  231. attempt_201106171821_0001_m_000000_0: 49.405: [GC 49.405: [ParNew: 76672K->8512K(76672K), 0.0659560 secs] 2089354K->2033717K(3137216K) icms_dc=52 , 0.0660030 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  232. attempt_201106171821_0001_m_000000_0: 49.697: [GC 49.697: [ParNew: 76672K->8512K(76672K), 0.0658870 secs] 2101877K->2046289K(3137216K) icms_dc=52 , 0.0659330 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  233. attempt_201106171821_0001_m_000000_0: 50.016: [GC 50.016: [ParNew: 76672K->8512K(76672K), 0.0687930 secs] 2114449K->2059001K(3137216K) icms_dc=52 , 0.0688410 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  234. attempt_201106171821_0001_m_000000_0: 50.503: [GC 50.503: [ParNew: 76672K->8512K(76672K), 0.0625840 secs] 2127161K->2071678K(3137216K) icms_dc=52 , 0.0626330 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  235. attempt_201106171821_0001_m_000000_0: 50.814: [GC 50.814: [ParNew: 76672K->8512K(76672K), 0.0625560 secs] 2139838K->2083960K(3137216K) icms_dc=52 , 0.0626010 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  236. attempt_201106171821_0001_m_000000_0: 51.099: [GC 51.099: [ParNew: 76672K->8512K(76672K), 0.0896770 secs] 2152120K->2095996K(3137216K) icms_dc=52 , 0.0897240 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  237. attempt_201106171821_0001_m_000000_0: 51.421: [GC 51.421: [ParNew: 76672K->8512K(76672K), 0.0910880 secs] 2164156K->2108348K(3137216K) icms_dc=52 , 0.0911340 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  238. attempt_201106171821_0001_m_000000_0: 51.735: [GC 51.735: [ParNew: 76672K->8510K(76672K), 0.0953920 secs] 2176508K->2120819K(3137216K) icms_dc=52 , 0.0954400 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  239. attempt_201106171821_0001_m_000000_0: 51.977: [CMS-concurrent-mark: 3.580/9.684 secs] [Times: user=15.33 sys=0.32, real=9.69 secs]
  240. attempt_201106171821_0001_m_000000_0: 51.978: [CMS-concurrent-preclean-start]
  241. attempt_201106171821_0001_m_000000_0: 52.047: [GC 52.048: [ParNew: 76670K->8510K(76672K), 0.0823290 secs] 2188979K->2133471K(3137216K) icms_dc=52 , 0.0823840 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  242. attempt_201106171821_0001_m_000000_0: 52.307: [CMS-concurrent-preclean: 0.120/0.329 secs] [Times: user=0.54 sys=0.01, real=0.32 secs]
  243. attempt_201106171821_0001_m_000000_0: 52.307: [CMS-concurrent-abortable-preclean-start]
  244. attempt_201106171821_0001_m_000000_0: 52.369: [GC 52.369: [ParNew: 76670K->8510K(76672K), 0.1041130 secs] 2201631K->2146609K(3137216K) icms_dc=52 , 0.1041700 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  245. attempt_201106171821_0001_m_000000_0: 52.635: [CMS-concurrent-abortable-preclean: 0.106/0.328 secs] [Times: user=0.52 sys=0.01, real=0.33 secs]
  246. attempt_201106171821_0001_m_000000_0: 52.635: [GC[YG occupancy: 55029 K (76672 K)]52.635: [Rescan (parallel) , 0.0305880 secs]52.666: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 2138098K(3060544K)] 2193127K(3137216K), 0.0306810 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
  247. attempt_201106171821_0001_m_000000_0: 52.666: [CMS-concurrent-sweep-start]
  248. attempt_201106171821_0001_m_000000_0: 52.743: [GC 52.743: [ParNew: 76670K->8512K(76672K), 0.0964660 secs] 2214762K->2158144K(3137216K) icms_dc=52 , 0.0965160 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  249. attempt_201106171821_0001_m_000000_0: 53.059: [GC 53.059: [ParNew: 76672K->8512K(76672K), 0.0975700 secs] 2226304K->2170780K(3137216K) icms_dc=52 , 0.0976300 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  250. attempt_201106171821_0001_m_000000_0: 53.393: [GC 53.393: [ParNew: 76672K->8512K(76672K), 0.0785940 secs] 2238929K->2183127K(3137216K) icms_dc=52 , 0.0786400 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  251. attempt_201106171821_0001_m_000000_0: 53.766: [GC 53.766: [ParNew: 76672K->8512K(76672K), 0.0879770 secs] 2251280K->2195783K(3137216K) icms_dc=52 , 0.0880230 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  252. attempt_201106171821_0001_m_000000_0: 54.074: [GC 54.074: [ParNew: 76672K->8512K(76672K), 0.0943390 secs] 2263784K->2208324K(3137216K) icms_dc=52 , 0.0943800 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  253. attempt_201106171821_0001_m_000000_0: 54.388: [GC 54.388: [ParNew: 76672K->8512K(76672K), 0.1082910 secs] 2276484K->2221281K(3137216K) icms_dc=52 , 0.1083370 secs] [Times: user=0.18 sys=0.02, real=0.11 secs]
  254. attempt_201106171821_0001_m_000000_0: 54.723: [GC 54.723: [ParNew: 76672K->8511K(76672K), 0.0842300 secs] 2289441K->2234300K(3137216K) icms_dc=52 , 0.0842790 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  255. attempt_201106171821_0001_m_000000_0: 55.033: [GC 55.033: [ParNew: 76671K->8512K(76672K), 0.0804030 secs] 2302458K->2247169K(3137216K) icms_dc=52 , 0.0804510 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  256. attempt_201106171821_0001_m_000000_0: 55.340: [GC 55.340: [ParNew: 76672K->8512K(76672K), 0.0731250 secs] 2315318K->2260343K(3137216K) icms_dc=52 , 0.0731740 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  257. attempt_201106171821_0001_m_000000_0: 55.529: [CMS-concurrent-sweep: 1.077/2.863 secs] [Times: user=4.66 sys=0.12, real=2.86 secs]
  258. attempt_201106171821_0001_m_000000_0: 55.529: [CMS-concurrent-reset-start]
  259. attempt_201106171821_0001_m_000000_0: 55.535: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  260. attempt_201106171821_0001_m_000000_0: 55.632: [GC 55.632: [ParNew: 76672K->8512K(76672K), 0.0533580 secs] 2327949K->2270620K(3137216K) icms_dc=39 , 0.0534020 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  261. attempt_201106171821_0001_m_000000_0: 55.758: [GC [1 CMS-initial-mark: 2262108K(3060544K)] 2292511K(3137216K), 0.0309230 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  262. attempt_201106171821_0001_m_000000_0: 55.789: [CMS-concurrent-mark-start]
  263. attempt_201106171821_0001_m_000000_0: 55.976: [GC 55.976: [ParNew: 76672K->8512K(76672K), 0.1025530 secs] 2338780K->2283327K(3137216K) icms_dc=39 , 0.1026000 secs] [Times: user=0.20 sys=0.01, real=0.11 secs]
  264. attempt_201106171821_0001_m_000000_0: 56.319: [GC 56.319: [ParNew: 76672K->8512K(76672K), 0.0864190 secs] 2351487K->2296977K(3137216K) icms_dc=39 , 0.0864810 secs] [Times: user=0.20 sys=0.01, real=0.09 secs]
  265. attempt_201106171821_0001_m_000000_0: 56.669: [GC 56.669: [ParNew: 76672K->8512K(76672K), 0.0873710 secs] 2365137K->2308626K(3137216K) icms_dc=39 , 0.0874180 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  266. attempt_201106171821_0001_m_000000_0: 56.971: [GC 56.971: [ParNew: 76672K->8512K(76672K), 0.0983590 secs] 2376786K->2321063K(3137216K) icms_dc=39 , 0.0984060 secs] [Times: user=0.16 sys=0.02, real=0.10 secs]
  267. attempt_201106171821_0001_m_000000_0: 57.294: [GC 57.294: [ParNew: 76672K->8512K(76672K), 0.0842960 secs] 2389223K->2333571K(3137216K) icms_dc=39 , 0.0843430 secs] [Times: user=0.15 sys=0.02, real=0.09 secs]
  268. attempt_201106171821_0001_m_000000_0: 57.417: [GC 57.417: [ParNew: 74686K->8501K(76672K), 0.0733280 secs] 2399746K->2398670K(3137216K) icms_dc=54 , 0.0733770 secs] [Times: user=0.14 sys=0.04, real=0.07 secs]
  269. attempt_201106171821_0001_m_000000_0: 57.500: [GC 57.500: [ParNew: 65099K->3036K(76672K), 0.1872020 secs] 2455268K->2449802K(3137216K) icms_dc=69 , 0.1872500 secs] [Times: user=0.34 sys=0.02, real=0.19 secs]
  270. attempt_201106171821_0001_m_000000_0: 57.995: [GC 57.995: [ParNew: 71196K->8512K(76672K), 0.0692200 secs] 2517962K->2472382K(3137216K) icms_dc=86 , 0.0692660 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  271. attempt_201106171821_0001_m_000000_0: 58.294: [GC 58.294: [ParNew: 76672K->8512K(76672K), 0.0812070 secs] 2540542K->2485302K(3137216K) icms_dc=97 , 0.0812580 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  272. attempt_201106171821_0001_m_000000_0: 58.624: [GC 58.624: [ParNew: 76672K->8512K(76672K), 0.0777740 secs] 2553462K->2497044K(3137216K) icms_dc=97 , 0.0778230 secs] [Times: user=0.16 sys=0.02, real=0.08 secs]
  273. attempt_201106171821_0001_m_000000_0: 58.939: [GC 58.940: [ParNew: 76672K->8512K(76672K), 0.0914790 secs] 2565204K->2509556K(3137216K) icms_dc=97 , 0.0915330 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  274. attempt_201106171821_0001_m_000000_0: 59.280: [GC 59.280: [ParNew: 76672K->8512K(76672K), 0.0985900 secs] 2577716K->2522081K(3137216K) icms_dc=97 , 0.0986370 secs] [Times: user=0.16 sys=0.03, real=0.10 secs]
  275. attempt_201106171821_0001_m_000000_0: 59.630: [GC 59.630: [ParNew: 76672K->8512K(76672K), 0.1039660 secs] 2590241K->2534658K(3137216K) icms_dc=97 , 0.1040150 secs] [Times: user=0.20 sys=0.01, real=0.11 secs]
  276. attempt_201106171821_0001_m_000000_0: 59.973: [GC 59.973: [ParNew: 76672K->8512K(76672K), 0.0993930 secs] 2602818K->2546319K(3137216K) icms_dc=97 , 0.0994400 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  277. attempt_201106171821_0001_m_000000_0: 60.321: [GC 60.321: [ParNew: 76672K->8512K(76672K), 0.0885870 secs] 2614479K->2558668K(3137216K) icms_dc=97 , 0.0886420 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  278. attempt_201106171821_0001_m_000000_0: 60.636: [GC 60.636: [ParNew: 76672K->8512K(76672K), 0.0950930 secs] 2626828K->2571084K(3137216K) icms_dc=97 , 0.0951560 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  279. attempt_201106171821_0001_m_000000_0: 60.960: [GC 60.960: [ParNew: 76672K->8512K(76672K), 0.0989440 secs] 2639244K->2584160K(3137216K) icms_dc=97 , 0.0989910 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  280. attempt_201106171821_0001_m_000000_0: 61.286: [GC 61.286: [ParNew: 76672K->8512K(76672K), 0.0855850 secs] 2652320K->2595909K(3137216K) icms_dc=97 , 0.0856330 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  281. attempt_201106171821_0001_m_000000_0: 61.611: [GC 61.611: [ParNew: 76672K->8512K(76672K), 0.0866850 secs] 2664069K->2607854K(3137216K) icms_dc=97 , 0.0867320 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  282. attempt_201106171821_0001_m_000000_0: 61.932: [GC 61.932: [ParNew: 76672K->8512K(76672K), 0.0898700 secs] 2676014K->2620025K(3137216K) icms_dc=97 , 0.0899170 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  283. attempt_201106171821_0001_m_000000_0: 62.266: [GC 62.266: [ParNew: 76672K->8512K(76672K), 0.0886760 secs] 2688185K->2632711K(3137216K) icms_dc=97 , 0.0887250 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  284. attempt_201106171821_0001_m_000000_0: 62.602: [GC 62.602: [ParNew: 76672K->8512K(76672K), 0.0763590 secs] 2700871K->2644890K(3137216K) icms_dc=97 , 0.0764050 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  285. attempt_201106171821_0001_m_000000_0: 62.911: [GC 62.911: [ParNew: 76672K->8512K(76672K), 0.0648050 secs] 2713050K->2657702K(3137216K) icms_dc=97 , 0.0648520 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  286. attempt_201106171821_0001_m_000000_0: 63.209: [GC 63.209: [ParNew: 76672K->8512K(76672K), 0.0727690 secs] 2725862K->2670596K(3137216K) icms_dc=97 , 0.0728160 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  287. attempt_201106171821_0001_m_000000_0: 63.344: [CMS-concurrent-mark: 4.531/7.555 secs] [Times: user=13.91 sys=0.39, real=7.55 secs]
  288. attempt_201106171821_0001_m_000000_0: 63.344: [CMS-concurrent-preclean-start]
  289. attempt_201106171821_0001_m_000000_0: 63.485: [CMS-concurrent-preclean: 0.136/0.141 secs] [Times: user=0.24 sys=0.00, real=0.15 secs]
  290. attempt_201106171821_0001_m_000000_0: 63.485: [CMS-concurrent-abortable-preclean-start]
  291. attempt_201106171821_0001_m_000000_0: 63.516: [GC 63.516: [ParNew: 76672K->8512K(76672K), 0.0728100 secs] 2738756K->2683568K(3137216K) icms_dc=97 , 0.0728590 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  292. attempt_201106171821_0001_m_000000_0: 63.702: [CMS-concurrent-abortable-preclean: 0.135/0.217 secs] [Times: user=0.45 sys=0.00, real=0.21 secs]
  293. attempt_201106171821_0001_m_000000_0: 63.702: [GC[YG occupancy: 42787 K (76672 K)]63.702: [Rescan (parallel) , 0.0216790 secs]63.724: [weak refs processing, 0.0000290 secs] [1 CMS-remark: 2675056K(3060544K)] 2717844K(3137216K), 0.0217830 secs] [Times: user=0.07 sys=0.00, real=0.02 secs]
  294. attempt_201106171821_0001_m_000000_0: 63.724: [CMS-concurrent-sweep-start]
  295. attempt_201106171821_0001_m_000000_0: 63.883: [GC 63.883: [ParNew: 76672K->8510K(76672K), 0.0746720 secs] 2751727K->2696255K(3137216K) icms_dc=97 , 0.0747180 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  296. attempt_201106171821_0001_m_000000_0: 64.178: [GC 64.178: [ParNew: 76670K->8512K(76672K), 0.0826200 secs] 2764413K->2708537K(3137216K) icms_dc=97 , 0.0826670 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  297. attempt_201106171821_0001_m_000000_0: 64.513: [GC 64.513: [ParNew: 76672K->8512K(76672K), 0.0962080 secs] 2753976K->2698309K(3137216K) icms_dc=97 , 0.0962560 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  298. attempt_201106171821_0001_m_000000_0: 64.852: [GC 64.852: [ParNew: 76672K->8512K(76672K), 0.0907770 secs] 2732685K->2676319K(3137216K) icms_dc=97 , 0.0908240 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  299. attempt_201106171821_0001_m_000000_0: 65.169: [GC 65.169: [ParNew: 76672K->8512K(76672K), 0.0859120 secs] 2744068K->2688314K(3137216K) icms_dc=97 , 0.0859600 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  300. attempt_201106171821_0001_m_000000_0: 65.476: [GC 65.476: [ParNew: 76672K->8512K(76672K), 0.0916560 secs] 2750427K->2694469K(3137216K) icms_dc=97 , 0.0917030 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  301. attempt_201106171821_0001_m_000000_0: 65.673: [CMS-concurrent-sweep: 1.365/1.949 secs] [Times: user=3.65 sys=0.02, real=1.95 secs]
  302. attempt_201106171821_0001_m_000000_0: 65.673: [CMS-concurrent-reset-start]
  303. attempt_201106171821_0001_m_000000_0: 65.680: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  304. attempt_201106171821_0001_m_000000_0: 65.789: [GC 65.789: [ParNew: 76672K->8512K(76672K), 0.0701000 secs] 2762203K->2706194K(3137216K) icms_dc=73 , 0.0701470 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  305. attempt_201106171821_0001_m_000000_0: 65.885: [GC [1 CMS-initial-mark: 2697682K(3060544K)] 2715791K(3137216K), 0.0183040 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  306. attempt_201106171821_0001_m_000000_0: 65.904: [CMS-concurrent-mark-start]
  307. attempt_201106171821_0001_m_000000_0: 66.111: [GC 66.111: [ParNew: 76672K->8512K(76672K), 0.0752170 secs] 2774354K->2718454K(3137216K) icms_dc=91 , 0.0752720 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  308. attempt_201106171821_0001_m_000000_0: 66.456: [GC 66.456: [ParNew: 76672K->8511K(76672K), 0.0805630 secs] 2786614K->2730643K(3137216K) icms_dc=93 , 0.0806430 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  309. attempt_201106171821_0001_m_000000_0: 66.805: [GC 66.805: [ParNew: 76671K->8511K(76672K), 0.0891720 secs] 2798803K->2742636K(3137216K) icms_dc=93 , 0.0892170 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  310. attempt_201106171821_0001_m_000000_0: 67.150: [GC 67.150: [ParNew: 76671K->8511K(76672K), 0.0775580 secs] 2810796K->2755139K(3137216K) icms_dc=93 , 0.0776060 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  311. attempt_201106171821_0001_m_000000_0: 67.506: [GC 67.506: [ParNew: 76671K->8512K(76672K), 0.0739400 secs] 2823299K->2766987K(3137216K) icms_dc=93 , 0.0739890 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  312. attempt_201106171821_0001_m_000000_0: 67.809: [GC 67.809: [ParNew: 76672K->8512K(76672K), 0.0681830 secs] 2835147K->2779657K(3137216K) icms_dc=100 , 0.0682290 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  313. attempt_201106171821_0001_m_000000_0: 68.125: [GC 68.125: [ParNew: 76672K->8512K(76672K), 0.0643060 secs] 2847817K->2791243K(3137216K) icms_dc=100 , 0.0643550 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  314. attempt_201106171821_0001_m_000000_0: 68.463: [GC 68.463: [ParNew: 76672K->8512K(76672K), 0.0649520 secs] 2859403K->2802814K(3137216K) icms_dc=100 , 0.0650010 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  315. attempt_201106171821_0001_m_000000_0: 68.767: [GC 68.767: [ParNew: 76672K->8512K(76672K), 0.0676470 secs] 2870974K->2815058K(3137216K) icms_dc=100 , 0.0676960 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  316. attempt_201106171821_0001_m_000000_0: 69.060: [GC 69.060: [ParNew: 76672K->8512K(76672K), 0.0903100 secs] 2883218K->2827215K(3137216K) icms_dc=100 , 0.0903610 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  317. attempt_201106171821_0001_m_000000_0: 69.386: [GC 69.386: [ParNew: 76672K->8512K(76672K), 0.0916840 secs] 2895375K->2840048K(3137216K) icms_dc=100 , 0.0917310 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  318. attempt_201106171821_0001_m_000000_0: 69.755: [GC 69.755: [ParNew: 76672K->8512K(76672K), 0.0942940 secs] 2908208K->2851680K(3137216K) icms_dc=100 , 0.0943400 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  319. attempt_201106171821_0001_m_000000_0: 70.120: [GC 70.120: [ParNew: 76672K->8512K(76672K), 0.1048570 secs] 2919840K->2863228K(3137216K) icms_dc=100 , 0.1049180 secs] [Times: user=0.22 sys=0.01, real=0.10 secs]
  320. attempt_201106171821_0001_m_000000_0: 70.488: [GC 70.488: [ParNew: 76672K->8512K(76672K), 0.0878580 secs] 2931388K->2875347K(3137216K) icms_dc=100 , 0.0879070 secs] [Times: user=0.21 sys=0.02, real=0.09 secs]
  321. attempt_201106171821_0001_m_000000_0: 70.833: [GC 70.833: [ParNew: 76672K->8512K(76672K), 0.1002220 secs] 2943507K->2887586K(3137216K) icms_dc=100 , 0.1002700 secs] [Times: user=0.21 sys=0.00, real=0.10 secs]
  322. attempt_201106171821_0001_m_000000_0: 71.203: [GC 71.203: [ParNew: 76672K->8512K(76672K), 0.0921400 secs] 2955746K->2899392K(3137216K) icms_dc=100 , 0.0921870 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  323. attempt_201106171821_0001_m_000000_0: 71.533: [GC 71.533: [ParNew: 76672K->8511K(76672K), 0.1032050 secs] 2967552K->2912462K(3137216K) icms_dc=100 , 0.1032520 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  324. attempt_201106171821_0001_m_000000_0: 71.890: [GC 71.890: [ParNew: 76671K->8511K(76672K), 0.1042760 secs] 2980622K->2925305K(3137216K) icms_dc=100 , 0.1043210 secs] [Times: user=0.20 sys=0.02, real=0.11 secs]
  325. attempt_201106171821_0001_m_000000_0: 72.247: [GC 72.247: [ParNew: 76671K->8511K(76672K), 0.0777910 secs] 2993465K->2938113K(3137216K) icms_dc=100 , 0.0778390 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  326. attempt_201106171821_0001_m_000000_0: 72.611: [GC 72.611: [ParNew: 76671K->8512K(76672K), 0.1037240 secs] 3006273K->2950303K(3137216K) icms_dc=100 , 0.1037820 secs] [Times: user=0.26 sys=0.02, real=0.11 secs]
  327. attempt_201106171821_0001_m_000000_0: 72.964: [GC 72.964: [ParNew: 76672K->8510K(76672K), 0.0846720 secs] 3018463K->2962185K(3137216K) icms_dc=100 , 0.0847220 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  328. attempt_201106171821_0001_m_000000_0: 73.265: [CMS-concurrent-mark: 5.414/7.361 secs] [Times: user=14.10 sys=0.30, real=7.37 secs]
  329. attempt_201106171821_0001_m_000000_0: 73.265: [CMS-concurrent-preclean-start]
  330. attempt_201106171821_0001_m_000000_0: 73.278: [GC 73.278: [ParNew: 76670K->8510K(76672K), 0.0593690 secs] 3030345K->2974218K(3137216K) icms_dc=100 , 0.0594170 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  331. attempt_201106171821_0001_m_000000_0: 73.566: [GC 73.566: [ParNew: 76670K->8510K(76672K), 0.0999190 secs] 3042378K->2986450K(3137216K) icms_dc=100 , 0.0999660 secs] [Times: user=0.16 sys=0.02, real=0.09 secs]
  332. attempt_201106171821_0001_m_000000_0: 73.668: [CMS-concurrent-preclean: 0.235/0.403 secs] [Times: user=0.79 sys=0.03, real=0.40 secs]
  333. attempt_201106171821_0001_m_000000_0: 73.668: [GC[YG occupancy: 9881 K (76672 K)]73.668: [Rescan (parallel) , 0.0442720 secs]73.712: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 2977940K(3060544K)] 2987821K(3137216K), 0.0443740 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
  334. attempt_201106171821_0001_m_000000_0: 73.713: [CMS-concurrent-sweep-start]
  335. attempt_201106171821_0001_m_000000_0: 73.961: [GC 73.961: [ParNew: 76670K->8510K(76672K), 0.0973010 secs] 3054610K->2998643K(3137216K) icms_dc=100 , 0.0973480 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  336. attempt_201106171821_0001_m_000000_0: 74.321: [GC 74.321: [ParNew: 76670K->8510K(76672K), 0.1208440 secs] 3066533K->3010974K(3137216K) icms_dc=100 , 0.1208920 secs] [Times: user=0.19 sys=0.00, real=0.12 secs]
  337. attempt_201106171821_0001_m_000000_0: 74.741: [GC 74.741: [ParNew: 76670K->8512K(76672K), 0.0859810 secs] 3076122K->3019566K(3137216K) icms_dc=100 , 0.0860240 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  338. attempt_201106171821_0001_m_000000_0: 75.089: [GC 75.089: [ParNew: 76672K->8512K(76672K), 0.1025330 secs] 3087640K->3031633K(3137216K) icms_dc=100 , 0.1025880 secs] [Times: user=0.20 sys=0.01, real=0.10 secs]
  339. attempt_201106171821_0001_m_000000_0: 75.448: [GC 75.448: [ParNew: 76672K->8512K(76672K), 0.0677530 secs] 3034578K->2978358K(3137216K) icms_dc=100 , 0.0677980 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  340. attempt_201106171821_0001_m_000000_0: 75.745: [GC 75.745: [ParNew: 76672K->8512K(76672K), 0.0834870 secs] 3044976K->2988768K(3137216K) icms_dc=100 , 0.0835340 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  341. attempt_201106171821_0001_m_000000_0: 76.049: [GC 76.049: [ParNew: 76672K->8512K(76672K), 0.0803770 secs] 3055942K->2999798K(3137216K) icms_dc=100 , 0.0804430 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  342. attempt_201106171821_0001_m_000000_0: 76.158: [CMS-concurrent-sweep: 1.805/2.445 secs] [Times: user=4.86 sys=0.09, real=2.45 secs]
  343. attempt_201106171821_0001_m_000000_0: 76.158: [CMS-concurrent-reset-start]
  344. attempt_201106171821_0001_m_000000_0: 76.164: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
  345. attempt_201106171821_0001_m_000000_0: 76.268: [GC 76.268: [ParNew: 49642K->8512K(76672K), 0.0553330 secs]76.323: [CMS: 2999820K->2999796K(3060544K), 10.4729560 secs] 3040925K->2999796K(3137216K), [CMS Perm : 10632K->10627K(21248K)] icms_dc=75 , 10.5283740 secs] [Times: user=10.59 sys=0.00, real=10.53 secs]
  346. attempt_201106171821_0001_m_000000_0: 86.796: [Full GC 86.796: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  347. attempt_201106171821_0001_m_000000_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  348. attempt_201106171821_0001_m_000000_0: : 2999796K->2999669K(3060544K), 10.4925310 secs] 2999796K->2999669K(3137216K), [CMS Perm : 10627K->10606K(21248K)] icms_dc=75 , 10.4925820 secs] [Times: user=10.46 sys=0.01, real=10.49 secs]
  349. attempt_201106171821_0001_m_000000_0: 97.290: [GC [1 CMS-initial-mark: 2999669K(3060544K)] 3001085K(3137216K), 0.0009510 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  350. attempt_201106171821_0001_m_000000_0: 97.291: [CMS-concurrent-mark-start]
  351. 11/06/17 18:33:36 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000001_0, Status : FAILED
  352. java.lang.RuntimeException: Error in configuring object
  353. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  354. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  355. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  356. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  357. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  358. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  359. Caused by: java.lang.reflect.InvocationTargetException
  360. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  361. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  362. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  363. at java.lang.reflect.Method.invoke(Method.java:597)
  364. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  365. ... 5 more
  366. Caused by: java.lang.RuntimeException: Error in configuring object
  367. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  368. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  369. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  370. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  371. ... 10 more
  372. Caused by: java.lang.reflect.InvocationTargetException
  373. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  374. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  375. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  376. at java.lang.reflect.Method.invoke(Method.java:597)
  377. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  378. ... 13 more
  379. Caused by: java.lang.OutOfMemoryError: Java heap space
  380. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  381. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  382. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  383. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  384. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  385. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  386. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  387. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  388. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  389. ... 18 more
  390.  
  391. attempt_201106171821_0001_m_000001_0: 5.404: [GC 5.404: [ParNew: 68081K->8512K(76672K), 0.0656500 secs] 165361K->110868K(3137216K), 0.0657060 secs] [Times: user=0.10 sys=0.00, real=0.06 secs]
  392. attempt_201106171821_0001_m_000001_0: 5.671: [GC [1 CMS-initial-mark: 102356K(3060544K)] 141991K(3137216K), 0.0307340 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  393. attempt_201106171821_0001_m_000001_0: 5.714: [CMS-concurrent-mark-start]
  394. attempt_201106171821_0001_m_000001_0: 5.875: [GC 5.875: [ParNew: 74905K->8512K(76672K), 0.0686380 secs] 177261K->125220K(3137216K), 0.0686830 secs] [Times: user=0.09 sys=0.03, real=0.06 secs]
  395. attempt_201106171821_0001_m_000001_0: 6.060: [CMS-concurrent-mark: 0.054/0.345 secs] [Times: user=0.44 sys=0.03, real=0.34 secs]
  396. attempt_201106171821_0001_m_000001_0: 6.060: [CMS-concurrent-preclean-start]
  397. attempt_201106171821_0001_m_000001_0: 6.207: [GC 6.207: [ParNew: 76672K->8512K(76672K), 0.0524770 secs] 193380K->138070K(3137216K), 0.0525190 secs] [Times: user=0.12 sys=0.00, real=0.05 secs]
  398. attempt_201106171821_0001_m_000001_0: 6.362: [CMS-concurrent-preclean: 0.020/0.302 secs] [Times: user=0.38 sys=0.00, real=0.30 secs]
  399. attempt_201106171821_0001_m_000001_0: 6.362: [CMS-concurrent-abortable-preclean-start]
  400. attempt_201106171821_0001_m_000001_0: 6.530: [GC 6.530: [ParNew: 76672K->8512K(76672K), 0.0600620 secs] 206230K->159629K(3137216K), 0.0601170 secs] [Times: user=0.12 sys=0.04, real=0.06 secs]
  401. attempt_201106171821_0001_m_000001_0: 6.721: [CMS-concurrent-abortable-preclean: 0.027/0.359 secs] [Times: user=0.41 sys=0.06, real=0.36 secs]
  402. attempt_201106171821_0001_m_000001_0: 6.721: [GC[YG occupancy: 40171 K (76672 K)]6.721: [Rescan (parallel) , 0.0439530 secs]6.765: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 151117K(3060544K)] 191289K(3137216K), 0.0440430 secs] [Times: user=0.12 sys=0.00, real=0.05 secs]
  403. attempt_201106171821_0001_m_000001_0: 6.765: [CMS-concurrent-sweep-start]
  404. attempt_201106171821_0001_m_000001_0: 6.770: [CMS-concurrent-sweep: 0.005/0.005 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  405. attempt_201106171821_0001_m_000001_0: 6.770: [CMS-concurrent-reset-start]
  406. attempt_201106171821_0001_m_000001_0: 6.955: [GC 6.955: [ParNew: 76672K->8512K(76672K), 0.0429640 secs] 225913K->168369K(3137216K), 0.0430110 secs] [Times: user=0.09 sys=0.01, real=0.04 secs]
  407. attempt_201106171821_0001_m_000001_0: 7.161: [CMS-concurrent-reset: 0.081/0.391 secs] [Times: user=0.43 sys=0.09, real=0.39 secs]
  408. attempt_201106171821_0001_m_000001_0: 7.268: [GC 7.268: [ParNew: 76672K->8512K(76672K), 0.0771250 secs] 236529K->214649K(3137216K) icms_dc=5 , 0.0771770 secs] [Times: user=0.15 sys=0.03, real=0.08 secs]
  409. attempt_201106171821_0001_m_000001_0: 7.487: [GC [1 CMS-initial-mark: 206137K(3060544K)] 247169K(3137216K), 0.0515000 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
  410. attempt_201106171821_0001_m_000001_0: 7.540: [CMS-concurrent-mark-start]
  411. attempt_201106171821_0001_m_000001_0: 7.765: [GC 7.765: [ParNew: 76672K->8512K(76672K), 0.0721240 secs] 282809K->222966K(3137216K) icms_dc=5 , 0.0721700 secs] [Times: user=0.20 sys=0.01, real=0.07 secs]
  412. attempt_201106171821_0001_m_000001_0: 8.121: [GC 8.121: [ParNew: 76672K->8512K(76672K), 0.0606370 secs] 291126K->233257K(3137216K) icms_dc=5 , 0.0606880 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  413. attempt_201106171821_0001_m_000001_0: 8.462: [GC 8.462: [ParNew: 69678K->8512K(76672K), 0.0725740 secs] 294424K->242686K(3137216K) icms_dc=5 , 0.0726240 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  414. attempt_201106171821_0001_m_000001_0: 8.659: [CMS-concurrent-mark: 0.196/1.119 secs] [Times: user=1.54 sys=0.05, real=1.12 secs]
  415. attempt_201106171821_0001_m_000001_0: 8.659: [CMS-concurrent-preclean-start]
  416. attempt_201106171821_0001_m_000001_0: 8.693: [CMS-concurrent-preclean: 0.033/0.034 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
  417. attempt_201106171821_0001_m_000001_0: 8.693: [CMS-concurrent-abortable-preclean-start]
  418. attempt_201106171821_0001_m_000001_0: 8.702: [GC 8.703: [ParNew: 55753K->3537K(76672K), 0.0666430 secs] 289927K->288726K(3137216K) icms_dc=5 , 0.0666920 secs] [Times: user=0.15 sys=0.02, real=0.06 secs]
  419. attempt_201106171821_0001_m_000001_0: 8.965: [GC 8.965: [ParNew: 71697K->8512K(76672K), 0.0588540 secs] 356886K->326206K(3137216K) icms_dc=5 , 0.0589000 secs] [Times: user=0.13 sys=0.01, real=0.06 secs]
  420. attempt_201106171821_0001_m_000001_0: 9.382: [GC 9.382: [ParNew: 76672K->8512K(76672K), 0.0648940 secs] 394366K->336945K(3137216K) icms_dc=5 , 0.0649420 secs] [Times: user=0.11 sys=0.01, real=0.07 secs]
  421. attempt_201106171821_0001_m_000001_0: 9.775: [GC 9.775: [ParNew: 76672K->8512K(76672K), 0.0600970 secs] 405105K->347528K(3137216K) icms_dc=5 , 0.0601500 secs] [Times: user=0.13 sys=0.01, real=0.06 secs]
  422. attempt_201106171821_0001_m_000001_0: 10.119: [GC 10.119: [ParNew: 76672K->8512K(76672K), 0.0821510 secs] 415688K->357852K(3137216K) icms_dc=5 , 0.0822010 secs] [Times: user=0.14 sys=0.00, real=0.08 secs]
  423. attempt_201106171821_0001_m_000001_0: 10.322: [CMS-concurrent-abortable-preclean: 0.109/1.629 secs] [Times: user=2.39 sys=0.10, real=1.62 secs]
  424. attempt_201106171821_0001_m_000001_0: 10.322: [GC[YG occupancy: 41292 K (76672 K)]10.322: [Rescan (parallel) , 0.0670310 secs]10.389: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 349340K(3060544K)] 390633K(3137216K), 0.0671070 secs] [Times: user=0.13 sys=0.00, real=0.06 secs]
  425. attempt_201106171821_0001_m_000001_0: 10.393: [CMS-concurrent-sweep-start]
  426. attempt_201106171821_0001_m_000001_0: 10.522: [GC 10.522: [ParNew: 76672K->8512K(76672K), 0.0768700 secs] 424532K->366581K(3137216K) icms_dc=5 , 0.0769200 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  427. attempt_201106171821_0001_m_000001_0: 10.871: [GC 10.871: [ParNew: 76672K->8512K(76672K), 0.0614560 secs] 410484K->353451K(3137216K) icms_dc=5 , 0.0615030 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  428. attempt_201106171821_0001_m_000001_0: 11.068: [CMS-concurrent-sweep: 0.035/0.676 secs] [Times: user=0.88 sys=0.04, real=0.67 secs]
  429. attempt_201106171821_0001_m_000001_0: 11.068: [CMS-concurrent-reset-start]
  430. attempt_201106171821_0001_m_000001_0: 11.482: [GC 11.482: [ParNew: 76672K->8512K(76672K), 0.0655390 secs] 421611K->363819K(3137216K) icms_dc=5 , 0.0655870 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  431. attempt_201106171821_0001_m_000001_0: 11.725: [GC 11.725: [ParNew: 69782K->7798K(76672K), 0.1344400 secs] 425090K->399161K(3137216K) icms_dc=5 , 0.1344920 secs] [Times: user=0.32 sys=0.01, real=0.13 secs]
  432. attempt_201106171821_0001_m_000001_0: 11.866: [CMS-concurrent-reset: 0.008/0.798 secs] [Times: user=0.82 sys=0.03, real=0.80 secs]
  433. attempt_201106171821_0001_m_000001_0: 12.162: [GC 12.162: [ParNew: 72584K->7074K(76672K), 0.0589830 secs] 463946K->459741K(3137216K) icms_dc=3 , 0.0590340 secs] [Times: user=0.13 sys=0.03, real=0.06 secs]
  434. attempt_201106171821_0001_m_000001_0: 12.229: [GC [1 CMS-initial-mark: 452666K(3060544K)] 516338K(3137216K), 0.0003150 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  435. attempt_201106171821_0001_m_000001_0: 12.230: [CMS-concurrent-mark-start]
  436. attempt_201106171821_0001_m_000001_0: 12.289: [GC 12.289: [ParNew: 75234K->8512K(76672K), 0.0481170 secs] 527901K->524850K(3137216K) icms_dc=12 , 0.0481640 secs] [Times: user=0.09 sys=0.04, real=0.05 secs]
  437. attempt_201106171821_0001_m_000001_0: 12.615: [GC 12.615: [ParNew: 76672K->8512K(76672K), 0.0497460 secs] 593010K->534701K(3137216K) icms_dc=12 , 0.0497930 secs] [Times: user=0.12 sys=0.00, real=0.05 secs]
  438. attempt_201106171821_0001_m_000001_0: 12.940: [GC 12.940: [ParNew: 76672K->8512K(76672K), 0.0508400 secs] 602861K->545422K(3137216K) icms_dc=12 , 0.0508870 secs] [Times: user=0.19 sys=0.00, real=0.05 secs]
  439. attempt_201106171821_0001_m_000001_0: 13.264: [GC 13.264: [ParNew: 76672K->8512K(76672K), 0.0619440 secs] 613582K->555868K(3137216K) icms_dc=12 , 0.0619910 secs] [Times: user=0.20 sys=0.00, real=0.06 secs]
  440. attempt_201106171821_0001_m_000001_0: 13.633: [GC 13.633: [ParNew: 76672K->8512K(76672K), 0.0684250 secs] 624028K->566285K(3137216K) icms_dc=12 , 0.0684760 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  441. attempt_201106171821_0001_m_000001_0: 13.997: [GC 13.997: [ParNew: 76672K->8512K(76672K), 0.0805530 secs] 634445K->577329K(3137216K) icms_dc=12 , 0.0806070 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  442. attempt_201106171821_0001_m_000001_0: 14.389: [GC 14.389: [ParNew: 76672K->8512K(76672K), 0.0666090 secs] 645489K->587281K(3137216K) icms_dc=12 , 0.0666550 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  443. attempt_201106171821_0001_m_000001_0: 14.758: [GC 14.758: [ParNew: 76672K->8512K(76672K), 0.0726880 secs] 655441K->597681K(3137216K) icms_dc=12 , 0.0727360 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
  444. attempt_201106171821_0001_m_000001_0: 15.127: [GC 15.127: [ParNew: 76672K->8512K(76672K), 0.0653820 secs] 665841K->608115K(3137216K) icms_dc=12 , 0.0654290 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  445. attempt_201106171821_0001_m_000001_0: 15.481: [GC 15.481: [ParNew: 76672K->8512K(76672K), 0.0731460 secs] 676275K->618830K(3137216K) icms_dc=12 , 0.0731940 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  446. attempt_201106171821_0001_m_000001_0: 15.861: [GC 15.861: [ParNew: 76672K->8512K(76672K), 0.0619800 secs] 686990K->629147K(3137216K) icms_dc=12 , 0.0620300 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  447. attempt_201106171821_0001_m_000001_0: 16.231: [GC 16.231: [ParNew: 76672K->8512K(76672K), 0.0742380 secs] 697307K->639656K(3137216K) icms_dc=12 , 0.0742850 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  448. attempt_201106171821_0001_m_000001_0: 16.637: [GC 16.637: [ParNew: 76672K->8512K(76672K), 0.0786260 secs] 707816K->650862K(3137216K) icms_dc=12 , 0.0786740 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  449. attempt_201106171821_0001_m_000001_0: 16.851: [CMS-concurrent-mark: 0.617/4.621 secs] [Times: user=6.45 sys=0.21, real=4.62 secs]
  450. attempt_201106171821_0001_m_000001_0: 16.851: [CMS-concurrent-preclean-start]
  451. attempt_201106171821_0001_m_000001_0: 17.022: [GC 17.022: [ParNew: 76672K->8512K(76672K), 0.0745370 secs] 719022K->660142K(3137216K) icms_dc=12 , 0.0745890 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  452. attempt_201106171821_0001_m_000001_0: 17.353: [GC 17.353: [ParNew: 70281K->8512K(76672K), 0.0922960 secs] 721912K->670086K(3137216K) icms_dc=12 , 0.0923430 secs] [Times: user=0.23 sys=0.00, real=0.09 secs]
  453. attempt_201106171821_0001_m_000001_0: 17.455: [GC 17.455: [ParNew: 65109K->0K(76672K), 0.1667840 secs] 726684K->726292K(3137216K) icms_dc=12 , 0.1668300 secs] [Times: user=0.44 sys=0.05, real=0.16 secs]
  454. attempt_201106171821_0001_m_000001_0: 17.630: [GC 17.630: [ParNew: 56597K->0K(76672K), 0.0375280 secs] 782889K->782889K(3137216K) icms_dc=12 , 0.0375720 secs] [Times: user=0.10 sys=0.01, real=0.04 secs]
  455. attempt_201106171821_0001_m_000001_0: 18.262: [GC 18.262: [ParNew: 14149K->0K(76672K), 0.0395490 secs] 797039K->797039K(3137216K) icms_dc=12 , 0.0395930 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
  456. attempt_201106171821_0001_m_000001_0: 18.371: [GC 18.372: [ParNew: 56597K->0K(76672K), 0.0409100 secs] 966831K->966831K(3137216K) icms_dc=27 , 0.0411470 secs] [Times: user=0.11 sys=0.01, real=0.05 secs]
  457. attempt_201106171821_0001_m_000001_0: 18.712: [GC 18.712: [ParNew: 68160K->8407K(76672K), 0.0559720 secs] 1034991K->989387K(3137216K) icms_dc=27 , 0.0560170 secs] [Times: user=0.12 sys=0.01, real=0.06 secs]
  458. attempt_201106171821_0001_m_000001_0: 19.057: [GC 19.057: [ParNew: 76567K->8512K(76672K), 0.0989780 secs] 1057547K->999999K(3137216K) icms_dc=27 , 0.0990270 secs] [Times: user=0.25 sys=0.01, real=0.10 secs]
  459. attempt_201106171821_0001_m_000001_0: 19.472: [GC 19.472: [ParNew: 76672K->8512K(76672K), 0.0966800 secs] 1068159K->1010527K(3137216K) icms_dc=27 , 0.0967320 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  460. attempt_201106171821_0001_m_000001_0: 19.699: [CMS-concurrent-preclean: 0.553/2.848 secs] [Times: user=4.23 sys=0.22, real=2.85 secs]
  461. attempt_201106171821_0001_m_000001_0: 19.699: [CMS-concurrent-abortable-preclean-start]
  462. attempt_201106171821_0001_m_000001_0: 19.850: [GC 19.850: [ParNew: 76672K->8512K(76672K), 0.0817540 secs] 1078687K->1021578K(3137216K) icms_dc=27 , 0.0818010 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  463. attempt_201106171821_0001_m_000001_0: 20.222: [GC 20.222: [ParNew: 76672K->8512K(76672K), 0.1107780 secs] 1089738K->1031491K(3137216K) icms_dc=27 , 0.1108310 secs] [Times: user=0.26 sys=0.00, real=0.11 secs]
  464. attempt_201106171821_0001_m_000001_0: 20.652: [GC 20.652: [ParNew: 76672K->8512K(76672K), 0.1273210 secs] 1099651K->1041967K(3137216K) icms_dc=27 , 0.1273720 secs] [Times: user=0.28 sys=0.00, real=0.12 secs]
  465. attempt_201106171821_0001_m_000001_0: 20.885: [CMS-concurrent-abortable-preclean: 0.196/1.186 secs] [Times: user=1.80 sys=0.03, real=1.19 secs]
  466. attempt_201106171821_0001_m_000001_0: 20.885: [GC[YG occupancy: 34446 K (76672 K)]20.885: [Rescan (parallel) , 0.0931370 secs]20.978: [weak refs processing, 0.0000220 secs] [1 CMS-remark: 1033455K(3060544K)] 1067902K(3137216K), 0.0932430 secs] [Times: user=0.24 sys=0.00, real=0.09 secs]
  467. attempt_201106171821_0001_m_000001_0: 20.978: [CMS-concurrent-sweep-start]
  468. attempt_201106171821_0001_m_000001_0: 21.164: [GC 21.164: [ParNew: 76672K->8512K(76672K), 0.0895630 secs] 1071163K->1013574K(3137216K) icms_dc=27 , 0.0896150 secs] [Times: user=0.28 sys=0.00, real=0.09 secs]
  469. attempt_201106171821_0001_m_000001_0: 21.414: [CMS-concurrent-sweep: 0.132/0.436 secs] [Times: user=0.73 sys=0.01, real=0.44 secs]
  470. attempt_201106171821_0001_m_000001_0: 21.414: [CMS-concurrent-reset-start]
  471. attempt_201106171821_0001_m_000001_0: 21.421: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  472. attempt_201106171821_0001_m_000001_0: 21.556: [GC 21.556: [ParNew: 76672K->8512K(76672K), 0.1065570 secs] 1049898K->992063K(3137216K) icms_dc=21 , 0.1066120 secs] [Times: user=0.28 sys=0.00, real=0.11 secs]
  473. attempt_201106171821_0001_m_000001_0: 21.783: [GC [1 CMS-initial-mark: 983551K(3060544K)] 1019362K(3137216K), 0.0330730 secs] [Times: user=0.04 sys=0.00, real=0.04 secs]
  474. attempt_201106171821_0001_m_000001_0: 21.816: [CMS-concurrent-mark-start]
  475. attempt_201106171821_0001_m_000001_0: 22.017: [GC 22.017: [ParNew: 76672K->8512K(76672K), 0.0783100 secs] 1060223K->1003020K(3137216K) icms_dc=21 , 0.0783580 secs] [Times: user=0.24 sys=0.00, real=0.08 secs]
  476. attempt_201106171821_0001_m_000001_0: 22.425: [GC 22.425: [ParNew: 76672K->8512K(76672K), 0.0905350 secs] 1071180K->1013655K(3137216K) icms_dc=21 , 0.0905850 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  477. attempt_201106171821_0001_m_000001_0: 22.800: [GC 22.800: [ParNew: 76672K->8512K(76672K), 0.0893190 secs] 1081815K->1024212K(3137216K) icms_dc=21 , 0.0893660 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  478. attempt_201106171821_0001_m_000001_0: 23.238: [GC 23.238: [ParNew: 76672K->8512K(76672K), 0.0925870 secs] 1092372K->1033977K(3137216K) icms_dc=21 , 0.0926400 secs] [Times: user=0.23 sys=0.00, real=0.09 secs]
  479. attempt_201106171821_0001_m_000001_0: 23.618: [GC 23.618: [ParNew: 76672K->8512K(76672K), 0.1010610 secs] 1102137K->1044088K(3137216K) icms_dc=21 , 0.1011070 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  480. attempt_201106171821_0001_m_000001_0: 24.014: [GC 24.014: [ParNew: 76672K->8512K(76672K), 0.1205830 secs] 1112248K->1054627K(3137216K) icms_dc=21 , 0.1206280 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  481. attempt_201106171821_0001_m_000001_0: 24.443: [GC 24.443: [ParNew: 76672K->8512K(76672K), 0.1253700 secs] 1122787K->1066100K(3137216K) icms_dc=21 , 0.1254170 secs] [Times: user=0.28 sys=0.01, real=0.12 secs]
  482. attempt_201106171821_0001_m_000001_0: 24.884: [GC 24.884: [ParNew: 76672K->8512K(76672K), 0.0910130 secs] 1134260K->1076050K(3137216K) icms_dc=21 , 0.0910730 secs] [Times: user=0.27 sys=0.01, real=0.09 secs]
  483. attempt_201106171821_0001_m_000001_0: 25.278: [GC 25.278: [ParNew: 76672K->8512K(76672K), 0.0950350 secs] 1144210K->1087029K(3137216K) icms_dc=21 , 0.0950830 secs] [Times: user=0.27 sys=0.01, real=0.10 secs]
  484. attempt_201106171821_0001_m_000001_0: 25.673: [GC 25.673: [ParNew: 76672K->8512K(76672K), 0.0861080 secs] 1155189K->1097501K(3137216K) icms_dc=21 , 0.0861560 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  485. attempt_201106171821_0001_m_000001_0: 26.046: [GC 26.046: [ParNew: 76672K->8512K(76672K), 0.1136670 secs] 1165661K->1107699K(3137216K) icms_dc=21 , 0.1137130 secs] [Times: user=0.27 sys=0.00, real=0.11 secs]
  486. attempt_201106171821_0001_m_000001_0: 26.441: [GC 26.441: [ParNew: 76672K->8512K(76672K), 0.1169610 secs] 1175859K->1117918K(3137216K) icms_dc=21 , 0.1170080 secs] [Times: user=0.26 sys=0.00, real=0.12 secs]
  487. attempt_201106171821_0001_m_000001_0: 26.859: [GC 26.859: [ParNew: 76672K->8512K(76672K), 0.1257950 secs] 1186078K->1128969K(3137216K) icms_dc=21 , 0.1258410 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  488. attempt_201106171821_0001_m_000001_0: 27.272: [GC 27.272: [ParNew: 76672K->8512K(76672K), 0.0853620 secs] 1197129K->1139043K(3137216K) icms_dc=21 , 0.0854090 secs] [Times: user=0.27 sys=0.01, real=0.08 secs]
  489. attempt_201106171821_0001_m_000001_0: 27.678: [GC 27.678: [ParNew: 76672K->8512K(76672K), 0.1339500 secs] 1207203K->1149519K(3137216K) icms_dc=21 , 0.1339960 secs] [Times: user=0.26 sys=0.00, real=0.13 secs]
  490. attempt_201106171821_0001_m_000001_0: 28.090: [GC 28.090: [ParNew: 76672K->8512K(76672K), 0.0861850 secs] 1217679K->1160178K(3137216K) icms_dc=21 , 0.0862330 secs] [Times: user=0.24 sys=0.01, real=0.09 secs]
  491. attempt_201106171821_0001_m_000001_0: 28.525: [GC 28.525: [ParNew: 76672K->8512K(76672K), 0.0979030 secs] 1228338K->1170602K(3137216K) icms_dc=21 , 0.0979500 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  492. attempt_201106171821_0001_m_000001_0: 28.947: [GC 28.947: [ParNew: 76672K->8512K(76672K), 0.1088020 secs] 1238762K->1181020K(3137216K) icms_dc=21 , 0.1088500 secs] [Times: user=0.26 sys=0.01, real=0.11 secs]
  493. attempt_201106171821_0001_m_000001_0: 29.398: [GC 29.398: [ParNew: 76672K->8512K(76672K), 0.1198890 secs] 1249180K->1191312K(3137216K) icms_dc=21 , 0.1199390 secs] [Times: user=0.24 sys=0.00, real=0.12 secs]
  494. attempt_201106171821_0001_m_000001_0: 29.803: [GC 29.803: [ParNew: 76672K->8512K(76672K), 0.0955360 secs] 1259472K->1202531K(3137216K) icms_dc=21 , 0.0955830 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  495. attempt_201106171821_0001_m_000001_0: 30.113: [CMS-concurrent-mark: 1.555/8.297 secs] [Times: user=11.85 sys=0.43, real=8.30 secs]
  496. attempt_201106171821_0001_m_000001_0: 30.113: [CMS-concurrent-preclean-start]
  497. attempt_201106171821_0001_m_000001_0: 30.547: [CMS-concurrent-preclean: 0.431/0.434 secs] [Times: user=0.73 sys=0.00, real=0.43 secs]
  498. attempt_201106171821_0001_m_000001_0: 30.547: [CMS-concurrent-abortable-preclean-start]
  499. attempt_201106171821_0001_m_000001_0: 31.826: [GC 31.826: [ParNew: 76672K->7821K(76672K), 0.1168450 secs] 1836665K->1832097K(3137216K) icms_dc=36 , 0.1168960 secs] [Times: user=0.37 sys=0.03, real=0.12 secs]
  500. attempt_201106171821_0001_m_000001_0: 32.335: [GC 32.335: [ParNew: 75981K->8512K(76672K), 0.0956830 secs] 1900257K->1836615K(3137216K) icms_dc=41 , 0.0957300 secs] [Times: user=0.28 sys=0.00, real=0.09 secs]
  501. attempt_201106171821_0001_m_000001_0: 32.703: [GC 32.703: [ParNew: 76672K->8512K(76672K), 0.1214490 secs] 1904775K->1847085K(3137216K) icms_dc=41 , 0.1214980 secs] [Times: user=0.35 sys=0.00, real=0.11 secs]
  502. attempt_201106171821_0001_m_000001_0: 33.094: [GC 33.094: [ParNew: 76672K->8512K(76672K), 0.1035840 secs] 1915245K->1857803K(3137216K) icms_dc=41 , 0.1036340 secs] [Times: user=0.30 sys=0.00, real=0.10 secs]
  503. attempt_201106171821_0001_m_000001_0: 33.276: [CMS-concurrent-abortable-preclean: 1.661/2.729 secs] [Times: user=4.89 sys=0.20, real=2.73 secs]
  504. attempt_201106171821_0001_m_000001_0: 33.276: [GC[YG occupancy: 28821 K (76672 K)]33.276: [Rescan (parallel) , 0.1207470 secs]33.397: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 1849291K(3060544K)] 1878112K(3137216K), 0.1208420 secs] [Times: user=0.36 sys=0.00, real=0.12 secs]
  505. attempt_201106171821_0001_m_000001_0: 33.397: [CMS-concurrent-sweep-start]
  506. attempt_201106171821_0001_m_000001_0: 33.596: [GC 33.596: [ParNew: 76672K->8512K(76672K), 0.1456430 secs] 1925949K->1867979K(3137216K) icms_dc=41 , 0.1456970 secs] [Times: user=0.36 sys=0.00, real=0.14 secs]
  507. attempt_201106171821_0001_m_000001_0: 34.015: [GC 34.015: [ParNew: 76672K->8512K(76672K), 0.1596280 secs] 1734511K->1677567K(3137216K) icms_dc=41 , 0.1596740 secs] [Times: user=0.35 sys=0.00, real=0.16 secs]
  508. attempt_201106171821_0001_m_000001_0: 34.509: [GC 34.509: [ParNew: 76672K->8512K(76672K), 0.1199070 secs] 1745720K->1687662K(3137216K) icms_dc=41 , 0.1199560 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  509. attempt_201106171821_0001_m_000001_0: 34.748: [CMS-concurrent-sweep: 0.388/1.352 secs] [Times: user=2.19 sys=0.05, real=1.35 secs]
  510. attempt_201106171821_0001_m_000001_0: 34.748: [CMS-concurrent-reset-start]
  511. attempt_201106171821_0001_m_000001_0: 34.755: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  512. attempt_201106171821_0001_m_000001_0: 34.961: [GC 34.961: [ParNew: 76672K->8512K(76672K), 0.1395640 secs] 1755822K->1697849K(3137216K) icms_dc=31 , 0.1396130 secs] [Times: user=0.34 sys=0.00, real=0.14 secs]
  513. attempt_201106171821_0001_m_000001_0: 35.195: [GC [1 CMS-initial-mark: 1689337K(3060544K)] 1722335K(3137216K), 0.0297320 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
  514. attempt_201106171821_0001_m_000001_0: 35.225: [CMS-concurrent-mark-start]
  515. attempt_201106171821_0001_m_000001_0: 35.417: [GC 35.417: [ParNew: 76672K->8512K(76672K), 0.1536020 secs] 1766009K->1709065K(3137216K) icms_dc=31 , 0.1536490 secs] [Times: user=0.37 sys=0.00, real=0.15 secs]
  516. attempt_201106171821_0001_m_000001_0: 35.890: [GC 35.890: [ParNew: 76672K->8512K(76672K), 0.1382810 secs] 1777225K->1718973K(3137216K) icms_dc=31 , 0.1383290 secs] [Times: user=0.33 sys=0.00, real=0.14 secs]
  517. attempt_201106171821_0001_m_000001_0: 36.314: [GC 36.315: [ParNew: 76672K->8512K(76672K), 0.1286390 secs] 1787133K->1729241K(3137216K) icms_dc=31 , 0.1286880 secs] [Times: user=0.36 sys=0.00, real=0.13 secs]
  518. attempt_201106171821_0001_m_000001_0: 36.719: [GC 36.719: [ParNew: 76672K->8512K(76672K), 0.1583120 secs] 1797401K->1739488K(3137216K) icms_dc=31 , 0.1583600 secs] [Times: user=0.39 sys=0.00, real=0.16 secs]
  519. attempt_201106171821_0001_m_000001_0: 37.180: [GC 37.180: [ParNew: 76672K->8512K(76672K), 0.1155680 secs] 1807648K->1750214K(3137216K) icms_dc=31 , 0.1156130 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  520. attempt_201106171821_0001_m_000001_0: 37.604: [GC 37.604: [ParNew: 76672K->8512K(76672K), 0.1027980 secs] 1818374K->1760613K(3137216K) icms_dc=31 , 0.1028460 secs] [Times: user=0.35 sys=0.00, real=0.10 secs]
  521. attempt_201106171821_0001_m_000001_0: 37.982: [GC 37.982: [ParNew: 76672K->8512K(76672K), 0.1232830 secs] 1828773K->1771080K(3137216K) icms_dc=31 , 0.1233430 secs] [Times: user=0.32 sys=0.00, real=0.13 secs]
  522. attempt_201106171821_0001_m_000001_0: 38.383: [GC 38.383: [ParNew: 76672K->8512K(76672K), 0.1319520 secs] 1839240K->1781685K(3137216K) icms_dc=31 , 0.1319970 secs] [Times: user=0.35 sys=0.00, real=0.13 secs]
  523. attempt_201106171821_0001_m_000001_0: 38.821: [GC 38.821: [ParNew: 76672K->8512K(76672K), 0.1296310 secs] 1849845K->1792737K(3137216K) icms_dc=31 , 0.1296790 secs] [Times: user=0.33 sys=0.00, real=0.13 secs]
  524. attempt_201106171821_0001_m_000001_0: 39.235: [GC 39.235: [ParNew: 76672K->8512K(76672K), 0.1124950 secs] 1860897K->1802905K(3137216K) icms_dc=31 , 0.1125400 secs] [Times: user=0.33 sys=0.00, real=0.11 secs]
  525. attempt_201106171821_0001_m_000001_0: 39.647: [GC 39.647: [ParNew: 76672K->8512K(76672K), 0.1189030 secs] 1871065K->1813458K(3137216K) icms_dc=31 , 0.1189510 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  526. attempt_201106171821_0001_m_000001_0: 40.049: [GC 40.049: [ParNew: 76672K->8512K(76672K), 0.1528440 secs] 1881618K->1824392K(3137216K) icms_dc=31 , 0.1528910 secs] [Times: user=0.32 sys=0.01, real=0.16 secs]
  527. attempt_201106171821_0001_m_000001_0: 40.485: [GC 40.485: [ParNew: 76672K->8512K(76672K), 0.1358130 secs] 1892552K->1834988K(3137216K) icms_dc=31 , 0.1358700 secs] [Times: user=0.38 sys=0.00, real=0.13 secs]
  528. attempt_201106171821_0001_m_000001_0: 40.903: [GC 40.903: [ParNew: 76672K->8512K(76672K), 0.1104360 secs] 1903148K->1845124K(3137216K) icms_dc=31 , 0.1104830 secs] [Times: user=0.33 sys=0.00, real=0.11 secs]
  529. attempt_201106171821_0001_m_000001_0: 41.324: [GC 41.324: [ParNew: 76672K->8512K(76672K), 0.1439100 secs] 1913284K->1856018K(3137216K) icms_dc=31 , 0.1439570 secs] [Times: user=0.36 sys=0.00, real=0.14 secs]
  530. attempt_201106171821_0001_m_000001_0: 41.908: [GC 41.908: [ParNew: 76672K->8512K(76672K), 0.1303790 secs] 1924178K->1866218K(3137216K) icms_dc=31 , 0.1304240 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  531. attempt_201106171821_0001_m_000001_0: 42.357: [GC 42.357: [ParNew: 76672K->8512K(76672K), 0.0915230 secs] 1934378K->1879951K(3137216K) icms_dc=31 , 0.0915690 secs] [Times: user=0.24 sys=0.01, real=0.09 secs]
  532. attempt_201106171821_0001_m_000001_0: 42.661: [GC 42.661: [ParNew: 76048K->8512K(76672K), 0.0783240 secs] 1947488K->1893411K(3137216K) icms_dc=31 , 0.0783720 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  533. attempt_201106171821_0001_m_000001_0: 42.962: [GC 42.962: [ParNew: 76672K->8512K(76672K), 0.0799910 secs] 1961571K->1907739K(3137216K) icms_dc=31 , 0.0800470 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  534. attempt_201106171821_0001_m_000001_0: 43.260: [GC 43.260: [ParNew: 76672K->8512K(76672K), 0.0512990 secs] 1975899K->1923025K(3137216K) icms_dc=31 , 0.0513500 secs] [Times: user=0.14 sys=0.02, real=0.05 secs]
  535. attempt_201106171821_0001_m_000001_0: 43.560: [GC 43.560: [ParNew: 76672K->8512K(76672K), 0.0664670 secs] 1991185K->1936099K(3137216K) icms_dc=31 , 0.0665170 secs] [Times: user=0.14 sys=0.01, real=0.07 secs]
  536. attempt_201106171821_0001_m_000001_0: 43.848: [GC 43.849: [ParNew: 76672K->8512K(76672K), 0.1009060 secs] 2004259K->1949377K(3137216K) icms_dc=31 , 0.1009540 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  537. attempt_201106171821_0001_m_000001_0: 44.166: [GC 44.166: [ParNew: 75262K->8512K(76672K), 0.0757930 secs] 2016127K->1961657K(3137216K) icms_dc=31 , 0.0758420 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  538. attempt_201106171821_0001_m_000001_0: 44.459: [GC 44.459: [ParNew: 76672K->8512K(76672K), 0.0880600 secs] 2029817K->1987828K(3137216K) icms_dc=40 , 0.0881060 secs] [Times: user=0.18 sys=0.02, real=0.09 secs]
  539. attempt_201106171821_0001_m_000001_0: 44.770: [GC 44.770: [ParNew: 76672K->8512K(76672K), 0.0594310 secs] 2055988K->2000139K(3137216K) icms_dc=40 , 0.0594780 secs] [Times: user=0.14 sys=0.02, real=0.06 secs]
  540. attempt_201106171821_0001_m_000001_0: 45.078: [GC 45.078: [ParNew: 76672K->8512K(76672K), 0.0653030 secs] 2068299K->2013413K(3137216K) icms_dc=40 , 0.0653510 secs] [Times: user=0.16 sys=0.02, real=0.07 secs]
  541. attempt_201106171821_0001_m_000001_0: 45.372: [GC 45.372: [ParNew: 76672K->8512K(76672K), 0.0704920 secs] 2081573K->2025977K(3137216K) icms_dc=40 , 0.0705390 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  542. attempt_201106171821_0001_m_000001_0: 45.684: [GC 45.684: [ParNew: 76672K->8512K(76672K), 0.0673890 secs] 2094137K->2038743K(3137216K) icms_dc=40 , 0.0674370 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  543. attempt_201106171821_0001_m_000001_0: 45.987: [GC 45.987: [ParNew: 76672K->8512K(76672K), 0.0607290 secs] 2106903K->2051115K(3137216K) icms_dc=40 , 0.0607780 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  544. attempt_201106171821_0001_m_000001_0: 46.231: [GC 46.231: [ParNew: 76672K->8505K(76672K), 0.0870130 secs] 2119275K->2091456K(3137216K) icms_dc=55 , 0.0870590 secs] [Times: user=0.22 sys=0.01, real=0.09 secs]
  545. attempt_201106171821_0001_m_000001_0: 46.538: [GC 46.538: [ParNew: 76665K->8512K(76672K), 0.0841840 secs] 2159616K->2102438K(3137216K) icms_dc=55 , 0.0842320 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  546. attempt_201106171821_0001_m_000001_0: 46.986: [GC 46.986: [ParNew: 76672K->8512K(76672K), 0.0686780 secs] 2170598K->2116271K(3137216K) icms_dc=55 , 0.0687270 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  547. attempt_201106171821_0001_m_000001_0: 47.284: [GC 47.284: [ParNew: 76672K->8512K(76672K), 0.0936370 secs] 2184431K->2128813K(3137216K) icms_dc=55 , 0.0936920 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  548. attempt_201106171821_0001_m_000001_0: 47.596: [GC 47.596: [ParNew: 76672K->8512K(76672K), 0.0709540 secs] 2196973K->2141833K(3137216K) icms_dc=55 , 0.0710020 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  549. attempt_201106171821_0001_m_000001_0: 47.894: [GC 47.894: [ParNew: 76672K->8512K(76672K), 0.0799190 secs] 2209993K->2154905K(3137216K) icms_dc=55 , 0.0799660 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  550. attempt_201106171821_0001_m_000001_0: 48.262: [GC 48.262: [ParNew: 76672K->8512K(76672K), 0.0644080 secs] 2223065K->2167920K(3137216K) icms_dc=55 , 0.0644550 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  551. attempt_201106171821_0001_m_000001_0: 48.549: [GC 48.549: [ParNew: 76672K->8510K(76672K), 0.0657500 secs] 2236080K->2180062K(3137216K) icms_dc=55 , 0.0657970 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  552. attempt_201106171821_0001_m_000001_0: 48.721: [CMS-concurrent-mark: 3.707/13.496 secs] [Times: user=21.41 sys=0.48, real=13.50 secs]
  553. attempt_201106171821_0001_m_000001_0: 48.721: [CMS-concurrent-preclean-start]
  554. attempt_201106171821_0001_m_000001_0: 48.830: [GC 48.830: [ParNew: 76670K->8512K(76672K), 0.0681970 secs] 2248222K->2192089K(3137216K) icms_dc=55 , 0.0682460 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  555. attempt_201106171821_0001_m_000001_0: 48.951: [CMS-concurrent-preclean: 0.062/0.230 secs] [Times: user=0.39 sys=0.01, real=0.23 secs]
  556. attempt_201106171821_0001_m_000001_0: 48.951: [CMS-concurrent-abortable-preclean-start]
  557. attempt_201106171821_0001_m_000001_0: 49.031: [CMS-concurrent-abortable-preclean: 0.079/0.080 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  558. attempt_201106171821_0001_m_000001_0: 49.031: [GC[YG occupancy: 46899 K (76672 K)]49.031: [Rescan (parallel) , 0.0188300 secs]49.050: [weak refs processing, 0.0000180 secs] [1 CMS-remark: 2183577K(3060544K)] 2230477K(3137216K), 0.0189180 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
  559. attempt_201106171821_0001_m_000001_0: 49.053: [CMS-concurrent-sweep-start]
  560. attempt_201106171821_0001_m_000001_0: 49.151: [GC 49.151: [ParNew: 76672K->8512K(76672K), 0.0658290 secs] 2260248K->2205100K(3137216K) icms_dc=55 , 0.0658750 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  561. attempt_201106171821_0001_m_000001_0: 49.487: [GC 49.487: [ParNew: 76672K->8512K(76672K), 0.0783180 secs] 2273248K->2218323K(3137216K) icms_dc=55 , 0.0783670 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  562. attempt_201106171821_0001_m_000001_0: 49.805: [GC 49.805: [ParNew: 76672K->8512K(76672K), 0.0967790 secs] 2286483K->2231089K(3137216K) icms_dc=55 , 0.0968260 secs] [Times: user=0.16 sys=0.00, real=0.10 secs]
  563. attempt_201106171821_0001_m_000001_0: 50.122: [GC 50.122: [ParNew: 76672K->8511K(76672K), 0.0810090 secs] 2299249K->2243790K(3137216K) icms_dc=55 , 0.0810580 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  564. attempt_201106171821_0001_m_000001_0: 50.310: [GC 50.310: [ParNew: 69713K->8511K(76672K), 0.0603840 secs] 1993695K->1969899K(3137216K) icms_dc=55 , 0.0604340 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  565. attempt_201106171821_0001_m_000001_0: 50.581: [GC 50.581: [ParNew: 76671K->8512K(76672K), 0.0982490 secs] 2038058K->2010759K(3137216K) icms_dc=55 , 0.0982940 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  566. attempt_201106171821_0001_m_000001_0: 50.836: [CMS-concurrent-sweep: 0.769/1.783 secs] [Times: user=3.06 sys=0.02, real=1.79 secs]
  567. attempt_201106171821_0001_m_000001_0: 50.836: [CMS-concurrent-reset-start]
  568. attempt_201106171821_0001_m_000001_0: 50.843: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.00 secs]
  569. attempt_201106171821_0001_m_000001_0: 50.912: [GC 50.912: [ParNew: 76672K->8512K(76672K), 0.0670020 secs] 2078917K->2021011K(3137216K) icms_dc=42 , 0.0670510 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  570. attempt_201106171821_0001_m_000001_0: 51.040: [GC [1 CMS-initial-mark: 2012499K(3060544K)] 2041148K(3137216K), 0.0291850 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  571. attempt_201106171821_0001_m_000001_0: 51.069: [CMS-concurrent-mark-start]
  572. attempt_201106171821_0001_m_000001_0: 51.241: [GC 51.241: [ParNew: 76672K->8512K(76672K), 0.0905860 secs] 2089171K->2033562K(3137216K) icms_dc=42 , 0.0906530 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  573. attempt_201106171821_0001_m_000001_0: 51.559: [GC 51.559: [ParNew: 76672K->8512K(76672K), 0.0752840 secs] 2101722K->2046135K(3137216K) icms_dc=42 , 0.0753320 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  574. attempt_201106171821_0001_m_000001_0: 51.860: [GC 51.860: [ParNew: 76672K->8512K(76672K), 0.1155640 secs] 2114295K->2059010K(3137216K) icms_dc=42 , 0.1156120 secs] [Times: user=0.23 sys=0.00, real=0.12 secs]
  575. attempt_201106171821_0001_m_000001_0: 52.268: [GC 52.268: [ParNew: 76672K->8512K(76672K), 0.0609820 secs] 2127170K->2071504K(3137216K) icms_dc=42 , 0.0610280 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  576. attempt_201106171821_0001_m_000001_0: 52.596: [GC 52.596: [ParNew: 76672K->8512K(76672K), 0.0719100 secs] 2139664K->2084027K(3137216K) icms_dc=42 , 0.0719600 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  577. attempt_201106171821_0001_m_000001_0: 52.932: [GC 52.932: [ParNew: 76672K->8512K(76672K), 0.0677290 secs] 2152187K->2095870K(3137216K) icms_dc=42 , 0.0677780 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  578. attempt_201106171821_0001_m_000001_0: 53.232: [GC 53.232: [ParNew: 76672K->8512K(76672K), 0.0734930 secs] 2164030K->2108193K(3137216K) icms_dc=42 , 0.0735410 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  579. attempt_201106171821_0001_m_000001_0: 53.556: [GC 53.556: [ParNew: 76672K->8512K(76672K), 0.1015020 secs] 2176353K->2120665K(3137216K) icms_dc=42 , 0.1015500 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  580. attempt_201106171821_0001_m_000001_0: 53.881: [GC 53.881: [ParNew: 76672K->8512K(76672K), 0.0968420 secs] 2188825K->2133382K(3137216K) icms_dc=42 , 0.0968910 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  581. attempt_201106171821_0001_m_000001_0: 54.212: [GC 54.212: [ParNew: 76672K->8512K(76672K), 0.0832140 secs] 2201542K->2146028K(3137216K) icms_dc=42 , 0.0832610 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  582. attempt_201106171821_0001_m_000001_0: 54.553: [GC 54.553: [ParNew: 76672K->8512K(76672K), 0.0811090 secs] 2214188K->2158006K(3137216K) icms_dc=42 , 0.0811580 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  583. attempt_201106171821_0001_m_000001_0: 54.882: [GC 54.882: [ParNew: 76672K->8512K(76672K), 0.0869150 secs] 2226166K->2170490K(3137216K) icms_dc=42 , 0.0869620 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  584. attempt_201106171821_0001_m_000001_0: 55.196: [GC 55.197: [ParNew: 76672K->8511K(76672K), 0.0740060 secs] 2238650K->2183000K(3137216K) icms_dc=42 , 0.0740530 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  585. attempt_201106171821_0001_m_000001_0: 55.528: [GC 55.528: [ParNew: 76671K->8510K(76672K), 0.0840190 secs] 2251160K->2195663K(3137216K) icms_dc=42 , 0.0840670 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  586. attempt_201106171821_0001_m_000001_0: 55.845: [GC 55.845: [ParNew: 76670K->8510K(76672K), 0.0845090 secs] 2263823K->2208439K(3137216K) icms_dc=42 , 0.0845570 secs] [Times: user=0.23 sys=0.00, real=0.09 secs]
  587. attempt_201106171821_0001_m_000001_0: 56.197: [GC 56.197: [ParNew: 76670K->8510K(76672K), 0.0807430 secs] 2276599K->2221386K(3137216K) icms_dc=42 , 0.0807880 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  588. attempt_201106171821_0001_m_000001_0: 56.517: [GC 56.517: [ParNew: 76670K->8510K(76672K), 0.0807580 secs] 2289546K->2234380K(3137216K) icms_dc=42 , 0.0808060 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  589. attempt_201106171821_0001_m_000001_0: 56.847: [GC 56.847: [ParNew: 76670K->8510K(76672K), 0.0819640 secs] 2302540K->2247277K(3137216K) icms_dc=42 , 0.0820110 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  590. attempt_201106171821_0001_m_000001_0: 57.188: [GC 57.188: [ParNew: 76670K->8510K(76672K), 0.0950660 secs] 2315437K->2259232K(3137216K) icms_dc=42 , 0.0951140 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  591. attempt_201106171821_0001_m_000001_0: 57.517: [GC 57.517: [ParNew: 76670K->8510K(76672K), 0.0886670 secs] 2327392K->2271293K(3137216K) icms_dc=42 , 0.0887160 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  592. attempt_201106171821_0001_m_000001_0: 57.833: [GC 57.833: [ParNew: 76670K->8510K(76672K), 0.0850830 secs] 2339453K->2284474K(3137216K) icms_dc=42 , 0.0851280 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  593. attempt_201106171821_0001_m_000001_0: 58.145: [GC 58.145: [ParNew: 76670K->8512K(76672K), 0.1149700 secs] 2352634K->2296797K(3137216K) icms_dc=42 , 0.1150240 secs] [Times: user=0.17 sys=0.02, real=0.11 secs]
  594. attempt_201106171821_0001_m_000001_0: 58.491: [GC 58.491: [ParNew: 76672K->8512K(76672K), 0.0929640 secs] 2364957K->2309280K(3137216K) icms_dc=42 , 0.0930120 secs] [Times: user=0.17 sys=0.02, real=0.10 secs]
  595. attempt_201106171821_0001_m_000001_0: 58.802: [GC 58.802: [ParNew: 76672K->8512K(76672K), 0.0855400 secs] 2377440K->2321716K(3137216K) icms_dc=42 , 0.0855870 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  596. attempt_201106171821_0001_m_000001_0: 59.139: [GC 59.139: [ParNew: 76672K->8512K(76672K), 0.0645650 secs] 2389876K->2334235K(3137216K) icms_dc=42 , 0.0646130 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  597. attempt_201106171821_0001_m_000001_0: 59.243: [GC 59.243: [ParNew: 74696K->8510K(76672K), 0.0772490 secs] 2400419K->2399343K(3137216K) icms_dc=57 , 0.0773100 secs] [Times: user=0.12 sys=0.04, real=0.08 secs]
  598. attempt_201106171821_0001_m_000001_0: 59.329: [GC 59.329: [ParNew: 65107K->3038K(76672K), 0.1791230 secs] 2455940K->2450468K(3137216K) icms_dc=72 , 0.1791690 secs] [Times: user=0.38 sys=0.03, real=0.18 secs]
  599. attempt_201106171821_0001_m_000001_0: 59.909: [GC 59.909: [ParNew: 71198K->8512K(76672K), 0.0649240 secs] 2518628K->2473046K(3137216K) icms_dc=90 , 0.0649700 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  600. attempt_201106171821_0001_m_000001_0: 60.384: [GC 60.384: [ParNew: 76672K->8512K(76672K), 0.0894500 secs] 2541206K->2485232K(3137216K) icms_dc=90 , 0.0894980 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  601. attempt_201106171821_0001_m_000001_0: 60.715: [GC 60.715: [ParNew: 76672K->8512K(76672K), 0.0969480 secs] 2553392K->2497698K(3137216K) icms_dc=90 , 0.0969960 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  602. attempt_201106171821_0001_m_000001_0: 61.042: [GC 61.042: [ParNew: 76672K->8512K(76672K), 0.0861110 secs] 2565858K->2510201K(3137216K) icms_dc=90 , 0.0861650 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  603. attempt_201106171821_0001_m_000001_0: 61.354: [GC 61.355: [ParNew: 76672K->8512K(76672K), 0.0938250 secs] 2578361K->2522725K(3137216K) icms_dc=90 , 0.0938740 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  604. attempt_201106171821_0001_m_000001_0: 61.780: [GC 61.780: [ParNew: 76672K->8512K(76672K), 0.0807560 secs] 2590885K->2535005K(3137216K) icms_dc=90 , 0.0808080 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  605. attempt_201106171821_0001_m_000001_0: 61.994: [CMS-concurrent-mark: 4.390/10.925 secs] [Times: user=17.75 sys=0.36, real=10.93 secs]
  606. attempt_201106171821_0001_m_000001_0: 61.994: [CMS-concurrent-preclean-start]
  607. attempt_201106171821_0001_m_000001_0: 62.092: [GC 62.092: [ParNew: 76672K->8510K(76672K), 0.0871440 secs] 2603165K->2546962K(3137216K) icms_dc=90 , 0.0871920 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  608. attempt_201106171821_0001_m_000001_0: 62.269: [CMS-concurrent-preclean: 0.158/0.275 secs] [Times: user=0.50 sys=0.01, real=0.27 secs]
  609. attempt_201106171821_0001_m_000001_0: 62.269: [CMS-concurrent-abortable-preclean-start]
  610. attempt_201106171821_0001_m_000001_0: 62.309: [CMS-concurrent-abortable-preclean: 0.040/0.040 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
  611. attempt_201106171821_0001_m_000001_0: 62.309: [GC[YG occupancy: 47757 K (76672 K)]62.309: [Rescan (parallel) , 0.0379270 secs]62.347: [weak refs processing, 0.0000260 secs] [1 CMS-remark: 2538452K(3060544K)] 2586209K(3137216K), 0.0380280 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
  612. attempt_201106171821_0001_m_000001_0: 62.347: [CMS-concurrent-sweep-start]
  613. attempt_201106171821_0001_m_000001_0: 62.446: [GC 62.446: [ParNew: 76670K->8512K(76672K), 0.0796820 secs] 2615115K->2559422K(3137216K) icms_dc=90 , 0.0797290 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  614. attempt_201106171821_0001_m_000001_0: 62.759: [GC 62.759: [ParNew: 76672K->8512K(76672K), 0.0772050 secs] 2627568K->2571708K(3137216K) icms_dc=90 , 0.0772520 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  615. attempt_201106171821_0001_m_000001_0: 63.067: [GC 63.067: [ParNew: 76672K->8512K(76672K), 0.1028380 secs] 2639857K->2583979K(3137216K) icms_dc=90 , 0.1028900 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  616. attempt_201106171821_0001_m_000001_0: 63.401: [GC 63.401: [ParNew: 76672K->8512K(76672K), 0.1009830 secs] 2652079K->2596615K(3137216K) icms_dc=90 , 0.1010310 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  617. attempt_201106171821_0001_m_000001_0: 63.778: [GC 63.779: [ParNew: 76672K->8512K(76672K), 0.0859600 secs] 2664774K->2608235K(3137216K) icms_dc=90 , 0.0860070 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  618. attempt_201106171821_0001_m_000001_0: 64.093: [GC 64.093: [ParNew: 76672K->8512K(76672K), 0.0874180 secs] 2650304K->2594435K(3137216K) icms_dc=90 , 0.0874660 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  619. attempt_201106171821_0001_m_000001_0: 64.414: [GC 64.414: [ParNew: 76672K->8512K(76672K), 0.0960490 secs] 2629018K->2573267K(3137216K) icms_dc=90 , 0.0960970 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  620. attempt_201106171821_0001_m_000001_0: 64.522: [CMS-concurrent-sweep: 1.393/2.175 secs] [Times: user=4.08 sys=0.06, real=2.18 secs]
  621. attempt_201106171821_0001_m_000001_0: 64.522: [CMS-concurrent-reset-start]
  622. attempt_201106171821_0001_m_000001_0: 64.529: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.00 secs]
  623. attempt_201106171821_0001_m_000001_0: 64.758: [GC 64.758: [ParNew: 76672K->8510K(76672K), 0.0877460 secs] 2641408K->2585879K(3137216K) icms_dc=68 , 0.0877950 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  624. attempt_201106171821_0001_m_000001_0: 64.879: [GC [1 CMS-initial-mark: 2577369K(3060544K)] 2596858K(3137216K), 0.0193080 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  625. attempt_201106171821_0001_m_000001_0: 64.899: [CMS-concurrent-mark-start]
  626. attempt_201106171821_0001_m_000001_0: 65.094: [GC 65.094: [ParNew: 76670K->8512K(76672K), 0.0776170 secs] 2654039K->2598789K(3137216K) icms_dc=74 , 0.0776650 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  627. attempt_201106171821_0001_m_000001_0: 65.395: [GC 65.395: [ParNew: 76672K->8512K(76672K), 0.0924210 secs] 2666949K->2611421K(3137216K) icms_dc=79 , 0.0924690 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  628. attempt_201106171821_0001_m_000001_0: 65.721: [GC 65.721: [ParNew: 76672K->8512K(76672K), 0.1008840 secs] 2679581K->2624393K(3137216K) icms_dc=80 , 0.1009330 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  629. attempt_201106171821_0001_m_000001_0: 66.048: [GC 66.048: [ParNew: 76672K->8512K(76672K), 0.0998780 secs] 2692553K->2636995K(3137216K) icms_dc=80 , 0.0999260 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  630. attempt_201106171821_0001_m_000001_0: 66.414: [GC 66.414: [ParNew: 76672K->8512K(76672K), 0.0765410 secs] 2705155K->2649014K(3137216K) icms_dc=80 , 0.0765900 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  631. attempt_201106171821_0001_m_000001_0: 66.814: [GC 66.814: [ParNew: 76672K->8510K(76672K), 0.0818090 secs] 2717174K->2661081K(3137216K) icms_dc=80 , 0.0818580 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  632. attempt_201106171821_0001_m_000001_0: 67.166: [GC 67.166: [ParNew: 76670K->8510K(76672K), 0.0880380 secs] 2729241K->2673498K(3137216K) icms_dc=80 , 0.0880920 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  633. attempt_201106171821_0001_m_000001_0: 67.481: [GC 67.481: [ParNew: 76670K->8510K(76672K), 0.0925520 secs] 2741658K->2685903K(3137216K) icms_dc=80 , 0.0925980 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  634. attempt_201106171821_0001_m_000001_0: 67.795: [GC 67.795: [ParNew: 76670K->8510K(76672K), 0.0721760 secs] 2754063K->2698106K(3137216K) icms_dc=80 , 0.0722260 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  635. attempt_201106171821_0001_m_000001_0: 68.091: [GC 68.091: [ParNew: 76670K->8510K(76672K), 0.0901400 secs] 2766266K->2710256K(3137216K) icms_dc=84 , 0.0901880 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  636. attempt_201106171821_0001_m_000001_0: 68.426: [GC 68.426: [ParNew: 76670K->8510K(76672K), 0.0884090 secs] 2778416K->2722516K(3137216K) icms_dc=84 , 0.0884560 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  637. attempt_201106171821_0001_m_000001_0: 68.744: [GC 68.744: [ParNew: 76670K->8510K(76672K), 0.0858530 secs] 2790676K->2734706K(3137216K) icms_dc=84 , 0.0859020 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  638. attempt_201106171821_0001_m_000001_0: 69.072: [GC 69.072: [ParNew: 76670K->8510K(76672K), 0.0815490 secs] 2802866K->2746727K(3137216K) icms_dc=84 , 0.0815970 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  639. attempt_201106171821_0001_m_000001_0: 69.412: [GC 69.412: [ParNew: 76670K->8512K(76672K), 0.0775010 secs] 2814887K->2758958K(3137216K) icms_dc=84 , 0.0775550 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  640. attempt_201106171821_0001_m_000001_0: 69.720: [GC 69.720: [ParNew: 76672K->8512K(76672K), 0.0739060 secs] 2827118K->2771231K(3137216K) icms_dc=87 , 0.0739540 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  641. attempt_201106171821_0001_m_000001_0: 70.087: [GC 70.087: [ParNew: 76672K->8512K(76672K), 0.0796780 secs] 2839391K->2783235K(3137216K) icms_dc=87 , 0.0797250 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  642. attempt_201106171821_0001_m_000001_0: 70.451: [GC 70.451: [ParNew: 76672K->8512K(76672K), 0.0862470 secs] 2851395K->2795356K(3137216K) icms_dc=87 , 0.0862940 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  643. attempt_201106171821_0001_m_000001_0: 70.816: [GC 70.816: [ParNew: 76672K->8512K(76672K), 0.0722150 secs] 2863516K->2806885K(3137216K) icms_dc=87 , 0.0722810 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  644. attempt_201106171821_0001_m_000001_0: 71.155: [GC 71.155: [ParNew: 76672K->8512K(76672K), 0.0910330 secs] 2875045K->2819120K(3137216K) icms_dc=87 , 0.0910900 secs] [Times: user=0.16 sys=0.02, real=0.09 secs]
  645. attempt_201106171821_0001_m_000001_0: 71.509: [GC 71.509: [ParNew: 76672K->8512K(76672K), 0.0801280 secs] 2887280K->2831278K(3137216K) icms_dc=87 , 0.0801770 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  646. attempt_201106171821_0001_m_000001_0: 71.828: [GC 71.828: [ParNew: 76672K->8510K(76672K), 0.0740900 secs] 2899438K->2843400K(3137216K) icms_dc=88 , 0.0741340 secs] [Times: user=0.16 sys=0.02, real=0.08 secs]
  647. attempt_201106171821_0001_m_000001_0: 72.158: [GC 72.158: [ParNew: 76670K->8510K(76672K), 0.0997530 secs] 2911560K->2855742K(3137216K) icms_dc=91 , 0.0998190 secs] [Times: user=0.20 sys=0.01, real=0.10 secs]
  648. attempt_201106171821_0001_m_000001_0: 72.511: [GC 72.511: [ParNew: 76670K->8512K(76672K), 0.0912050 secs] 2923902K->2867289K(3137216K) icms_dc=91 , 0.0912520 secs] [Times: user=0.17 sys=0.02, real=0.10 secs]
  649. attempt_201106171821_0001_m_000001_0: 72.845: [GC 72.845: [ParNew: 76672K->8511K(76672K), 0.1043440 secs] 2935449K->2879408K(3137216K) icms_dc=92 , 0.1043900 secs] [Times: user=0.21 sys=0.01, real=0.11 secs]
  650. attempt_201106171821_0001_m_000001_0: 73.076: [CMS-concurrent-mark: 5.178/8.178 secs] [Times: user=14.60 sys=0.38, real=8.18 secs]
  651. attempt_201106171821_0001_m_000001_0: 73.076: [CMS-concurrent-preclean-start]
  652. attempt_201106171821_0001_m_000001_0: 73.229: [GC 73.229: [ParNew: 76671K->8511K(76672K), 0.0803710 secs] 2947568K->2891647K(3137216K) icms_dc=92 , 0.0804180 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  653. attempt_201106171821_0001_m_000001_0: 73.489: [CMS-concurrent-preclean: 0.307/0.412 secs] [Times: user=0.82 sys=0.00, real=0.41 secs]
  654. attempt_201106171821_0001_m_000001_0: 73.489: [CMS-concurrent-abortable-preclean-start]
  655. attempt_201106171821_0001_m_000001_0: 73.526: [CMS-concurrent-abortable-preclean: 0.036/0.037 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
  656. attempt_201106171821_0001_m_000001_0: 73.526: [GC[YG occupancy: 71640 K (76672 K)]73.526: [Rescan (parallel) , 0.0658130 secs]73.592: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 2883136K(3060544K)] 2954776K(3137216K), 0.0659110 secs] [Times: user=0.13 sys=0.00, real=0.06 secs]
  657. attempt_201106171821_0001_m_000001_0: 73.592: [CMS-concurrent-sweep-start]
  658. attempt_201106171821_0001_m_000001_0: 73.625: [GC 73.625: [ParNew: 76671K->8511K(76672K), 0.0911810 secs] 2959807K->2903838K(3137216K) icms_dc=92 , 0.0912300 secs] [Times: user=0.20 sys=0.02, real=0.09 secs]
  659. attempt_201106171821_0001_m_000001_0: 73.985: [GC 73.985: [ParNew: 76671K->8512K(76672K), 0.0875180 secs] 2971996K->2916629K(3137216K) icms_dc=94 , 0.0875740 secs] [Times: user=0.20 sys=0.02, real=0.09 secs]
  660. attempt_201106171821_0001_m_000001_0: 74.347: [GC 74.347: [ParNew: 76672K->8512K(76672K), 0.0681740 secs] 2984780K->2929463K(3137216K) icms_dc=99 , 0.0682240 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  661. attempt_201106171821_0001_m_000001_0: 74.652: [GC 74.652: [ParNew: 76672K->8512K(76672K), 0.0942990 secs] 2931363K->2876017K(3137216K) icms_dc=99 , 0.0943480 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  662. attempt_201106171821_0001_m_000001_0: 74.963: [GC 74.963: [ParNew: 76672K->8512K(76672K), 0.0866640 secs] 2943894K->2888736K(3137216K) icms_dc=99 , 0.0867160 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  663. attempt_201106171821_0001_m_000001_0: 75.283: [GC 75.283: [ParNew: 76672K->8512K(76672K), 0.0961730 secs] 2954637K->2898283K(3137216K) icms_dc=99 , 0.0962200 secs] [Times: user=0.21 sys=0.00, real=0.10 secs]
  664. attempt_201106171821_0001_m_000001_0: 75.627: [GC 75.627: [ParNew: 76672K->8512K(76672K), 0.1013330 secs] 2963675K->2906816K(3137216K) icms_dc=99 , 0.1013800 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  665. attempt_201106171821_0001_m_000001_0: 75.969: [GC 75.969: [ParNew: 76672K->8512K(76672K), 0.1139810 secs] 2973942K->2918014K(3137216K) icms_dc=99 , 0.1140350 secs] [Times: user=0.22 sys=0.00, real=0.12 secs]
  666. attempt_201106171821_0001_m_000001_0: 76.190: [CMS-concurrent-sweep: 1.758/2.598 secs] [Times: user=4.86 sys=0.11, real=2.60 secs]
  667. attempt_201106171821_0001_m_000001_0: 76.190: [CMS-concurrent-reset-start]
  668. attempt_201106171821_0001_m_000001_0: 76.197: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  669. attempt_201106171821_0001_m_000001_0: 76.352: [GC 76.352: [ParNew: 76672K->8512K(76672K), 0.1062380 secs] 2986050K->2930074K(3137216K) icms_dc=75 , 0.1062880 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  670. attempt_201106171821_0001_m_000001_0: 76.509: [GC [1 CMS-initial-mark: 2921562K(3060544K)] 2939680K(3137216K), 0.0207180 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  671. attempt_201106171821_0001_m_000001_0: 76.530: [CMS-concurrent-mark-start]
  672. attempt_201106171821_0001_m_000001_0: 76.778: [GC 76.778: [ParNew: 76672K->8512K(76672K), 0.0787380 secs] 2998234K->2942310K(3137216K) icms_dc=93 , 0.0787850 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  673. attempt_201106171821_0001_m_000001_0: 77.086: [GC 77.086: [ParNew: 76672K->8512K(76672K), 0.0814740 secs] 3010470K->2954279K(3137216K) icms_dc=100 , 0.0815220 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  674. attempt_201106171821_0001_m_000001_0: 77.437: [GC 77.437: [ParNew: 76672K->8512K(76672K), 0.0838540 secs] 3022439K->2966431K(3137216K) icms_dc=100 , 0.0839030 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  675. attempt_201106171821_0001_m_000001_0: 77.797: [GC 77.798: [ParNew: 76672K->8512K(76672K), 0.0835950 secs] 3034591K->2978367K(3137216K) icms_dc=100 , 0.0836420 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  676. attempt_201106171821_0001_m_000001_0: 78.134: [GC 78.134: [ParNew: 76672K->8512K(76672K), 0.0942820 secs] 3046527K->2990314K(3137216K) icms_dc=100 , 0.0943350 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  677. attempt_201106171821_0001_m_000001_0: 78.488: [GC 78.488: [ParNew: 76672K->8511K(76672K), 0.1365660 secs] 3058474K->3002322K(3137216K) icms_dc=100 , 0.1366120 secs] [Times: user=0.24 sys=0.01, real=0.14 secs]
  678. attempt_201106171821_0001_m_000001_0: 78.807: [GC 78.807: [ParNew: 49682K->8510K(76672K), 0.0695240 secs]78.876: [CMS82.590: [CMS-concurrent-mark: 5.397/6.060 secs] [Times: user=8.22 sys=0.09, real=6.06 secs]
  679. attempt_201106171821_0001_m_000001_0: (concurrent mode failure): 3003031K->2999818K(3060544K), 14.1635670 secs] 3043493K->2999818K(3137216K), [CMS Perm : 10637K->10633K(21248K)] icms_dc=100 , 14.2331780 secs] [Times: user=14.27 sys=0.01, real=14.23 secs]
  680. attempt_201106171821_0001_m_000001_0: 93.040: [Full GC 93.040: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  681. attempt_201106171821_0001_m_000001_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  682. attempt_201106171821_0001_m_000001_0: : 2999818K->2999716K(3060544K), 10.2976930 secs] 2999818K->2999716K(3137216K), [CMS Perm : 10633K->10611K(21248K)] icms_dc=100 , 10.2977450 secs] [Times: user=10.28 sys=0.00, real=10.30 secs]
  683. attempt_201106171821_0001_m_000001_0: 103.339: [GC [1 CMS-initial-mark: 2999716K(3060544K)] 3001089K(3137216K), 0.0007610 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  684. attempt_201106171821_0001_m_000001_0: 103.339: [CMS-concurrent-mark-start]
  685. attempt_201106171821_0001_m_000001_0: 103.368: [CMS-concurrent-mark: 0.026/0.029 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
  686. attempt_201106171821_0001_m_000001_0: 103.368: [CMS-concurrent-preclean-start]
  687. attempt_201106171821_0001_m_000001_0: 103.377: [CMS-concurrent-preclean: 0.008/0.009 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  688. attempt_201106171821_0001_m_000001_0: 103.377: [CMS-concurrent-abortable-preclean-start]
  689. 11/06/17 18:33:45 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000003_0, Status : FAILED
  690. java.lang.RuntimeException: Error in configuring object
  691. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  692. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  693. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  694. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  695. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  696. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  697. Caused by: java.lang.reflect.InvocationTargetException
  698. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  699. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  700. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  701. at java.lang.reflect.Method.invoke(Method.java:597)
  702. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  703. ... 5 more
  704. Caused by: java.lang.RuntimeException: Error in configuring object
  705. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  706. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  707. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  708. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  709. ... 10 more
  710. Caused by: java.lang.reflect.InvocationTargetException
  711. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  712. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  713. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  714. at java.lang.reflect.Method.invoke(Method.java:597)
  715. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  716. ... 13 more
  717. Caused by: java.lang.OutOfMemoryError: Java heap space
  718. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  719. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  720. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  721. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  722. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  723. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  724. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  725. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  726. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  727. ... 18 more
  728.  
  729. attempt_201106171821_0001_m_000003_0: 2.277: [GC 2.277: [ParNew: 68160K->8512K(76672K), 0.0446950 secs] 165440K->110128K(3137216K), 0.0447670 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
  730. attempt_201106171821_0001_m_000003_0: 2.718: [GC [1 CMS-initial-mark: 101616K(3060544K)] 141430K(3137216K), 0.0318780 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  731. attempt_201106171821_0001_m_000003_0: 2.750: [CMS-concurrent-mark-start]
  732. attempt_201106171821_0001_m_000003_0: 2.799: [CMS-concurrent-mark: 0.049/0.049 secs] [Times: user=0.06 sys=0.02, real=0.05 secs]
  733. attempt_201106171821_0001_m_000003_0: 2.799: [CMS-concurrent-preclean-start]
  734. attempt_201106171821_0001_m_000003_0: 2.807: [CMS-concurrent-preclean: 0.008/0.008 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  735. attempt_201106171821_0001_m_000003_0: 2.807: [CMS-concurrent-abortable-preclean-start]
  736. attempt_201106171821_0001_m_000003_0: 2.992: [GC 2.992: [ParNew: 76672K->8511K(76672K), 0.0604440 secs] 178288K->127242K(3137216K), 0.0604900 secs] [Times: user=0.13 sys=0.00, real=0.06 secs]
  737. attempt_201106171821_0001_m_000003_0: 3.356: [CMS-concurrent-abortable-preclean: 0.044/0.550 secs] [Times: user=0.67 sys=0.01, real=0.55 secs]
  738. attempt_201106171821_0001_m_000003_0: 3.356: [GC[YG occupancy: 61795 K (76672 K)]3.356: [Rescan (parallel) , 0.0768870 secs]3.433: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 118730K(3060544K)] 180526K(3137216K), 0.0769840 secs] [Times: user=0.14 sys=0.00, real=0.08 secs]
  739. attempt_201106171821_0001_m_000003_0: 3.433: [CMS-concurrent-sweep-start]
  740. attempt_201106171821_0001_m_000003_0: 3.516: [GC 3.516: [ParNew: 74006K->8512K(76672K), 0.0538760 secs] 192737K->137317K(3137216K), 0.0539410 secs] [Times: user=0.13 sys=0.01, real=0.06 secs]
  741. attempt_201106171821_0001_m_000003_0: 3.689: [CMS-concurrent-sweep: 0.003/0.256 secs] [Times: user=0.33 sys=0.01, real=0.26 secs]
  742. attempt_201106171821_0001_m_000003_0: 3.689: [CMS-concurrent-reset-start]
  743. attempt_201106171821_0001_m_000003_0: 3.959: [GC 3.959: [ParNew: 76672K->8512K(76672K), 0.0894340 secs] 204109K->165748K(3137216K), 0.0894770 secs] [Times: user=0.13 sys=0.02, real=0.09 secs]
  744. attempt_201106171821_0001_m_000003_0: 4.232: [CMS-concurrent-reset: 0.086/0.543 secs] [Times: user=0.56 sys=0.09, real=0.54 secs]
  745. attempt_201106171821_0001_m_000003_0: 4.447: [GC 4.447: [ParNew: 76672K->8512K(76672K), 0.0543550 secs] 233908K->175993K(3137216K) icms_dc=5 , 0.0544030 secs] [Times: user=0.11 sys=0.00, real=0.06 secs]
  746. attempt_201106171821_0001_m_000003_0: 4.631: [GC [1 CMS-initial-mark: 167481K(3060544K)] 217910K(3137216K), 0.0400640 secs] [Times: user=0.02 sys=0.00, real=0.04 secs]
  747. attempt_201106171821_0001_m_000003_0: 4.671: [CMS-concurrent-mark-start]
  748. attempt_201106171821_0001_m_000003_0: 4.758: [CMS-concurrent-mark: 0.087/0.087 secs] [Times: user=0.12 sys=0.00, real=0.09 secs]
  749. attempt_201106171821_0001_m_000003_0: 4.759: [CMS-concurrent-preclean-start]
  750. attempt_201106171821_0001_m_000003_0: 4.768: [CMS-concurrent-preclean: 0.009/0.009 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  751. attempt_201106171821_0001_m_000003_0: 4.768: [CMS-concurrent-abortable-preclean-start]
  752. attempt_201106171821_0001_m_000003_0: 4.848: [GC 4.848: [ParNew: 76672K->8512K(76672K), 0.0955230 secs] 244153K->222113K(3137216K) icms_dc=5 , 0.0955780 secs] [Times: user=0.17 sys=0.06, real=0.09 secs]
  753. attempt_201106171821_0001_m_000003_0: 5.432: [GC 5.432: [ParNew: 76672K->8512K(76672K), 0.0636610 secs] 290273K->230428K(3137216K) icms_dc=5 , 0.0637170 secs] [Times: user=0.12 sys=0.01, real=0.06 secs]
  754. attempt_201106171821_0001_m_000003_0: 5.712: [CMS-concurrent-abortable-preclean: 0.288/0.945 secs] [Times: user=1.36 sys=0.08, real=0.94 secs]
  755. attempt_201106171821_0001_m_000003_0: 5.715: [GC[YG occupancy: 41315 K (76672 K)]5.715: [Rescan (parallel) , 0.0638560 secs]5.779: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 221916K(3060544K)] 263232K(3137216K), 0.0639480 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  756. attempt_201106171821_0001_m_000003_0: 5.779: [CMS-concurrent-sweep-start]
  757. attempt_201106171821_0001_m_000003_0: 6.030: [GC 6.030: [ParNew: 76672K->8512K(76672K), 0.0736420 secs] 294405K->236606K(3137216K) icms_dc=5 , 0.0736990 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  758. attempt_201106171821_0001_m_000003_0: 6.380: [CMS-concurrent-sweep: 0.065/0.601 secs] [Times: user=0.70 sys=0.03, real=0.60 secs]
  759. attempt_201106171821_0001_m_000003_0: 6.380: [CMS-concurrent-reset-start]
  760. attempt_201106171821_0001_m_000003_0: 6.388: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  761. attempt_201106171821_0001_m_000003_0: 6.562: [GC 6.562: [ParNew: 67384K->8512K(76672K), 0.0988250 secs] 279554K->229538K(3137216K) icms_dc=0 , 0.0988820 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  762. attempt_201106171821_0001_m_000003_0: 6.867: [GC 6.867: [ParNew: 55755K->3537K(76672K), 0.1250240 secs] 276782K->275677K(3137216K) icms_dc=0 , 0.1250810 secs] [Times: user=0.23 sys=0.04, real=0.13 secs]
  763. attempt_201106171821_0001_m_000003_0: 7.249: [GC 7.249: [ParNew: 71697K->8512K(76672K), 0.0791510 secs] 343837K->313045K(3137216K) icms_dc=0 , 0.0791990 secs] [Times: user=0.14 sys=0.02, real=0.08 secs]
  764. attempt_201106171821_0001_m_000003_0: 7.828: [GC 7.828: [ParNew: 76672K->8512K(76672K), 0.0460940 secs] 381205K->323381K(3137216K) icms_dc=0 , 0.0461390 secs] [Times: user=0.13 sys=0.00, real=0.04 secs]
  765. attempt_201106171821_0001_m_000003_0: 8.335: [GC 8.335: [ParNew: 76672K->8512K(76672K), 0.0637480 secs] 391541K->334327K(3137216K) icms_dc=0 , 0.0637980 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  766. attempt_201106171821_0001_m_000003_0: 8.782: [GC 8.782: [ParNew: 76672K->8512K(76672K), 0.0573120 secs] 402487K->344678K(3137216K) icms_dc=0 , 0.0573710 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  767. attempt_201106171821_0001_m_000003_0: 9.210: [GC 9.210: [ParNew: 76672K->8512K(76672K), 0.0589200 secs] 412838K->355933K(3137216K) icms_dc=0 , 0.0589650 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  768. attempt_201106171821_0001_m_000003_0: 9.667: [GC 9.667: [ParNew: 76672K->8512K(76672K), 0.0667280 secs] 424093K->365745K(3137216K) icms_dc=0 , 0.0667820 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  769. attempt_201106171821_0001_m_000003_0: 10.144: [GC 10.144: [ParNew: 76672K->8512K(76672K), 0.0863840 secs] 433905K->375695K(3137216K) icms_dc=0 , 0.0864320 secs] [Times: user=0.14 sys=0.00, real=0.09 secs]
  770. attempt_201106171821_0001_m_000003_0: 10.367: [GC 10.367: [ParNew: 68651K->8451K(76672K), 0.1081110 secs] 435834K->412445K(3137216K) icms_dc=3 , 0.1081610 secs] [Times: user=0.29 sys=0.04, real=0.11 secs]
  771. attempt_201106171821_0001_m_000003_0: 10.482: [GC [1 CMS-initial-mark: 403994K(3060544K)] 448933K(3137216K), 0.0030810 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  772. attempt_201106171821_0001_m_000003_0: 10.485: [CMS-concurrent-mark-start]
  773. attempt_201106171821_0001_m_000003_0: 10.796: [GC 10.796: [ParNew: 74628K->8025K(76672K), 0.0831740 secs] 478622K->473126K(3137216K) icms_dc=10 , 0.0832240 secs] [Times: user=0.13 sys=0.05, real=0.09 secs]
  774. attempt_201106171821_0001_m_000003_0: 10.948: [GC 10.948: [ParNew: 76185K->8263K(76672K), 0.0699810 secs] 541286K->537036K(3137216K) icms_dc=18 , 0.0700290 secs] [Times: user=0.13 sys=0.04, real=0.07 secs]
  775. attempt_201106171821_0001_m_000003_0: 11.266: [GC 11.266: [ParNew: 76423K->8512K(76672K), 0.0796570 secs] 605196K->547031K(3137216K) icms_dc=18 , 0.0797070 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  776. attempt_201106171821_0001_m_000003_0: 11.502: [CMS-concurrent-mark: 0.423/1.017 secs] [Times: user=1.62 sys=0.12, real=1.02 secs]
  777. attempt_201106171821_0001_m_000003_0: 11.502: [CMS-concurrent-preclean-start]
  778. attempt_201106171821_0001_m_000003_0: 11.615: [GC 11.615: [ParNew: 76672K->8512K(76672K), 0.0691370 secs] 615191K->557602K(3137216K) icms_dc=18 , 0.0691830 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  779. attempt_201106171821_0001_m_000003_0: 11.934: [GC 11.934: [ParNew: 76672K->8512K(76672K), 0.0872680 secs] 625762K->568139K(3137216K) icms_dc=18 , 0.0873150 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  780. attempt_201106171821_0001_m_000003_0: 12.269: [GC 12.269: [ParNew: 76672K->8512K(76672K), 0.0838530 secs] 636299K->578719K(3137216K) icms_dc=18 , 0.0838990 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  781. attempt_201106171821_0001_m_000003_0: 12.604: [GC 12.604: [ParNew: 76672K->8512K(76672K), 0.1361350 secs] 646879K->589135K(3137216K) icms_dc=18 , 0.1361790 secs] [Times: user=0.15 sys=0.00, real=0.14 secs]
  782. attempt_201106171821_0001_m_000003_0: 13.002: [GC 13.002: [ParNew: 76672K->8512K(76672K), 0.1098720 secs] 657295K->599951K(3137216K) icms_dc=18 , 0.1099180 secs] [Times: user=0.20 sys=0.02, real=0.11 secs]
  783. attempt_201106171821_0001_m_000003_0: 13.365: [GC 13.365: [ParNew: 76672K->8512K(76672K), 0.0914480 secs] 668111K->610212K(3137216K) icms_dc=18 , 0.0914960 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  784. attempt_201106171821_0001_m_000003_0: 13.708: [GC 13.708: [ParNew: 76672K->8512K(76672K), 0.1022720 secs] 678372K->621519K(3137216K) icms_dc=18 , 0.1023160 secs] [Times: user=0.21 sys=0.00, real=0.10 secs]
  785. attempt_201106171821_0001_m_000003_0: 13.947: [CMS-concurrent-preclean: 0.322/2.445 secs] [Times: user=3.36 sys=0.08, real=2.45 secs]
  786. attempt_201106171821_0001_m_000003_0: 13.947: [CMS-concurrent-abortable-preclean-start]
  787. attempt_201106171821_0001_m_000003_0: 14.077: [GC 14.077: [ParNew: 76672K->8512K(76672K), 0.0930930 secs] 689679K->631666K(3137216K) icms_dc=18 , 0.0931380 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  788. attempt_201106171821_0001_m_000003_0: 14.427: [GC 14.427: [ParNew: 76672K->8512K(76672K), 0.0638670 secs] 699826K->641834K(3137216K) icms_dc=18 , 0.0639130 secs] [Times: user=0.19 sys=0.02, real=0.06 secs]
  789. attempt_201106171821_0001_m_000003_0: 14.744: [GC 14.744: [ParNew: 76672K->8512K(76672K), 0.0734840 secs] 709994K->652343K(3137216K) icms_dc=18 , 0.0735290 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  790. attempt_201106171821_0001_m_000003_0: 14.919: [CMS-concurrent-abortable-preclean: 0.136/0.971 secs] [Times: user=1.43 sys=0.04, real=0.97 secs]
  791. attempt_201106171821_0001_m_000003_0: 14.927: [GC[YG occupancy: 37259 K (76672 K)]14.927: [Rescan (parallel) , 0.0869050 secs]15.014: [weak refs processing, 0.0000170 secs] [1 CMS-remark: 643831K(3060544K)] 681091K(3137216K), 0.0870040 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  792. attempt_201106171821_0001_m_000003_0: 15.014: [CMS-concurrent-sweep-start]
  793. attempt_201106171821_0001_m_000003_0: 15.177: [GC 15.177: [ParNew: 76672K->8512K(76672K), 0.0491630 secs] 669152K->611522K(3137216K) icms_dc=18 , 0.0492260 secs] [Times: user=0.18 sys=0.00, real=0.05 secs]
  794. attempt_201106171821_0001_m_000003_0: 15.534: [GC 15.534: [ParNew: 76672K->8512K(76672K), 0.0780340 secs] 679682K->621647K(3137216K) icms_dc=18 , 0.0780800 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  795. attempt_201106171821_0001_m_000003_0: 15.737: [CMS-concurrent-sweep: 0.141/0.723 secs] [Times: user=0.97 sys=0.03, real=0.72 secs]
  796. attempt_201106171821_0001_m_000003_0: 15.737: [CMS-concurrent-reset-start]
  797. attempt_201106171821_0001_m_000003_0: 15.754: [CMS-concurrent-reset: 0.017/0.017 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
  798. attempt_201106171821_0001_m_000003_0: 15.846: [GC 15.846: [ParNew: 70570K->8512K(76672K), 0.0634460 secs] 683704K->631108K(3137216K) icms_dc=13 , 0.0634960 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  799. attempt_201106171821_0001_m_000003_0: 15.920: [GC [1 CMS-initial-mark: 622596K(3060544K)] 687706K(3137216K), 0.0864440 secs] [Times: user=0.09 sys=0.00, real=0.08 secs]
  800. attempt_201106171821_0001_m_000003_0: 16.007: [CMS-concurrent-mark-start]
  801. attempt_201106171821_0001_m_000003_0: 16.011: [GC 16.011: [ParNew: 65109K->0K(76672K), 0.1797320 secs] 687706K->687418K(3137216K) icms_dc=18 , 0.1797850 secs] [Times: user=0.45 sys=0.02, real=0.18 secs]
  802. attempt_201106171821_0001_m_000003_0: 16.202: [GC 16.202: [ParNew: 56924K->515K(76672K), 0.0580950 secs] 744342K->744531K(3137216K) icms_dc=27 , 0.0581460 secs] [Times: user=0.10 sys=0.02, real=0.06 secs]
  803. attempt_201106171821_0001_m_000003_0: 16.871: [GC 16.871: [ParNew: 14665K->128K(76672K), 0.0411730 secs] 758680K->758293K(3137216K) icms_dc=27 , 0.0412720 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
  804. attempt_201106171821_0001_m_000003_0: 16.990: [GC 16.990: [ParNew: 56726K->32K(76672K), 0.0497280 secs] 928085K->927989K(3137216K) icms_dc=42 , 0.0499490 secs] [Times: user=0.10 sys=0.03, real=0.05 secs]
  805. attempt_201106171821_0001_m_000003_0: 17.311: [GC 17.311: [ParNew: 68192K->8401K(76672K), 0.0530500 secs] 996149K->950507K(3137216K) icms_dc=42 , 0.0530950 secs] [Times: user=0.14 sys=0.00, real=0.05 secs]
  806. attempt_201106171821_0001_m_000003_0: 17.687: [GC 17.687: [ParNew: 76561K->8512K(76672K), 0.1203360 secs] 1018667K->961712K(3137216K) icms_dc=42 , 0.1203910 secs] [Times: user=0.28 sys=0.01, real=0.13 secs]
  807. attempt_201106171821_0001_m_000003_0: 18.104: [GC 18.104: [ParNew: 76672K->8512K(76672K), 0.1078540 secs] 1029872K->971853K(3137216K) icms_dc=42 , 0.1079020 secs] [Times: user=0.26 sys=0.00, real=0.11 secs]
  808. attempt_201106171821_0001_m_000003_0: 18.476: [GC 18.476: [ParNew: 76672K->8512K(76672K), 0.0991370 secs] 1040013K->982942K(3137216K) icms_dc=42 , 0.0992120 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  809. attempt_201106171821_0001_m_000003_0: 18.854: [GC 18.854: [ParNew: 76672K->8512K(76672K), 0.0889350 secs] 1051102K->992761K(3137216K) icms_dc=42 , 0.0889790 secs] [Times: user=0.25 sys=0.02, real=0.09 secs]
  810. attempt_201106171821_0001_m_000003_0: 19.206: [GC 19.206: [ParNew: 76672K->8512K(76672K), 0.0989840 secs] 1060921K->1003181K(3137216K) icms_dc=42 , 0.0990330 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  811. attempt_201106171821_0001_m_000003_0: 19.605: [GC 19.606: [ParNew: 76672K->8512K(76672K), 0.0890930 secs] 1071341K->1014023K(3137216K) icms_dc=42 , 0.0891370 secs] [Times: user=0.27 sys=0.00, real=0.09 secs]
  812. attempt_201106171821_0001_m_000003_0: 20.007: [GC 20.007: [ParNew: 76672K->8512K(76672K), 0.1074030 secs] 1082183K->1024138K(3137216K) icms_dc=42 , 0.1074490 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  813. attempt_201106171821_0001_m_000003_0: 20.296: [CMS-concurrent-mark: 1.194/4.290 secs] [Times: user=6.57 sys=0.28, real=4.29 secs]
  814. attempt_201106171821_0001_m_000003_0: 20.296: [CMS-concurrent-preclean-start]
  815. attempt_201106171821_0001_m_000003_0: 20.402: [GC 20.403: [ParNew: 76672K->8512K(76672K), 0.1084280 secs] 1092298K->1035406K(3137216K) icms_dc=42 , 0.1084750 secs] [Times: user=0.27 sys=0.00, real=0.11 secs]
  816. attempt_201106171821_0001_m_000003_0: 20.795: [GC 20.795: [ParNew: 76672K->8512K(76672K), 0.0790880 secs] 1103566K->1045377K(3137216K) icms_dc=42 , 0.0791340 secs] [Times: user=0.21 sys=0.01, real=0.08 secs]
  817. attempt_201106171821_0001_m_000003_0: 21.205: [GC 21.205: [ParNew: 76672K->8512K(76672K), 0.0884250 secs] 1113537K->1055734K(3137216K) icms_dc=42 , 0.0884740 secs] [Times: user=0.22 sys=0.01, real=0.09 secs]
  818. attempt_201106171821_0001_m_000003_0: 21.608: [GC 21.608: [ParNew: 76672K->8512K(76672K), 0.1133100 secs] 1123894K->1066015K(3137216K) icms_dc=42 , 0.1133730 secs] [Times: user=0.30 sys=0.00, real=0.11 secs]
  819. attempt_201106171821_0001_m_000003_0: 22.039: [GC 22.039: [ParNew: 76672K->8512K(76672K), 0.0853680 secs] 1134175K->1076753K(3137216K) icms_dc=42 , 0.0854160 secs] [Times: user=0.25 sys=0.00, real=0.08 secs]
  820. attempt_201106171821_0001_m_000003_0: 22.429: [GC 22.429: [ParNew: 76672K->8512K(76672K), 0.0814210 secs] 1144913K->1086940K(3137216K) icms_dc=42 , 0.0814680 secs] [Times: user=0.21 sys=0.02, real=0.08 secs]
  821. attempt_201106171821_0001_m_000003_0: 22.790: [GC 22.790: [ParNew: 76672K->8512K(76672K), 0.0975300 secs] 1155100K->1097528K(3137216K) icms_dc=42 , 0.0975750 secs] [Times: user=0.26 sys=0.01, real=0.10 secs]
  822. attempt_201106171821_0001_m_000003_0: 22.977: [CMS-concurrent-preclean: 0.884/2.681 secs] [Times: user=4.30 sys=0.06, real=2.69 secs]
  823. attempt_201106171821_0001_m_000003_0: 22.977: [CMS-concurrent-abortable-preclean-start]
  824. attempt_201106171821_0001_m_000003_0: 23.146: [GC 23.146: [ParNew: 76672K->8512K(76672K), 0.1165120 secs] 1165688K->1107911K(3137216K) icms_dc=42 , 0.1167200 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  825. attempt_201106171821_0001_m_000003_0: 23.574: [GC 23.574: [ParNew: 76672K->8512K(76672K), 0.1258740 secs] 1176071K->1119526K(3137216K) icms_dc=42 , 0.1259210 secs] [Times: user=0.25 sys=0.01, real=0.13 secs]
  826. attempt_201106171821_0001_m_000003_0: 23.960: [GC 23.960: [ParNew: 76672K->8512K(76672K), 0.1185980 secs] 1187686K->1129175K(3137216K) icms_dc=42 , 0.1186440 secs] [Times: user=0.23 sys=0.01, real=0.12 secs]
  827. attempt_201106171821_0001_m_000003_0: 24.150: [CMS-concurrent-abortable-preclean: 0.336/1.173 secs] [Times: user=1.88 sys=0.04, real=1.17 secs]
  828. attempt_201106171821_0001_m_000003_0: 24.150: [GC[YG occupancy: 29038 K (76672 K)]24.150: [Rescan (parallel) , 0.0803390 secs]24.231: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 1120663K(3060544K)] 1149701K(3137216K), 0.0804390 secs] [Times: user=0.24 sys=0.00, real=0.08 secs]
  829. attempt_201106171821_0001_m_000003_0: 24.231: [CMS-concurrent-sweep-start]
  830. attempt_201106171821_0001_m_000003_0: 24.414: [GC 24.414: [ParNew: 76672K->8512K(76672K), 0.1336370 secs] 1197292K->1139763K(3137216K) icms_dc=42 , 0.1336940 secs] [Times: user=0.27 sys=0.00, real=0.14 secs]
  831. attempt_201106171821_0001_m_000003_0: 24.801: [GC 24.801: [ParNew: 76672K->8512K(76672K), 0.1223320 secs] 1130090K->1073002K(3137216K) icms_dc=42 , 0.1224080 secs] [Times: user=0.26 sys=0.01, real=0.12 secs]
  832. attempt_201106171821_0001_m_000003_0: 25.041: [CMS-concurrent-sweep: 0.263/0.810 secs] [Times: user=1.32 sys=0.02, real=0.81 secs]
  833. attempt_201106171821_0001_m_000003_0: 25.041: [CMS-concurrent-reset-start]
  834. attempt_201106171821_0001_m_000003_0: 25.049: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  835. attempt_201106171821_0001_m_000003_0: 25.188: [GC 25.188: [ParNew: 76672K->8512K(76672K), 0.1109940 secs] 1141162K->1083085K(3137216K) icms_dc=32 , 0.1110400 secs] [Times: user=0.25 sys=0.00, real=0.11 secs]
  836. attempt_201106171821_0001_m_000003_0: 25.396: [GC [1 CMS-initial-mark: 1074573K(3060544K)] 1106441K(3137216K), 0.0252820 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  837. attempt_201106171821_0001_m_000003_0: 25.422: [CMS-concurrent-mark-start]
  838. attempt_201106171821_0001_m_000003_0: 25.604: [GC 25.604: [ParNew: 76672K->8512K(76672K), 0.0984260 secs] 1151245K->1093747K(3137216K) icms_dc=32 , 0.0984720 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  839. attempt_201106171821_0001_m_000003_0: 25.962: [GC 25.962: [ParNew: 76672K->8512K(76672K), 0.1657140 secs] 1161907K->1104626K(3137216K) icms_dc=32 , 0.1657680 secs] [Times: user=0.31 sys=0.00, real=0.17 secs]
  840. attempt_201106171821_0001_m_000003_0: 26.425: [GC 26.425: [ParNew: 76672K->8512K(76672K), 0.1005240 secs] 1172786K->1114241K(3137216K) icms_dc=32 , 0.1005920 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  841. attempt_201106171821_0001_m_000003_0: 26.800: [GC 26.800: [ParNew: 76672K->8512K(76672K), 0.1007510 secs] 1182401K->1124560K(3137216K) icms_dc=32 , 0.1007980 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  842. attempt_201106171821_0001_m_000003_0: 27.203: [GC 27.203: [ParNew: 76672K->8512K(76672K), 0.1278640 secs] 1192720K->1134673K(3137216K) icms_dc=32 , 0.1279100 secs] [Times: user=0.24 sys=0.01, real=0.13 secs]
  843. attempt_201106171821_0001_m_000003_0: 27.590: [GC 27.590: [ParNew: 76672K->8512K(76672K), 0.1363820 secs] 1202833K->1145370K(3137216K) icms_dc=32 , 0.1364260 secs] [Times: user=0.28 sys=0.00, real=0.13 secs]
  844. attempt_201106171821_0001_m_000003_0: 27.989: [GC 27.989: [ParNew: 76672K->8512K(76672K), 0.1357470 secs] 1213530K->1155851K(3137216K) icms_dc=32 , 0.1357870 secs] [Times: user=0.24 sys=0.00, real=0.13 secs]
  845. attempt_201106171821_0001_m_000003_0: 29.144: [CMS-concurrent-mark: 1.618/3.723 secs] [Times: user=5.98 sys=0.19, real=3.72 secs]
  846. attempt_201106171821_0001_m_000003_0: 29.144: [CMS-concurrent-preclean-start]
  847. attempt_201106171821_0001_m_000003_0: 29.683: [CMS-concurrent-preclean: 0.537/0.539 secs] [Times: user=0.90 sys=0.00, real=0.54 secs]
  848. attempt_201106171821_0001_m_000003_0: 29.683: [CMS-concurrent-abortable-preclean-start]
  849. attempt_201106171821_0001_m_000003_0: 30.045: [GC 30.045: [ParNew: 76672K->8485K(76672K), 0.1653670 secs] 1789985K->1786907K(3137216K) icms_dc=47 , 0.1654140 secs] [Times: user=0.31 sys=0.08, real=0.17 secs]
  850. attempt_201106171821_0001_m_000003_0: 30.675: [GC 30.675: [ParNew: 76645K->8512K(76672K), 0.1185110 secs] 1855067K->1790781K(3137216K) icms_dc=62 , 0.1185570 secs] [Times: user=0.26 sys=0.00, real=0.12 secs]
  851. attempt_201106171821_0001_m_000003_0: 31.088: [GC 31.088: [ParNew: 76672K->8512K(76672K), 0.1120400 secs] 1858941K->1801232K(3137216K) icms_dc=62 , 0.1120860 secs] [Times: user=0.34 sys=0.01, real=0.11 secs]
  852. attempt_201106171821_0001_m_000003_0: 31.350: [CMS-concurrent-abortable-preclean: 0.859/1.666 secs] [Times: user=2.54 sys=0.28, real=1.67 secs]
  853. attempt_201106171821_0001_m_000003_0: 31.350: [GC[YG occupancy: 47134 K (76672 K)]31.350: [Rescan (parallel) , 0.1602630 secs]31.510: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 1792720K(3060544K)] 1839855K(3137216K), 0.1603820 secs] [Times: user=0.40 sys=0.00, real=0.16 secs]
  854. attempt_201106171821_0001_m_000003_0: 31.510: [CMS-concurrent-sweep-start]
  855. attempt_201106171821_0001_m_000003_0: 31.645: [GC 31.645: [ParNew: 76672K->8512K(76672K), 0.1174690 secs] 1869390K->1812315K(3137216K) icms_dc=62 , 0.1175190 secs] [Times: user=0.32 sys=0.01, real=0.12 secs]
  856. attempt_201106171821_0001_m_000003_0: 32.013: [GC 32.014: [ParNew: 76672K->8512K(76672K), 0.1380350 secs] 1880463K->1822120K(3137216K) icms_dc=62 , 0.1380810 secs] [Times: user=0.29 sys=0.00, real=0.14 secs]
  857. attempt_201106171821_0001_m_000003_0: 32.451: [GC 32.451: [ParNew: 76672K->8512K(76672K), 0.1775750 secs] 1734637K->1677110K(3137216K) icms_dc=62 , 0.1776230 secs] [Times: user=0.39 sys=0.01, real=0.18 secs]
  858. attempt_201106171821_0001_m_000003_0: 32.830: [CMS-concurrent-sweep: 0.526/1.320 secs] [Times: user=2.16 sys=0.09, real=1.32 secs]
  859. attempt_201106171821_0001_m_000003_0: 32.830: [CMS-concurrent-reset-start]
  860. attempt_201106171821_0001_m_000003_0: 32.837: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.01 sys=0.01, real=0.01 secs]
  861. attempt_201106171821_0001_m_000003_0: 33.039: [GC 33.039: [ParNew: 76672K->8512K(76672K), 0.1588160 secs] 1745260K->1687465K(3137216K) icms_dc=47 , 0.1588670 secs] [Times: user=0.32 sys=0.00, real=0.16 secs]
  862. attempt_201106171821_0001_m_000003_0: 33.265: [GC [1 CMS-initial-mark: 1678953K(3060544K)] 1706310K(3137216K), 0.0297340 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  863. attempt_201106171821_0001_m_000003_0: 33.295: [CMS-concurrent-mark-start]
  864. attempt_201106171821_0001_m_000003_0: 33.517: [GC 33.517: [ParNew: 76672K->8512K(76672K), 0.1440480 secs] 1755625K->1698283K(3137216K) icms_dc=47 , 0.1440950 secs] [Times: user=0.35 sys=0.02, real=0.15 secs]
  865. attempt_201106171821_0001_m_000003_0: 33.926: [GC 33.926: [ParNew: 76672K->8512K(76672K), 0.1620680 secs] 1766443K->1708850K(3137216K) icms_dc=47 , 0.1621170 secs] [Times: user=0.34 sys=0.01, real=0.17 secs]
  866. attempt_201106171821_0001_m_000003_0: 34.371: [GC 34.371: [ParNew: 76672K->8512K(76672K), 0.1658630 secs] 1777010K->1719339K(3137216K) icms_dc=47 , 0.1659120 secs] [Times: user=0.30 sys=0.00, real=0.17 secs]
  867. attempt_201106171821_0001_m_000003_0: 34.810: [GC 34.810: [ParNew: 76672K->8512K(76672K), 0.1508150 secs] 1787499K->1729346K(3137216K) icms_dc=47 , 0.1508680 secs] [Times: user=0.34 sys=0.00, real=0.15 secs]
  868. attempt_201106171821_0001_m_000003_0: 35.271: [GC 35.271: [ParNew: 76672K->8512K(76672K), 0.1195750 secs] 1797506K->1739692K(3137216K) icms_dc=47 , 0.1196280 secs] [Times: user=0.29 sys=0.01, real=0.12 secs]
  869. attempt_201106171821_0001_m_000003_0: 35.634: [GC 35.634: [ParNew: 76672K->8512K(76672K), 0.1312620 secs] 1807852K->1750081K(3137216K) icms_dc=47 , 0.1313030 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  870. attempt_201106171821_0001_m_000003_0: 36.021: [GC 36.021: [ParNew: 76672K->8512K(76672K), 0.1196580 secs] 1818241K->1761606K(3137216K) icms_dc=47 , 0.1197060 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  871. attempt_201106171821_0001_m_000003_0: 36.425: [GC 36.425: [ParNew: 76672K->8512K(76672K), 0.1257490 secs] 1829766K->1771766K(3137216K) icms_dc=47 , 0.1257950 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  872. attempt_201106171821_0001_m_000003_0: 36.889: [GC 36.889: [ParNew: 76672K->8512K(76672K), 0.1272910 secs] 1839926K->1781732K(3137216K) icms_dc=47 , 0.1273430 secs] [Times: user=0.30 sys=0.01, real=0.12 secs]
  873. attempt_201106171821_0001_m_000003_0: 37.370: [GC 37.370: [ParNew: 76672K->8512K(76672K), 0.1305420 secs] 1849892K->1792221K(3137216K) icms_dc=47 , 0.1305880 secs] [Times: user=0.28 sys=0.00, real=0.13 secs]
  874. attempt_201106171821_0001_m_000003_0: 37.795: [GC 37.795: [ParNew: 76672K->8512K(76672K), 0.1404220 secs] 1860381K->1802607K(3137216K) icms_dc=47 , 0.1404670 secs] [Times: user=0.34 sys=0.00, real=0.14 secs]
  875. attempt_201106171821_0001_m_000003_0: 38.223: [GC 38.223: [ParNew: 76672K->8512K(76672K), 0.1399890 secs] 1870767K->1813058K(3137216K) icms_dc=47 , 0.1400370 secs] [Times: user=0.28 sys=0.00, real=0.14 secs]
  876. attempt_201106171821_0001_m_000003_0: 38.626: [GC 38.626: [ParNew: 76672K->8512K(76672K), 0.1630720 secs] 1881218K->1823654K(3137216K) icms_dc=47 , 0.1631180 secs] [Times: user=0.33 sys=0.01, real=0.17 secs]
  877. attempt_201106171821_0001_m_000003_0: 39.045: [GC 39.045: [ParNew: 76672K->8512K(76672K), 0.1521610 secs] 1891814K->1834128K(3137216K) icms_dc=47 , 0.1522060 secs] [Times: user=0.35 sys=0.00, real=0.15 secs]
  878. attempt_201106171821_0001_m_000003_0: 39.536: [GC 39.536: [ParNew: 76672K->8512K(76672K), 0.1158350 secs] 1902288K->1845369K(3137216K) icms_dc=47 , 0.1158790 secs] [Times: user=0.33 sys=0.00, real=0.12 secs]
  879. attempt_201106171821_0001_m_000003_0: 40.007: [GC 40.007: [ParNew: 76672K->8512K(76672K), 0.1430500 secs] 1913529K->1855147K(3137216K) icms_dc=47 , 0.1430960 secs] [Times: user=0.29 sys=0.01, real=0.14 secs]
  880. attempt_201106171821_0001_m_000003_0: 40.602: [GC 40.602: [ParNew: 76672K->8512K(76672K), 0.1213040 secs] 1923307K->1865729K(3137216K) icms_dc=47 , 0.1213520 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  881. attempt_201106171821_0001_m_000003_0: 41.056: [GC 41.056: [ParNew: 76672K->8512K(76672K), 0.1186200 secs] 1933889K->1880705K(3137216K) icms_dc=47 , 0.1186670 secs] [Times: user=0.30 sys=0.00, real=0.12 secs]
  882. attempt_201106171821_0001_m_000003_0: 41.555: [GC 41.555: [ParNew: 74908K->8512K(76672K), 0.0872500 secs] 1947101K->1893200K(3137216K) icms_dc=47 , 0.0873250 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  883. attempt_201106171821_0001_m_000003_0: 41.858: [GC 41.858: [ParNew: 76672K->8512K(76672K), 0.1015630 secs] 1961360K->1907815K(3137216K) icms_dc=47 , 0.1016260 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  884. attempt_201106171821_0001_m_000003_0: 42.201: [GC 42.201: [ParNew: 76672K->8512K(76672K), 0.0695090 secs] 1975975K->1923101K(3137216K) icms_dc=47 , 0.0695610 secs] [Times: user=0.14 sys=0.02, real=0.07 secs]
  885. attempt_201106171821_0001_m_000003_0: 42.364: [CMS-concurrent-mark: 3.074/9.069 secs] [Times: user=14.46 sys=0.29, real=9.07 secs]
  886. attempt_201106171821_0001_m_000003_0: 42.364: [CMS-concurrent-preclean-start]
  887. attempt_201106171821_0001_m_000003_0: 42.380: [CMS-concurrent-preclean: 0.015/0.016 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
  888. attempt_201106171821_0001_m_000003_0: 42.380: [CMS-concurrent-abortable-preclean-start]
  889. attempt_201106171821_0001_m_000003_0: 42.477: [GC 42.477: [ParNew: 76672K->8512K(76672K), 0.0825760 secs] 1991261K->1936177K(3137216K) icms_dc=47 , 0.0826220 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  890. attempt_201106171821_0001_m_000003_0: 42.679: [CMS-concurrent-abortable-preclean: 0.105/0.300 secs] [Times: user=0.46 sys=0.01, real=0.30 secs]
  891. attempt_201106171821_0001_m_000003_0: 42.680: [GC[YG occupancy: 45451 K (76672 K)]42.680: [Rescan (parallel) , 0.0368530 secs]42.717: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 1927665K(3060544K)] 1973117K(3137216K), 0.0369360 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
  892. attempt_201106171821_0001_m_000003_0: 42.717: [CMS-concurrent-sweep-start]
  893. attempt_201106171821_0001_m_000003_0: 42.816: [GC 42.816: [ParNew: 76672K->8512K(76672K), 0.0830120 secs] 2004337K->1949456K(3137216K) icms_dc=47 , 0.0830600 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  894. attempt_201106171821_0001_m_000003_0: 43.119: [GC 43.119: [ParNew: 75399K->8512K(76672K), 0.0756140 secs] 2016341K->1961731K(3137216K) icms_dc=47 , 0.0756700 secs] [Times: user=0.14 sys=0.00, real=0.07 secs]
  895. attempt_201106171821_0001_m_000003_0: 43.403: [GC 43.403: [ParNew: 76672K->8512K(76672K), 0.1314320 secs] 2029891K->1987352K(3137216K) icms_dc=47 , 0.1314800 secs] [Times: user=0.19 sys=0.00, real=0.13 secs]
  896. attempt_201106171821_0001_m_000003_0: 43.744: [GC 43.744: [ParNew: 76672K->8512K(76672K), 0.0543430 secs] 2055512K->2000211K(3137216K) icms_dc=47 , 0.0543890 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  897. attempt_201106171821_0001_m_000003_0: 44.036: [GC 44.036: [ParNew: 76672K->8512K(76672K), 0.0807630 secs] 2068371K->2013055K(3137216K) icms_dc=47 , 0.0808090 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  898. attempt_201106171821_0001_m_000003_0: 44.339: [GC 44.339: [ParNew: 76672K->8510K(76672K), 0.0911480 secs] 1769929K->1715452K(3137216K) icms_dc=47 , 0.0911940 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  899. attempt_201106171821_0001_m_000003_0: 44.715: [GC 44.715: [ParNew: 76670K->8512K(76672K), 0.0906070 secs] 1783602K->1727840K(3137216K) icms_dc=47 , 0.0906590 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  900. attempt_201106171821_0001_m_000003_0: 44.891: [CMS-concurrent-sweep: 0.783/2.175 secs] [Times: user=3.39 sys=0.09, real=2.18 secs]
  901. attempt_201106171821_0001_m_000003_0: 44.892: [CMS-concurrent-reset-start]
  902. attempt_201106171821_0001_m_000003_0: 44.899: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  903. attempt_201106171821_0001_m_000003_0: 45.030: [GC 45.030: [ParNew: 76672K->8512K(76672K), 0.0962820 secs] 1796000K->1740136K(3137216K) icms_dc=36 , 0.0963300 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  904. attempt_201106171821_0001_m_000003_0: 45.170: [GC [1 CMS-initial-mark: 1731624K(3060544K)] 1767885K(3137216K), 0.0214160 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  905. attempt_201106171821_0001_m_000003_0: 45.205: [CMS-concurrent-mark-start]
  906. attempt_201106171821_0001_m_000003_0: 45.320: [GC 45.320: [ParNew: 76672K->8512K(76672K), 0.0970330 secs] 1808296K->1780840K(3137216K) icms_dc=44 , 0.0970800 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  907. attempt_201106171821_0001_m_000003_0: 45.628: [GC 45.628: [ParNew: 76672K->8512K(76672K), 0.0948760 secs] 1849000K->1791460K(3137216K) icms_dc=44 , 0.0949240 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  908. attempt_201106171821_0001_m_000003_0: 45.983: [GC 45.983: [ParNew: 76672K->8512K(76672K), 0.0657110 secs] 1859620K->1805249K(3137216K) icms_dc=44 , 0.0657590 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  909. attempt_201106171821_0001_m_000003_0: 46.316: [GC 46.316: [ParNew: 76672K->8512K(76672K), 0.0637930 secs] 1873409K->1817963K(3137216K) icms_dc=44 , 0.0638530 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  910. attempt_201106171821_0001_m_000003_0: 46.605: [GC 46.605: [ParNew: 76672K->8512K(76672K), 0.0864510 secs] 1886123K->1831353K(3137216K) icms_dc=44 , 0.0864970 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  911. attempt_201106171821_0001_m_000003_0: 46.908: [GC 46.908: [ParNew: 76672K->8512K(76672K), 0.0899290 secs] 1899513K->1844677K(3137216K) icms_dc=44 , 0.0899750 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  912. attempt_201106171821_0001_m_000003_0: 47.207: [GC 47.207: [ParNew: 76672K->8512K(76672K), 0.0606150 secs] 1912837K->1857037K(3137216K) icms_dc=44 , 0.0606600 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  913. attempt_201106171821_0001_m_000003_0: 47.476: [GC 47.476: [ParNew: 76672K->8512K(76672K), 0.0970900 secs] 1925197K->1869102K(3137216K) icms_dc=44 , 0.0971360 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  914. attempt_201106171821_0001_m_000003_0: 47.774: [GC 47.774: [ParNew: 76672K->8512K(76672K), 0.1187180 secs] 1937262K->1881428K(3137216K) icms_dc=44 , 0.1187640 secs] [Times: user=0.18 sys=0.00, real=0.12 secs]
  915. attempt_201106171821_0001_m_000003_0: 48.138: [GC 48.138: [ParNew: 76672K->8512K(76672K), 0.0799720 secs] 1949588K->1894217K(3137216K) icms_dc=44 , 0.0800180 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  916. attempt_201106171821_0001_m_000003_0: 48.445: [GC 48.445: [ParNew: 76672K->8512K(76672K), 0.0965640 secs] 1962377K->1907453K(3137216K) icms_dc=44 , 0.0966110 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  917. attempt_201106171821_0001_m_000003_0: 48.770: [GC 48.770: [ParNew: 76672K->8512K(76672K), 0.1054410 secs] 1975613K->1920219K(3137216K) icms_dc=44 , 0.1054870 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  918. attempt_201106171821_0001_m_000003_0: 49.085: [GC 49.085: [ParNew: 76672K->8512K(76672K), 0.0743990 secs] 1988379K->1932920K(3137216K) icms_dc=44 , 0.0744470 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  919. attempt_201106171821_0001_m_000003_0: 49.260: [GC 49.260: [ParNew: 69532K->8511K(76672K), 0.0807900 secs] 1993940K->1969729K(3137216K) icms_dc=53 , 0.0808380 secs] [Times: user=0.14 sys=0.00, real=0.08 secs]
  920. attempt_201106171821_0001_m_000003_0: 49.543: [GC 49.543: [ParNew: 76671K->8512K(76672K), 0.0935210 secs] 2037889K->2011052K(3137216K) icms_dc=68 , 0.0935690 secs] [Times: user=0.27 sys=0.00, real=0.09 secs]
  921. attempt_201106171821_0001_m_000003_0: 49.927: [GC 49.927: [ParNew: 76672K->8512K(76672K), 0.0792550 secs] 2079212K->2021441K(3137216K) icms_dc=68 , 0.0793160 secs] [Times: user=0.15 sys=0.00, real=0.07 secs]
  922. attempt_201106171821_0001_m_000003_0: 50.279: [GC 50.279: [ParNew: 76672K->8512K(76672K), 0.0894610 secs] 2089601K->2033994K(3137216K) icms_dc=68 , 0.0895070 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  923. attempt_201106171821_0001_m_000003_0: 50.579: [GC 50.579: [ParNew: 76672K->8512K(76672K), 0.0865860 secs] 2102154K->2046730K(3137216K) icms_dc=68 , 0.0866320 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  924. attempt_201106171821_0001_m_000003_0: 50.879: [GC 50.879: [ParNew: 76672K->8512K(76672K), 0.1099130 secs] 2114890K->2059201K(3137216K) icms_dc=68 , 0.1099600 secs] [Times: user=0.20 sys=0.01, real=0.11 secs]
  925. attempt_201106171821_0001_m_000003_0: 51.203: [GC 51.203: [ParNew: 76672K->8512K(76672K), 0.0917820 secs] 2127361K->2071861K(3137216K) icms_dc=68 , 0.0918300 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  926. attempt_201106171821_0001_m_000003_0: 51.504: [GC 51.504: [ParNew: 76672K->8512K(76672K), 0.1056810 secs] 2140021K->2084228K(3137216K) icms_dc=68 , 0.1057470 secs] [Times: user=0.19 sys=0.02, real=0.11 secs]
  927. attempt_201106171821_0001_m_000003_0: 51.843: [GC 51.843: [ParNew: 76672K->8512K(76672K), 0.0966230 secs] 2152388K->2096265K(3137216K) icms_dc=68 , 0.0966690 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  928. attempt_201106171821_0001_m_000003_0: 52.163: [GC 52.164: [ParNew: 76672K->8511K(76672K), 0.0905940 secs] 2164425K->2108617K(3137216K) icms_dc=68 , 0.0906520 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  929. attempt_201106171821_0001_m_000003_0: 52.662: [GC 52.662: [ParNew: 76671K->8511K(76672K), 0.0875350 secs] 2176777K->2121088K(3137216K) icms_dc=68 , 0.0875840 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  930. attempt_201106171821_0001_m_000003_0: 52.990: [GC 52.990: [ParNew: 76671K->8511K(76672K), 0.1022550 secs] 2189248K->2133738K(3137216K) icms_dc=68 , 0.1023020 secs] [Times: user=0.16 sys=0.02, real=0.10 secs]
  931. attempt_201106171821_0001_m_000003_0: 53.312: [GC 53.312: [ParNew: 76671K->8510K(76672K), 0.0702790 secs] 2201898K->2146450K(3137216K) icms_dc=68 , 0.0703230 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  932. attempt_201106171821_0001_m_000003_0: 53.660: [GC 53.660: [ParNew: 76670K->8510K(76672K), 0.0977860 secs] 2214610K->2158428K(3137216K) icms_dc=68 , 0.0978450 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  933. attempt_201106171821_0001_m_000003_0: 53.890: [CMS-concurrent-mark: 3.802/8.685 secs] [Times: user=13.69 sys=0.36, real=8.69 secs]
  934. attempt_201106171821_0001_m_000003_0: 53.890: [CMS-concurrent-preclean-start]
  935. attempt_201106171821_0001_m_000003_0: 54.026: [GC 54.026: [ParNew: 76670K->8510K(76672K), 0.0937560 secs] 2226588K->2170913K(3137216K) icms_dc=68 , 0.0938020 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  936. attempt_201106171821_0001_m_000003_0: 54.187: [CMS-concurrent-preclean: 0.104/0.297 secs] [Times: user=0.44 sys=0.02, real=0.30 secs]
  937. attempt_201106171821_0001_m_000003_0: 54.187: [CMS-concurrent-abortable-preclean-start]
  938. attempt_201106171821_0001_m_000003_0: 54.291: [CMS-concurrent-abortable-preclean: 0.101/0.104 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  939. attempt_201106171821_0001_m_000003_0: 54.292: [GC[YG occupancy: 51056 K (76672 K)]54.292: [Rescan (parallel) , 0.0326460 secs]54.324: [weak refs processing, 0.0000380 secs] [1 CMS-remark: 2162402K(3060544K)] 2213458K(3137216K), 0.0327570 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
  940. attempt_201106171821_0001_m_000003_0: 54.325: [CMS-concurrent-sweep-start]
  941. attempt_201106171821_0001_m_000003_0: 54.407: [GC 54.408: [ParNew: 76670K->8510K(76672K), 0.1178850 secs] 2239066K->2183416K(3137216K) icms_dc=68 , 0.1179390 secs] [Times: user=0.16 sys=0.01, real=0.11 secs]
  942. attempt_201106171821_0001_m_000003_0: 54.768: [GC 54.768: [ParNew: 76670K->8510K(76672K), 0.1094870 secs] 2251565K->2196069K(3137216K) icms_dc=68 , 0.1095370 secs] [Times: user=0.17 sys=0.02, real=0.11 secs]
  943. attempt_201106171821_0001_m_000003_0: 55.108: [GC 55.108: [ParNew: 76670K->8510K(76672K), 0.0956740 secs] 2264217K->2208754K(3137216K) icms_dc=68 , 0.0957250 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  944. attempt_201106171821_0001_m_000003_0: 55.429: [GC 55.429: [ParNew: 76670K->8510K(76672K), 0.0901640 secs] 2276799K->2221595K(3137216K) icms_dc=68 , 0.0902100 secs] [Times: user=0.15 sys=0.01, real=0.09 secs]
  945. attempt_201106171821_0001_m_000003_0: 55.747: [GC 55.747: [ParNew: 76670K->8510K(76672K), 0.1023700 secs] 2289755K->2234589K(3137216K) icms_dc=68 , 0.1024160 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
  946. attempt_201106171821_0001_m_000003_0: 56.108: [GC 56.108: [ParNew: 76670K->8510K(76672K), 0.0761330 secs] 2302748K->2247952K(3137216K) icms_dc=68 , 0.0761780 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
  947. attempt_201106171821_0001_m_000003_0: 56.387: [CMS-concurrent-sweep: 1.039/2.063 secs] [Times: user=3.37 sys=0.13, real=2.07 secs]
  948. attempt_201106171821_0001_m_000003_0: 56.387: [CMS-concurrent-reset-start]
  949. attempt_201106171821_0001_m_000003_0: 56.394: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  950. attempt_201106171821_0001_m_000003_0: 56.457: [GC 56.458: [ParNew: 76670K->8512K(76672K), 0.0706530 secs] 2306471K->2249790K(3137216K) icms_dc=51 , 0.0706980 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  951. attempt_201106171821_0001_m_000003_0: 56.579: [GC [1 CMS-initial-mark: 2241278K(3060544K)] 2267632K(3137216K), 0.0236480 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  952. attempt_201106171821_0001_m_000003_0: 56.602: [CMS-concurrent-mark-start]
  953. attempt_201106171821_0001_m_000003_0: 56.793: [GC 56.793: [ParNew: 76672K->8512K(76672K), 0.0847040 secs] 2317950K->2261851K(3137216K) icms_dc=51 , 0.0847520 secs] [Times: user=0.15 sys=0.01, real=0.09 secs]
  954. attempt_201106171821_0001_m_000003_0: 57.127: [GC 57.128: [ParNew: 76672K->8512K(76672K), 0.0956730 secs] 2330011K->2274539K(3137216K) icms_dc=51 , 0.0957270 secs] [Times: user=0.22 sys=0.01, real=0.09 secs]
  955. attempt_201106171821_0001_m_000003_0: 57.438: [GC 57.438: [ParNew: 76672K->8512K(76672K), 0.0842500 secs] 2342699K->2287354K(3137216K) icms_dc=51 , 0.0842980 secs] [Times: user=0.17 sys=0.02, real=0.08 secs]
  956. attempt_201106171821_0001_m_000003_0: 57.725: [GC 57.725: [ParNew: 76672K->8510K(76672K), 0.1039080 secs] 2355514K->2300442K(3137216K) icms_dc=51 , 0.1039610 secs] [Times: user=0.25 sys=0.00, real=0.11 secs]
  957. attempt_201106171821_0001_m_000003_0: 58.082: [GC 58.082: [ParNew: 76670K->8512K(76672K), 0.0745700 secs] 2368602K->2312274K(3137216K) icms_dc=51 , 0.0746230 secs] [Times: user=0.21 sys=0.01, real=0.07 secs]
  958. attempt_201106171821_0001_m_000003_0: 58.409: [GC 58.409: [ParNew: 76672K->8512K(76672K), 0.0671350 secs] 2380434K->2325417K(3137216K) icms_dc=51 , 0.0671840 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  959. attempt_201106171821_0001_m_000003_0: 58.513: [GC 58.513: [ParNew: 74716K->8014K(76672K), 0.1034040 secs] 2391622K->2389404K(3137216K) icms_dc=66 , 0.1034600 secs] [Times: user=0.16 sys=0.02, real=0.10 secs]
  960. attempt_201106171821_0001_m_000003_0: 58.626: [GC 58.626: [ParNew: 64611K->3010K(76672K), 0.1900350 secs] 2446001K->2440997K(3137216K) icms_dc=82 , 0.1900760 secs] [Times: user=0.42 sys=0.03, real=0.19 secs]
  961. attempt_201106171821_0001_m_000003_0: 59.249: [GC 59.249: [ParNew: 71170K->8512K(76672K), 0.0831190 secs] 2509157K->2463604K(3137216K) icms_dc=100 , 0.0831650 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  962. attempt_201106171821_0001_m_000003_0: 59.600: [GC 59.600: [ParNew: 76672K->8512K(76672K), 0.0825060 secs] 2531764K->2475789K(3137216K) icms_dc=100 , 0.0825540 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  963. attempt_201106171821_0001_m_000003_0: 59.958: [GC 59.958: [ParNew: 76672K->8512K(76672K), 0.0975870 secs] 2543949K->2488256K(3137216K) icms_dc=100 , 0.0976460 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  964. attempt_201106171821_0001_m_000003_0: 60.302: [GC 60.302: [ParNew: 76672K->8512K(76672K), 0.0812000 secs] 2556416K->2500767K(3137216K) icms_dc=100 , 0.0812470 secs] [Times: user=0.18 sys=0.02, real=0.08 secs]
  965. attempt_201106171821_0001_m_000003_0: 60.604: [GC 60.605: [ParNew: 76672K->8512K(76672K), 0.1010990 secs] 2568927K->2513292K(3137216K) icms_dc=100 , 0.1011460 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  966. attempt_201106171821_0001_m_000003_0: 60.926: [GC 60.926: [ParNew: 76672K->8512K(76672K), 0.0961220 secs] 2581452K->2525563K(3137216K) icms_dc=100 , 0.0961680 secs] [Times: user=0.15 sys=0.03, real=0.10 secs]
  967. attempt_201106171821_0001_m_000003_0: 61.249: [GC 61.249: [ParNew: 76672K->8510K(76672K), 0.0817650 secs] 2593723K->2537520K(3137216K) icms_dc=100 , 0.0818210 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  968. attempt_201106171821_0001_m_000003_0: 61.546: [GC 61.546: [ParNew: 76670K->8512K(76672K), 0.0836890 secs] 2605680K->2549869K(3137216K) icms_dc=100 , 0.0837500 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  969. attempt_201106171821_0001_m_000003_0: 61.843: [GC 61.843: [ParNew: 76672K->8511K(76672K), 0.0922530 secs] 2618029K->2562285K(3137216K) icms_dc=100 , 0.0923000 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  970. attempt_201106171821_0001_m_000003_0: 62.155: [GC 62.155: [ParNew: 76671K->8511K(76672K), 0.0912940 secs] 2630445K->2574567K(3137216K) icms_dc=100 , 0.0913510 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  971. attempt_201106171821_0001_m_000003_0: 62.488: [GC 62.488: [ParNew: 76671K->8511K(76672K), 0.0835600 secs] 2642727K->2587110K(3137216K) icms_dc=100 , 0.0836060 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  972. attempt_201106171821_0001_m_000003_0: 62.797: [GC 62.798: [ParNew: 76671K->8511K(76672K), 0.0850950 secs] 2655270K->2598915K(3137216K) icms_dc=100 , 0.0851430 secs] [Times: user=0.17 sys=0.02, real=0.08 secs]
  973. attempt_201106171821_0001_m_000003_0: 63.109: [GC 63.109: [ParNew: 76671K->8512K(76672K), 0.1044760 secs] 2667075K->2611168K(3137216K) icms_dc=100 , 0.1045230 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  974. attempt_201106171821_0001_m_000003_0: 63.459: [GC 63.459: [ParNew: 76672K->8512K(76672K), 0.1281860 secs] 2679328K->2623577K(3137216K) icms_dc=100 , 0.1282480 secs] [Times: user=0.22 sys=0.04, real=0.13 secs]
  975. attempt_201106171821_0001_m_000003_0: 63.994: [GC 63.994: [ParNew: 76672K->8512K(76672K), 0.0935630 secs] 2691737K->2636586K(3137216K) icms_dc=100 , 0.0936100 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  976. attempt_201106171821_0001_m_000003_0: 64.368: [GC 64.368: [ParNew: 76672K->8512K(76672K), 0.1150550 secs] 2704746K->2648648K(3137216K) icms_dc=100 , 0.1151140 secs] [Times: user=0.24 sys=0.01, real=0.11 secs]
  977. attempt_201106171821_0001_m_000003_0: 64.556: [CMS-concurrent-mark: 4.946/7.954 secs] [Times: user=14.17 sys=0.45, real=7.95 secs]
  978. attempt_201106171821_0001_m_000003_0: 64.556: [CMS-concurrent-preclean-start]
  979. attempt_201106171821_0001_m_000003_0: 64.731: [CMS-concurrent-preclean: 0.169/0.174 secs] [Times: user=0.34 sys=0.00, real=0.18 secs]
  980. attempt_201106171821_0001_m_000003_0: 64.731: [CMS-concurrent-abortable-preclean-start]
  981. attempt_201106171821_0001_m_000003_0: 64.740: [GC 64.740: [ParNew: 76672K->8512K(76672K), 0.1238680 secs] 2716808K->2661537K(3137216K) icms_dc=100 , 0.1239120 secs] [Times: user=0.17 sys=0.00, real=0.12 secs]
  982. attempt_201106171821_0001_m_000003_0: 64.990: [CMS-concurrent-abortable-preclean: 0.134/0.259 secs] [Times: user=0.43 sys=0.01, real=0.26 secs]
  983. attempt_201106171821_0001_m_000003_0: 64.990: [GC[YG occupancy: 48120 K (76672 K)]64.990: [Rescan (parallel) , 0.0291980 secs]65.019: [weak refs processing, 0.0000180 secs] [1 CMS-remark: 2653025K(3060544K)] 2701145K(3137216K), 0.0292860 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
  984. attempt_201106171821_0001_m_000003_0: 65.020: [CMS-concurrent-sweep-start]
  985. attempt_201106171821_0001_m_000003_0: 65.159: [GC 65.159: [ParNew: 76672K->8512K(76672K), 0.0831950 secs] 2729697K->2674505K(3137216K) icms_dc=100 , 0.0832490 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  986. attempt_201106171821_0001_m_000003_0: 65.515: [GC 65.515: [ParNew: 76672K->8512K(76672K), 0.0745630 secs] 2742663K->2687143K(3137216K) icms_dc=100 , 0.0746090 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  987. attempt_201106171821_0001_m_000003_0: 65.882: [GC 65.882: [ParNew: 76672K->8510K(76672K), 0.0965570 secs] 2721413K->2665869K(3137216K) icms_dc=100 , 0.0966030 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  988. attempt_201106171821_0001_m_000003_0: 66.216: [GC 66.217: [ParNew: 76670K->8512K(76672K), 0.0673790 secs] 2733749K->2677066K(3137216K) icms_dc=100 , 0.0674260 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  989. attempt_201106171821_0001_m_000003_0: 66.543: [GC 66.543: [ParNew: 76672K->8512K(76672K), 0.0852720 secs] 2727144K->2671366K(3137216K) icms_dc=100 , 0.0853170 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  990. attempt_201106171821_0001_m_000003_0: 66.848: [GC 66.848: [ParNew: 76672K->8512K(76672K), 0.0865490 secs] 2738321K->2682569K(3137216K) icms_dc=100 , 0.0865950 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  991. attempt_201106171821_0001_m_000003_0: 66.944: [CMS-concurrent-sweep: 1.429/1.924 secs] [Times: user=3.47 sys=0.03, real=1.92 secs]
  992. attempt_201106171821_0001_m_000003_0: 66.944: [CMS-concurrent-reset-start]
  993. attempt_201106171821_0001_m_000003_0: 66.951: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  994. attempt_201106171821_0001_m_000003_0: 67.155: [GC 67.155: [ParNew: 76672K->8512K(76672K), 0.0860340 secs] 2750727K->2694781K(3137216K) icms_dc=75 , 0.0860820 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  995. attempt_201106171821_0001_m_000003_0: 67.266: [GC [1 CMS-initial-mark: 2686269K(3060544K)] 2704341K(3137216K), 0.0166780 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  996. attempt_201106171821_0001_m_000003_0: 67.283: [CMS-concurrent-mark-start]
  997. attempt_201106171821_0001_m_000003_0: 67.475: [GC 67.475: [ParNew: 76672K->8512K(76672K), 0.0774160 secs] 2762941K->2707343K(3137216K) icms_dc=93 , 0.0774660 secs] [Times: user=0.15 sys=0.02, real=0.08 secs]
  998. attempt_201106171821_0001_m_000003_0: 67.829: [GC 67.829: [ParNew: 76672K->8512K(76672K), 0.0714830 secs] 2775503K->2719179K(3137216K) icms_dc=100 , 0.0715300 secs] [Times: user=0.15 sys=0.01, real=0.07 secs]
  999. attempt_201106171821_0001_m_000003_0: 68.152: [GC 68.152: [ParNew: 76672K->8512K(76672K), 0.0975090 secs] 2787339K->2731373K(3137216K) icms_dc=100 , 0.0975570 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  1000. attempt_201106171821_0001_m_000003_0: 68.465: [GC 68.465: [ParNew: 76672K->8512K(76672K), 0.0761300 secs] 2799533K->2743357K(3137216K) icms_dc=100 , 0.0761770 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1001. attempt_201106171821_0001_m_000003_0: 68.760: [GC 68.761: [ParNew: 76672K->8512K(76672K), 0.0806920 secs] 2811517K->2755627K(3137216K) icms_dc=100 , 0.0807390 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  1002. attempt_201106171821_0001_m_000003_0: 69.062: [GC 69.062: [ParNew: 76672K->8510K(76672K), 0.0887960 secs] 2823787K->2767730K(3137216K) icms_dc=100 , 0.0888460 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1003. attempt_201106171821_0001_m_000003_0: 69.377: [GC 69.377: [ParNew: 76670K->8510K(76672K), 0.0794500 secs] 2835890K->2779891K(3137216K) icms_dc=100 , 0.0794990 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1004. attempt_201106171821_0001_m_000003_0: 69.686: [GC 69.686: [ParNew: 76670K->8510K(76672K), 0.0936090 secs] 2848051K->2791899K(3137216K) icms_dc=100 , 0.0936560 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  1005. attempt_201106171821_0001_m_000003_0: 70.000: [GC 70.000: [ParNew: 76670K->8510K(76672K), 0.1043540 secs] 2860059K->2804444K(3137216K) icms_dc=100 , 0.1044010 secs] [Times: user=0.18 sys=0.02, real=0.10 secs]
  1006. attempt_201106171821_0001_m_000003_0: 70.408: [GC 70.408: [ParNew: 76670K->8512K(76672K), 0.0805540 secs] 2872604K->2815974K(3137216K) icms_dc=100 , 0.0806000 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1007. attempt_201106171821_0001_m_000003_0: 70.764: [GC 70.764: [ParNew: 76672K->8512K(76672K), 0.0992460 secs] 2884134K->2828023K(3137216K) icms_dc=100 , 0.0992950 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1008. attempt_201106171821_0001_m_000003_0: 71.124: [GC 71.124: [ParNew: 76672K->8512K(76672K), 0.0966880 secs] 2896183K->2840126K(3137216K) icms_dc=100 , 0.0967320 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  1009. attempt_201106171821_0001_m_000003_0: 71.542: [GC 71.542: [ParNew: 76672K->8512K(76672K), 0.0736690 secs] 2908286K->2852489K(3137216K) icms_dc=100 , 0.0737150 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1010. attempt_201106171821_0001_m_000003_0: 71.861: [GC 71.861: [ParNew: 76672K->8512K(76672K), 0.1002470 secs] 2920649K->2864339K(3137216K) icms_dc=100 , 0.1002940 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  1011. attempt_201106171821_0001_m_000003_0: 72.176: [GC 72.176: [ParNew: 76672K->8512K(76672K), 0.0843140 secs] 2932499K->2876141K(3137216K) icms_dc=100 , 0.0843640 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  1012. attempt_201106171821_0001_m_000003_0: 72.486: [GC 72.486: [ParNew: 76672K->8512K(76672K), 0.1053230 secs] 2944301K->2888379K(3137216K) icms_dc=100 , 0.1053710 secs] [Times: user=0.18 sys=0.00, real=0.11 secs]
  1013. attempt_201106171821_0001_m_000003_0: 72.847: [GC 72.847: [ParNew: 76672K->8512K(76672K), 0.0761000 secs] 2956539K->2900167K(3137216K) icms_dc=100 , 0.0761580 secs] [Times: user=0.15 sys=0.03, real=0.07 secs]
  1014. attempt_201106171821_0001_m_000003_0: 73.136: [GC 73.136: [ParNew: 76672K->8512K(76672K), 0.0941210 secs] 2968327K->2914684K(3137216K) icms_dc=100 , 0.0941680 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1015. attempt_201106171821_0001_m_000003_0: 73.456: [GC 73.456: [ParNew: 76672K->8512K(76672K), 0.0871590 secs] 2982844K->2926167K(3137216K) icms_dc=100 , 0.0872050 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1016. attempt_201106171821_0001_m_000003_0: 73.765: [GC 73.765: [ParNew: 76672K->8512K(76672K), 0.1103190 secs] 2994327K->2938978K(3137216K) icms_dc=100 , 0.1104070 secs] [Times: user=0.17 sys=0.01, real=0.11 secs]
  1017. attempt_201106171821_0001_m_000003_0: 74.093: [GC 74.093: [ParNew: 76672K->8512K(76672K), 0.0943660 secs] 3007138K->2951191K(3137216K) icms_dc=100 , 0.0944110 secs] [Times: user=0.15 sys=0.00, real=0.10 secs]
  1018. attempt_201106171821_0001_m_000003_0: 74.423: [GC 74.423: [ParNew: 76672K->8512K(76672K), 0.0768580 secs] 3019351K->2963069K(3137216K) icms_dc=100 , 0.0769010 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  1019. attempt_201106171821_0001_m_000003_0: 74.732: [GC 74.732: [ParNew: 76672K->8512K(76672K), 0.0893520 secs] 3031229K->2975738K(3137216K) icms_dc=100 , 0.0894000 secs] [Times: user=0.20 sys=0.01, real=0.09 secs]
  1020. attempt_201106171821_0001_m_000003_0: 74.979: [CMS-concurrent-mark: 5.640/7.697 secs] [Times: user=14.17 sys=0.36, real=7.70 secs]
  1021. attempt_201106171821_0001_m_000003_0: 74.979: [CMS-concurrent-preclean-start]
  1022. attempt_201106171821_0001_m_000003_0: 75.077: [GC 75.077: [ParNew: 76672K->8512K(76672K), 0.0750290 secs] 3043898K->2987336K(3137216K) icms_dc=100 , 0.0750730 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  1023. attempt_201106171821_0001_m_000003_0: 75.271: [CMS-concurrent-preclean: 0.208/0.292 secs] [Times: user=0.53 sys=0.02, real=0.29 secs]
  1024. attempt_201106171821_0001_m_000003_0: 75.271: [CMS-concurrent-abortable-preclean-start]
  1025. attempt_201106171821_0001_m_000003_0: 75.289: [CMS-concurrent-abortable-preclean: 0.018/0.018 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
  1026. attempt_201106171821_0001_m_000003_0: 75.290: [GC[YG occupancy: 49486 K (76672 K)]75.290: [Rescan (parallel) , 0.0328580 secs]75.323: [weak refs processing, 0.0000140 secs] [1 CMS-remark: 2978824K(3060544K)] 3028310K(3137216K), 0.0329480 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
  1027. attempt_201106171821_0001_m_000003_0: 75.323: [CMS-concurrent-sweep-start]
  1028. attempt_201106171821_0001_m_000003_0: 75.411: [GC 75.411: [ParNew: 76672K->8512K(76672K), 0.0816280 secs] 3055496K->2999527K(3137216K) icms_dc=100 , 0.0816760 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  1029. attempt_201106171821_0001_m_000003_0: 75.765: [GC 75.765: [ParNew: 76672K->8512K(76672K), 0.0812950 secs] 3067687K->3011709K(3137216K) icms_dc=100 , 0.0813470 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  1030. attempt_201106171821_0001_m_000003_0: 76.115: [GC 76.115: [ParNew: 76672K->8512K(76672K), 0.0933090 secs] 3077239K->3021100K(3137216K) icms_dc=100 , 0.0933560 secs] [Times: user=0.16 sys=0.01, real=0.10 secs]
  1031. attempt_201106171821_0001_m_000003_0: 76.484: [GC 76.484: [ParNew: 76672K->8512K(76672K), 0.1087000 secs] 3025067K->2969916K(3137216K) icms_dc=100 , 0.1087490 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1032. attempt_201106171821_0001_m_000003_0: 76.832: [GC 76.832: [ParNew: 76672K->8512K(76672K), 0.0961230 secs] 3035515K->2978423K(3137216K) icms_dc=100 , 0.0961830 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1033. attempt_201106171821_0001_m_000003_0: 77.164: [GC 77.164: [ParNew: 76672K->8512K(76672K), 0.0838560 secs] 3044751K->2988539K(3137216K) icms_dc=100 , 0.0839040 secs] [Times: user=0.22 sys=0.01, real=0.09 secs]
  1034. attempt_201106171821_0001_m_000003_0: 77.449: [CMS-concurrent-sweep: 1.603/2.126 secs] [Times: user=4.05 sys=0.05, real=2.13 secs]
  1035. attempt_201106171821_0001_m_000003_0: 77.449: [CMS-concurrent-reset-start]
  1036. attempt_201106171821_0001_m_000003_0: 77.456: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1037. attempt_201106171821_0001_m_000003_0: 77.484: [GC 77.484: [ParNew: 76672K->8512K(76672K), 0.0763500 secs] 3056076K->3000663K(3137216K) icms_dc=75 , 0.0763970 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  1038. attempt_201106171821_0001_m_000003_0: 77.588: [GC [1 CMS-initial-mark: 2992151K(3060544K)] 3010224K(3137216K), 0.0156720 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1039. attempt_201106171821_0001_m_000003_0: 77.604: [CMS-concurrent-mark-start]
  1040. attempt_201106171821_0001_m_000003_0: 77.722: [GC 77.722: [ParNew: 50851K->8512K(76672K), 0.0506480 secs]77.773: [CMS82.721: [CMS-concurrent-mark: 5.067/5.118 secs] [Times: user=5.32 sys=0.01, real=5.12 secs]
  1041. attempt_201106171821_0001_m_000003_0: (concurrent mode failure): 3000607K->2999789K(3060544K), 15.5094140 secs] 3043003K->2999789K(3137216K), [CMS Perm : 10632K->10628K(21248K)] icms_dc=93 , 15.5601520 secs] [Times: user=15.60 sys=0.00, real=15.56 secs]
  1042. attempt_201106171821_0001_m_000003_0: 93.282: [Full GC 93.282: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  1043. attempt_201106171821_0001_m_000003_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  1044. attempt_201106171821_0001_m_000003_0: : 2999789K->2999663K(3060544K), 10.7873200 secs] 2999789K->2999663K(3137216K), [CMS Perm : 10628K->10606K(21248K)] icms_dc=100 , 10.7873850 secs] [Times: user=10.75 sys=0.01, real=10.79 secs]
  1045. attempt_201106171821_0001_m_000003_0: 104.078: [GC [1 CMS-initial-mark: 2999663K(3060544K)] 3001065K(3137216K), 0.0017940 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1046. attempt_201106171821_0001_m_000003_0: 104.083: [CMS-concurrent-mark-start]
  1047. attempt_201106171821_0001_m_000003_0: 104.135: [CMS-concurrent-mark: 0.050/0.051 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
  1048. attempt_201106171821_0001_m_000003_0: 104.135: [CMS-concurrent-preclean-start]
  1049. 11/06/17 18:34:00 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000002_0, Status : FAILED
  1050. java.lang.RuntimeException: Error in configuring object
  1051. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1052. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1053. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1054. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  1055. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  1056. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  1057. Caused by: java.lang.reflect.InvocationTargetException
  1058. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1059. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1060. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1061. at java.lang.reflect.Method.invoke(Method.java:597)
  1062. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1063. ... 5 more
  1064. Caused by: java.lang.RuntimeException: Error in configuring object
  1065. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1066. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1067. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1068. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  1069. ... 10 more
  1070. Caused by: java.lang.reflect.InvocationTargetException
  1071. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1072. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1073. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1074. at java.lang.reflect.Method.invoke(Method.java:597)
  1075. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1076. ... 13 more
  1077. Caused by: java.lang.OutOfMemoryError: Java heap space
  1078. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  1079. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  1080. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  1081. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  1082. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  1083. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  1084. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  1085. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  1086. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  1087. ... 18 more
  1088.  
  1089. attempt_201106171821_0001_m_000002_0: 2.145: [GC 2.145: [ParNew: 68160K->8512K(76672K), 0.0423420 secs] 165440K->110133K(3137216K), 0.0424010 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
  1090. attempt_201106171821_0001_m_000002_0: 2.499: [GC [1 CMS-initial-mark: 101621K(3060544K)] 141148K(3137216K), 0.0348970 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
  1091. attempt_201106171821_0001_m_000002_0: 2.546: [CMS-concurrent-mark-start]
  1092. attempt_201106171821_0001_m_000002_0: 2.674: [CMS-concurrent-mark: 0.128/0.128 secs] [Times: user=0.23 sys=0.03, real=0.13 secs]
  1093. attempt_201106171821_0001_m_000002_0: 2.674: [CMS-concurrent-preclean-start]
  1094. attempt_201106171821_0001_m_000002_0: 2.688: [CMS-concurrent-preclean: 0.014/0.014 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1095. attempt_201106171821_0001_m_000002_0: 2.688: [CMS-concurrent-abortable-preclean-start]
  1096. attempt_201106171821_0001_m_000002_0: 2.873: [GC 2.873: [ParNew: 76672K->8512K(76672K), 0.0916020 secs] 178293K->126412K(3137216K), 0.0916450 secs] [Times: user=0.14 sys=0.02, real=0.09 secs]
  1097. attempt_201106171821_0001_m_000002_0: 3.199: [CMS-concurrent-abortable-preclean: 0.043/0.511 secs] [Times: user=0.57 sys=0.02, real=0.51 secs]
  1098. attempt_201106171821_0001_m_000002_0: 3.199: [GC[YG occupancy: 44713 K (76672 K)]3.199: [Rescan (parallel) , 0.0396380 secs]3.239: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 117900K(3060544K)] 162614K(3137216K), 0.0397360 secs] [Times: user=0.10 sys=0.01, real=0.04 secs]
  1099. attempt_201106171821_0001_m_000002_0: 3.239: [CMS-concurrent-sweep-start]
  1100. attempt_201106171821_0001_m_000002_0: 3.240: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1101. attempt_201106171821_0001_m_000002_0: 3.240: [CMS-concurrent-reset-start]
  1102. attempt_201106171821_0001_m_000002_0: 3.425: [GC 3.425: [ParNew: 74333K->8512K(76672K), 0.0432120 secs] 192228K->136438K(3137216K), 0.0432500 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
  1103. attempt_201106171821_0001_m_000002_0: 3.841: [GC 3.841: [ParNew: 76672K->8512K(76672K), 0.0721080 secs] 204598K->165776K(3137216K), 0.0721510 secs] [Times: user=0.15 sys=0.03, real=0.07 secs]
  1104. attempt_201106171821_0001_m_000002_0: 4.086: [CMS-concurrent-reset: 0.110/0.847 secs] [Times: user=0.97 sys=0.11, real=0.85 secs]
  1105. attempt_201106171821_0001_m_000002_0: 4.296: [GC 4.296: [ParNew: 76672K->8512K(76672K), 0.0527850 secs] 233936K->176075K(3137216K) icms_dc=5 , 0.0528310 secs] [Times: user=0.14 sys=0.00, real=0.05 secs]
  1106. attempt_201106171821_0001_m_000002_0: 4.485: [GC [1 CMS-initial-mark: 167563K(3060544K)] 219759K(3137216K), 0.0518790 secs] [Times: user=0.03 sys=0.00, real=0.05 secs]
  1107. attempt_201106171821_0001_m_000002_0: 4.542: [CMS-concurrent-mark-start]
  1108. attempt_201106171821_0001_m_000002_0: 4.688: [GC 4.688: [ParNew: 76672K->8512K(76672K), 0.0725180 secs] 244235K->222055K(3137216K) icms_dc=5 , 0.0725620 secs] [Times: user=0.13 sys=0.06, real=0.07 secs]
  1109. attempt_201106171821_0001_m_000002_0: 5.276: [GC 5.276: [ParNew: 76672K->8512K(76672K), 0.0616640 secs] 290215K->230615K(3137216K) icms_dc=5 , 0.0617380 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  1110. attempt_201106171821_0001_m_000002_0: 5.815: [GC 5.815: [ParNew: 76672K->8512K(76672K), 0.0770790 secs] 298775K->241400K(3137216K) icms_dc=5 , 0.0771260 secs] [Times: user=0.18 sys=0.02, real=0.08 secs]
  1111. attempt_201106171821_0001_m_000002_0: 6.319: [GC 6.319: [ParNew: 67351K->8512K(76672K), 0.0702480 secs] 300240K->250807K(3137216K) icms_dc=5 , 0.0703050 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  1112. attempt_201106171821_0001_m_000002_0: 6.410: [CMS-concurrent-mark: 0.150/1.868 secs] [Times: user=2.29 sys=0.16, real=1.86 secs]
  1113. attempt_201106171821_0001_m_000002_0: 6.410: [CMS-concurrent-preclean-start]
  1114. attempt_201106171821_0001_m_000002_0: 6.479: [CMS-concurrent-preclean: 0.068/0.068 secs] [Times: user=0.12 sys=0.01, real=0.07 secs]
  1115. attempt_201106171821_0001_m_000002_0: 6.479: [CMS-concurrent-abortable-preclean-start]
  1116. attempt_201106171821_0001_m_000002_0: 6.575: [GC 6.575: [ParNew: 55754K->3537K(76672K), 0.0987110 secs] 298050K->295997K(3137216K) icms_dc=5 , 0.0987590 secs] [Times: user=0.19 sys=0.03, real=0.10 secs]
  1117. attempt_201106171821_0001_m_000002_0: 6.973: [GC 6.974: [ParNew: 71697K->8512K(76672K), 0.0571260 secs] 364157K->333878K(3137216K) icms_dc=5 , 0.0571960 secs] [Times: user=0.12 sys=0.01, real=0.05 secs]
  1118. attempt_201106171821_0001_m_000002_0: 7.531: [GC 7.531: [ParNew: 76672K->8512K(76672K), 0.0915850 secs] 402038K->343672K(3137216K) icms_dc=5 , 0.0916430 secs] [Times: user=0.10 sys=0.01, real=0.09 secs]
  1119. attempt_201106171821_0001_m_000002_0: 8.055: [GC 8.055: [ParNew: 76672K->8512K(76672K), 0.0499870 secs] 411832K->354688K(3137216K) icms_dc=5 , 0.0500480 secs] [Times: user=0.17 sys=0.00, real=0.05 secs]
  1120. attempt_201106171821_0001_m_000002_0: 8.275: [CMS-concurrent-abortable-preclean: 0.211/1.797 secs] [Times: user=2.67 sys=0.06, real=1.80 secs]
  1121. attempt_201106171821_0001_m_000002_0: 8.275: [GC[YG occupancy: 41045 K (76672 K)]8.275: [Rescan (parallel) , 0.0528190 secs]8.328: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 346176K(3060544K)] 387221K(3137216K), 0.0528950 secs] [Times: user=0.17 sys=0.01, real=0.05 secs]
  1122. attempt_201106171821_0001_m_000002_0: 8.328: [CMS-concurrent-sweep-start]
  1123. attempt_201106171821_0001_m_000002_0: 8.541: [GC 8.541: [ParNew: 76672K->8512K(76672K), 0.0531120 secs] 407519K->349544K(3137216K) icms_dc=5 , 0.0531850 secs] [Times: user=0.13 sys=0.01, real=0.06 secs]
  1124. attempt_201106171821_0001_m_000002_0: 8.770: [CMS-concurrent-sweep: 0.027/0.442 secs] [Times: user=0.53 sys=0.01, real=0.44 secs]
  1125. attempt_201106171821_0001_m_000002_0: 8.770: [CMS-concurrent-reset-start]
  1126. attempt_201106171821_0001_m_000002_0: 8.777: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1127. attempt_201106171821_0001_m_000002_0: 8.975: [GC 8.975: [ParNew: 76672K->8512K(76672K), 0.0520690 secs] 412924K->356211K(3137216K) icms_dc=0 , 0.0521210 secs] [Times: user=0.14 sys=0.00, real=0.05 secs]
  1128. attempt_201106171821_0001_m_000002_0: 9.404: [GC 9.404: [ParNew: 76672K->8512K(76672K), 0.0530200 secs] 424371K->365989K(3137216K) icms_dc=0 , 0.0530680 secs] [Times: user=0.13 sys=0.02, real=0.05 secs]
  1129. attempt_201106171821_0001_m_000002_0: 9.905: [GC 9.905: [ParNew: 76672K->8512K(76672K), 0.0843090 secs] 434149K->375889K(3137216K) icms_dc=0 , 0.0843620 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1130. attempt_201106171821_0001_m_000002_0: 10.154: [GC 10.154: [ParNew: 67953K->8410K(76672K), 0.1449880 secs] 435331K->412598K(3137216K) icms_dc=0 , 0.1450380 secs] [Times: user=0.28 sys=0.02, real=0.14 secs]
  1131. attempt_201106171821_0001_m_000002_0: 10.662: [GC 10.662: [ParNew: 73880K->7074K(76672K), 0.1370450 secs] 478068K->472260K(3137216K) icms_dc=5 , 0.1370950 secs] [Times: user=0.22 sys=0.04, real=0.13 secs]
  1132. attempt_201106171821_0001_m_000002_0: 10.812: [GC [1 CMS-initial-mark: 465185K(3060544K)] 537352K(3137216K), 0.0003980 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1133. attempt_201106171821_0001_m_000002_0: 10.812: [CMS-concurrent-mark-start]
  1134. attempt_201106171821_0001_m_000002_0: 10.871: [GC 10.871: [ParNew: 75234K->8481K(76672K), 0.0708190 secs] 540420K->537339K(3137216K) icms_dc=16 , 0.0708720 secs] [Times: user=0.15 sys=0.03, real=0.08 secs]
  1135. attempt_201106171821_0001_m_000002_0: 11.236: [GC 11.236: [ParNew: 76641K->8512K(76672K), 0.0558600 secs] 605499K->547008K(3137216K) icms_dc=16 , 0.0559080 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  1136. attempt_201106171821_0001_m_000002_0: 11.600: [GC 11.600: [ParNew: 76672K->8512K(76672K), 0.0798690 secs] 615168K->558096K(3137216K) icms_dc=16 , 0.0799160 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1137. attempt_201106171821_0001_m_000002_0: 11.940: [GC 11.940: [ParNew: 76672K->8512K(76672K), 0.0939770 secs] 626256K->568527K(3137216K) icms_dc=16 , 0.0940240 secs] [Times: user=0.15 sys=0.01, real=0.10 secs]
  1138. attempt_201106171821_0001_m_000002_0: 12.295: [GC 12.295: [ParNew: 76672K->8512K(76672K), 0.1039520 secs] 636687K->578859K(3137216K) icms_dc=16 , 0.1039980 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1139. attempt_201106171821_0001_m_000002_0: 12.710: [GC 12.710: [ParNew: 76672K->8512K(76672K), 0.0961840 secs] 647019K->589526K(3137216K) icms_dc=16 , 0.0962290 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1140. attempt_201106171821_0001_m_000002_0: 13.074: [GC 13.074: [ParNew: 76672K->8512K(76672K), 0.0793410 secs] 657686K->599694K(3137216K) icms_dc=16 , 0.0793880 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  1141. attempt_201106171821_0001_m_000002_0: 13.421: [GC 13.421: [ParNew: 76672K->8512K(76672K), 0.0894320 secs] 667854K->610140K(3137216K) icms_dc=16 , 0.0894770 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1142. attempt_201106171821_0001_m_000002_0: 13.781: [GC 13.781: [ParNew: 76672K->8512K(76672K), 0.0954940 secs] 678300K->621037K(3137216K) icms_dc=16 , 0.0955410 secs] [Times: user=0.21 sys=0.01, real=0.09 secs]
  1143. attempt_201106171821_0001_m_000002_0: 14.152: [GC 14.152: [ParNew: 76672K->8512K(76672K), 0.0731440 secs] 689197K->631205K(3137216K) icms_dc=16 , 0.0731920 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1144. attempt_201106171821_0001_m_000002_0: 14.534: [GC 14.534: [ParNew: 76672K->8512K(76672K), 0.0670120 secs] 699365K->641769K(3137216K) icms_dc=16 , 0.0670570 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  1145. attempt_201106171821_0001_m_000002_0: 14.732: [CMS-concurrent-mark: 0.697/3.920 secs] [Times: user=5.22 sys=0.18, real=3.92 secs]
  1146. attempt_201106171821_0001_m_000002_0: 14.732: [CMS-concurrent-preclean-start]
  1147. attempt_201106171821_0001_m_000002_0: 14.943: [GC 14.943: [ParNew: 76672K->8512K(76672K), 0.1100360 secs] 709929K->653043K(3137216K) icms_dc=16 , 0.1100830 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  1148. attempt_201106171821_0001_m_000002_0: 15.357: [GC 15.358: [ParNew: 76672K->8512K(76672K), 0.0791860 secs] 721203K->662641K(3137216K) icms_dc=16 , 0.0792320 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1149. attempt_201106171821_0001_m_000002_0: 15.749: [GC 15.749: [ParNew: 76672K->8512K(76672K), 0.0814420 secs] 730801K->673176K(3137216K) icms_dc=16 , 0.0814860 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  1150. attempt_201106171821_0001_m_000002_0: 16.160: [GC 16.160: [ParNew: 70712K->8512K(76672K), 0.0780480 secs] 735376K->682643K(3137216K) icms_dc=16 , 0.0780940 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  1151. attempt_201106171821_0001_m_000002_0: 16.250: [GC 16.250: [ParNew: 65109K->0K(76672K), 0.1718770 secs] 739241K->738781K(3137216K) icms_dc=16 , 0.1719230 secs] [Times: user=0.44 sys=0.03, real=0.18 secs]
  1152. attempt_201106171821_0001_m_000002_0: 16.432: [GC 16.432: [ParNew: 56597K->0K(76672K), 0.0446770 secs] 795379K->795379K(3137216K) icms_dc=22 , 0.0447220 secs] [Times: user=0.11 sys=0.02, real=0.04 secs]
  1153. attempt_201106171821_0001_m_000002_0: 17.083: [GC 17.084: [ParNew: 14149K->0K(76672K), 0.0369640 secs] 809528K->809528K(3137216K) icms_dc=22 , 0.0370220 secs] [Times: user=0.10 sys=0.01, real=0.03 secs]
  1154. attempt_201106171821_0001_m_000002_0: 17.233: [GC 17.233: [ParNew: 56597K->0K(76672K), 0.0537250 secs] 979320K->979320K(3137216K) icms_dc=37 , 0.0539420 secs] [Times: user=0.10 sys=0.03, real=0.05 secs]
  1155. attempt_201106171821_0001_m_000002_0: 17.391: [CMS-concurrent-preclean: 0.307/2.659 secs] [Times: user=3.54 sys=0.14, real=2.66 secs]
  1156. attempt_201106171821_0001_m_000002_0: 17.391: [CMS-concurrent-abortable-preclean-start]
  1157. attempt_201106171821_0001_m_000002_0: 17.596: [GC 17.596: [ParNew: 68160K->8394K(76672K), 0.0591100 secs] 1047480K->1001864K(3137216K) icms_dc=37 , 0.0591660 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  1158. attempt_201106171821_0001_m_000002_0: 17.982: [GC 17.982: [ParNew: 76554K->8512K(76672K), 0.1048040 secs] 1070024K->1012429K(3137216K) icms_dc=37 , 0.1048540 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  1159. attempt_201106171821_0001_m_000002_0: 18.350: [GC 18.350: [ParNew: 76672K->8512K(76672K), 0.1162580 secs] 1080589K->1023784K(3137216K) icms_dc=37 , 0.1163110 secs] [Times: user=0.26 sys=0.00, real=0.12 secs]
  1160. attempt_201106171821_0001_m_000002_0: 18.656: [CMS-concurrent-abortable-preclean: 0.559/1.265 secs] [Times: user=2.01 sys=0.05, real=1.26 secs]
  1161. attempt_201106171821_0001_m_000002_0: 18.656: [GC[YG occupancy: 52263 K (76672 K)]18.656: [Rescan (parallel) , 0.0649330 secs]18.721: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 1015272K(3060544K)] 1067535K(3137216K), 0.0650310 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1162. attempt_201106171821_0001_m_000002_0: 18.721: [CMS-concurrent-sweep-start]
  1163. attempt_201106171821_0001_m_000002_0: 18.817: [GC 18.817: [ParNew: 76672K->8512K(76672K), 0.0871550 secs] 1091915K->1033869K(3137216K) icms_dc=37 , 0.0872010 secs] [Times: user=0.23 sys=0.01, real=0.09 secs]
  1164. attempt_201106171821_0001_m_000002_0: 19.186: [GC 19.186: [ParNew: 76672K->8512K(76672K), 0.1101290 secs] 1018854K->960792K(3137216K) icms_dc=37 , 0.1101890 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1165. attempt_201106171821_0001_m_000002_0: 19.399: [CMS-concurrent-sweep: 0.121/0.678 secs] [Times: user=0.98 sys=0.01, real=0.67 secs]
  1166. attempt_201106171821_0001_m_000002_0: 19.399: [CMS-concurrent-reset-start]
  1167. attempt_201106171821_0001_m_000002_0: 19.407: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1168. attempt_201106171821_0001_m_000002_0: 19.566: [GC 19.566: [ParNew: 76672K->8512K(76672K), 0.0651670 secs] 1028952K->971300K(3137216K) icms_dc=28 , 0.0652110 secs] [Times: user=0.22 sys=0.00, real=0.07 secs]
  1169. attempt_201106171821_0001_m_000002_0: 19.728: [GC [1 CMS-initial-mark: 962788K(3060544K)] 995838K(3137216K), 0.0276990 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  1170. attempt_201106171821_0001_m_000002_0: 19.755: [CMS-concurrent-mark-start]
  1171. attempt_201106171821_0001_m_000002_0: 19.927: [GC 19.927: [ParNew: 76672K->8512K(76672K), 0.1306650 secs] 1039460K->981830K(3137216K) icms_dc=28 , 0.1307170 secs] [Times: user=0.32 sys=0.00, real=0.13 secs]
  1172. attempt_201106171821_0001_m_000002_0: 20.325: [GC 20.326: [ParNew: 76672K->8512K(76672K), 0.0939390 secs] 1049990K->992595K(3137216K) icms_dc=28 , 0.0939860 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  1173. attempt_201106171821_0001_m_000002_0: 20.716: [GC 20.716: [ParNew: 76672K->8512K(76672K), 0.1089420 secs] 1060755K->1003570K(3137216K) icms_dc=28 , 0.1090020 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  1174. attempt_201106171821_0001_m_000002_0: 21.116: [GC 21.116: [ParNew: 76672K->8512K(76672K), 0.1031600 secs] 1071730K->1013391K(3137216K) icms_dc=28 , 0.1032100 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  1175. attempt_201106171821_0001_m_000002_0: 21.484: [GC 21.484: [ParNew: 76672K->8512K(76672K), 0.1109350 secs] 1081551K->1023964K(3137216K) icms_dc=28 , 0.1109880 secs] [Times: user=0.24 sys=0.00, real=0.11 secs]
  1176. attempt_201106171821_0001_m_000002_0: 21.896: [GC 21.896: [ParNew: 76672K->8512K(76672K), 0.0962530 secs] 1092124K->1034689K(3137216K) icms_dc=28 , 0.0962980 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  1177. attempt_201106171821_0001_m_000002_0: 22.292: [GC 22.292: [ParNew: 76672K->8512K(76672K), 0.1105270 secs] 1102849K->1045080K(3137216K) icms_dc=28 , 0.1105740 secs] [Times: user=0.26 sys=0.00, real=0.11 secs]
  1178. attempt_201106171821_0001_m_000002_0: 22.721: [GC 22.721: [ParNew: 76672K->8512K(76672K), 0.1335510 secs] 1113240K->1054986K(3137216K) icms_dc=28 , 0.1336010 secs] [Times: user=0.31 sys=0.01, real=0.13 secs]
  1179. attempt_201106171821_0001_m_000002_0: 23.139: [GC 23.140: [ParNew: 76672K->8512K(76672K), 0.1253440 secs] 1123146K->1065998K(3137216K) icms_dc=28 , 0.1253950 secs] [Times: user=0.26 sys=0.01, real=0.13 secs]
  1180. attempt_201106171821_0001_m_000002_0: 23.579: [GC 23.579: [ParNew: 76672K->8512K(76672K), 0.1508580 secs] 1134158K->1077062K(3137216K) icms_dc=28 , 0.1509190 secs] [Times: user=0.29 sys=0.01, real=0.15 secs]
  1181. attempt_201106171821_0001_m_000002_0: 23.989: [GC 23.989: [ParNew: 76672K->8512K(76672K), 0.1112180 secs] 1145222K->1086767K(3137216K) icms_dc=28 , 0.1112640 secs] [Times: user=0.21 sys=0.02, real=0.11 secs]
  1182. attempt_201106171821_0001_m_000002_0: 24.432: [GC 24.432: [ParNew: 76672K->8512K(76672K), 0.1231340 secs] 1154927K->1097272K(3137216K) icms_dc=28 , 0.1231800 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  1183. attempt_201106171821_0001_m_000002_0: 24.852: [GC 24.852: [ParNew: 76672K->8512K(76672K), 0.1300050 secs] 1165432K->1107665K(3137216K) icms_dc=28 , 0.1300510 secs] [Times: user=0.25 sys=0.01, real=0.13 secs]
  1184. attempt_201106171821_0001_m_000002_0: 25.263: [GC 25.263: [ParNew: 76672K->8512K(76672K), 0.1030420 secs] 1175825K->1118816K(3137216K) icms_dc=28 , 0.1030870 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  1185. attempt_201106171821_0001_m_000002_0: 25.636: [GC 25.636: [ParNew: 76672K->8512K(76672K), 0.1325370 secs] 1186976K->1128659K(3137216K) icms_dc=28 , 0.1325830 secs] [Times: user=0.23 sys=0.02, real=0.13 secs]
  1186. attempt_201106171821_0001_m_000002_0: 25.907: [CMS-concurrent-mark: 1.368/6.152 secs] [Times: user=9.13 sys=0.28, real=6.15 secs]
  1187. attempt_201106171821_0001_m_000002_0: 25.907: [CMS-concurrent-preclean-start]
  1188. attempt_201106171821_0001_m_000002_0: 26.031: [GC 26.031: [ParNew: 76672K->8512K(76672K), 0.1319630 secs] 1196819K->1139135K(3137216K) icms_dc=28 , 0.1320080 secs] [Times: user=0.24 sys=0.02, real=0.14 secs]
  1189. attempt_201106171821_0001_m_000002_0: 26.521: [GC 26.521: [ParNew: 76672K->8512K(76672K), 0.1013150 secs] 1207295K->1149694K(3137216K) icms_dc=28 , 0.1013630 secs] [Times: user=0.22 sys=0.02, real=0.11 secs]
  1190. attempt_201106171821_0001_m_000002_0: 26.914: [GC 26.914: [ParNew: 76672K->8512K(76672K), 0.0892050 secs] 1217854K->1160125K(3137216K) icms_dc=28 , 0.0892550 secs] [Times: user=0.28 sys=0.00, real=0.09 secs]
  1191. attempt_201106171821_0001_m_000002_0: 27.278: [GC 27.278: [ParNew: 76672K->8512K(76672K), 0.1122020 secs] 1228285K->1170477K(3137216K) icms_dc=28 , 0.1122480 secs] [Times: user=0.19 sys=0.03, real=0.11 secs]
  1192. attempt_201106171821_0001_m_000002_0: 27.658: [GC 27.658: [ParNew: 76672K->8512K(76672K), 0.1102600 secs] 1238637K->1180611K(3137216K) icms_dc=28 , 0.1103060 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  1193. attempt_201106171821_0001_m_000002_0: 28.034: [GC 28.034: [ParNew: 76672K->8510K(76672K), 0.1239590 secs] 1248771K->1191201K(3137216K) icms_dc=28 , 0.1240100 secs] [Times: user=0.21 sys=0.02, real=0.12 secs]
  1194. attempt_201106171821_0001_m_000002_0: 28.439: [GC 28.439: [ParNew: 76670K->8512K(76672K), 0.1262040 secs] 1259361K->1201772K(3137216K) icms_dc=28 , 0.1262600 secs] [Times: user=0.30 sys=0.00, real=0.13 secs]
  1195. attempt_201106171821_0001_m_000002_0: 30.398: [GC 30.398: [ParNew: 76672K->8505K(76672K), 0.1666260 secs] 1835906K->1832849K(3137216K) icms_dc=43 , 0.1666700 secs] [Times: user=0.40 sys=0.02, real=0.17 secs]
  1196. attempt_201106171821_0001_m_000002_0: 31.040: [GC 31.040: [ParNew: 76665K->8512K(76672K), 0.1221420 secs] 1901009K->1836692K(3137216K) icms_dc=58 , 0.1221930 secs] [Times: user=0.25 sys=0.00, real=0.13 secs]
  1197. attempt_201106171821_0001_m_000002_0: 31.375: [CMS-concurrent-preclean: 1.220/5.468 secs] [Times: user=7.06 sys=0.42, real=5.47 secs]
  1198. attempt_201106171821_0001_m_000002_0: 31.375: [CMS-concurrent-abortable-preclean-start]
  1199. attempt_201106171821_0001_m_000002_0: 31.487: [GC 31.487: [ParNew: 76672K->8512K(76672K), 0.1780570 secs] 1904852K->1847157K(3137216K) icms_dc=63 , 0.1781170 secs] [Times: user=0.37 sys=0.02, real=0.18 secs]
  1200. attempt_201106171821_0001_m_000002_0: 32.015: [GC 32.015: [ParNew: 76672K->8512K(76672K), 0.1473750 secs] 1915317K->1857664K(3137216K) icms_dc=63 , 0.1474210 secs] [Times: user=0.27 sys=0.01, real=0.15 secs]
  1201. attempt_201106171821_0001_m_000002_0: 32.314: [CMS-concurrent-abortable-preclean: 0.374/0.939 secs] [Times: user=1.49 sys=0.05, real=0.94 secs]
  1202. attempt_201106171821_0001_m_000002_0: 32.314: [GC[YG occupancy: 46311 K (76672 K)]32.314: [Rescan (parallel) , 0.1554830 secs]32.470: [weak refs processing, 0.0000220 secs] [1 CMS-remark: 1849152K(3060544K)] 1895464K(3137216K), 0.1555790 secs] [Times: user=0.31 sys=0.00, real=0.15 secs]
  1203. attempt_201106171821_0001_m_000002_0: 32.470: [CMS-concurrent-sweep-start]
  1204. attempt_201106171821_0001_m_000002_0: 32.614: [GC 32.614: [ParNew: 76672K->8512K(76672K), 0.1524830 secs] 1925805K->1868316K(3137216K) icms_dc=63 , 0.1525300 secs] [Times: user=0.44 sys=0.00, real=0.15 secs]
  1205. attempt_201106171821_0001_m_000002_0: 33.046: [GC 33.046: [ParNew: 76672K->8512K(76672K), 0.1697820 secs] 1734836K->1676836K(3137216K) icms_dc=63 , 0.1698270 secs] [Times: user=0.29 sys=0.00, real=0.17 secs]
  1206. attempt_201106171821_0001_m_000002_0: 33.388: [CMS-concurrent-sweep: 0.376/0.918 secs] [Times: user=1.67 sys=0.01, real=0.92 secs]
  1207. attempt_201106171821_0001_m_000002_0: 33.388: [CMS-concurrent-reset-start]
  1208. attempt_201106171821_0001_m_000002_0: 33.395: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1209. attempt_201106171821_0001_m_000002_0: 33.496: [GC 33.496: [ParNew: 76672K->8512K(76672K), 0.1442810 secs] 1744995K->1688129K(3137216K) icms_dc=48 , 0.1443370 secs] [Times: user=0.27 sys=0.02, real=0.14 secs]
  1210. attempt_201106171821_0001_m_000002_0: 33.732: [GC [1 CMS-initial-mark: 1679617K(3060544K)] 1707030K(3137216K), 0.0313790 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  1211. attempt_201106171821_0001_m_000002_0: 33.763: [CMS-concurrent-mark-start]
  1212. attempt_201106171821_0001_m_000002_0: 33.951: [GC 33.951: [ParNew: 76672K->8512K(76672K), 0.1723440 secs] 1756289K->1698115K(3137216K) icms_dc=48 , 0.1723880 secs] [Times: user=0.31 sys=0.00, real=0.17 secs]
  1213. attempt_201106171821_0001_m_000002_0: 34.400: [GC 34.401: [ParNew: 76672K->8512K(76672K), 0.1349680 secs] 1766275K->1709538K(3137216K) icms_dc=48 , 0.1350160 secs] [Times: user=0.32 sys=0.00, real=0.14 secs]
  1214. attempt_201106171821_0001_m_000002_0: 34.811: [GC 34.811: [ParNew: 76672K->8512K(76672K), 0.1330890 secs] 1777698K->1718939K(3137216K) icms_dc=48 , 0.1331330 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  1215. attempt_201106171821_0001_m_000002_0: 35.236: [GC 35.236: [ParNew: 76672K->8512K(76672K), 0.1482080 secs] 1787099K->1729831K(3137216K) icms_dc=48 , 0.1482650 secs] [Times: user=0.35 sys=0.00, real=0.15 secs]
  1216. attempt_201106171821_0001_m_000002_0: 35.657: [GC 35.658: [ParNew: 76672K->8512K(76672K), 0.1417370 secs] 1797991K->1739532K(3137216K) icms_dc=48 , 0.1417840 secs] [Times: user=0.26 sys=0.00, real=0.14 secs]
  1217. attempt_201106171821_0001_m_000002_0: 36.068: [GC 36.068: [ParNew: 76672K->8512K(76672K), 0.1612560 secs] 1807692K->1750006K(3137216K) icms_dc=48 , 0.1613050 secs] [Times: user=0.35 sys=0.00, real=0.16 secs]
  1218. attempt_201106171821_0001_m_000002_0: 36.507: [GC 36.507: [ParNew: 76672K->8512K(76672K), 0.1245060 secs] 1818166K->1760589K(3137216K) icms_dc=48 , 0.1245520 secs] [Times: user=0.30 sys=0.00, real=0.13 secs]
  1219. attempt_201106171821_0001_m_000002_0: 36.886: [GC 36.886: [ParNew: 76672K->8512K(76672K), 0.1481350 secs] 1828749K->1771148K(3137216K) icms_dc=48 , 0.1481800 secs] [Times: user=0.30 sys=0.00, real=0.15 secs]
  1220. attempt_201106171821_0001_m_000002_0: 37.367: [GC 37.367: [ParNew: 76672K->8512K(76672K), 0.1416180 secs] 1839308K->1781667K(3137216K) icms_dc=48 , 0.1416780 secs] [Times: user=0.33 sys=0.00, real=0.14 secs]
  1221. attempt_201106171821_0001_m_000002_0: 37.777: [GC 37.777: [ParNew: 76672K->8511K(76672K), 0.1573660 secs] 1849827K->1792172K(3137216K) icms_dc=48 , 0.1574120 secs] [Times: user=0.32 sys=0.00, real=0.16 secs]
  1222. attempt_201106171821_0001_m_000002_0: 38.236: [GC 38.236: [ParNew: 76671K->8512K(76672K), 0.1484850 secs] 1860332K->1803937K(3137216K) icms_dc=48 , 0.1485290 secs] [Times: user=0.28 sys=0.00, real=0.15 secs]
  1223. attempt_201106171821_0001_m_000002_0: 38.641: [GC 38.641: [ParNew: 76672K->8512K(76672K), 0.1434310 secs] 1872097K->1813308K(3137216K) icms_dc=48 , 0.1434800 secs] [Times: user=0.33 sys=0.00, real=0.15 secs]
  1224. attempt_201106171821_0001_m_000002_0: 39.047: [GC 39.047: [ParNew: 76672K->8512K(76672K), 0.1480930 secs] 1881468K->1823671K(3137216K) icms_dc=48 , 0.1481380 secs] [Times: user=0.32 sys=0.00, real=0.15 secs]
  1225. attempt_201106171821_0001_m_000002_0: 39.495: [GC 39.495: [ParNew: 76672K->8512K(76672K), 0.1200220 secs] 1891831K->1834341K(3137216K) icms_dc=48 , 0.1200710 secs] [Times: user=0.34 sys=0.00, real=0.12 secs]
  1226. attempt_201106171821_0001_m_000002_0: 39.900: [GC 39.900: [ParNew: 76672K->8512K(76672K), 0.1217990 secs] 1902501K->1844960K(3137216K) icms_dc=48 , 0.1218440 secs] [Times: user=0.41 sys=0.00, real=0.13 secs]
  1227. attempt_201106171821_0001_m_000002_0: 40.283: [GC 40.283: [ParNew: 76672K->8512K(76672K), 0.1403500 secs] 1913120K->1855521K(3137216K) icms_dc=48 , 0.1403970 secs] [Times: user=0.35 sys=0.00, real=0.14 secs]
  1228. attempt_201106171821_0001_m_000002_0: 40.905: [GC 40.905: [ParNew: 76672K->8512K(76672K), 0.1294310 secs] 1923681K->1866157K(3137216K) icms_dc=48 , 0.1294780 secs] [Times: user=0.32 sys=0.00, real=0.13 secs]
  1229. attempt_201106171821_0001_m_000002_0: 41.580: [GC 41.580: [ParNew: 76672K->8512K(76672K), 0.1249300 secs] 1934317K->1879908K(3137216K) icms_dc=48 , 0.1249760 secs] [Times: user=0.24 sys=0.01, real=0.13 secs]
  1230. attempt_201106171821_0001_m_000002_0: 41.858: [CMS-concurrent-mark: 2.838/8.095 secs] [Times: user=13.42 sys=0.17, real=8.09 secs]
  1231. attempt_201106171821_0001_m_000002_0: 41.858: [CMS-concurrent-preclean-start]
  1232. attempt_201106171821_0001_m_000002_0: 41.911: [GC 41.911: [ParNew: 76009K->8512K(76672K), 0.0833020 secs] 1947406K->1893504K(3137216K) icms_dc=48 , 0.0833420 secs] [Times: user=0.14 sys=0.03, real=0.08 secs]
  1233. attempt_201106171821_0001_m_000002_0: 42.210: [GC 42.210: [ParNew: 76672K->8512K(76672K), 0.0953790 secs] 1961664K->1907832K(3137216K) icms_dc=48 , 0.0954200 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  1234. attempt_201106171821_0001_m_000002_0: 42.535: [GC 42.535: [ParNew: 76672K->8512K(76672K), 0.0808430 secs] 1975992K->1923118K(3137216K) icms_dc=48 , 0.0808910 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  1235. attempt_201106171821_0001_m_000002_0: 42.785: [CMS-concurrent-preclean: 0.318/0.927 secs] [Times: user=1.41 sys=0.07, real=0.93 secs]
  1236. attempt_201106171821_0001_m_000002_0: 42.785: [CMS-concurrent-abortable-preclean-start]
  1237. attempt_201106171821_0001_m_000002_0: 42.845: [GC 42.846: [ParNew: 76672K->8512K(76672K), 0.0673170 secs] 1991278K->1936195K(3137216K) icms_dc=48 , 0.0673630 secs] [Times: user=0.13 sys=0.00, real=0.07 secs]
  1238. attempt_201106171821_0001_m_000002_0: 43.000: [CMS-concurrent-abortable-preclean: 0.040/0.215 secs] [Times: user=0.30 sys=0.01, real=0.21 secs]
  1239. attempt_201106171821_0001_m_000002_0: 43.000: [GC[YG occupancy: 37464 K (76672 K)]43.000: [Rescan (parallel) , 0.0291330 secs]43.029: [weak refs processing, 0.0000260 secs] [1 CMS-remark: 1927683K(3060544K)] 1965148K(3137216K), 0.0292450 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
  1240. attempt_201106171821_0001_m_000002_0: 43.030: [CMS-concurrent-sweep-start]
  1241. attempt_201106171821_0001_m_000002_0: 43.167: [GC 43.167: [ParNew: 76672K->8512K(76672K), 0.0936260 secs] 2004354K->1949523K(3137216K) icms_dc=48 , 0.0936740 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  1242. attempt_201106171821_0001_m_000002_0: 43.489: [GC 43.489: [ParNew: 75242K->8512K(76672K), 0.0836070 secs] 2016252K->1961799K(3137216K) icms_dc=48 , 0.0836520 secs] [Times: user=0.15 sys=0.00, real=0.09 secs]
  1243. attempt_201106171821_0001_m_000002_0: 43.842: [GC 43.843: [ParNew: 76672K->8512K(76672K), 0.1153800 secs] 2029958K->1987671K(3137216K) icms_dc=48 , 0.1154330 secs] [Times: user=0.26 sys=0.03, real=0.11 secs]
  1244. attempt_201106171821_0001_m_000002_0: 44.185: [GC 44.185: [ParNew: 76672K->8512K(76672K), 0.0917110 secs] 2055831K->2000280K(3137216K) icms_dc=48 , 0.0917580 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1245. attempt_201106171821_0001_m_000002_0: 44.501: [GC 44.501: [ParNew: 76672K->8512K(76672K), 0.0652540 secs] 2068439K->2013291K(3137216K) icms_dc=48 , 0.0653020 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1246. attempt_201106171821_0001_m_000002_0: 44.775: [GC 44.775: [ParNew: 76672K->8512K(76672K), 0.0713600 secs] 1770144K->1714810K(3137216K) icms_dc=48 , 0.0714550 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  1247. attempt_201106171821_0001_m_000002_0: 45.060: [GC 45.060: [ParNew: 76672K->8512K(76672K), 0.0794850 secs] 1782967K->1728244K(3137216K) icms_dc=48 , 0.0795360 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1248. attempt_201106171821_0001_m_000002_0: 45.237: [CMS-concurrent-sweep: 0.773/2.207 secs] [Times: user=3.55 sys=0.05, real=2.21 secs]
  1249. attempt_201106171821_0001_m_000002_0: 45.237: [CMS-concurrent-reset-start]
  1250. attempt_201106171821_0001_m_000002_0: 45.245: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1251. attempt_201106171821_0001_m_000002_0: 45.365: [GC 45.365: [ParNew: 76672K->8512K(76672K), 0.0906180 secs] 1796404K->1739959K(3137216K) icms_dc=36 , 0.0906630 secs] [Times: user=0.15 sys=0.00, real=0.09 secs]
  1252. attempt_201106171821_0001_m_000002_0: 45.498: [GC [1 CMS-initial-mark: 1731447K(3060544K)] 1767684K(3137216K), 0.0208740 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  1253. attempt_201106171821_0001_m_000002_0: 45.532: [CMS-concurrent-mark-start]
  1254. attempt_201106171821_0001_m_000002_0: 45.654: [GC 45.654: [ParNew: 76672K->8512K(76672K), 0.0937560 secs] 1808119K->1780747K(3137216K) icms_dc=45 , 0.0938020 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1255. attempt_201106171821_0001_m_000002_0: 45.951: [GC 45.951: [ParNew: 76672K->8512K(76672K), 0.0603970 secs] 1848907K->1791269K(3137216K) icms_dc=45 , 0.0604440 secs] [Times: user=0.19 sys=0.01, real=0.06 secs]
  1256. attempt_201106171821_0001_m_000002_0: 46.258: [GC 46.258: [ParNew: 76672K->8512K(76672K), 0.0656680 secs] 1859429K->1804761K(3137216K) icms_dc=45 , 0.0657140 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  1257. attempt_201106171821_0001_m_000002_0: 46.642: [GC 46.642: [ParNew: 76672K->8512K(76672K), 0.1005810 secs] 1872921K->1818094K(3137216K) icms_dc=45 , 0.1006270 secs] [Times: user=0.20 sys=0.01, real=0.10 secs]
  1258. attempt_201106171821_0001_m_000002_0: 46.949: [GC 46.949: [ParNew: 76672K->8512K(76672K), 0.0907120 secs] 1886254K->1830658K(3137216K) icms_dc=45 , 0.0907590 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1259. attempt_201106171821_0001_m_000002_0: 47.329: [GC 47.329: [ParNew: 76672K->8512K(76672K), 0.0841860 secs] 1898818K->1843729K(3137216K) icms_dc=45 , 0.0842320 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1260. attempt_201106171821_0001_m_000002_0: 47.669: [GC 47.669: [ParNew: 76672K->8512K(76672K), 0.1059560 secs] 1911889K->1856745K(3137216K) icms_dc=45 , 0.1060020 secs] [Times: user=0.16 sys=0.00, real=0.11 secs]
  1261. attempt_201106171821_0001_m_000002_0: 47.981: [GC 47.981: [ParNew: 76672K->8512K(76672K), 0.1081490 secs] 1924905K->1868810K(3137216K) icms_dc=45 , 0.1082090 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1262. attempt_201106171821_0001_m_000002_0: 48.331: [GC 48.331: [ParNew: 76672K->8510K(76672K), 0.0903950 secs] 1936970K->1880888K(3137216K) icms_dc=45 , 0.0904420 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1263. attempt_201106171821_0001_m_000002_0: 48.697: [GC 48.697: [ParNew: 76670K->8510K(76672K), 0.0655140 secs] 1949048K->1893925K(3137216K) icms_dc=45 , 0.0655610 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  1264. attempt_201106171821_0001_m_000002_0: 48.969: [GC 48.969: [ParNew: 76670K->8510K(76672K), 0.1071130 secs] 1962085K->1907160K(3137216K) icms_dc=45 , 0.1071600 secs] [Times: user=0.18 sys=0.00, real=0.11 secs]
  1265. attempt_201106171821_0001_m_000002_0: 49.281: [GC 49.281: [ParNew: 76670K->8512K(76672K), 0.0804340 secs] 1975320K->1920115K(3137216K) icms_dc=45 , 0.0804800 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1266. attempt_201106171821_0001_m_000002_0: 49.579: [GC 49.579: [ParNew: 76672K->8511K(76672K), 0.1225300 secs] 1988275K->1932815K(3137216K) icms_dc=45 , 0.1225750 secs] [Times: user=0.17 sys=0.00, real=0.13 secs]
  1267. attempt_201106171821_0001_m_000002_0: 49.841: [GC 49.841: [ParNew: 69703K->8511K(76672K), 0.0642690 secs] 1994007K->1970125K(3137216K) icms_dc=45 , 0.0643160 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  1268. attempt_201106171821_0001_m_000002_0: 50.122: [GC 50.122: [ParNew: 76671K->8512K(76672K), 0.1065200 secs] 2038285K->2010918K(3137216K) icms_dc=60 , 0.1065660 secs] [Times: user=0.23 sys=0.00, real=0.10 secs]
  1269. attempt_201106171821_0001_m_000002_0: 50.455: [GC 50.455: [ParNew: 76672K->8512K(76672K), 0.0813130 secs] 2079078K->2021335K(3137216K) icms_dc=60 , 0.0813600 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  1270. attempt_201106171821_0001_m_000002_0: 50.762: [GC 50.763: [ParNew: 76672K->8512K(76672K), 0.0923880 secs] 2089495K->2033879K(3137216K) icms_dc=60 , 0.0924330 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1271. attempt_201106171821_0001_m_000002_0: 51.067: [GC 51.067: [ParNew: 76672K->8512K(76672K), 0.0904400 secs] 2102039K->2046442K(3137216K) icms_dc=60 , 0.0904880 secs] [Times: user=0.15 sys=0.02, real=0.09 secs]
  1272. attempt_201106171821_0001_m_000002_0: 51.378: [GC 51.378: [ParNew: 76672K->8512K(76672K), 0.0861930 secs] 2114602K->2059086K(3137216K) icms_dc=60 , 0.0862380 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1273. attempt_201106171821_0001_m_000002_0: 51.698: [GC 51.698: [ParNew: 76672K->8512K(76672K), 0.0828460 secs] 2127246K->2071746K(3137216K) icms_dc=60 , 0.0828930 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1274. attempt_201106171821_0001_m_000002_0: 51.990: [GC 51.990: [ParNew: 76672K->8512K(76672K), 0.1191270 secs] 2139906K->2084114K(3137216K) icms_dc=60 , 0.1191770 secs] [Times: user=0.19 sys=0.00, real=0.12 secs]
  1275. attempt_201106171821_0001_m_000002_0: 52.363: [GC 52.363: [ParNew: 76672K->8511K(76672K), 0.0868230 secs] 2152274K->2096130K(3137216K) icms_dc=60 , 0.0868670 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1276. attempt_201106171821_0001_m_000002_0: 52.656: [GC 52.656: [ParNew: 76671K->8512K(76672K), 0.1049870 secs] 2164290K->2108491K(3137216K) icms_dc=60 , 0.1050730 secs] [Times: user=0.16 sys=0.00, real=0.10 secs]
  1277. attempt_201106171821_0001_m_000002_0: 53.007: [GC 53.008: [ParNew: 76672K->8512K(76672K), 0.1075280 secs] 2176651K->2120942K(3137216K) icms_dc=60 , 0.1075740 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
  1278. attempt_201106171821_0001_m_000002_0: 53.485: [GC 53.485: [ParNew: 76672K->8512K(76672K), 0.1053750 secs] 2189102K->2133576K(3137216K) icms_dc=60 , 0.1054220 secs] [Times: user=0.15 sys=0.01, real=0.10 secs]
  1279. attempt_201106171821_0001_m_000002_0: 53.820: [GC 53.820: [ParNew: 76672K->8512K(76672K), 0.1246250 secs] 2201736K->2146336K(3137216K) icms_dc=60 , 0.1246720 secs] [Times: user=0.17 sys=0.01, real=0.13 secs]
  1280. attempt_201106171821_0001_m_000002_0: 54.171: [GC 54.171: [ParNew: 76672K->8512K(76672K), 0.0773180 secs] 2214496K->2158269K(3137216K) icms_dc=60 , 0.0773650 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  1281. attempt_201106171821_0001_m_000002_0: 54.458: [GC 54.458: [ParNew: 76672K->8512K(76672K), 0.1016790 secs] 2226429K->2170752K(3137216K) icms_dc=60 , 0.1017200 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  1282. attempt_201106171821_0001_m_000002_0: 54.802: [GC 54.802: [ParNew: 76672K->8512K(76672K), 0.0964890 secs] 2238912K->2183260K(3137216K) icms_dc=60 , 0.0965320 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  1283. attempt_201106171821_0001_m_000002_0: 54.987: [CMS-concurrent-mark: 3.907/9.455 secs] [Times: user=14.80 sys=0.28, real=9.45 secs]
  1284. attempt_201106171821_0001_m_000002_0: 54.987: [CMS-concurrent-preclean-start]
  1285. attempt_201106171821_0001_m_000002_0: 55.147: [GC 55.148: [ParNew: 76672K->8511K(76672K), 0.0925730 secs] 2251420K->2195924K(3137216K) icms_dc=60 , 0.0926260 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1286. attempt_201106171821_0001_m_000002_0: 55.292: [CMS-concurrent-preclean: 0.119/0.305 secs] [Times: user=0.53 sys=0.00, real=0.31 secs]
  1287. attempt_201106171821_0001_m_000002_0: 55.292: [CMS-concurrent-abortable-preclean-start]
  1288. attempt_201106171821_0001_m_000002_0: 55.404: [CMS-concurrent-abortable-preclean: 0.108/0.112 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  1289. attempt_201106171821_0001_m_000002_0: 55.404: [GC[YG occupancy: 61909 K (76672 K)]55.404: [Rescan (parallel) , 0.0307950 secs]55.435: [weak refs processing, 0.0000220 secs] [1 CMS-remark: 2187413K(3060544K)] 2249323K(3137216K), 0.0308910 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
  1290. attempt_201106171821_0001_m_000002_0: 55.435: [CMS-concurrent-sweep-start]
  1291. attempt_201106171821_0001_m_000002_0: 55.482: [GC 55.482: [ParNew: 76671K->8511K(76672K), 0.0795220 secs] 2264077K->2208616K(3137216K) icms_dc=60 , 0.0795680 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  1292. attempt_201106171821_0001_m_000002_0: 55.780: [GC 55.780: [ParNew: 76671K->8511K(76672K), 0.0907860 secs] 2276776K->2222422K(3137216K) icms_dc=60 , 0.0908320 secs] [Times: user=0.16 sys=0.02, real=0.09 secs]
  1293. attempt_201106171821_0001_m_000002_0: 56.091: [GC 56.091: [ParNew: 76671K->8512K(76672K), 0.0978350 secs] 2290580K->2234555K(3137216K) icms_dc=60 , 0.0978820 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1294. attempt_201106171821_0001_m_000002_0: 56.404: [GC 56.404: [ParNew: 76672K->8512K(76672K), 0.0677030 secs] 2302580K->2247321K(3137216K) icms_dc=60 , 0.0677490 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1295. attempt_201106171821_0001_m_000002_0: 56.684: [GC 56.684: [ParNew: 76672K->8512K(76672K), 0.0846120 secs] 2315478K->2259471K(3137216K) icms_dc=60 , 0.0846580 secs] [Times: user=0.14 sys=0.03, real=0.08 secs]
  1296. attempt_201106171821_0001_m_000002_0: 56.970: [GC 56.970: [ParNew: 76672K->8512K(76672K), 0.0902190 secs] 2327514K->2271218K(3137216K) icms_dc=60 , 0.0902640 secs] [Times: user=0.17 sys=0.02, real=0.09 secs]
  1297. attempt_201106171821_0001_m_000002_0: 57.307: [GC 57.307: [ParNew: 76672K->8512K(76672K), 0.0894070 secs] 2339378K->2283903K(3137216K) icms_dc=60 , 0.0894520 secs] [Times: user=0.14 sys=0.03, real=0.09 secs]
  1298. attempt_201106171821_0001_m_000002_0: 57.646: [GC 57.646: [ParNew: 76672K->8512K(76672K), 0.0975290 secs] 2352052K->2296709K(3137216K) icms_dc=60 , 0.0975750 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1299. attempt_201106171821_0001_m_000002_0: 58.015: [GC 58.016: [ParNew: 76672K->8512K(76672K), 0.0800860 secs] 2355305K->2300213K(3137216K) icms_dc=60 , 0.0801360 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1300. attempt_201106171821_0001_m_000002_0: 58.215: [CMS-concurrent-sweep: 1.204/2.780 secs] [Times: user=4.43 sys=0.20, real=2.78 secs]
  1301. attempt_201106171821_0001_m_000002_0: 58.215: [CMS-concurrent-reset-start]
  1302. attempt_201106171821_0001_m_000002_0: 58.222: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1303. attempt_201106171821_0001_m_000002_0: 58.372: [GC 58.372: [ParNew: 76672K->8512K(76672K), 0.0710200 secs] 2368156K->2311938K(3137216K) icms_dc=45 , 0.0710630 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1304. attempt_201106171821_0001_m_000002_0: 58.517: [GC [1 CMS-initial-mark: 2303426K(3060544K)] 2331111K(3137216K), 0.0353940 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
  1305. attempt_201106171821_0001_m_000002_0: 58.552: [CMS-concurrent-mark-start]
  1306. attempt_201106171821_0001_m_000002_0: 58.754: [GC 58.754: [ParNew: 76672K->8512K(76672K), 0.0918970 secs] 2380098K->2324419K(3137216K) icms_dc=45 , 0.0919440 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1307. attempt_201106171821_0001_m_000002_0: 58.908: [GC 58.908: [ParNew: 74693K->8480K(76672K), 0.0693870 secs] 2390601K->2389496K(3137216K) icms_dc=60 , 0.0694360 secs] [Times: user=0.13 sys=0.04, real=0.07 secs]
  1308. attempt_201106171821_0001_m_000002_0: 58.988: [GC 58.988: [ParNew: 65077K->3039K(76672K), 0.1723390 secs] 2446094K->2440653K(3137216K) icms_dc=75 , 0.1723970 secs] [Times: user=0.36 sys=0.02, real=0.17 secs]
  1309. attempt_201106171821_0001_m_000002_0: 59.488: [GC 59.488: [ParNew: 71199K->8512K(76672K), 0.0818420 secs] 2508813K->2463275K(3137216K) icms_dc=93 , 0.0818870 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1310. attempt_201106171821_0001_m_000002_0: 59.801: [GC 59.801: [ParNew: 76672K->8512K(76672K), 0.0854650 secs] 2531435K->2475460K(3137216K) icms_dc=100 , 0.0855170 secs] [Times: user=0.20 sys=0.01, real=0.09 secs]
  1311. attempt_201106171821_0001_m_000002_0: 60.124: [GC 60.124: [ParNew: 76672K->8512K(76672K), 0.0847980 secs] 2543620K->2487927K(3137216K) icms_dc=100 , 0.0848450 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1312. attempt_201106171821_0001_m_000002_0: 60.492: [GC 60.492: [ParNew: 76672K->8512K(76672K), 0.0933910 secs] 2556087K->2500439K(3137216K) icms_dc=100 , 0.0934370 secs] [Times: user=0.17 sys=0.02, real=0.09 secs]
  1313. attempt_201106171821_0001_m_000002_0: 60.834: [GC 60.834: [ParNew: 76672K->8512K(76672K), 0.0808510 secs] 2568599K->2513240K(3137216K) icms_dc=100 , 0.0808960 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1314. attempt_201106171821_0001_m_000002_0: 61.124: [GC 61.124: [ParNew: 76672K->8512K(76672K), 0.0890970 secs] 2581400K->2525580K(3137216K) icms_dc=100 , 0.0891480 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1315. attempt_201106171821_0001_m_000002_0: 61.458: [GC 61.458: [ParNew: 76672K->8512K(76672K), 0.0963340 secs] 2593740K->2537582K(3137216K) icms_dc=100 , 0.0963850 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  1316. attempt_201106171821_0001_m_000002_0: 61.785: [GC 61.785: [ParNew: 76672K->8512K(76672K), 0.0908910 secs] 2605742K->2549872K(3137216K) icms_dc=100 , 0.0909430 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1317. attempt_201106171821_0001_m_000002_0: 62.113: [GC 62.113: [ParNew: 76672K->8512K(76672K), 0.0744290 secs] 2618032K->2562234K(3137216K) icms_dc=100 , 0.0744970 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1318. attempt_201106171821_0001_m_000002_0: 62.406: [GC 62.406: [ParNew: 76672K->8512K(76672K), 0.0686080 secs] 2630394K->2574515K(3137216K) icms_dc=100 , 0.0686530 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  1319. attempt_201106171821_0001_m_000002_0: 62.704: [GC 62.704: [ParNew: 76672K->8512K(76672K), 0.0779280 secs] 2642675K->2587345K(3137216K) icms_dc=100 , 0.0779740 secs] [Times: user=0.17 sys=0.02, real=0.08 secs]
  1320. attempt_201106171821_0001_m_000002_0: 63.006: [GC 63.006: [ParNew: 76672K->8512K(76672K), 0.0828210 secs] 2655505K->2598826K(3137216K) icms_dc=100 , 0.0828650 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1321. attempt_201106171821_0001_m_000002_0: 63.354: [GC 63.354: [ParNew: 76672K->8512K(76672K), 0.0961840 secs] 2666986K->2611116K(3137216K) icms_dc=100 , 0.0962300 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  1322. attempt_201106171821_0001_m_000002_0: 63.711: [GC 63.711: [ParNew: 76672K->8512K(76672K), 0.0842810 secs] 2679276K->2623525K(3137216K) icms_dc=100 , 0.0844260 secs] [Times: user=0.20 sys=0.01, real=0.08 secs]
  1323. attempt_201106171821_0001_m_000002_0: 64.061: [GC 64.061: [ParNew: 76672K->8512K(76672K), 0.0867750 secs] 2691685K->2635992K(3137216K) icms_dc=100 , 0.0868400 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1324. attempt_201106171821_0001_m_000002_0: 64.378: [GC 64.378: [ParNew: 76672K->8510K(76672K), 0.1093680 secs] 2704152K->2650060K(3137216K) icms_dc=100 , 0.1094200 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
  1325. attempt_201106171821_0001_m_000002_0: 64.790: [GC 64.790: [ParNew: 76670K->8512K(76672K), 0.1001330 secs] 2718220K->2661697K(3137216K) icms_dc=100 , 0.1001820 secs] [Times: user=0.16 sys=0.00, real=0.10 secs]
  1326. attempt_201106171821_0001_m_000002_0: 65.114: [GC 65.114: [ParNew: 76672K->8512K(76672K), 0.0770680 secs] 2729857K->2674670K(3137216K) icms_dc=100 , 0.0771140 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1327. attempt_201106171821_0001_m_000002_0: 65.446: [GC 65.446: [ParNew: 76672K->8512K(76672K), 0.0708120 secs] 2742830K->2687282K(3137216K) icms_dc=100 , 0.0708600 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1328. attempt_201106171821_0001_m_000002_0: 65.592: [CMS-concurrent-mark: 4.879/7.040 secs] [Times: user=13.43 sys=0.29, real=7.04 secs]
  1329. attempt_201106171821_0001_m_000002_0: 65.592: [CMS-concurrent-preclean-start]
  1330. attempt_201106171821_0001_m_000002_0: 65.707: [CMS-concurrent-preclean: 0.109/0.115 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  1331. attempt_201106171821_0001_m_000002_0: 65.707: [CMS-concurrent-abortable-preclean-start]
  1332. attempt_201106171821_0001_m_000002_0: 65.789: [GC 65.789: [ParNew: 76672K->8512K(76672K), 0.0771560 secs] 2755442K->2699300K(3137216K) icms_dc=100 , 0.0772030 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1333. attempt_201106171821_0001_m_000002_0: 65.979: [CMS-concurrent-abortable-preclean: 0.193/0.272 secs] [Times: user=0.55 sys=0.00, real=0.27 secs]
  1334. attempt_201106171821_0001_m_000002_0: 65.979: [GC[YG occupancy: 44237 K (76672 K)]65.979: [Rescan (parallel) , 0.0245980 secs]66.004: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 2690788K(3060544K)] 2735026K(3137216K), 0.0246950 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
  1335. attempt_201106171821_0001_m_000002_0: 66.004: [CMS-concurrent-sweep-start]
  1336. attempt_201106171821_0001_m_000002_0: 66.129: [GC 66.129: [ParNew: 76672K->8512K(76672K), 0.0658600 secs] 2767460K->2711941K(3137216K) icms_dc=100 , 0.0659070 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  1337. attempt_201106171821_0001_m_000002_0: 66.496: [GC 66.496: [ParNew: 76672K->8512K(76672K), 0.0715590 secs] 2780100K->2723775K(3137216K) icms_dc=100 , 0.0716120 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  1338. attempt_201106171821_0001_m_000002_0: 66.786: [GC 66.786: [ParNew: 76672K->8512K(76672K), 0.0763110 secs] 2791358K->2735602K(3137216K) icms_dc=100 , 0.0763630 secs] [Times: user=0.15 sys=0.03, real=0.08 secs]
  1339. attempt_201106171821_0001_m_000002_0: 67.074: [GC 67.074: [ParNew: 76672K->8512K(76672K), 0.0665330 secs] 2769900K->2714105K(3137216K) icms_dc=100 , 0.0665770 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1340. attempt_201106171821_0001_m_000002_0: 67.345: [GC 67.345: [ParNew: 76672K->8512K(76672K), 0.0772630 secs] 2781249K->2725077K(3137216K) icms_dc=100 , 0.0773080 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1341. attempt_201106171821_0001_m_000002_0: 67.661: [GC 67.661: [ParNew: 76672K->8512K(76672K), 0.0824640 secs] 2774735K->2718834K(3137216K) icms_dc=100 , 0.0825100 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1342. attempt_201106171821_0001_m_000002_0: 67.839: [CMS-concurrent-sweep: 1.378/1.835 secs] [Times: user=3.49 sys=0.08, real=1.83 secs]
  1343. attempt_201106171821_0001_m_000002_0: 67.839: [CMS-concurrent-reset-start]
  1344. attempt_201106171821_0001_m_000002_0: 67.846: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1345. attempt_201106171821_0001_m_000002_0: 68.030: [GC 68.030: [ParNew: 76672K->8512K(76672K), 0.0677140 secs] 2786802K->2730832K(3137216K) icms_dc=75 , 0.0677600 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1346. attempt_201106171821_0001_m_000002_0: 68.133: [GC [1 CMS-initial-mark: 2722320K(3060544K)] 2740436K(3137216K), 0.0169110 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1347. attempt_201106171821_0001_m_000002_0: 68.160: [CMS-concurrent-mark-start]
  1348. attempt_201106171821_0001_m_000002_0: 68.339: [GC 68.339: [ParNew: 76672K->8512K(76672K), 0.0914750 secs] 2798992K->2742825K(3137216K) icms_dc=93 , 0.0915200 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1349. attempt_201106171821_0001_m_000002_0: 68.658: [GC 68.658: [ParNew: 76672K->8511K(76672K), 0.0955180 secs] 2810985K->2755084K(3137216K) icms_dc=100 , 0.0955650 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1350. attempt_201106171821_0001_m_000002_0: 68.976: [GC 68.976: [ParNew: 76671K->8511K(76672K), 0.0948980 secs] 2823244K->2767184K(3137216K) icms_dc=100 , 0.0949450 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  1351. attempt_201106171821_0001_m_000002_0: 69.293: [GC 69.293: [ParNew: 76671K->8511K(76672K), 0.0906350 secs] 2835344K->2779361K(3137216K) icms_dc=100 , 0.0906790 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  1352. attempt_201106171821_0001_m_000002_0: 69.622: [GC 69.622: [ParNew: 76671K->8510K(76672K), 0.0931010 secs] 2847521K->2791352K(3137216K) icms_dc=100 , 0.0931470 secs] [Times: user=0.14 sys=0.03, real=0.09 secs]
  1353. attempt_201106171821_0001_m_000002_0: 69.949: [GC 69.949: [ParNew: 76670K->8510K(76672K), 0.0763160 secs] 2859512K->2803086K(3137216K) icms_dc=100 , 0.0763640 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1354. attempt_201106171821_0001_m_000002_0: 70.239: [GC 70.239: [ParNew: 76670K->8512K(76672K), 0.0817200 secs] 2871246K->2815257K(3137216K) icms_dc=100 , 0.0817740 secs] [Times: user=0.17 sys=0.03, real=0.09 secs]
  1355. attempt_201106171821_0001_m_000002_0: 70.555: [GC 70.555: [ParNew: 76672K->8512K(76672K), 0.0865340 secs] 2883417K->2827699K(3137216K) icms_dc=100 , 0.0865800 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  1356. attempt_201106171821_0001_m_000002_0: 70.876: [GC 70.876: [ParNew: 76672K->8512K(76672K), 0.0790640 secs] 2895859K->2839533K(3137216K) icms_dc=100 , 0.0791080 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1357. attempt_201106171821_0001_m_000002_0: 71.201: [GC 71.201: [ParNew: 76672K->8512K(76672K), 0.1050940 secs] 2907693K->2851868K(3137216K) icms_dc=100 , 0.1051490 secs] [Times: user=0.20 sys=0.01, real=0.10 secs]
  1358. attempt_201106171821_0001_m_000002_0: 71.525: [GC 71.525: [ParNew: 76672K->8512K(76672K), 0.1103260 secs] 2920028K->2863763K(3137216K) icms_dc=100 , 0.1103710 secs] [Times: user=0.19 sys=0.00, real=0.11 secs]
  1359. attempt_201106171821_0001_m_000002_0: 71.861: [GC 71.861: [ParNew: 76672K->8512K(76672K), 0.0925530 secs] 2931923K->2875595K(3137216K) icms_dc=100 , 0.0925980 secs] [Times: user=0.20 sys=0.01, real=0.09 secs]
  1360. attempt_201106171821_0001_m_000002_0: 72.191: [GC 72.191: [ParNew: 76672K->8512K(76672K), 0.0981720 secs] 2943755K->2887773K(3137216K) icms_dc=100 , 0.0982180 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1361. attempt_201106171821_0001_m_000002_0: 72.537: [GC 72.537: [ParNew: 76672K->8512K(76672K), 0.0907910 secs] 2955933K->2899579K(3137216K) icms_dc=100 , 0.0908370 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1362. attempt_201106171821_0001_m_000002_0: 72.859: [GC 72.859: [ParNew: 76672K->8512K(76672K), 0.1038580 secs] 2967739K->2912702K(3137216K) icms_dc=100 , 0.1039040 secs] [Times: user=0.18 sys=0.01, real=0.11 secs]
  1363. attempt_201106171821_0001_m_000002_0: 73.186: [GC 73.186: [ParNew: 76672K->8512K(76672K), 0.0994430 secs] 2980862K->2925491K(3137216K) icms_dc=100 , 0.0994880 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1364. attempt_201106171821_0001_m_000002_0: 73.513: [GC 73.513: [ParNew: 76672K->8512K(76672K), 0.1158060 secs] 2993651K->2938304K(3137216K) icms_dc=100 , 0.1158540 secs] [Times: user=0.19 sys=0.00, real=0.11 secs]
  1365. attempt_201106171821_0001_m_000002_0: 73.854: [GC 73.854: [ParNew: 76672K->8512K(76672K), 0.0740880 secs] 3006464K->2950549K(3137216K) icms_dc=100 , 0.0741330 secs] [Times: user=0.15 sys=0.01, real=0.07 secs]
  1366. attempt_201106171821_0001_m_000002_0: 74.125: [GC 74.125: [ParNew: 76672K->8512K(76672K), 0.0891880 secs] 3018709K->2962414K(3137216K) icms_dc=100 , 0.0892320 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1367. attempt_201106171821_0001_m_000002_0: 74.423: [GC 74.423: [ParNew: 76672K->8512K(76672K), 0.0910830 secs] 3030574K->2974413K(3137216K) icms_dc=100 , 0.0911270 secs] [Times: user=0.15 sys=0.02, real=0.09 secs]
  1368. attempt_201106171821_0001_m_000002_0: 74.725: [GC 74.725: [ParNew: 76672K->8512K(76672K), 0.0806030 secs] 3042573K->2986909K(3137216K) icms_dc=100 , 0.0806560 secs] [Times: user=0.15 sys=0.03, real=0.08 secs]
  1369. attempt_201106171821_0001_m_000002_0: 75.053: [GC 75.053: [ParNew: 76672K->8512K(76672K), 0.1023100 secs] 3055069K->2998846K(3137216K) icms_dc=100 , 0.1023540 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1370. attempt_201106171821_0001_m_000002_0: 75.372: [GC 75.372: [ParNew: 76672K->8512K(76672K), 0.0712920 secs] 3067006K->3010923K(3137216K) icms_dc=100 , 0.0713390 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  1371. attempt_201106171821_0001_m_000002_0: 75.676: [GC 75.676: [ParNew: 76672K->8512K(76672K), 0.0867300 secs] 3079083K->3023042K(3137216K) icms_dc=100 , 0.0867760 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  1372. attempt_201106171821_0001_m_000002_0: 75.984: [CMS-concurrent-mark: 5.560/7.823 secs] [Times: user=14.82 sys=0.30, real=7.83 secs]
  1373. attempt_201106171821_0001_m_000002_0: 75.984: [CMS-concurrent-preclean-start]
  1374. attempt_201106171821_0001_m_000002_0: 76.023: [GC 76.023: [ParNew: 76672K->8512K(76672K), 0.0672440 secs] 3091202K->3035186K(3137216K) icms_dc=100 , 0.0672910 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1375. attempt_201106171821_0001_m_000002_0: 76.264: [CMS-concurrent-preclean: 0.204/0.280 secs] [Times: user=0.58 sys=0.00, real=0.28 secs]
  1376. attempt_201106171821_0001_m_000002_0: 76.264: [CMS-concurrent-abortable-preclean-start]
  1377. attempt_201106171821_0001_m_000002_0: 76.294: [CMS-concurrent-abortable-preclean: 0.030/0.030 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
  1378. attempt_201106171821_0001_m_000002_0: 76.294: [GC[YG occupancy: 66136 K (76672 K)]76.294: [Rescan (parallel) , 0.0463200 secs]76.341: [weak refs processing, 0.0000170 secs] [1 CMS-remark: 3026674K(3060544K)] 3092811K(3137216K), 0.0464190 secs] [Times: user=0.10 sys=0.00, real=0.04 secs]
  1379. attempt_201106171821_0001_m_000002_0: 76.341: [CMS-concurrent-sweep-start]
  1380. attempt_201106171821_0001_m_000002_0: 76.393: [GC 76.393: [ParNew: 76672K->8510K(76672K), 0.0907900 secs] 3103345K->3047120K(3137216K) icms_dc=100 , 0.0908350 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1381. attempt_201106171821_0001_m_000002_0: 76.746: [GC 76.747: [ParNew: 76670K->8510K(76672K), 0.0852940 secs] 3115279K->3059067K(3137216K) icms_dc=100 , 0.0853480 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  1382. attempt_201106171821_0001_m_000002_0: 77.070: [Full GC 77.070: [CMS78.194: [CMS-concurrent-sweep: 1.688/1.853 secs] [Times: user=2.43 sys=0.02, real=1.86 secs]
  1383. attempt_201106171821_0001_m_000002_0: (concurrent mode failure): 3050545K->2992764K(3060544K), 11.6572330 secs] 3127216K->2992764K(3137216K), [CMS Perm : 10633K->10628K(21248K)] icms_dc=100 , 11.6573120 secs] [Times: user=11.62 sys=0.00, real=11.66 secs]
  1384. attempt_201106171821_0001_m_000002_0: 88.727: [GC [1 CMS-initial-mark: 2992764K(3060544K)] 2994136K(3137216K), 0.0003050 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1385. attempt_201106171821_0001_m_000002_0: 88.728: [CMS-concurrent-mark-start]
  1386. attempt_201106171821_0001_m_000002_0: 88.867: [GC 88.867: [ParNew: 41914K->8510K(76672K), 0.0370820 secs]88.904: [CMS93.828: [CMS-concurrent-mark: 5.053/5.100 secs] [Times: user=5.26 sys=0.00, real=5.10 secs]
  1387. attempt_201106171821_0001_m_000002_0: (concurrent mode failure): 2993313K->2999770K(3060544K), 15.9077290 secs] 3034679K->2999770K(3137216K), [CMS Perm : 10628K->10628K(21248K)] icms_dc=100 , 15.9448880 secs] [Times: user=15.93 sys=0.02, real=15.95 secs]
  1388. attempt_201106171821_0001_m_000002_0: 104.812: [Full GC 104.812: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  1389. attempt_201106171821_0001_m_000002_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  1390. attempt_201106171821_0001_m_000002_0: : 2999770K->2999644K(3060544K), 10.8453810 secs] 2999770K->2999644K(3137216K), [CMS Perm : 10628K->10607K(21248K)] icms_dc=100 , 10.8454320 secs] [Times: user=10.81 sys=0.00, real=10.84 secs]
  1391. attempt_201106171821_0001_m_000002_0: 115.659: [GC [1 CMS-initial-mark: 2999644K(3060544K)] 3000065K(3137216K), 0.0003920 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1392. attempt_201106171821_0001_m_000002_0: 115.659: [CMS-concurrent-mark-start]
  1393. attempt_201106171821_0001_m_000002_0: log4j:WARN No appenders could be found for logger (org.apache.hadoop.mapred.TaskRunner).
  1394. attempt_201106171821_0001_m_000002_0: log4j:WARN Please initialize the log4j system properly.
  1395. 11/06/17 18:35:28 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000004_0, Status : FAILED
  1396. java.lang.RuntimeException: Error in configuring object
  1397. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1398. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1399. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1400. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  1401. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  1402. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  1403. Caused by: java.lang.reflect.InvocationTargetException
  1404. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1405. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1406. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1407. at java.lang.reflect.Method.invoke(Method.java:597)
  1408. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1409. ... 5 more
  1410. Caused by: java.lang.RuntimeException: Error in configuring object
  1411. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1412. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1413. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1414. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  1415. ... 10 more
  1416. Caused by: java.lang.reflect.InvocationTargetException
  1417. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1418. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1419. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1420. at java.lang.reflect.Method.invoke(Method.java:597)
  1421. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1422. ... 13 more
  1423. Caused by: java.lang.OutOfMemoryError: Java heap space
  1424. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  1425. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  1426. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  1427. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  1428. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  1429. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  1430. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  1431. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  1432. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  1433. ... 18 more
  1434.  
  1435. attempt_201106171821_0001_m_000004_0: 1.718: [GC 1.718: [ParNew: 68160K->8512K(76672K), 0.0228190 secs] 165440K->110145K(3137216K), 0.0228970 secs] [Times: user=0.07 sys=0.02, real=0.02 secs]
  1436. attempt_201106171821_0001_m_000004_0: 1.968: [GC [1 CMS-initial-mark: 101633K(3060544K)] 141446K(3137216K), 0.0335810 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1437. attempt_201106171821_0001_m_000004_0: 2.001: [CMS-concurrent-mark-start]
  1438. attempt_201106171821_0001_m_000004_0: 2.041: [CMS-concurrent-mark: 0.039/0.039 secs] [Times: user=0.06 sys=0.01, real=0.04 secs]
  1439. attempt_201106171821_0001_m_000004_0: 2.041: [CMS-concurrent-preclean-start]
  1440. attempt_201106171821_0001_m_000004_0: 2.053: [CMS-concurrent-preclean: 0.012/0.012 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1441. attempt_201106171821_0001_m_000004_0: 2.053: [CMS-concurrent-abortable-preclean-start]
  1442. attempt_201106171821_0001_m_000004_0: 2.246: [GC 2.246: [ParNew: 76672K->8512K(76672K), 0.0381860 secs] 178305K->126422K(3137216K), 0.0382320 secs] [Times: user=0.11 sys=0.02, real=0.04 secs]
  1443. attempt_201106171821_0001_m_000004_0: 2.482: [CMS-concurrent-abortable-preclean: 0.044/0.429 secs] [Times: user=0.58 sys=0.03, real=0.43 secs]
  1444. attempt_201106171821_0001_m_000004_0: 2.482: [GC[YG occupancy: 42924 K (76672 K)]2.483: [Rescan (parallel) , 0.0350350 secs]2.518: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 117910K(3060544K)] 160835K(3137216K), 0.0351320 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
  1445. attempt_201106171821_0001_m_000004_0: 2.518: [CMS-concurrent-sweep-start]
  1446. attempt_201106171821_0001_m_000004_0: 2.519: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1447. attempt_201106171821_0001_m_000004_0: 2.519: [CMS-concurrent-reset-start]
  1448. attempt_201106171821_0001_m_000004_0: 2.743: [GC 2.743: [ParNew: 74007K->8512K(76672K), 0.0235080 secs] 191912K->136442K(3137216K), 0.0235520 secs] [Times: user=0.09 sys=0.00, real=0.02 secs]
  1449. attempt_201106171821_0001_m_000004_0: 2.952: [CMS-concurrent-reset: 0.101/0.433 secs] [Times: user=0.51 sys=0.09, real=0.43 secs]
  1450. attempt_201106171821_0001_m_000004_0: 3.166: [GC 3.166: [ParNew: 76672K->8512K(76672K), 0.0652200 secs] 204602K->165676K(3137216K) icms_dc=5 , 0.0653570 secs] [Times: user=0.16 sys=0.02, real=0.07 secs]
  1451. attempt_201106171821_0001_m_000004_0: 3.428: [GC [1 CMS-initial-mark: 157164K(3060544K)] 198248K(3137216K), 0.0369760 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1452. attempt_201106171821_0001_m_000004_0: 3.465: [CMS-concurrent-mark-start]
  1453. attempt_201106171821_0001_m_000004_0: 3.698: [GC 3.698: [ParNew: 76672K->8512K(76672K), 0.0367430 secs] 233836K->176629K(3137216K) icms_dc=5 , 0.0367900 secs] [Times: user=0.08 sys=0.02, real=0.03 secs]
  1454. attempt_201106171821_0001_m_000004_0: 3.944: [CMS-concurrent-mark: 0.114/0.479 secs] [Times: user=0.62 sys=0.02, real=0.48 secs]
  1455. attempt_201106171821_0001_m_000004_0: 3.944: [CMS-concurrent-preclean-start]
  1456. attempt_201106171821_0001_m_000004_0: 3.971: [CMS-concurrent-preclean: 0.026/0.027 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
  1457. attempt_201106171821_0001_m_000004_0: 3.971: [CMS-concurrent-abortable-preclean-start]
  1458. attempt_201106171821_0001_m_000004_0: 4.019: [GC 4.019: [ParNew: 76672K->8512K(76672K), 0.0812370 secs] 244789K->222048K(3137216K) icms_dc=5 , 0.0812850 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  1459. attempt_201106171821_0001_m_000004_0: 4.402: [CMS-concurrent-abortable-preclean: 0.309/0.432 secs] [Times: user=0.75 sys=0.01, real=0.43 secs]
  1460. attempt_201106171821_0001_m_000004_0: 4.403: [GC[YG occupancy: 42847 K (76672 K)]4.403: [Rescan (parallel) , 0.0298170 secs]4.433: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 213536K(3060544K)] 256384K(3137216K), 0.0298920 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]
  1461. attempt_201106171821_0001_m_000004_0: 4.442: [CMS-concurrent-sweep-start]
  1462. attempt_201106171821_0001_m_000004_0: 4.639: [GC 4.639: [ParNew: 76672K->8512K(76672K), 0.0840320 secs] 290208K->230148K(3137216K) icms_dc=5 , 0.0840800 secs] [Times: user=0.12 sys=0.01, real=0.08 secs]
  1463. attempt_201106171821_0001_m_000004_0: 5.228: [GC 5.228: [ParNew: 76672K->8512K(76672K), 0.0440460 secs] 286803K->229185K(3137216K) icms_dc=5 , 0.0440920 secs] [Times: user=0.15 sys=0.00, real=0.04 secs]
  1464. attempt_201106171821_0001_m_000004_0: 5.474: [CMS-concurrent-sweep: 0.043/1.032 secs] [Times: user=1.16 sys=0.01, real=1.03 secs]
  1465. attempt_201106171821_0001_m_000004_0: 5.474: [CMS-concurrent-reset-start]
  1466. attempt_201106171821_0001_m_000004_0: 5.481: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
  1467. attempt_201106171821_0001_m_000004_0: 5.639: [GC 5.639: [ParNew: 66484K->8512K(76672K), 0.0541450 secs] 287158K->239203K(3137216K) icms_dc=0 , 0.0541940 secs] [Times: user=0.12 sys=0.01, real=0.06 secs]
  1468. attempt_201106171821_0001_m_000004_0: 5.856: [GC 5.856: [ParNew: 55746K->3537K(76672K), 0.0645780 secs] 286437K->284131K(3137216K) icms_dc=0 , 0.0646290 secs] [Times: user=0.17 sys=0.02, real=0.07 secs]
  1469. attempt_201106171821_0001_m_000004_0: 6.184: [GC 6.184: [ParNew: 71697K->8512K(76672K), 0.0357890 secs] 352291K->321762K(3137216K) icms_dc=0 , 0.0358330 secs] [Times: user=0.11 sys=0.01, real=0.04 secs]
  1470. attempt_201106171821_0001_m_000004_0: 6.643: [GC 6.643: [ParNew: 76672K->8512K(76672K), 0.0562640 secs] 389922K->331985K(3137216K) icms_dc=0 , 0.0563170 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  1471. attempt_201106171821_0001_m_000004_0: 7.154: [GC 7.154: [ParNew: 76672K->8512K(76672K), 0.0717390 secs] 400145K->342726K(3137216K) icms_dc=0 , 0.0717880 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1472. attempt_201106171821_0001_m_000004_0: 7.674: [GC 7.674: [ParNew: 76672K->8512K(76672K), 0.0558700 secs] 410886K->352975K(3137216K) icms_dc=0 , 0.0559260 secs] [Times: user=0.14 sys=0.01, real=0.06 secs]
  1473. attempt_201106171821_0001_m_000004_0: 8.130: [GC 8.130: [ParNew: 76672K->8512K(76672K), 0.0599160 secs] 421135K->364129K(3137216K) icms_dc=0 , 0.0599610 secs] [Times: user=0.15 sys=0.02, real=0.05 secs]
  1474. attempt_201106171821_0001_m_000004_0: 8.613: [GC 8.613: [ParNew: 76672K->8512K(76672K), 0.0617370 secs] 432289K->374333K(3137216K) icms_dc=0 , 0.0617920 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  1475. attempt_201106171821_0001_m_000004_0: 9.114: [GC 9.114: [ParNew: 76672K->8512K(76672K), 0.0543870 secs] 442493K->384846K(3137216K) icms_dc=0 , 0.0544360 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  1476. attempt_201106171821_0001_m_000004_0: 9.340: [GC 9.340: [ParNew: 67185K->8129K(76672K), 0.1123920 secs] 443520K->420845K(3137216K) icms_dc=0 , 0.1124420 secs] [Times: user=0.24 sys=0.02, real=0.11 secs]
  1477. attempt_201106171821_0001_m_000004_0: 9.755: [GC 9.755: [ParNew: 72907K->7074K(76672K), 0.0549650 secs] 485623K->480788K(3137216K) icms_dc=5 , 0.0550120 secs] [Times: user=0.15 sys=0.01, real=0.05 secs]
  1478. attempt_201106171821_0001_m_000004_0: 9.818: [GC [1 CMS-initial-mark: 473713K(3060544K)] 537842K(3137216K), 0.0004200 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1479. attempt_201106171821_0001_m_000004_0: 9.819: [CMS-concurrent-mark-start]
  1480. attempt_201106171821_0001_m_000004_0: 9.890: [GC 9.891: [ParNew: 75234K->8225K(76672K), 0.0818510 secs] 548948K->545610K(3137216K) icms_dc=20 , 0.0819150 secs] [Times: user=0.11 sys=0.05, real=0.08 secs]
  1481. attempt_201106171821_0001_m_000004_0: 10.244: [GC 10.244: [ParNew: 76385K->8512K(76672K), 0.0448550 secs] 613770K->555634K(3137216K) icms_dc=20 , 0.0449020 secs] [Times: user=0.12 sys=0.01, real=0.05 secs]
  1482. attempt_201106171821_0001_m_000004_0: 10.565: [GC 10.565: [ParNew: 76672K->8512K(76672K), 0.0584520 secs] 623794K->566584K(3137216K) icms_dc=20 , 0.0585000 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  1483. attempt_201106171821_0001_m_000004_0: 10.899: [GC 10.900: [ParNew: 76672K->8512K(76672K), 0.0973690 secs] 634744K->576428K(3137216K) icms_dc=20 , 0.0974220 secs] [Times: user=0.27 sys=0.01, real=0.09 secs]
  1484. attempt_201106171821_0001_m_000004_0: 11.287: [GC 11.287: [ParNew: 76672K->8512K(76672K), 0.0875200 secs] 644588K->587010K(3137216K) icms_dc=20 , 0.0875660 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  1485. attempt_201106171821_0001_m_000004_0: 11.651: [GC 11.651: [ParNew: 76672K->8512K(76672K), 0.0699280 secs] 655170K->598123K(3137216K) icms_dc=20 , 0.0699750 secs] [Times: user=0.20 sys=0.01, real=0.07 secs]
  1486. attempt_201106171821_0001_m_000004_0: 12.052: [GC 12.052: [ParNew: 76672K->8512K(76672K), 0.0572420 secs] 666283K->607921K(3137216K) icms_dc=20 , 0.0572900 secs] [Times: user=0.20 sys=0.00, real=0.06 secs]
  1487. attempt_201106171821_0001_m_000004_0: 12.216: [CMS-concurrent-mark: 0.526/2.398 secs] [Times: user=3.56 sys=0.19, real=2.39 secs]
  1488. attempt_201106171821_0001_m_000004_0: 12.217: [CMS-concurrent-preclean-start]
  1489. attempt_201106171821_0001_m_000004_0: 12.385: [GC 12.385: [ParNew: 76672K->8512K(76672K), 0.0605360 secs] 676081K->618372K(3137216K) icms_dc=20 , 0.0605820 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  1490. attempt_201106171821_0001_m_000004_0: 12.745: [GC 12.745: [ParNew: 76672K->8512K(76672K), 0.0654400 secs] 686532K->628988K(3137216K) icms_dc=20 , 0.0654860 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  1491. attempt_201106171821_0001_m_000004_0: 13.102: [GC 13.102: [ParNew: 76672K->8512K(76672K), 0.0810900 secs] 697148K->639437K(3137216K) icms_dc=20 , 0.0811380 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  1492. attempt_201106171821_0001_m_000004_0: 13.484: [GC 13.484: [ParNew: 76672K->8512K(76672K), 0.1065220 secs] 707597K->650371K(3137216K) icms_dc=20 , 0.1065670 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  1493. attempt_201106171821_0001_m_000004_0: 13.737: [CMS-concurrent-preclean: 0.300/1.520 secs] [Times: user=2.20 sys=0.06, real=1.52 secs]
  1494. attempt_201106171821_0001_m_000004_0: 13.737: [CMS-concurrent-abortable-preclean-start]
  1495. attempt_201106171821_0001_m_000004_0: 13.925: [GC 13.925: [ParNew: 76672K->8512K(76672K), 0.0753460 secs] 718531K->660353K(3137216K) icms_dc=20 , 0.0753940 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  1496. attempt_201106171821_0001_m_000004_0: 14.292: [GC 14.292: [ParNew: 76672K->8512K(76672K), 0.0697710 secs] 728513K->670789K(3137216K) icms_dc=20 , 0.0698190 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1497. attempt_201106171821_0001_m_000004_0: 14.656: [GC 14.656: [ParNew: 76672K->8512K(76672K), 0.1030430 secs] 738949K->680808K(3137216K) icms_dc=20 , 0.1030900 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
  1498. attempt_201106171821_0001_m_000004_0: 14.864: [CMS-concurrent-abortable-preclean: 0.174/1.127 secs] [Times: user=1.51 sys=0.06, real=1.13 secs]
  1499. attempt_201106171821_0001_m_000004_0: 14.864: [GC[YG occupancy: 35910 K (76672 K)]14.864: [Rescan (parallel) , 0.0643130 secs]14.929: [weak refs processing, 0.0000160 secs] [1 CMS-remark: 672296K(3060544K)] 708206K(3137216K), 0.0644130 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1500. attempt_201106171821_0001_m_000004_0: 14.929: [CMS-concurrent-sweep-start]
  1501. attempt_201106171821_0001_m_000004_0: 15.103: [GC 15.103: [ParNew: 71527K->8512K(76672K), 0.0763260 secs] 683870K->631480K(3137216K) icms_dc=20 , 0.0763760 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  1502. attempt_201106171821_0001_m_000004_0: 15.188: [GC 15.188: [ParNew: 65109K->0K(76672K), 0.1505830 secs] 659778K->658846K(3137216K) icms_dc=20 , 0.1506340 secs] [Times: user=0.40 sys=0.02, real=0.15 secs]
  1503. attempt_201106171821_0001_m_000004_0: 15.348: [GC 15.348: [ParNew: 56597K->0K(76672K), 0.0376210 secs] 715443K->715443K(3137216K) icms_dc=20 , 0.0376670 secs] [Times: user=0.08 sys=0.03, real=0.03 secs]
  1504. attempt_201106171821_0001_m_000004_0: 15.977: [GC 15.977: [ParNew: 14934K->244K(76672K), 0.0339960 secs] 730378K->729837K(3137216K) icms_dc=20 , 0.0340530 secs] [Times: user=0.10 sys=0.00, real=0.04 secs]
  1505. attempt_201106171821_0001_m_000004_0: 16.077: [GC 16.077: [ParNew: 56841K->30K(76672K), 0.0367480 secs] 899629K->899416K(3137216K) icms_dc=35 , 0.0370080 secs] [Times: user=0.07 sys=0.04, real=0.04 secs]
  1506. attempt_201106171821_0001_m_000004_0: 16.319: [CMS-concurrent-sweep: 0.128/1.390 secs] [Times: user=1.92 sys=0.13, real=1.38 secs]
  1507. attempt_201106171821_0001_m_000004_0: 16.319: [CMS-concurrent-reset-start]
  1508. attempt_201106171821_0001_m_000004_0: 16.326: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1509. attempt_201106171821_0001_m_000004_0: 16.439: [GC 16.439: [ParNew: 68190K->8402K(76672K), 0.0419100 secs] 964037K->918398K(3137216K) icms_dc=27 , 0.0419580 secs] [Times: user=0.13 sys=0.01, real=0.04 secs]
  1510. attempt_201106171821_0001_m_000004_0: 16.607: [GC [1 CMS-initial-mark: 909995K(3060544K)] 943835K(3137216K), 0.0310870 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
  1511. attempt_201106171821_0001_m_000004_0: 16.639: [CMS-concurrent-mark-start]
  1512. attempt_201106171821_0001_m_000004_0: 16.832: [GC 16.832: [ParNew: 76562K->8512K(76672K), 0.1226570 secs] 986558K->929427K(3137216K) icms_dc=27 , 0.1227070 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  1513. attempt_201106171821_0001_m_000004_0: 17.208: [GC 17.208: [ParNew: 76672K->8512K(76672K), 0.0828960 secs] 997587K->939556K(3137216K) icms_dc=27 , 0.0829450 secs] [Times: user=0.26 sys=0.01, real=0.08 secs]
  1514. attempt_201106171821_0001_m_000004_0: 17.569: [GC 17.569: [ParNew: 76672K->8512K(76672K), 0.0877650 secs] 1007716K->950674K(3137216K) icms_dc=27 , 0.0878290 secs] [Times: user=0.25 sys=0.00, real=0.08 secs]
  1515. attempt_201106171821_0001_m_000004_0: 17.922: [GC 17.922: [ParNew: 76672K->8512K(76672K), 0.0983640 secs] 1018834K->961251K(3137216K) icms_dc=27 , 0.0984100 secs] [Times: user=0.29 sys=0.00, real=0.10 secs]
  1516. attempt_201106171821_0001_m_000004_0: 18.334: [GC 18.334: [ParNew: 76672K->8512K(76672K), 0.0839730 secs] 1029411K->970967K(3137216K) icms_dc=27 , 0.0840220 secs] [Times: user=0.28 sys=0.00, real=0.09 secs]
  1517. attempt_201106171821_0001_m_000004_0: 18.705: [GC 18.705: [ParNew: 76672K->8512K(76672K), 0.1013620 secs] 1039127K->981800K(3137216K) icms_dc=27 , 0.1014100 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  1518. attempt_201106171821_0001_m_000004_0: 19.073: [GC 19.073: [ParNew: 76672K->8512K(76672K), 0.0792150 secs] 1049960K->992178K(3137216K) icms_dc=27 , 0.0792650 secs] [Times: user=0.22 sys=0.01, real=0.08 secs]
  1519. attempt_201106171821_0001_m_000004_0: 19.418: [GC 19.418: [ParNew: 76672K->8512K(76672K), 0.1055780 secs] 1060338K->1003199K(3137216K) icms_dc=27 , 0.1056260 secs] [Times: user=0.24 sys=0.02, real=0.10 secs]
  1520. attempt_201106171821_0001_m_000004_0: 19.791: [GC 19.791: [ParNew: 76672K->8512K(76672K), 0.1060880 secs] 1071359K->1013033K(3137216K) icms_dc=27 , 0.1061370 secs] [Times: user=0.25 sys=0.01, real=0.10 secs]
  1521. attempt_201106171821_0001_m_000004_0: 20.197: [GC 20.197: [ParNew: 76672K->8512K(76672K), 0.1198700 secs] 1081193K->1023915K(3137216K) icms_dc=27 , 0.1199190 secs] [Times: user=0.24 sys=0.01, real=0.12 secs]
  1522. attempt_201106171821_0001_m_000004_0: 20.595: [GC 20.595: [ParNew: 76672K->8512K(76672K), 0.1245890 secs] 1092075K->1033895K(3137216K) icms_dc=27 , 0.1246410 secs] [Times: user=0.26 sys=0.00, real=0.13 secs]
  1523. attempt_201106171821_0001_m_000004_0: 20.994: [GC 20.994: [ParNew: 76672K->8512K(76672K), 0.1368730 secs] 1102055K->1044709K(3137216K) icms_dc=27 , 0.1369190 secs] [Times: user=0.25 sys=0.00, real=0.14 secs]
  1524. attempt_201106171821_0001_m_000004_0: 21.416: [GC 21.416: [ParNew: 76672K->8512K(76672K), 0.1221150 secs] 1112869K->1054766K(3137216K) icms_dc=27 , 0.1221610 secs] [Times: user=0.26 sys=0.00, real=0.13 secs]
  1525. attempt_201106171821_0001_m_000004_0: 21.807: [GC 21.807: [ParNew: 76672K->8512K(76672K), 0.1229350 secs] 1122926K->1065354K(3137216K) icms_dc=27 , 0.1229790 secs] [Times: user=0.23 sys=0.00, real=0.13 secs]
  1526. attempt_201106171821_0001_m_000004_0: 22.192: [GC 22.192: [ParNew: 76672K->8512K(76672K), 0.1250430 secs] 1133514K->1076802K(3137216K) icms_dc=27 , 0.1251090 secs] [Times: user=0.27 sys=0.01, real=0.13 secs]
  1527. attempt_201106171821_0001_m_000004_0: 22.466: [CMS-concurrent-mark: 1.142/5.828 secs] [Times: user=8.88 sys=0.21, real=5.83 secs]
  1528. attempt_201106171821_0001_m_000004_0: 22.466: [CMS-concurrent-preclean-start]
  1529. attempt_201106171821_0001_m_000004_0: 22.586: [GC 22.586: [ParNew: 76672K->8512K(76672K), 0.1341070 secs] 1144962K->1087163K(3137216K) icms_dc=27 , 0.1341550 secs] [Times: user=0.26 sys=0.00, real=0.14 secs]
  1530. attempt_201106171821_0001_m_000004_0: 23.096: [GC 23.096: [ParNew: 76672K->8512K(76672K), 0.0992170 secs] 1155323K->1097589K(3137216K) icms_dc=27 , 0.0992780 secs] [Times: user=0.28 sys=0.01, real=0.10 secs]
  1531. attempt_201106171821_0001_m_000004_0: 23.492: [GC 23.492: [ParNew: 76672K->8512K(76672K), 0.0896570 secs] 1165749K->1107521K(3137216K) icms_dc=27 , 0.0897060 secs] [Times: user=0.25 sys=0.00, real=0.09 secs]
  1532. attempt_201106171821_0001_m_000004_0: 23.857: [GC 23.857: [ParNew: 76672K->8512K(76672K), 0.1019960 secs] 1175681K->1118555K(3137216K) icms_dc=27 , 0.1020480 secs] [Times: user=0.27 sys=0.01, real=0.11 secs]
  1533. attempt_201106171821_0001_m_000004_0: 24.232: [GC 24.232: [ParNew: 76672K->8512K(76672K), 0.1004140 secs] 1186715K->1128756K(3137216K) icms_dc=27 , 0.1004640 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1534. attempt_201106171821_0001_m_000004_0: 24.606: [GC 24.606: [ParNew: 76672K->8512K(76672K), 0.1075470 secs] 1196916K->1138925K(3137216K) icms_dc=27 , 0.1075940 secs] [Times: user=0.26 sys=0.03, real=0.11 secs]
  1535. attempt_201106171821_0001_m_000004_0: 25.054: [GC 25.054: [ParNew: 76672K->8512K(76672K), 0.1204440 secs] 1207085K->1149594K(3137216K) icms_dc=27 , 0.1204930 secs] [Times: user=0.32 sys=0.00, real=0.12 secs]
  1536. attempt_201106171821_0001_m_000004_0: 25.450: [GC 25.450: [ParNew: 76672K->8512K(76672K), 0.1092900 secs] 1217754K->1159907K(3137216K) icms_dc=27 , 0.1093370 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  1537. attempt_201106171821_0001_m_000004_0: 25.843: [GC 25.843: [ParNew: 76672K->8512K(76672K), 0.0994550 secs] 1228067K->1170502K(3137216K) icms_dc=27 , 0.0995020 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1538. attempt_201106171821_0001_m_000004_0: 26.226: [GC 26.226: [ParNew: 76672K->8512K(76672K), 0.1032360 secs] 1238662K->1180477K(3137216K) icms_dc=27 , 0.1032810 secs] [Times: user=0.29 sys=0.01, real=0.11 secs]
  1539. attempt_201106171821_0001_m_000004_0: 26.652: [GC 26.652: [ParNew: 76672K->8512K(76672K), 0.1090470 secs] 1248637K->1191364K(3137216K) icms_dc=27 , 0.1090950 secs] [Times: user=0.29 sys=0.00, real=0.11 secs]
  1540. attempt_201106171821_0001_m_000004_0: 26.891: [CMS-concurrent-preclean: 1.034/4.425 secs] [Times: user=6.75 sys=0.15, real=4.43 secs]
  1541. attempt_201106171821_0001_m_000004_0: 26.891: [CMS-concurrent-abortable-preclean-start]
  1542. attempt_201106171821_0001_m_000004_0: 27.108: [GC 27.108: [ParNew: 76672K->8512K(76672K), 0.1066120 secs] 1259524K->1201707K(3137216K) icms_dc=27 , 0.1066580 secs] [Times: user=0.24 sys=0.01, real=0.11 secs]
  1543. attempt_201106171821_0001_m_000004_0: 27.601: [CMS-concurrent-abortable-preclean: 0.465/0.709 secs] [Times: user=1.07 sys=0.11, real=0.70 secs]
  1544. attempt_201106171821_0001_m_000004_0: 27.601: [GC[YG occupancy: 43673 K (76672 K)]27.601: [Rescan (parallel) , 0.0193400 secs]27.620: [weak refs processing, 0.0000240 secs] [1 CMS-remark: 1419584K(3060544K)] 1463258K(3137216K), 0.0194370 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
  1545. attempt_201106171821_0001_m_000004_0: 27.620: [CMS-concurrent-sweep-start]
  1546. attempt_201106171821_0001_m_000004_0: 27.919: [CMS-concurrent-sweep: 0.299/0.299 secs] [Times: user=0.53 sys=0.00, real=0.29 secs]
  1547. attempt_201106171821_0001_m_000004_0: 27.919: [CMS-concurrent-reset-start]
  1548. attempt_201106171821_0001_m_000004_0: 27.926: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1549. attempt_201106171821_0001_m_000004_0: 29.020: [GC 29.020: [ParNew: 76672K->8290K(76672K), 0.1729090 secs] 1634163K->1630717K(3137216K) icms_dc=42 , 0.1729570 secs] [Times: user=0.44 sys=0.00, real=0.17 secs]
  1550. attempt_201106171821_0001_m_000004_0: 29.268: [GC [1 CMS-initial-mark: 1622427K(3060544K)] 1651269K(3137216K), 0.0452190 secs] [Times: user=0.02 sys=0.00, real=0.04 secs]
  1551. attempt_201106171821_0001_m_000004_0: 29.313: [CMS-concurrent-mark-start]
  1552. attempt_201106171821_0001_m_000004_0: 29.507: [GC 29.507: [ParNew: 76450K->8512K(76672K), 0.1140480 secs] 1698877K->1634784K(3137216K) icms_dc=57 , 0.1141270 secs] [Times: user=0.30 sys=0.00, real=0.12 secs]
  1553. attempt_201106171821_0001_m_000004_0: 29.917: [GC 29.917: [ParNew: 76672K->8512K(76672K), 0.0937580 secs] 1702944K->1645333K(3137216K) icms_dc=60 , 0.0938060 secs] [Times: user=0.32 sys=0.00, real=0.10 secs]
  1554. attempt_201106171821_0001_m_000004_0: 30.276: [GC 30.276: [ParNew: 76672K->8512K(76672K), 0.1392480 secs] 1713493K->1655774K(3137216K) icms_dc=60 , 0.1392950 secs] [Times: user=0.31 sys=0.00, real=0.14 secs]
  1555. attempt_201106171821_0001_m_000004_0: 30.769: [GC 30.769: [ParNew: 76672K->8512K(76672K), 0.1089490 secs] 1723934K->1666170K(3137216K) icms_dc=60 , 0.1089980 secs] [Times: user=0.32 sys=0.00, real=0.10 secs]
  1556. attempt_201106171821_0001_m_000004_0: 31.154: [GC 31.154: [ParNew: 76672K->8512K(76672K), 0.1216160 secs] 1734330K->1677326K(3137216K) icms_dc=60 , 0.1216800 secs] [Times: user=0.35 sys=0.00, real=0.12 secs]
  1557. attempt_201106171821_0001_m_000004_0: 31.542: [GC 31.542: [ParNew: 76672K->8512K(76672K), 0.1157910 secs] 1745486K->1687797K(3137216K) icms_dc=60 , 0.1158390 secs] [Times: user=0.34 sys=0.00, real=0.11 secs]
  1558. attempt_201106171821_0001_m_000004_0: 31.936: [GC 31.936: [ParNew: 76672K->8512K(76672K), 0.1325030 secs] 1755957K->1698545K(3137216K) icms_dc=60 , 0.1325540 secs] [Times: user=0.39 sys=0.00, real=0.14 secs]
  1559. attempt_201106171821_0001_m_000004_0: 32.339: [GC 32.339: [ParNew: 76672K->8512K(76672K), 0.1251740 secs] 1766705K->1708346K(3137216K) icms_dc=60 , 0.1252210 secs] [Times: user=0.29 sys=0.00, real=0.12 secs]
  1560. attempt_201106171821_0001_m_000004_0: 32.769: [GC 32.769: [ParNew: 76672K->8512K(76672K), 0.1359680 secs] 1776506K->1719766K(3137216K) icms_dc=60 , 0.1360230 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  1561. attempt_201106171821_0001_m_000004_0: 33.192: [GC 33.192: [ParNew: 76672K->8512K(76672K), 0.1411190 secs] 1787926K->1730144K(3137216K) icms_dc=60 , 0.1411670 secs] [Times: user=0.29 sys=0.00, real=0.14 secs]
  1562. attempt_201106171821_0001_m_000004_0: 33.632: [GC 33.632: [ParNew: 76672K->8512K(76672K), 0.1316260 secs] 1798304K->1739554K(3137216K) icms_dc=60 , 0.1316730 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  1563. attempt_201106171821_0001_m_000004_0: 34.057: [GC 34.057: [ParNew: 76672K->8512K(76672K), 0.1590030 secs] 1807714K->1750301K(3137216K) icms_dc=60 , 0.1590520 secs] [Times: user=0.34 sys=0.00, real=0.16 secs]
  1564. attempt_201106171821_0001_m_000004_0: 34.540: [GC 34.540: [ParNew: 76672K->8512K(76672K), 0.1920680 secs] 1818461K->1760420K(3137216K) icms_dc=60 , 0.1921150 secs] [Times: user=0.37 sys=0.00, real=0.19 secs]
  1565. attempt_201106171821_0001_m_000004_0: 35.093: [GC 35.093: [ParNew: 76672K->8512K(76672K), 0.1212270 secs] 1828580K->1770977K(3137216K) icms_dc=60 , 0.1212760 secs] [Times: user=0.31 sys=0.00, real=0.12 secs]
  1566. attempt_201106171821_0001_m_000004_0: 35.300: [CMS-concurrent-mark: 2.528/5.986 secs] [Times: user=10.74 sys=0.11, real=5.99 secs]
  1567. attempt_201106171821_0001_m_000004_0: 35.300: [CMS-concurrent-preclean-start]
  1568. attempt_201106171821_0001_m_000004_0: 35.526: [GC 35.526: [ParNew: 76672K->8512K(76672K), 0.1349900 secs] 1839137K->1781498K(3137216K) icms_dc=60 , 0.1350370 secs] [Times: user=0.33 sys=0.00, real=0.14 secs]
  1569. attempt_201106171821_0001_m_000004_0: 35.960: [GC 35.960: [ParNew: 76672K->8512K(76672K), 0.1626550 secs] 1849658K->1791967K(3137216K) icms_dc=60 , 0.1627020 secs] [Times: user=0.33 sys=0.00, real=0.16 secs]
  1570. attempt_201106171821_0001_m_000004_0: 36.407: [GC 36.407: [ParNew: 76672K->8512K(76672K), 0.1556270 secs] 1860127K->1802358K(3137216K) icms_dc=60 , 0.1556820 secs] [Times: user=0.34 sys=0.00, real=0.16 secs]
  1571. attempt_201106171821_0001_m_000004_0: 36.847: [GC 36.847: [ParNew: 76672K->8511K(76672K), 0.1841480 secs] 1870518K->1813273K(3137216K) icms_dc=60 , 0.1842050 secs] [Times: user=0.44 sys=0.00, real=0.19 secs]
  1572. attempt_201106171821_0001_m_000004_0: 37.322: [GC 37.322: [ParNew: 76671K->8512K(76672K), 0.2080770 secs] 1881433K->1823717K(3137216K) icms_dc=60 , 0.2081260 secs] [Times: user=0.41 sys=0.00, real=0.21 secs]
  1573. attempt_201106171821_0001_m_000004_0: 37.654: [CMS-concurrent-preclean: 0.905/2.354 secs] [Times: user=4.23 sys=0.04, real=2.35 secs]
  1574. attempt_201106171821_0001_m_000004_0: 37.654: [CMS-concurrent-abortable-preclean-start]
  1575. attempt_201106171821_0001_m_000004_0: 37.851: [GC 37.851: [ParNew: 76672K->8512K(76672K), 0.1906830 secs] 1891877K->1833969K(3137216K) icms_dc=60 , 0.1907310 secs] [Times: user=0.39 sys=0.01, real=0.19 secs]
  1576. attempt_201106171821_0001_m_000004_0: 38.363: [GC 38.363: [ParNew: 76672K->8512K(76672K), 0.1673880 secs] 1902129K->1844489K(3137216K) icms_dc=60 , 0.1674340 secs] [Times: user=0.34 sys=0.00, real=0.17 secs]
  1577. attempt_201106171821_0001_m_000004_0: 38.693: [CMS-concurrent-abortable-preclean: 0.434/1.039 secs] [Times: user=1.81 sys=0.04, real=1.04 secs]
  1578. attempt_201106171821_0001_m_000004_0: 38.693: [GC[YG occupancy: 48217 K (76672 K)]38.693: [Rescan (parallel) , 0.1305030 secs]38.823: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 1835977K(3060544K)] 1884195K(3137216K), 0.1306040 secs] [Times: user=0.36 sys=0.00, real=0.13 secs]
  1579. attempt_201106171821_0001_m_000004_0: 38.824: [CMS-concurrent-sweep-start]
  1580. attempt_201106171821_0001_m_000004_0: 38.940: [GC 38.940: [ParNew: 76672K->8512K(76672K), 0.1364260 secs] 1898498K->1840870K(3137216K) icms_dc=60 , 0.1364730 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  1581. attempt_201106171821_0001_m_000004_0: 39.582: [GC 39.582: [ParNew: 76672K->8512K(76672K), 0.1666720 secs] 1909030K->1851645K(3137216K) icms_dc=60 , 0.1667180 secs] [Times: user=0.32 sys=0.00, real=0.16 secs]
  1582. attempt_201106171821_0001_m_000004_0: 40.082: [GC 40.082: [ParNew: 76672K->8512K(76672K), 0.1209810 secs] 1919804K->1865504K(3137216K) icms_dc=60 , 0.1210290 secs] [Times: user=0.27 sys=0.01, real=0.12 secs]
  1583. attempt_201106171821_0001_m_000004_0: 40.420: [GC 40.420: [ParNew: 76293K->8512K(76672K), 0.0654140 secs] 1636126K->1583160K(3137216K) icms_dc=60 , 0.0654720 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  1584. attempt_201106171821_0001_m_000004_0: 40.602: [CMS-concurrent-sweep: 0.659/1.779 secs] [Times: user=2.85 sys=0.04, real=1.78 secs]
  1585. attempt_201106171821_0001_m_000004_0: 40.602: [CMS-concurrent-reset-start]
  1586. attempt_201106171821_0001_m_000004_0: 40.610: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1587. attempt_201106171821_0001_m_000004_0: 40.722: [GC 40.722: [ParNew: 76672K->8512K(76672K), 0.0897210 secs] 1651318K->1596348K(3137216K) icms_dc=45 , 0.0897800 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1588. attempt_201106171821_0001_m_000004_0: 40.897: [GC [1 CMS-initial-mark: 1587836K(3060544K)] 1616213K(3137216K), 0.0302850 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1589. attempt_201106171821_0001_m_000004_0: 40.929: [CMS-concurrent-mark-start]
  1590. attempt_201106171821_0001_m_000004_0: 41.126: [GC 41.126: [ParNew: 76672K->8512K(76672K), 0.0720960 secs] 1664508K->1611635K(3137216K) icms_dc=45 , 0.0721460 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1591. attempt_201106171821_0001_m_000004_0: 41.422: [GC 41.422: [ParNew: 76672K->8512K(76672K), 0.0592940 secs] 1679795K->1624711K(3137216K) icms_dc=45 , 0.0593400 secs] [Times: user=0.13 sys=0.00, real=0.06 secs]
  1592. attempt_201106171821_0001_m_000004_0: 41.700: [GC 41.700: [ParNew: 76672K->8512K(76672K), 0.0995120 secs] 1692871K->1637989K(3137216K) icms_dc=45 , 0.0995600 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1593. attempt_201106171821_0001_m_000004_0: 42.012: [GC 42.012: [ParNew: 75116K->8512K(76672K), 0.0592600 secs] 1704593K->1650374K(3137216K) icms_dc=45 , 0.0593090 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  1594. attempt_201106171821_0001_m_000004_0: 42.320: [GC 42.320: [ParNew: 76672K->8512K(76672K), 0.1013310 secs] 1718534K->1676874K(3137216K) icms_dc=45 , 0.1013780 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1595. attempt_201106171821_0001_m_000004_0: 42.667: [GC 42.667: [ParNew: 76672K->8512K(76672K), 0.0861980 secs] 1745034K->1688800K(3137216K) icms_dc=45 , 0.0862460 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1596. attempt_201106171821_0001_m_000004_0: 42.997: [GC 42.997: [ParNew: 76672K->8512K(76672K), 0.0618200 secs] 1756960K->1701644K(3137216K) icms_dc=45 , 0.0618800 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1597. attempt_201106171821_0001_m_000004_0: 43.364: [GC 43.364: [ParNew: 76672K->8512K(76672K), 0.0767520 secs] 1769804K->1714944K(3137216K) icms_dc=45 , 0.0768030 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1598. attempt_201106171821_0001_m_000004_0: 43.667: [GC 43.667: [ParNew: 76672K->8512K(76672K), 0.0913300 secs] 1783104K->1727466K(3137216K) icms_dc=45 , 0.0913870 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1599. attempt_201106171821_0001_m_000004_0: 44.010: [GC 44.010: [ParNew: 76672K->8512K(76672K), 0.0671160 secs] 1795626K->1740049K(3137216K) icms_dc=45 , 0.0671630 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  1600. attempt_201106171821_0001_m_000004_0: 44.283: [GC 44.283: [ParNew: 76672K->8512K(76672K), 0.0751620 secs] 1808209K->1779532K(3137216K) icms_dc=45 , 0.0752210 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  1601. attempt_201106171821_0001_m_000004_0: 44.571: [GC 44.571: [ParNew: 76672K->8512K(76672K), 0.0810480 secs] 1847692K->1791176K(3137216K) icms_dc=45 , 0.0810950 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  1602. attempt_201106171821_0001_m_000004_0: 44.881: [GC 44.881: [ParNew: 76672K->8512K(76672K), 0.0856390 secs] 1859336K->1804668K(3137216K) icms_dc=45 , 0.0856900 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1603. attempt_201106171821_0001_m_000004_0: 45.186: [GC 45.186: [ParNew: 76672K->8512K(76672K), 0.1022810 secs] 1872828K->1818624K(3137216K) icms_dc=45 , 0.1023370 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1604. attempt_201106171821_0001_m_000004_0: 45.506: [GC 45.507: [ParNew: 76672K->8512K(76672K), 0.0846340 secs] 1886784K->1830565K(3137216K) icms_dc=45 , 0.0846840 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1605. attempt_201106171821_0001_m_000004_0: 45.816: [GC 45.816: [ParNew: 76672K->8512K(76672K), 0.0823740 secs] 1898725K->1843625K(3137216K) icms_dc=45 , 0.0824210 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1606. attempt_201106171821_0001_m_000004_0: 46.123: [GC 46.123: [ParNew: 76672K->8512K(76672K), 0.0932140 secs] 1911785K->1856639K(3137216K) icms_dc=45 , 0.0932620 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  1607. attempt_201106171821_0001_m_000004_0: 46.453: [GC 46.453: [ParNew: 76672K->8512K(76672K), 0.0637590 secs] 1924799K->1868796K(3137216K) icms_dc=45 , 0.0638060 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  1608. attempt_201106171821_0001_m_000004_0: 46.772: [GC 46.772: [ParNew: 76672K->8512K(76672K), 0.0713640 secs] 1936956K->1880916K(3137216K) icms_dc=45 , 0.0714100 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1609. attempt_201106171821_0001_m_000004_0: 47.058: [GC 47.058: [ParNew: 76672K->8512K(76672K), 0.0603980 secs] 1949076K->1893820K(3137216K) icms_dc=45 , 0.0604460 secs] [Times: user=0.15 sys=0.01, real=0.05 secs]
  1610. attempt_201106171821_0001_m_000004_0: 47.338: [GC 47.339: [ParNew: 76672K->8512K(76672K), 0.0719750 secs] 1961980K->1907055K(3137216K) icms_dc=45 , 0.0720210 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  1611. attempt_201106171821_0001_m_000004_0: 47.632: [GC 47.632: [ParNew: 76672K->8512K(76672K), 0.0701760 secs] 1975215K->1919822K(3137216K) icms_dc=45 , 0.0702240 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1612. attempt_201106171821_0001_m_000004_0: 47.920: [GC 47.920: [ParNew: 76672K->8512K(76672K), 0.0745500 secs] 1987982K->1932522K(3137216K) icms_dc=45 , 0.0745970 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1613. attempt_201106171821_0001_m_000004_0: 48.376: [GC 48.376: [ParNew: 69668K->8511K(76672K), 0.0640480 secs] 1993679K->1969332K(3137216K) icms_dc=45 , 0.0640980 secs] [Times: user=0.16 sys=0.02, real=0.07 secs]
  1614. attempt_201106171821_0001_m_000004_0: 48.664: [GC 48.665: [ParNew: 76671K->8512K(76672K), 0.1045910 secs] 2037492K->2010760K(3137216K) icms_dc=45 , 0.1046390 secs] [Times: user=0.26 sys=0.01, real=0.11 secs]
  1615. attempt_201106171821_0001_m_000004_0: 49.031: [GC 49.031: [ParNew: 76672K->8512K(76672K), 0.0604490 secs] 2078920K->2021042K(3137216K) icms_dc=45 , 0.0604940 secs] [Times: user=0.16 sys=0.02, real=0.06 secs]
  1616. attempt_201106171821_0001_m_000004_0: 49.317: [GC 49.317: [ParNew: 76672K->8512K(76672K), 0.0659330 secs] 2089202K->2033564K(3137216K) icms_dc=45 , 0.0659810 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  1617. attempt_201106171821_0001_m_000004_0: 49.453: [CMS-concurrent-mark: 3.082/8.524 secs] [Times: user=13.54 sys=0.21, real=8.52 secs]
  1618. attempt_201106171821_0001_m_000004_0: 49.453: [CMS-concurrent-preclean-start]
  1619. attempt_201106171821_0001_m_000004_0: 49.619: [GC 49.620: [ParNew: 76672K->8512K(76672K), 0.0916730 secs] 2101724K->2046136K(3137216K) icms_dc=45 , 0.0917210 secs] [Times: user=0.15 sys=0.02, real=0.09 secs]
  1620. attempt_201106171821_0001_m_000004_0: 49.858: [CMS-concurrent-preclean: 0.185/0.405 secs] [Times: user=0.62 sys=0.04, real=0.40 secs]
  1621. attempt_201106171821_0001_m_000004_0: 49.858: [CMS-concurrent-abortable-preclean-start]
  1622. attempt_201106171821_0001_m_000004_0: 49.935: [GC 49.935: [ParNew: 76672K->8512K(76672K), 0.0887050 secs] 2114296K->2058806K(3137216K) icms_dc=45 , 0.0887530 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1623. attempt_201106171821_0001_m_000004_0: 50.183: [CMS-concurrent-abortable-preclean: 0.012/0.325 secs] [Times: user=0.42 sys=0.01, real=0.33 secs]
  1624. attempt_201106171821_0001_m_000004_0: 50.183: [GC[YG occupancy: 58023 K (76672 K)]50.183: [Rescan (parallel) , 0.0404410 secs]50.224: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 2050294K(3060544K)] 2108318K(3137216K), 0.0405330 secs] [Times: user=0.15 sys=0.00, real=0.04 secs]
  1625. attempt_201106171821_0001_m_000004_0: 50.224: [CMS-concurrent-sweep-start]
  1626. attempt_201106171821_0001_m_000004_0: 50.286: [GC 50.286: [ParNew: 76672K->8512K(76672K), 0.0879900 secs] 2126966K->2071467K(3137216K) icms_dc=45 , 0.0880380 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1627. attempt_201106171821_0001_m_000004_0: 50.605: [GC 50.605: [ParNew: 76672K->8512K(76672K), 0.0917460 secs] 2139615K->2083822K(3137216K) icms_dc=45 , 0.0917950 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  1628. attempt_201106171821_0001_m_000004_0: 50.920: [GC 50.920: [ParNew: 76672K->8511K(76672K), 0.0610130 secs] 2151982K->2095845K(3137216K) icms_dc=45 , 0.0610620 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  1629. attempt_201106171821_0001_m_000004_0: 51.263: [GC 51.263: [ParNew: 76671K->8511K(76672K), 0.0769620 secs] 2163992K->2108185K(3137216K) icms_dc=45 , 0.0770090 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1630. attempt_201106171821_0001_m_000004_0: 51.603: [GC 51.603: [ParNew: 76671K->8511K(76672K), 0.1094710 secs] 2176342K->2120654K(3137216K) icms_dc=45 , 0.1095190 secs] [Times: user=0.17 sys=0.00, real=0.11 secs]
  1631. attempt_201106171821_0001_m_000004_0: 51.981: [GC 51.981: [ParNew: 76671K->8510K(76672K), 0.0619940 secs] 2188814K->2133304K(3137216K) icms_dc=45 , 0.0620410 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1632. attempt_201106171821_0001_m_000004_0: 52.274: [GC 52.274: [ParNew: 76670K->8510K(76672K), 0.0731000 secs] 2201464K->2146015K(3137216K) icms_dc=45 , 0.0731470 secs] [Times: user=0.14 sys=0.04, real=0.07 secs]
  1633. attempt_201106171821_0001_m_000004_0: 52.598: [GC 52.598: [ParNew: 76670K->8510K(76672K), 0.0985540 secs] 2214174K->2157992K(3137216K) icms_dc=45 , 0.0986040 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  1634. attempt_201106171821_0001_m_000004_0: 52.925: [GC 52.925: [ParNew: 76670K->8510K(76672K), 0.1366830 secs] 2226141K->2170466K(3137216K) icms_dc=45 , 0.1367480 secs] [Times: user=0.23 sys=0.02, real=0.14 secs]
  1635. attempt_201106171821_0001_m_000004_0: 53.192: [CMS-concurrent-sweep: 1.051/2.968 secs] [Times: user=4.62 sys=0.13, real=2.97 secs]
  1636. attempt_201106171821_0001_m_000004_0: 53.192: [CMS-concurrent-reset-start]
  1637. attempt_201106171821_0001_m_000004_0: 53.200: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1638. attempt_201106171821_0001_m_000004_0: 53.315: [GC 53.315: [ParNew: 76670K->8510K(76672K), 0.0899820 secs] 2238409K->2183328K(3137216K) icms_dc=34 , 0.0900570 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  1639. attempt_201106171821_0001_m_000004_0: 53.484: [GC [1 CMS-initial-mark: 2174817K(3060544K)] 2206581K(3137216K), 0.0327520 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  1640. attempt_201106171821_0001_m_000004_0: 53.517: [CMS-concurrent-mark-start]
  1641. attempt_201106171821_0001_m_000004_0: 53.683: [GC 53.683: [ParNew: 76670K->8512K(76672K), 0.0826340 secs] 2251488K->2195427K(3137216K) icms_dc=34 , 0.0826820 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  1642. attempt_201106171821_0001_m_000004_0: 53.985: [GC 53.985: [ParNew: 76672K->8512K(76672K), 0.0709150 secs] 2263587K->2208125K(3137216K) icms_dc=34 , 0.0709630 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1643. attempt_201106171821_0001_m_000004_0: 54.284: [GC 54.284: [ParNew: 76672K->8512K(76672K), 0.1088540 secs] 2276285K->2221081K(3137216K) icms_dc=34 , 0.1089090 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  1644. attempt_201106171821_0001_m_000004_0: 54.615: [GC 54.615: [ParNew: 76672K->8512K(76672K), 0.0886300 secs] 2289241K->2234074K(3137216K) icms_dc=34 , 0.0886780 secs] [Times: user=0.14 sys=0.03, real=0.09 secs]
  1645. attempt_201106171821_0001_m_000004_0: 54.923: [GC 54.923: [ParNew: 76672K->8510K(76672K), 0.1080600 secs] 2302234K->2246971K(3137216K) icms_dc=35 , 0.1081090 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1646. attempt_201106171821_0001_m_000004_0: 55.248: [GC 55.248: [ParNew: 76670K->8510K(76672K), 0.1120920 secs] 2315131K->2258926K(3137216K) icms_dc=35 , 0.1121410 secs] [Times: user=0.19 sys=0.03, real=0.11 secs]
  1647. attempt_201106171821_0001_m_000004_0: 55.577: [GC 55.577: [ParNew: 76670K->8512K(76672K), 0.0962330 secs] 2327086K->2271123K(3137216K) icms_dc=35 , 0.0962800 secs] [Times: user=0.21 sys=0.00, real=0.10 secs]
  1648. attempt_201106171821_0001_m_000004_0: 55.905: [GC 55.905: [ParNew: 76672K->8512K(76672K), 0.1050170 secs] 2339283K->2284334K(3137216K) icms_dc=35 , 0.1050770 secs] [Times: user=0.21 sys=0.04, real=0.11 secs]
  1649. attempt_201106171821_0001_m_000004_0: 56.253: [GC 56.253: [ParNew: 76672K->8512K(76672K), 0.0933130 secs] 2352494K->2296718K(3137216K) icms_dc=35 , 0.0933780 secs] [Times: user=0.21 sys=0.01, real=0.09 secs]
  1650. attempt_201106171821_0001_m_000004_0: 56.609: [GC 56.609: [ParNew: 76672K->8512K(76672K), 0.1106160 secs] 2364878K->2309055K(3137216K) icms_dc=35 , 0.1106730 secs] [Times: user=0.21 sys=0.01, real=0.11 secs]
  1651. attempt_201106171821_0001_m_000004_0: 56.952: [GC 56.952: [ParNew: 76672K->8512K(76672K), 0.1207940 secs] 2377215K->2321758K(3137216K) icms_dc=35 , 0.1208470 secs] [Times: user=0.22 sys=0.01, real=0.12 secs]
  1652. attempt_201106171821_0001_m_000004_0: 57.358: [GC 57.358: [ParNew: 76672K->8512K(76672K), 0.0724350 secs] 2389918K->2334010K(3137216K) icms_dc=35 , 0.0725060 secs] [Times: user=0.19 sys=0.03, real=0.08 secs]
  1653. attempt_201106171821_0001_m_000004_0: 57.469: [GC 57.469: [ParNew: 74684K->8458K(76672K), 0.0788010 secs] 2400182K->2399065K(3137216K) icms_dc=50 , 0.0788500 secs] [Times: user=0.17 sys=0.02, real=0.07 secs]
  1654. attempt_201106171821_0001_m_000004_0: 57.557: [GC 57.557: [ParNew: 65055K->3023K(76672K), 0.1439600 secs] 2455663K->2450228K(3137216K) icms_dc=65 , 0.1440050 secs] [Times: user=0.36 sys=0.01, real=0.15 secs]
  1655. attempt_201106171821_0001_m_000004_0: 58.027: [GC 58.027: [ParNew: 71183K->8512K(76672K), 0.1015910 secs] 2518388K->2472827K(3137216K) icms_dc=81 , 0.1016380 secs] [Times: user=0.22 sys=0.01, real=0.11 secs]
  1656. attempt_201106171821_0001_m_000004_0: 58.359: [GC 58.359: [ParNew: 76672K->8512K(76672K), 0.0988120 secs] 2540987K->2485240K(3137216K) icms_dc=85 , 0.0988620 secs] [Times: user=0.22 sys=0.02, real=0.09 secs]
  1657. attempt_201106171821_0001_m_000004_0: 58.740: [GC 58.740: [ParNew: 76672K->8512K(76672K), 0.1189770 secs] 2553400K->2497478K(3137216K) icms_dc=85 , 0.1190230 secs] [Times: user=0.22 sys=0.00, real=0.12 secs]
  1658. attempt_201106171821_0001_m_000004_0: 59.149: [GC 59.149: [ParNew: 76672K->8512K(76672K), 0.0792520 secs] 2565638K->2509990K(3137216K) icms_dc=85 , 0.0793000 secs] [Times: user=0.24 sys=0.00, real=0.08 secs]
  1659. attempt_201106171821_0001_m_000004_0: 59.500: [GC 59.500: [ParNew: 76672K->8512K(76672K), 0.0704230 secs] 2578150K->2522649K(3137216K) icms_dc=85 , 0.0704720 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  1660. attempt_201106171821_0001_m_000004_0: 59.795: [GC 59.795: [ParNew: 76672K->8512K(76672K), 0.1281110 secs] 2590809K->2534795K(3137216K) icms_dc=85 , 0.1281580 secs] [Times: user=0.22 sys=0.02, real=0.13 secs]
  1661. attempt_201106171821_0001_m_000004_0: 60.210: [GC 60.210: [ParNew: 76672K->8512K(76672K), 0.0941040 secs] 2602955K->2547039K(3137216K) icms_dc=85 , 0.0941610 secs] [Times: user=0.23 sys=0.02, real=0.09 secs]
  1662. attempt_201106171821_0001_m_000004_0: 60.644: [GC 60.644: [ParNew: 76672K->8512K(76672K), 0.1201480 secs] 2615199K->2559211K(3137216K) icms_dc=85 , 0.1202040 secs] [Times: user=0.24 sys=0.01, real=0.12 secs]
  1663. attempt_201106171821_0001_m_000004_0: 61.177: [GC 61.177: [ParNew: 76672K->8512K(76672K), 0.1110270 secs] 2627371K->2571509K(3137216K) icms_dc=85 , 0.1111140 secs] [Times: user=0.23 sys=0.01, real=0.12 secs]
  1664. attempt_201106171821_0001_m_000004_0: 61.517: [GC 61.517: [ParNew: 76672K->8512K(76672K), 0.1033500 secs] 2639669K->2583791K(3137216K) icms_dc=85 , 0.1033970 secs] [Times: user=0.20 sys=0.01, real=0.11 secs]
  1665. attempt_201106171821_0001_m_000004_0: 61.937: [GC 61.937: [ParNew: 76672K->8512K(76672K), 0.1175550 secs] 2651951K->2596334K(3137216K) icms_dc=85 , 0.1176210 secs] [Times: user=0.23 sys=0.00, real=0.12 secs]
  1666. attempt_201106171821_0001_m_000004_0: 62.346: [GC 62.346: [ParNew: 76672K->8512K(76672K), 0.1071310 secs] 2664494K->2608124K(3137216K) icms_dc=85 , 0.1071800 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  1667. attempt_201106171821_0001_m_000004_0: 62.786: [GC 62.786: [ParNew: 76672K->8512K(76672K), 0.0976250 secs] 2676284K->2620862K(3137216K) icms_dc=85 , 0.0976700 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1668. attempt_201106171821_0001_m_000004_0: 63.216: [GC 63.216: [ParNew: 76672K->8512K(76672K), 0.0846300 secs] 2689022K->2632801K(3137216K) icms_dc=85 , 0.0846780 secs] [Times: user=0.18 sys=0.02, real=0.09 secs]
  1669. attempt_201106171821_0001_m_000004_0: 63.589: [GC 63.589: [ParNew: 76672K->8512K(76672K), 0.0967020 secs] 2700961K->2645268K(3137216K) icms_dc=85 , 0.0967500 secs] [Times: user=0.18 sys=0.02, real=0.10 secs]
  1670. attempt_201106171821_0001_m_000004_0: 63.847: [CMS-concurrent-mark: 4.985/10.330 secs] [Times: user=17.59 sys=0.64, real=10.33 secs]
  1671. attempt_201106171821_0001_m_000004_0: 63.847: [CMS-concurrent-preclean-start]
  1672. attempt_201106171821_0001_m_000004_0: 63.912: [GC 63.912: [ParNew: 76672K->8512K(76672K), 0.0993260 secs] 2713428K->2658080K(3137216K) icms_dc=85 , 0.0993770 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1673. attempt_201106171821_0001_m_000004_0: 64.120: [CMS-concurrent-preclean: 0.132/0.273 secs] [Times: user=0.49 sys=0.00, real=0.28 secs]
  1674. attempt_201106171821_0001_m_000004_0: 64.120: [CMS-concurrent-abortable-preclean-start]
  1675. attempt_201106171821_0001_m_000004_0: 64.140: [CMS-concurrent-abortable-preclean: 0.020/0.020 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
  1676. attempt_201106171821_0001_m_000004_0: 64.140: [GC[YG occupancy: 49636 K (76672 K)]64.140: [Rescan (parallel) , 0.0254700 secs]64.166: [weak refs processing, 0.0000170 secs] [1 CMS-remark: 2649568K(3060544K)] 2699205K(3137216K), 0.0255680 secs] [Times: user=0.07 sys=0.01, real=0.02 secs]
  1677. attempt_201106171821_0001_m_000004_0: 64.166: [CMS-concurrent-sweep-start]
  1678. attempt_201106171821_0001_m_000004_0: 64.257: [GC 64.257: [ParNew: 76672K->8512K(76672K), 0.0893400 secs] 2726239K->2670973K(3137216K) icms_dc=85 , 0.0893940 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1679. attempt_201106171821_0001_m_000004_0: 64.575: [GC 64.575: [ParNew: 76672K->8510K(76672K), 0.0977450 secs] 2739132K->2683944K(3137216K) icms_dc=85 , 0.0977910 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1680. attempt_201106171821_0001_m_000004_0: 64.896: [GC 64.896: [ParNew: 76670K->8510K(76672K), 0.1059580 secs] 2751531K->2695982K(3137216K) icms_dc=85 , 0.1060070 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  1681. attempt_201106171821_0001_m_000004_0: 65.220: [GC 65.220: [ParNew: 76670K->8510K(76672K), 0.0983900 secs] 2737024K->2680883K(3137216K) icms_dc=85 , 0.0984370 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1682. attempt_201106171821_0001_m_000004_0: 65.549: [GC 65.549: [ParNew: 76670K->8510K(76672K), 0.0797000 secs] 2715931K->2660353K(3137216K) icms_dc=85 , 0.0797490 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1683. attempt_201106171821_0001_m_000004_0: 65.857: [GC 65.857: [ParNew: 76670K->8512K(76672K), 0.0877240 secs] 2728368K->2672355K(3137216K) icms_dc=85 , 0.0877710 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1684. attempt_201106171821_0001_m_000004_0: 66.169: [GC 66.169: [ParNew: 76672K->8512K(76672K), 0.0975590 secs] 2738670K->2682835K(3137216K) icms_dc=85 , 0.0976040 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  1685. attempt_201106171821_0001_m_000004_0: 66.338: [CMS-concurrent-sweep: 1.266/2.172 secs] [Times: user=3.99 sys=0.04, real=2.18 secs]
  1686. attempt_201106171821_0001_m_000004_0: 66.339: [CMS-concurrent-reset-start]
  1687. attempt_201106171821_0001_m_000004_0: 66.345: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  1688. attempt_201106171821_0001_m_000004_0: 66.481: [GC 66.481: [ParNew: 76672K->8512K(76672K), 0.0816530 secs] 2750276K->2694532K(3137216K) icms_dc=64 , 0.0817020 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1689. attempt_201106171821_0001_m_000004_0: 66.598: [GC [1 CMS-initial-mark: 2686020K(3060544K)] 2706869K(3137216K), 0.0210350 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  1690. attempt_201106171821_0001_m_000004_0: 66.619: [CMS-concurrent-mark-start]
  1691. attempt_201106171821_0001_m_000004_0: 66.811: [GC 66.811: [ParNew: 76672K->8512K(76672K), 0.0856520 secs] 2762692K->2706792K(3137216K) icms_dc=80 , 0.0857000 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1692. attempt_201106171821_0001_m_000004_0: 67.146: [GC 67.146: [ParNew: 76672K->8512K(76672K), 0.0936900 secs] 2774952K->2718729K(3137216K) icms_dc=94 , 0.0937380 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  1693. attempt_201106171821_0001_m_000004_0: 67.460: [GC 67.460: [ParNew: 76672K->8512K(76672K), 0.0691930 secs] 2786889K->2731074K(3137216K) icms_dc=99 , 0.0692530 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1694. attempt_201106171821_0001_m_000004_0: 67.778: [GC 67.778: [ParNew: 76672K->8512K(76672K), 0.0760430 secs] 2799234K->2742912K(3137216K) icms_dc=99 , 0.0760890 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1695. attempt_201106171821_0001_m_000004_0: 68.086: [GC 68.086: [ParNew: 76672K->8512K(76672K), 0.0861180 secs] 2811072K->2755171K(3137216K) icms_dc=100 , 0.0861660 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  1696. attempt_201106171821_0001_m_000004_0: 68.472: [GC 68.472: [ParNew: 76672K->8512K(76672K), 0.0978560 secs] 2823331K->2768092K(3137216K) icms_dc=100 , 0.0979030 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1697. attempt_201106171821_0001_m_000004_0: 68.806: [GC 68.806: [ParNew: 76672K->8512K(76672K), 0.0764230 secs] 2836252K->2780307K(3137216K) icms_dc=100 , 0.0764700 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1698. attempt_201106171821_0001_m_000004_0: 69.118: [GC 69.118: [ParNew: 76672K->8512K(76672K), 0.0807060 secs] 2848467K->2792091K(3137216K) icms_dc=100 , 0.0807530 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1699. attempt_201106171821_0001_m_000004_0: 69.431: [GC 69.431: [ParNew: 76672K->8512K(76672K), 0.0823610 secs] 2860251K->2803181K(3137216K) icms_dc=100 , 0.0824080 secs] [Times: user=0.14 sys=0.02, real=0.08 secs]
  1700. attempt_201106171821_0001_m_000004_0: 69.736: [GC 69.736: [ParNew: 76672K->8512K(76672K), 0.0854460 secs] 2871341K->2815343K(3137216K) icms_dc=100 , 0.0854950 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1701. attempt_201106171821_0001_m_000004_0: 70.053: [GC 70.053: [ParNew: 76672K->8512K(76672K), 0.0731900 secs] 2883503K->2828424K(3137216K) icms_dc=100 , 0.0732360 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  1702. attempt_201106171821_0001_m_000004_0: 70.378: [GC 70.378: [ParNew: 76672K->8512K(76672K), 0.0936900 secs] 2896584K->2839621K(3137216K) icms_dc=100 , 0.0937370 secs] [Times: user=0.17 sys=0.02, real=0.10 secs]
  1703. attempt_201106171821_0001_m_000004_0: 70.697: [GC 70.697: [ParNew: 76672K->8512K(76672K), 0.0623440 secs] 2907781K->2851963K(3137216K) icms_dc=100 , 0.0623900 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  1704. attempt_201106171821_0001_m_000004_0: 70.994: [GC 70.994: [ParNew: 76672K->8512K(76672K), 0.0729320 secs] 2920123K->2863502K(3137216K) icms_dc=100 , 0.0729790 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  1705. attempt_201106171821_0001_m_000004_0: 71.302: [GC 71.302: [ParNew: 76672K->8512K(76672K), 0.0800640 secs] 2931662K->2875622K(3137216K) icms_dc=100 , 0.0801120 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  1706. attempt_201106171821_0001_m_000004_0: 71.615: [GC 71.615: [ParNew: 76672K->8512K(76672K), 0.0910980 secs] 2943782K->2887860K(3137216K) icms_dc=100 , 0.0911440 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1707. attempt_201106171821_0001_m_000004_0: 71.948: [GC 71.948: [ParNew: 76672K->8511K(76672K), 0.1055900 secs] 2956020K->2899666K(3137216K) icms_dc=100 , 0.1056430 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  1708. attempt_201106171821_0001_m_000004_0: 72.270: [GC 72.270: [ParNew: 76671K->8511K(76672K), 0.0989410 secs] 2967826K->2912735K(3137216K) icms_dc=100 , 0.0989870 secs] [Times: user=0.18 sys=0.00, real=0.11 secs]
  1709. attempt_201106171821_0001_m_000004_0: 72.585: [GC 72.585: [ParNew: 76671K->8510K(76672K), 0.0885420 secs] 2980895K->2925579K(3137216K) icms_dc=100 , 0.0885960 secs] [Times: user=0.15 sys=0.01, real=0.09 secs]
  1710. attempt_201106171821_0001_m_000004_0: 72.895: [GC 72.895: [ParNew: 76670K->8510K(76672K), 0.0858680 secs] 2993739K->2938392K(3137216K) icms_dc=100 , 0.0859150 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1711. attempt_201106171821_0001_m_000004_0: 73.202: [GC 73.202: [ParNew: 76670K->8510K(76672K), 0.0817980 secs] 3006552K->2950611K(3137216K) icms_dc=100 , 0.0818450 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1712. attempt_201106171821_0001_m_000004_0: 73.504: [GC 73.505: [ParNew: 76670K->8512K(76672K), 0.0856810 secs] 3018771K->2962467K(3137216K) icms_dc=100 , 0.0857290 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1713. attempt_201106171821_0001_m_000004_0: 73.741: [CMS-concurrent-mark: 5.167/7.122 secs] [Times: user=13.83 sys=0.27, real=7.12 secs]
  1714. attempt_201106171821_0001_m_000004_0: 73.741: [CMS-concurrent-preclean-start]
  1715. attempt_201106171821_0001_m_000004_0: 73.857: [GC 73.857: [ParNew: 76672K->8512K(76672K), 0.0909360 secs] 3030627K->2974500K(3137216K) icms_dc=100 , 0.0909820 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1716. attempt_201106171821_0001_m_000004_0: 74.060: [CMS-concurrent-preclean: 0.233/0.319 secs] [Times: user=0.58 sys=0.00, real=0.32 secs]
  1717. attempt_201106171821_0001_m_000004_0: 74.060: [CMS-concurrent-abortable-preclean-start]
  1718. attempt_201106171821_0001_m_000004_0: 74.081: [CMS-concurrent-abortable-preclean: 0.020/0.021 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
  1719. attempt_201106171821_0001_m_000004_0: 74.090: [GC[YG occupancy: 45520 K (76672 K)]74.090: [Rescan (parallel) , 0.0472420 secs]74.137: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 2965988K(3060544K)] 3011508K(3137216K), 0.0473550 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]
  1720. attempt_201106171821_0001_m_000004_0: 74.138: [CMS-concurrent-sweep-start]
  1721. attempt_201106171821_0001_m_000004_0: 74.241: [GC 74.241: [ParNew: 76672K->8510K(76672K), 0.0862900 secs] 3042658K->2986731K(3137216K) icms_dc=100 , 0.0863360 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  1722. attempt_201106171821_0001_m_000004_0: 74.562: [GC 74.562: [ParNew: 76670K->8510K(76672K), 0.0876570 secs] 3054891K->2999606K(3137216K) icms_dc=100 , 0.0877340 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1723. attempt_201106171821_0001_m_000004_0: 74.886: [GC 74.886: [ParNew: 76670K->8512K(76672K), 0.0896650 secs] 3066597K->3009912K(3137216K) icms_dc=100 , 0.0897100 secs] [Times: user=0.14 sys=0.02, real=0.09 secs]
  1724. attempt_201106171821_0001_m_000004_0: 75.205: [GC 75.205: [ParNew: 76672K->8512K(76672K), 0.1011780 secs] 3075401K->3019288K(3137216K) icms_dc=100 , 0.1012240 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1725. attempt_201106171821_0001_m_000004_0: 75.566: [GC 75.566: [ParNew: 76672K->8512K(76672K), 0.0951600 secs] 3087203K->3031383K(3137216K) icms_dc=100 , 0.0952070 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1726. attempt_201106171821_0001_m_000004_0: 75.935: [GC 75.936: [ParNew: 76672K->8512K(76672K), 0.1031100 secs] 3033957K->2978450K(3137216K) icms_dc=100 , 0.1031590 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  1727. attempt_201106171821_0001_m_000004_0: 76.276: [GC 76.276: [ParNew: 76672K->8512K(76672K), 0.0725490 secs] 3045200K->2988170K(3137216K) icms_dc=100 , 0.0725970 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1728. attempt_201106171821_0001_m_000004_0: 76.448: [CMS-concurrent-sweep: 1.683/2.310 secs] [Times: user=4.42 sys=0.05, real=2.30 secs]
  1729. attempt_201106171821_0001_m_000004_0: 76.448: [CMS-concurrent-reset-start]
  1730. attempt_201106171821_0001_m_000004_0: 76.455: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1731. attempt_201106171821_0001_m_000004_0: 76.586: [GC 76.586: [ParNew: 76672K->8512K(76672K), 0.0830410 secs] 3056146K->3000481K(3137216K) icms_dc=75 , 0.0830890 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1732. attempt_201106171821_0001_m_000004_0: 76.699: [GC [1 CMS-initial-mark: 2991969K(3060544K)] 3010076K(3137216K), 0.0180220 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  1733. attempt_201106171821_0001_m_000004_0: 76.717: [CMS-concurrent-mark-start]
  1734. attempt_201106171821_0001_m_000004_0: 76.835: [GC 76.835: [ParNew: 49632K->8512K(76672K), 0.0583790 secs]76.894: [CMS82.000: [CMS-concurrent-mark: 5.224/5.282 secs] [Times: user=5.47 sys=0.00, real=5.28 secs]
  1735. attempt_201106171821_0001_m_000004_0: (concurrent mode failure): 2999994K->2999796K(3060544K), 15.5766350 secs] 3041602K->2999796K(3137216K), [CMS Perm : 10632K->10627K(21248K)] icms_dc=93 , 15.6350900 secs] [Times: user=15.71 sys=0.00, real=15.64 secs]
  1736. attempt_201106171821_0001_m_000004_0: 92.470: [Full GC 92.470: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  1737. attempt_201106171821_0001_m_000004_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  1738. attempt_201106171821_0001_m_000004_0: : 2999796K->2999670K(3060544K), 10.3771400 secs] 2999796K->2999670K(3137216K), [CMS Perm : 10627K->10606K(21248K)] icms_dc=100 , 10.3771940 secs] [Times: user=10.35 sys=0.00, real=10.37 secs]
  1739. attempt_201106171821_0001_m_000004_0: 102.848: [GC [1 CMS-initial-mark: 2999670K(3060544K)] 2999674K(3137216K), 0.0003160 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1740. attempt_201106171821_0001_m_000004_0: 102.849: [CMS-concurrent-mark-start]
  1741. attempt_201106171821_0001_m_000004_0: log4j:WARN No appenders could be found for logger (org.apache.hadoop.mapred.TaskRunner).
  1742. attempt_201106171821_0001_m_000004_0: log4j:WARN Please initialize the log4j system properly.
  1743. 11/06/17 18:35:28 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000005_0, Status : FAILED
  1744. java.lang.RuntimeException: Error in configuring object
  1745. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1746. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1747. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1748. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  1749. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  1750. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  1751. Caused by: java.lang.reflect.InvocationTargetException
  1752. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1753. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1754. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1755. at java.lang.reflect.Method.invoke(Method.java:597)
  1756. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1757. ... 5 more
  1758. Caused by: java.lang.RuntimeException: Error in configuring object
  1759. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  1760. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  1761. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  1762. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  1763. ... 10 more
  1764. Caused by: java.lang.reflect.InvocationTargetException
  1765. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1766. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1767. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1768. at java.lang.reflect.Method.invoke(Method.java:597)
  1769. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  1770. ... 13 more
  1771. Caused by: java.lang.OutOfMemoryError: Java heap space
  1772. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  1773. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  1774. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  1775. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  1776. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  1777. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  1778. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  1779. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  1780. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  1781. ... 18 more
  1782.  
  1783. attempt_201106171821_0001_m_000005_0: 1.796: [GC 1.796: [ParNew: 68160K->8512K(76672K), 0.0300180 secs] 165440K->110136K(3137216K), 0.0300770 secs] [Times: user=0.03 sys=0.03, real=0.03 secs]
  1784. attempt_201106171821_0001_m_000005_0: 2.100: [GC [1 CMS-initial-mark: 101624K(3060544K)] 141724K(3137216K), 0.0335410 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1785. attempt_201106171821_0001_m_000005_0: 2.133: [CMS-concurrent-mark-start]
  1786. attempt_201106171821_0001_m_000005_0: 2.165: [CMS-concurrent-mark: 0.032/0.032 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
  1787. attempt_201106171821_0001_m_000005_0: 2.165: [CMS-concurrent-preclean-start]
  1788. attempt_201106171821_0001_m_000005_0: 2.174: [CMS-concurrent-preclean: 0.008/0.008 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1789. attempt_201106171821_0001_m_000005_0: 2.174: [CMS-concurrent-abortable-preclean-start]
  1790. attempt_201106171821_0001_m_000005_0: 2.370: [GC 2.370: [ParNew: 76672K->8512K(76672K), 0.0634830 secs] 178296K->126414K(3137216K), 0.0635260 secs] [Times: user=0.09 sys=0.03, real=0.06 secs]
  1791. attempt_201106171821_0001_m_000005_0: 2.668: [CMS-concurrent-abortable-preclean: 0.051/0.494 secs] [Times: user=0.53 sys=0.07, real=0.49 secs]
  1792. attempt_201106171821_0001_m_000005_0: 2.669: [GC[YG occupancy: 43075 K (76672 K)]2.669: [Rescan (parallel) , 0.0478140 secs]2.717: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 117902K(3060544K)] 160977K(3137216K), 0.0479040 secs] [Times: user=0.09 sys=0.00, real=0.06 secs]
  1793. attempt_201106171821_0001_m_000005_0: 2.717: [CMS-concurrent-sweep-start]
  1794. attempt_201106171821_0001_m_000005_0: 2.718: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1795. attempt_201106171821_0001_m_000005_0: 2.718: [CMS-concurrent-reset-start]
  1796. attempt_201106171821_0001_m_000005_0: 2.914: [GC 2.915: [ParNew: 74293K->8512K(76672K), 0.0399070 secs] 192193K->136502K(3137216K), 0.0399520 secs] [Times: user=0.08 sys=0.01, real=0.04 secs]
  1797. attempt_201106171821_0001_m_000005_0: 3.110: [CMS-concurrent-reset: 0.081/0.392 secs] [Times: user=0.46 sys=0.07, real=0.39 secs]
  1798. attempt_201106171821_0001_m_000005_0: 3.334: [GC 3.334: [ParNew: 76672K->8512K(76672K), 0.0780030 secs] 204662K->165681K(3137216K) icms_dc=5 , 0.0780500 secs] [Times: user=0.13 sys=0.02, real=0.08 secs]
  1799. attempt_201106171821_0001_m_000005_0: 3.602: [GC [1 CMS-initial-mark: 157169K(3060544K)] 198338K(3137216K), 0.0723350 secs] [Times: user=0.05 sys=0.00, real=0.07 secs]
  1800. attempt_201106171821_0001_m_000005_0: 3.685: [CMS-concurrent-mark-start]
  1801. attempt_201106171821_0001_m_000005_0: 3.948: [GC 3.948: [ParNew: 76672K->8512K(76672K), 0.0426580 secs] 233841K->176204K(3137216K) icms_dc=5 , 0.0427070 secs] [Times: user=0.11 sys=0.01, real=0.04 secs]
  1802. attempt_201106171821_0001_m_000005_0: 4.238: [CMS-concurrent-mark: 0.120/0.553 secs] [Times: user=0.70 sys=0.01, real=0.56 secs]
  1803. attempt_201106171821_0001_m_000005_0: 4.238: [CMS-concurrent-preclean-start]
  1804. attempt_201106171821_0001_m_000005_0: 4.255: [CMS-concurrent-preclean: 0.017/0.017 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1805. attempt_201106171821_0001_m_000005_0: 4.255: [CMS-concurrent-abortable-preclean-start]
  1806. attempt_201106171821_0001_m_000005_0: 4.318: [GC 4.318: [ParNew: 76672K->8512K(76672K), 0.0815570 secs] 244364K->222007K(3137216K) icms_dc=5 , 0.0816170 secs] [Times: user=0.20 sys=0.04, real=0.08 secs]
  1807. attempt_201106171821_0001_m_000005_0: 4.817: [GC 4.817: [ParNew: 76672K->8512K(76672K), 0.0447560 secs] 290167K->230311K(3137216K) icms_dc=5 , 0.0448030 secs] [Times: user=0.12 sys=0.01, real=0.05 secs]
  1808. attempt_201106171821_0001_m_000005_0: 5.052: [CMS-concurrent-abortable-preclean: 0.230/0.797 secs] [Times: user=1.19 sys=0.09, real=0.80 secs]
  1809. attempt_201106171821_0001_m_000005_0: 5.053: [GC[YG occupancy: 41161 K (76672 K)]5.053: [Rescan (parallel) , 0.0344100 secs]5.087: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 221799K(3060544K)] 262960K(3137216K), 0.0345030 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
  1810. attempt_201106171821_0001_m_000005_0: 5.087: [CMS-concurrent-sweep-start]
  1811. attempt_201106171821_0001_m_000005_0: 5.311: [GC 5.311: [ParNew: 76672K->8512K(76672K), 0.0469670 secs] 286965K->229929K(3137216K) icms_dc=5 , 0.0470140 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
  1812. attempt_201106171821_0001_m_000005_0: 5.579: [CMS-concurrent-sweep: 0.023/0.491 secs] [Times: user=0.58 sys=0.03, real=0.49 secs]
  1813. attempt_201106171821_0001_m_000005_0: 5.579: [CMS-concurrent-reset-start]
  1814. attempt_201106171821_0001_m_000005_0: 5.586: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  1815. attempt_201106171821_0001_m_000005_0: 5.789: [GC 5.789: [ParNew: 66863K->8512K(76672K), 0.0366990 secs] 288280K->238350K(3137216K) icms_dc=0 , 0.0367430 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]
  1816. attempt_201106171821_0001_m_000005_0: 6.001: [GC 6.001: [ParNew: 55751K->3537K(76672K), 0.0773990 secs] 285589K->284232K(3137216K) icms_dc=0 , 0.0774510 secs] [Times: user=0.20 sys=0.02, real=0.08 secs]
  1817. attempt_201106171821_0001_m_000005_0: 6.325: [GC 6.325: [ParNew: 71697K->8512K(76672K), 0.0674300 secs] 352392K->321745K(3137216K) icms_dc=0 , 0.0674750 secs] [Times: user=0.14 sys=0.02, real=0.07 secs]
  1818. attempt_201106171821_0001_m_000005_0: 6.877: [GC 6.877: [ParNew: 76672K->8512K(76672K), 0.0724580 secs] 389905K->331908K(3137216K) icms_dc=0 , 0.0725190 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  1819. attempt_201106171821_0001_m_000005_0: 7.359: [GC 7.359: [ParNew: 76672K->8512K(76672K), 0.0550600 secs] 400068K->342696K(3137216K) icms_dc=0 , 0.0551080 secs] [Times: user=0.14 sys=0.01, real=0.05 secs]
  1820. attempt_201106171821_0001_m_000005_0: 7.832: [GC 7.832: [ParNew: 76672K->8512K(76672K), 0.0601570 secs] 410856K->353051K(3137216K) icms_dc=0 , 0.0602020 secs] [Times: user=0.14 sys=0.01, real=0.06 secs]
  1821. attempt_201106171821_0001_m_000005_0: 8.338: [GC 8.338: [ParNew: 76672K->8512K(76672K), 0.0680570 secs] 421211K->363587K(3137216K) icms_dc=0 , 0.0681030 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  1822. attempt_201106171821_0001_m_000005_0: 8.837: [GC 8.837: [ParNew: 76672K->8512K(76672K), 0.0832190 secs] 431747K->373973K(3137216K) icms_dc=0 , 0.0832710 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  1823. attempt_201106171821_0001_m_000005_0: 9.342: [GC 9.342: [ParNew: 76672K->8512K(76672K), 0.0754010 secs] 442133K->384635K(3137216K) icms_dc=0 , 0.0754500 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1824. attempt_201106171821_0001_m_000005_0: 9.608: [GC 9.609: [ParNew: 67298K->8247K(76672K), 0.0998660 secs] 443422K->420831K(3137216K) icms_dc=0 , 0.0999160 secs] [Times: user=0.26 sys=0.02, real=0.10 secs]
  1825. attempt_201106171821_0001_m_000005_0: 10.051: [GC 10.052: [ParNew: 73785K->8002K(76672K), 0.1194280 secs] 486369K->481584K(3137216K) icms_dc=5 , 0.1194780 secs] [Times: user=0.21 sys=0.03, real=0.12 secs]
  1826. attempt_201106171821_0001_m_000005_0: 10.180: [GC [1 CMS-initial-mark: 473581K(3060544K)] 538181K(3137216K), 0.0003180 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  1827. attempt_201106171821_0001_m_000005_0: 10.181: [CMS-concurrent-mark-start]
  1828. attempt_201106171821_0001_m_000005_0: 10.240: [GC 10.240: [ParNew: 76162K->8234K(76672K), 0.0428910 secs] 549744K->545488K(3137216K) icms_dc=16 , 0.0429370 secs] [Times: user=0.11 sys=0.03, real=0.04 secs]
  1829. attempt_201106171821_0001_m_000005_0: 10.555: [GC 10.555: [ParNew: 76394K->8512K(76672K), 0.0412610 secs] 613648K->555403K(3137216K) icms_dc=16 , 0.0413080 secs] [Times: user=0.09 sys=0.02, real=0.05 secs]
  1830. attempt_201106171821_0001_m_000005_0: 10.905: [GC 10.905: [ParNew: 76672K->8512K(76672K), 0.0823480 secs] 623563K->565855K(3137216K) icms_dc=16 , 0.0824110 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1831. attempt_201106171821_0001_m_000005_0: 11.272: [GC 11.272: [ParNew: 76672K->8512K(76672K), 0.0908680 secs] 634015K->576405K(3137216K) icms_dc=16 , 0.0909160 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1832. attempt_201106171821_0001_m_000005_0: 11.657: [GC 11.657: [ParNew: 76672K->8512K(76672K), 0.0960110 secs] 644565K->588138K(3137216K) icms_dc=16 , 0.0960550 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  1833. attempt_201106171821_0001_m_000005_0: 12.038: [GC 12.038: [ParNew: 76672K->8512K(76672K), 0.0571580 secs] 656298K->597560K(3137216K) icms_dc=16 , 0.0572040 secs] [Times: user=0.19 sys=0.00, real=0.05 secs]
  1834. attempt_201106171821_0001_m_000005_0: 12.394: [GC 12.394: [ParNew: 76672K->8512K(76672K), 0.0753630 secs] 665720K->608217K(3137216K) icms_dc=16 , 0.0754110 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  1835. attempt_201106171821_0001_m_000005_0: 12.755: [GC 12.755: [ParNew: 76672K->8512K(76672K), 0.0690100 secs] 676377K->618410K(3137216K) icms_dc=16 , 0.0690580 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  1836. attempt_201106171821_0001_m_000005_0: 13.136: [GC 13.136: [ParNew: 76672K->8512K(76672K), 0.0593230 secs] 686570K->629066K(3137216K) icms_dc=16 , 0.0593710 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  1837. attempt_201106171821_0001_m_000005_0: 13.506: [GC 13.506: [ParNew: 76672K->8512K(76672K), 0.0544950 secs] 697226K->639471K(3137216K) icms_dc=16 , 0.0545520 secs] [Times: user=0.16 sys=0.01, real=0.05 secs]
  1838. attempt_201106171821_0001_m_000005_0: 13.695: [CMS-concurrent-mark: 0.622/3.515 secs] [Times: user=4.90 sys=0.18, real=3.51 secs]
  1839. attempt_201106171821_0001_m_000005_0: 13.695: [CMS-concurrent-preclean-start]
  1840. attempt_201106171821_0001_m_000005_0: 13.891: [GC 13.891: [ParNew: 76672K->8512K(76672K), 0.0873620 secs] 707631K->649951K(3137216K) icms_dc=16 , 0.0874080 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  1841. attempt_201106171821_0001_m_000005_0: 14.323: [GC 14.323: [ParNew: 76672K->8512K(76672K), 0.0639890 secs] 718111K->661116K(3137216K) icms_dc=16 , 0.0640330 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1842. attempt_201106171821_0001_m_000005_0: 14.682: [GC 14.682: [ParNew: 76672K->8512K(76672K), 0.0692300 secs] 729276K->671440K(3137216K) icms_dc=16 , 0.0692780 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1843. attempt_201106171821_0001_m_000005_0: 15.055: [GC 15.056: [ParNew: 76672K->8512K(76672K), 0.0774040 secs] 739600K->681710K(3137216K) icms_dc=16 , 0.0774660 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  1844. attempt_201106171821_0001_m_000005_0: 15.460: [GC 15.460: [ParNew: 72004K->8512K(76672K), 0.0712540 secs] 745202K->691019K(3137216K) icms_dc=16 , 0.0713050 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1845. attempt_201106171821_0001_m_000005_0: 15.538: [CMS-concurrent-preclean: 0.304/1.843 secs] [Times: user=2.64 sys=0.04, real=1.85 secs]
  1846. attempt_201106171821_0001_m_000005_0: 15.538: [CMS-concurrent-abortable-preclean-start]
  1847. attempt_201106171821_0001_m_000005_0: 15.541: [GC 15.541: [ParNew: 65109K->0K(76672K), 0.1573490 secs] 747616K->747308K(3137216K) icms_dc=16 , 0.1573950 secs] [Times: user=0.39 sys=0.03, real=0.16 secs]
  1848. attempt_201106171821_0001_m_000005_0: 15.707: [GC 15.707: [ParNew: 56597K->0K(76672K), 0.0380520 secs] 803906K->803906K(3137216K) icms_dc=23 , 0.0380990 secs] [Times: user=0.07 sys=0.03, real=0.03 secs]
  1849. attempt_201106171821_0001_m_000005_0: 16.341: [GC 16.341: [ParNew: 14476K->0K(76672K), 0.0408630 secs] 818382K->818055K(3137216K) icms_dc=23 , 0.0409100 secs] [Times: user=0.10 sys=0.01, real=0.04 secs]
  1850. attempt_201106171821_0001_m_000005_0: 16.450: [GC 16.450: [ParNew: 56597K->0K(76672K), 0.0816430 secs] 987847K->987847K(3137216K) icms_dc=38 , 0.0818740 secs] [Times: user=0.11 sys=0.02, real=0.08 secs]
  1851. attempt_201106171821_0001_m_000005_0: 16.736: [CMS-concurrent-abortable-preclean: 0.008/1.198 secs] [Times: user=1.49 sys=0.15, real=1.20 secs]
  1852. attempt_201106171821_0001_m_000005_0: 16.736: [GC[YG occupancy: 48258 K (76672 K)]16.736: [Rescan (parallel) , 0.1206140 secs]16.857: [weak refs processing, 0.0000170 secs] [1 CMS-remark: 987847K(3060544K)] 1036106K(3137216K), 0.1207100 secs] [Times: user=0.28 sys=0.01, real=0.12 secs]
  1853. attempt_201106171821_0001_m_000005_0: 16.857: [CMS-concurrent-sweep-start]
  1854. attempt_201106171821_0001_m_000005_0: 16.943: [GC 16.943: [ParNew: 68160K->8398K(76672K), 0.0511510 secs] 1056007K->1010395K(3137216K) icms_dc=38 , 0.0511980 secs] [Times: user=0.16 sys=0.01, real=0.05 secs]
  1855. attempt_201106171821_0001_m_000005_0: 17.259: [GC 17.259: [ParNew: 76558K->8512K(76672K), 0.0833760 secs] 986764K->929577K(3137216K) icms_dc=38 , 0.0834300 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  1856. attempt_201106171821_0001_m_000005_0: 17.445: [CMS-concurrent-sweep: 0.128/0.587 secs] [Times: user=0.93 sys=0.03, real=0.58 secs]
  1857. attempt_201106171821_0001_m_000005_0: 17.445: [CMS-concurrent-reset-start]
  1858. attempt_201106171821_0001_m_000005_0: 17.452: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1859. attempt_201106171821_0001_m_000005_0: 17.618: [GC 17.618: [ParNew: 76672K->8512K(76672K), 0.1104570 secs] 997737K->939744K(3137216K) icms_dc=29 , 0.1105120 secs] [Times: user=0.24 sys=0.00, real=0.11 secs]
  1860. attempt_201106171821_0001_m_000005_0: 17.828: [GC [1 CMS-initial-mark: 931232K(3060544K)] 965047K(3137216K), 0.0342710 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1861. attempt_201106171821_0001_m_000005_0: 17.862: [CMS-concurrent-mark-start]
  1862. attempt_201106171821_0001_m_000005_0: 18.039: [GC 18.039: [ParNew: 76672K->8512K(76672K), 0.0962930 secs] 1007904K->950355K(3137216K) icms_dc=29 , 0.0963390 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  1863. attempt_201106171821_0001_m_000005_0: 18.406: [GC 18.406: [ParNew: 76672K->8512K(76672K), 0.1220770 secs] 1018515K->960843K(3137216K) icms_dc=29 , 0.1221250 secs] [Times: user=0.24 sys=0.00, real=0.12 secs]
  1864. attempt_201106171821_0001_m_000005_0: 18.814: [GC 18.814: [ParNew: 76672K->8512K(76672K), 0.0993160 secs] 1029003K->971797K(3137216K) icms_dc=29 , 0.0994670 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  1865. attempt_201106171821_0001_m_000005_0: 19.188: [GC 19.188: [ParNew: 76672K->8512K(76672K), 0.1336130 secs] 1039957K->981776K(3137216K) icms_dc=29 , 0.1336600 secs] [Times: user=0.25 sys=0.00, real=0.13 secs]
  1866. attempt_201106171821_0001_m_000005_0: 19.589: [GC 19.589: [ParNew: 76672K->8512K(76672K), 0.1401590 secs] 1049936K->992539K(3137216K) icms_dc=29 , 0.1402000 secs] [Times: user=0.28 sys=0.00, real=0.14 secs]
  1867. attempt_201106171821_0001_m_000005_0: 19.998: [GC 19.998: [ParNew: 76672K->8512K(76672K), 0.0835150 secs] 1060699K->1002963K(3137216K) icms_dc=29 , 0.0835640 secs] [Times: user=0.28 sys=0.00, real=0.08 secs]
  1868. attempt_201106171821_0001_m_000005_0: 20.377: [GC 20.377: [ParNew: 76672K->8512K(76672K), 0.0919540 secs] 1071123K->1013257K(3137216K) icms_dc=29 , 0.0920030 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  1869. attempt_201106171821_0001_m_000005_0: 20.752: [GC 20.752: [ParNew: 76672K->8512K(76672K), 0.0890450 secs] 1081417K->1024105K(3137216K) icms_dc=29 , 0.0890920 secs] [Times: user=0.24 sys=0.01, real=0.09 secs]
  1870. attempt_201106171821_0001_m_000005_0: 21.122: [GC 21.122: [ParNew: 76672K->8512K(76672K), 0.0989870 secs] 1092265K->1034083K(3137216K) icms_dc=29 , 0.0990340 secs] [Times: user=0.27 sys=0.01, real=0.10 secs]
  1871. attempt_201106171821_0001_m_000005_0: 21.492: [GC 21.492: [ParNew: 76672K->8512K(76672K), 0.0975660 secs] 1102243K->1044383K(3137216K) icms_dc=29 , 0.0976130 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  1872. attempt_201106171821_0001_m_000005_0: 21.858: [GC 21.858: [ParNew: 76672K->8512K(76672K), 0.1147970 secs] 1112543K->1054942K(3137216K) icms_dc=29 , 0.1148460 secs] [Times: user=0.31 sys=0.01, real=0.12 secs]
  1873. attempt_201106171821_0001_m_000005_0: 22.292: [GC 22.292: [ParNew: 76672K->8512K(76672K), 0.0991870 secs] 1123102K->1065337K(3137216K) icms_dc=29 , 0.0992340 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1874. attempt_201106171821_0001_m_000005_0: 22.661: [GC 22.661: [ParNew: 76672K->8512K(76672K), 0.1069540 secs] 1133497K->1075932K(3137216K) icms_dc=29 , 0.1070170 secs] [Times: user=0.24 sys=0.01, real=0.11 secs]
  1875. attempt_201106171821_0001_m_000005_0: 22.867: [CMS-concurrent-mark: 1.143/5.005 secs] [Times: user=7.81 sys=0.12, real=5.01 secs]
  1876. attempt_201106171821_0001_m_000005_0: 22.867: [CMS-concurrent-preclean-start]
  1877. attempt_201106171821_0001_m_000005_0: 23.133: [GC 23.133: [ParNew: 76672K->8512K(76672K), 0.1397400 secs] 1144092K->1086551K(3137216K) icms_dc=29 , 0.1397890 secs] [Times: user=0.32 sys=0.02, real=0.14 secs]
  1878. attempt_201106171821_0001_m_000005_0: 23.549: [GC 23.549: [ParNew: 76672K->8512K(76672K), 0.0727280 secs] 1154711K->1096996K(3137216K) icms_dc=29 , 0.0727740 secs] [Times: user=0.24 sys=0.00, real=0.07 secs]
  1879. attempt_201106171821_0001_m_000005_0: 23.939: [GC 23.939: [ParNew: 76672K->8512K(76672K), 0.1028460 secs] 1165156K->1107466K(3137216K) icms_dc=29 , 0.1028930 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  1880. attempt_201106171821_0001_m_000005_0: 24.327: [GC 24.327: [ParNew: 76672K->8512K(76672K), 0.1085060 secs] 1175626K->1117976K(3137216K) icms_dc=29 , 0.1085530 secs] [Times: user=0.26 sys=0.02, real=0.10 secs]
  1881. attempt_201106171821_0001_m_000005_0: 24.714: [GC 24.715: [ParNew: 76672K->8512K(76672K), 0.1071810 secs] 1186136K->1128892K(3137216K) icms_dc=29 , 0.1072280 secs] [Times: user=0.25 sys=0.01, real=0.11 secs]
  1882. attempt_201106171821_0001_m_000005_0: 25.097: [GC 25.097: [ParNew: 76672K->8512K(76672K), 0.0850770 secs] 1197052K->1139408K(3137216K) icms_dc=29 , 0.0851260 secs] [Times: user=0.24 sys=0.00, real=0.08 secs]
  1883. attempt_201106171821_0001_m_000005_0: 25.458: [GC 25.458: [ParNew: 76672K->8512K(76672K), 0.0944190 secs] 1207568K->1149448K(3137216K) icms_dc=29 , 0.0944680 secs] [Times: user=0.28 sys=0.00, real=0.09 secs]
  1884. attempt_201106171821_0001_m_000005_0: 25.831: [GC 25.831: [ParNew: 76672K->8512K(76672K), 0.1095520 secs] 1217608K->1160724K(3137216K) icms_dc=29 , 0.1096010 secs] [Times: user=0.31 sys=0.01, real=0.11 secs]
  1885. attempt_201106171821_0001_m_000005_0: 26.116: [CMS-concurrent-preclean: 0.946/3.248 secs] [Times: user=5.29 sys=0.12, real=3.24 secs]
  1886. attempt_201106171821_0001_m_000005_0: 26.116: [CMS-concurrent-abortable-preclean-start]
  1887. attempt_201106171821_0001_m_000005_0: 26.242: [GC 26.242: [ParNew: 76672K->8512K(76672K), 0.0897200 secs] 1228884K->1170273K(3137216K) icms_dc=29 , 0.0897690 secs] [Times: user=0.27 sys=0.00, real=0.09 secs]
  1888. attempt_201106171821_0001_m_000005_0: 26.614: [GC 26.614: [ParNew: 76672K->8512K(76672K), 0.0907110 secs] 1238433K->1180608K(3137216K) icms_dc=29 , 0.0907580 secs] [Times: user=0.31 sys=0.00, real=0.09 secs]
  1889. attempt_201106171821_0001_m_000005_0: 27.045: [GC 27.045: [ParNew: 76672K->8512K(76672K), 0.1074010 secs] 1248768K->1190964K(3137216K) icms_dc=29 , 0.1074500 secs] [Times: user=0.27 sys=0.00, real=0.11 secs]
  1890. attempt_201106171821_0001_m_000005_0: 27.367: [CMS-concurrent-abortable-preclean: 0.295/1.251 secs] [Times: user=1.96 sys=0.03, real=1.26 secs]
  1891. attempt_201106171821_0001_m_000005_0: 27.372: [GC[YG occupancy: 48224 K (76672 K)]27.372: [Rescan (parallel) , 0.0967550 secs]27.468: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 1182452K(3060544K)] 1230677K(3137216K), 0.0968540 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1892. attempt_201106171821_0001_m_000005_0: 27.469: [CMS-concurrent-sweep-start]
  1893. attempt_201106171821_0001_m_000005_0: 27.595: [GC 27.595: [ParNew: 76672K->8512K(76672K), 0.0963460 secs] 1259088K->1201963K(3137216K) icms_dc=29 , 0.0963930 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  1894. attempt_201106171821_0001_m_000005_0: 28.096: [CMS-concurrent-sweep: 0.331/0.628 secs] [Times: user=0.98 sys=0.08, real=0.62 secs]
  1895. attempt_201106171821_0001_m_000005_0: 28.096: [CMS-concurrent-reset-start]
  1896. attempt_201106171821_0001_m_000005_0: 28.103: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1897. attempt_201106171821_0001_m_000005_0: 29.417: [GC 29.418: [ParNew: 76672K->8184K(76672K), 0.1375650 secs] 1634455K->1630657K(3137216K) icms_dc=44 , 0.1376150 secs] [Times: user=0.41 sys=0.00, real=0.13 secs]
  1898. attempt_201106171821_0001_m_000005_0: 29.627: [GC [1 CMS-initial-mark: 1622472K(3060544K)] 1650184K(3137216K), 0.0215140 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  1899. attempt_201106171821_0001_m_000005_0: 29.649: [CMS-concurrent-mark-start]
  1900. attempt_201106171821_0001_m_000005_0: 29.850: [GC 29.850: [ParNew: 76344K->8512K(76672K), 0.1006300 secs] 1698817K->1634827K(3137216K) icms_dc=59 , 0.1006770 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  1901. attempt_201106171821_0001_m_000005_0: 30.219: [GC 30.219: [ParNew: 76672K->8512K(76672K), 0.1437460 secs] 1702987K->1645297K(3137216K) icms_dc=62 , 0.1437930 secs] [Times: user=0.31 sys=0.00, real=0.14 secs]
  1902. attempt_201106171821_0001_m_000005_0: 30.650: [GC 30.651: [ParNew: 76672K->8512K(76672K), 0.1570150 secs] 1713457K->1655880K(3137216K) icms_dc=62 , 0.1570630 secs] [Times: user=0.32 sys=0.00, real=0.16 secs]
  1903. attempt_201106171821_0001_m_000005_0: 31.092: [GC 31.092: [ParNew: 76672K->8512K(76672K), 0.1707250 secs] 1724040K->1666175K(3137216K) icms_dc=62 , 0.1707710 secs] [Times: user=0.37 sys=0.00, real=0.17 secs]
  1904. attempt_201106171821_0001_m_000005_0: 31.580: [GC 31.580: [ParNew: 76672K->8512K(76672K), 0.1844200 secs] 1734335K->1676606K(3137216K) icms_dc=62 , 0.1845170 secs] [Times: user=0.40 sys=0.00, real=0.18 secs]
  1905. attempt_201106171821_0001_m_000005_0: 32.039: [GC 32.039: [ParNew: 76672K->8512K(76672K), 0.1567460 secs] 1744766K->1687173K(3137216K) icms_dc=62 , 0.1567930 secs] [Times: user=0.30 sys=0.00, real=0.16 secs]
  1906. attempt_201106171821_0001_m_000005_0: 32.488: [GC 32.488: [ParNew: 76672K->8512K(76672K), 0.1541610 secs] 1755333K->1698059K(3137216K) icms_dc=62 , 0.1542090 secs] [Times: user=0.32 sys=0.00, real=0.15 secs]
  1907. attempt_201106171821_0001_m_000005_0: 32.990: [GC 32.990: [ParNew: 76672K->8512K(76672K), 0.1600080 secs] 1766219K->1708206K(3137216K) icms_dc=62 , 0.1600620 secs] [Times: user=0.33 sys=0.00, real=0.16 secs]
  1908. attempt_201106171821_0001_m_000005_0: 33.447: [GC 33.448: [ParNew: 76672K->8512K(76672K), 0.1544130 secs] 1776366K->1718714K(3137216K) icms_dc=62 , 0.1544620 secs] [Times: user=0.33 sys=0.00, real=0.16 secs]
  1909. attempt_201106171821_0001_m_000005_0: 33.928: [GC 33.928: [ParNew: 76672K->8512K(76672K), 0.1615590 secs] 1786874K->1729932K(3137216K) icms_dc=62 , 0.1616110 secs] [Times: user=0.40 sys=0.00, real=0.16 secs]
  1910. attempt_201106171821_0001_m_000005_0: 34.371: [GC 34.371: [ParNew: 76672K->8512K(76672K), 0.1781490 secs] 1798092K->1739570K(3137216K) icms_dc=62 , 0.1782040 secs] [Times: user=0.39 sys=0.00, real=0.18 secs]
  1911. attempt_201106171821_0001_m_000005_0: 34.874: [GC 34.874: [ParNew: 76672K->8512K(76672K), 0.1766080 secs] 1807730K->1750033K(3137216K) icms_dc=62 , 0.1766620 secs] [Times: user=0.33 sys=0.00, real=0.18 secs]
  1912. attempt_201106171821_0001_m_000005_0: 35.366: [GC 35.366: [ParNew: 76672K->8512K(76672K), 0.1254660 secs] 1818193K->1762246K(3137216K) icms_dc=62 , 0.1255130 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  1913. attempt_201106171821_0001_m_000005_0: 36.003: [GC 36.003: [ParNew: 76672K->8512K(76672K), 0.1282060 secs] 1830406K->1771183K(3137216K) icms_dc=62 , 0.1282550 secs] [Times: user=0.34 sys=0.00, real=0.13 secs]
  1914. attempt_201106171821_0001_m_000005_0: 36.210: [CMS-concurrent-mark: 2.859/6.562 secs] [Times: user=11.48 sys=0.09, real=6.56 secs]
  1915. attempt_201106171821_0001_m_000005_0: 36.210: [CMS-concurrent-preclean-start]
  1916. attempt_201106171821_0001_m_000005_0: 36.410: [GC 36.410: [ParNew: 76672K->8512K(76672K), 0.0839150 secs] 1839343K->1781705K(3137216K) icms_dc=62 , 0.0839610 secs] [Times: user=0.28 sys=0.01, real=0.08 secs]
  1917. attempt_201106171821_0001_m_000005_0: 36.851: [GC 36.851: [ParNew: 76672K->8512K(76672K), 0.1300070 secs] 1849865K->1792242K(3137216K) icms_dc=62 , 0.1300540 secs] [Times: user=0.30 sys=0.00, real=0.13 secs]
  1918. attempt_201106171821_0001_m_000005_0: 37.327: [GC 37.327: [ParNew: 76672K->8512K(76672K), 0.1433690 secs] 1860402K->1802579K(3137216K) icms_dc=62 , 0.1434190 secs] [Times: user=0.29 sys=0.00, real=0.14 secs]
  1919. attempt_201106171821_0001_m_000005_0: 37.781: [GC 37.781: [ParNew: 76672K->8512K(76672K), 0.1094760 secs] 1870739K->1813029K(3137216K) icms_dc=62 , 0.1095210 secs] [Times: user=0.33 sys=0.00, real=0.11 secs]
  1920. attempt_201106171821_0001_m_000005_0: 38.226: [GC 38.226: [ParNew: 76672K->8512K(76672K), 0.1410060 secs] 1881189K->1823589K(3137216K) icms_dc=62 , 0.1410660 secs] [Times: user=0.34 sys=0.02, real=0.15 secs]
  1921. attempt_201106171821_0001_m_000005_0: 38.501: [CMS-concurrent-preclean: 1.099/2.291 secs] [Times: user=4.14 sys=0.06, real=2.29 secs]
  1922. attempt_201106171821_0001_m_000005_0: 38.501: [CMS-concurrent-abortable-preclean-start]
  1923. attempt_201106171821_0001_m_000005_0: 38.651: [GC 38.651: [ParNew: 76672K->8511K(76672K), 0.1509430 secs] 1891749K->1834119K(3137216K) icms_dc=62 , 0.1509900 secs] [Times: user=0.34 sys=0.00, real=0.15 secs]
  1924. attempt_201106171821_0001_m_000005_0: 39.086: [GC 39.086: [ParNew: 76671K->8512K(76672K), 0.1074130 secs] 1902279K->1844799K(3137216K) icms_dc=62 , 0.1074600 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  1925. attempt_201106171821_0001_m_000005_0: 39.350: [CMS-concurrent-abortable-preclean: 0.373/0.849 secs] [Times: user=1.60 sys=0.01, real=0.85 secs]
  1926. attempt_201106171821_0001_m_000005_0: 39.350: [GC[YG occupancy: 48124 K (76672 K)]39.350: [Rescan (parallel) , 0.1333940 secs]39.484: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 1836287K(3060544K)] 1884412K(3137216K), 0.1334940 secs] [Times: user=0.35 sys=0.00, real=0.13 secs]
  1927. attempt_201106171821_0001_m_000005_0: 39.484: [CMS-concurrent-sweep-start]
  1928. attempt_201106171821_0001_m_000005_0: 39.614: [GC 39.614: [ParNew: 76672K->8512K(76672K), 0.1480680 secs] 1912957K->1855116K(3137216K) icms_dc=62 , 0.1481080 secs] [Times: user=0.32 sys=0.00, real=0.15 secs]
  1929. attempt_201106171821_0001_m_000005_0: 40.222: [GC 40.222: [ParNew: 76672K->8512K(76672K), 0.1455010 secs] 1923275K->1866074K(3137216K) icms_dc=62 , 0.1455520 secs] [Times: user=0.33 sys=0.02, real=0.15 secs]
  1930. attempt_201106171821_0001_m_000005_0: 40.645: [GC 40.645: [ParNew: 76672K->8512K(76672K), 0.1065200 secs] 1934234K->1879719K(3137216K) icms_dc=62 , 0.1065680 secs] [Times: user=0.25 sys=0.00, real=0.11 secs]
  1931. attempt_201106171821_0001_m_000005_0: 40.957: [GC 40.957: [ParNew: 75860K->8512K(76672K), 0.0471700 secs] 1635759K->1581871K(3137216K) icms_dc=62 , 0.0472330 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
  1932. attempt_201106171821_0001_m_000005_0: 41.158: [CMS-concurrent-sweep: 0.670/1.674 secs] [Times: user=2.90 sys=0.03, real=1.67 secs]
  1933. attempt_201106171821_0001_m_000005_0: 41.158: [CMS-concurrent-reset-start]
  1934. attempt_201106171821_0001_m_000005_0: 41.165: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  1935. attempt_201106171821_0001_m_000005_0: 41.243: [GC 41.243: [ParNew: 76672K->8512K(76672K), 0.0795090 secs] 1650029K->1596196K(3137216K) icms_dc=47 , 0.0795570 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1936. attempt_201106171821_0001_m_000005_0: 41.393: [GC [1 CMS-initial-mark: 1587684K(3060544K)] 1614734K(3137216K), 0.0289170 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  1937. attempt_201106171821_0001_m_000005_0: 41.422: [CMS-concurrent-mark-start]
  1938. attempt_201106171821_0001_m_000005_0: 41.592: [GC 41.592: [ParNew: 76672K->8512K(76672K), 0.0757160 secs] 1664356K->1611483K(3137216K) icms_dc=47 , 0.0757640 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  1939. attempt_201106171821_0001_m_000005_0: 41.901: [GC 41.902: [ParNew: 76672K->8512K(76672K), 0.0817150 secs] 1679643K->1624559K(3137216K) icms_dc=47 , 0.0817630 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1940. attempt_201106171821_0001_m_000005_0: 42.215: [GC 42.215: [ParNew: 76672K->8512K(76672K), 0.0890090 secs] 1692719K->1637837K(3137216K) icms_dc=47 , 0.0890570 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1941. attempt_201106171821_0001_m_000005_0: 42.515: [GC 42.515: [ParNew: 75133K->8512K(76672K), 0.0821980 secs] 1704459K->1650603K(3137216K) icms_dc=47 , 0.0822510 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  1942. attempt_201106171821_0001_m_000005_0: 42.811: [GC 42.811: [ParNew: 76672K->8512K(76672K), 0.0912690 secs] 1718763K->1676880K(3137216K) icms_dc=47 , 0.0913150 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1943. attempt_201106171821_0001_m_000005_0: 43.123: [GC 43.123: [ParNew: 76672K->8512K(76672K), 0.0759900 secs] 1745040K->1688719K(3137216K) icms_dc=47 , 0.0760400 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1944. attempt_201106171821_0001_m_000005_0: 43.426: [GC 43.426: [ParNew: 76672K->8512K(76672K), 0.0763520 secs] 1756879K->1701563K(3137216K) icms_dc=47 , 0.0764000 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  1945. attempt_201106171821_0001_m_000005_0: 43.727: [GC 43.728: [ParNew: 76672K->8512K(76672K), 0.0520720 secs] 1769723K->1714558K(3137216K) icms_dc=47 , 0.0521180 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1946. attempt_201106171821_0001_m_000005_0: 44.004: [GC 44.004: [ParNew: 76672K->8512K(76672K), 0.0613820 secs] 1782718K->1727375K(3137216K) icms_dc=47 , 0.0614290 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  1947. attempt_201106171821_0001_m_000005_0: 44.293: [GC 44.293: [ParNew: 76672K->8512K(76672K), 0.0898090 secs] 1795535K->1739770K(3137216K) icms_dc=47 , 0.0898580 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1948. attempt_201106171821_0001_m_000005_0: 44.560: [GC 44.560: [ParNew: 76672K->8512K(76672K), 0.0722810 secs] 1807930K->1780270K(3137216K) icms_dc=47 , 0.0723280 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1949. attempt_201106171821_0001_m_000005_0: 44.849: [GC 44.849: [ParNew: 76672K->8512K(76672K), 0.0631400 secs] 1848430K->1791034K(3137216K) icms_dc=47 , 0.0631860 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1950. attempt_201106171821_0001_m_000005_0: 45.149: [GC 45.149: [ParNew: 76672K->8512K(76672K), 0.0632450 secs] 1859194K->1804527K(3137216K) icms_dc=47 , 0.0632920 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1951. attempt_201106171821_0001_m_000005_0: 45.454: [GC 45.454: [ParNew: 76672K->8512K(76672K), 0.1154860 secs] 1872687K->1818915K(3137216K) icms_dc=47 , 0.1155350 secs] [Times: user=0.23 sys=0.00, real=0.12 secs]
  1952. attempt_201106171821_0001_m_000005_0: 45.808: [GC 45.808: [ParNew: 76672K->8512K(76672K), 0.0586440 secs] 1887075K->1830474K(3137216K) icms_dc=47 , 0.0586910 secs] [Times: user=0.18 sys=0.00, real=0.05 secs]
  1953. attempt_201106171821_0001_m_000005_0: 46.099: [GC 46.099: [ParNew: 76672K->8512K(76672K), 0.0609600 secs] 1898634K->1843640K(3137216K) icms_dc=47 , 0.0610120 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  1954. attempt_201106171821_0001_m_000005_0: 46.397: [GC 46.397: [ParNew: 76672K->8512K(76672K), 0.0611580 secs] 1911800K->1856567K(3137216K) icms_dc=47 , 0.0612050 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  1955. attempt_201106171821_0001_m_000005_0: 46.674: [GC 46.674: [ParNew: 76672K->8512K(76672K), 0.0664370 secs] 1924727K->1868626K(3137216K) icms_dc=47 , 0.0664830 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1956. attempt_201106171821_0001_m_000005_0: 46.954: [GC 46.954: [ParNew: 76672K->8512K(76672K), 0.0838010 secs] 1936786K->1880704K(3137216K) icms_dc=47 , 0.0838480 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  1957. attempt_201106171821_0001_m_000005_0: 47.277: [GC 47.277: [ParNew: 76672K->8512K(76672K), 0.0725090 secs] 1948864K->1893821K(3137216K) icms_dc=47 , 0.0725690 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  1958. attempt_201106171821_0001_m_000005_0: 47.601: [GC 47.601: [ParNew: 76672K->8511K(76672K), 0.1043330 secs] 1961981K->1907056K(3137216K) icms_dc=47 , 0.1043750 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  1959. attempt_201106171821_0001_m_000005_0: 48.058: [GC 48.058: [ParNew: 76671K->8511K(76672K), 0.0838660 secs] 1975216K->1919823K(3137216K) icms_dc=47 , 0.0839180 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  1960. attempt_201106171821_0001_m_000005_0: 48.408: [GC 48.408: [ParNew: 76671K->8510K(76672K), 0.0883930 secs] 1987983K->1932523K(3137216K) icms_dc=47 , 0.0884400 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  1961. attempt_201106171821_0001_m_000005_0: 48.604: [GC 48.604: [ParNew: 69672K->8510K(76672K), 0.0619280 secs] 1993685K->1969626K(3137216K) icms_dc=47 , 0.0619780 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  1962. attempt_201106171821_0001_m_000005_0: 48.781: [CMS-concurrent-mark: 2.832/7.359 secs] [Times: user=12.07 sys=0.19, real=7.36 secs]
  1963. attempt_201106171821_0001_m_000005_0: 48.781: [CMS-concurrent-preclean-start]
  1964. attempt_201106171821_0001_m_000005_0: 48.876: [GC 48.876: [ParNew: 76670K->8512K(76672K), 0.1071600 secs] 2037786K->2010682K(3137216K) icms_dc=48 , 0.1072070 secs] [Times: user=0.29 sys=0.01, real=0.10 secs]
  1965. attempt_201106171821_0001_m_000005_0: 49.241: [GC 49.241: [ParNew: 76672K->8512K(76672K), 0.0710880 secs] 2078842K->2021045K(3137216K) icms_dc=48 , 0.0711370 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  1966. attempt_201106171821_0001_m_000005_0: 49.376: [CMS-concurrent-preclean: 0.168/0.595 secs] [Times: user=1.02 sys=0.02, real=0.60 secs]
  1967. attempt_201106171821_0001_m_000005_0: 49.376: [CMS-concurrent-abortable-preclean-start]
  1968. attempt_201106171821_0001_m_000005_0: 49.469: [CMS-concurrent-abortable-preclean: 0.091/0.093 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  1969. attempt_201106171821_0001_m_000005_0: 49.469: [GC[YG occupancy: 56447 K (76672 K)]49.469: [Rescan (parallel) , 0.0369760 secs]49.506: [weak refs processing, 0.0000200 secs] [1 CMS-remark: 2012533K(3060544K)] 2068981K(3137216K), 0.0370720 secs] [Times: user=0.07 sys=0.00, real=0.03 secs]
  1970. attempt_201106171821_0001_m_000005_0: 49.506: [CMS-concurrent-sweep-start]
  1971. attempt_201106171821_0001_m_000005_0: 49.596: [GC 49.596: [ParNew: 76672K->8512K(76672K), 0.1090980 secs] 2089198K->2033833K(3137216K) icms_dc=48 , 0.1091410 secs] [Times: user=0.21 sys=0.01, real=0.11 secs]
  1972. attempt_201106171821_0001_m_000005_0: 49.948: [GC 49.948: [ParNew: 76672K->8512K(76672K), 0.1375110 secs] 2101993K->2046133K(3137216K) icms_dc=48 , 0.1375600 secs] [Times: user=0.28 sys=0.01, real=0.13 secs]
  1973. attempt_201106171821_0001_m_000005_0: 50.330: [GC 50.330: [ParNew: 76672K->8512K(76672K), 0.0953540 secs] 2114292K->2058776K(3137216K) icms_dc=48 , 0.0954030 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  1974. attempt_201106171821_0001_m_000005_0: 50.648: [GC 50.649: [ParNew: 76672K->8512K(76672K), 0.0848880 secs] 2126924K->2071415K(3137216K) icms_dc=48 , 0.0849370 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  1975. attempt_201106171821_0001_m_000005_0: 50.955: [GC 50.955: [ParNew: 76672K->8512K(76672K), 0.0861990 secs] 2139575K->2083989K(3137216K) icms_dc=48 , 0.0862470 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  1976. attempt_201106171821_0001_m_000005_0: 51.293: [GC 51.293: [ParNew: 76672K->8512K(76672K), 0.0993250 secs] 2152147K->2096630K(3137216K) icms_dc=48 , 0.0993820 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  1977. attempt_201106171821_0001_m_000005_0: 51.613: [GC 51.613: [ParNew: 76672K->8512K(76672K), 0.0931310 secs] 2164790K->2108336K(3137216K) icms_dc=48 , 0.0931780 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  1978. attempt_201106171821_0001_m_000005_0: 51.932: [GC 51.932: [ParNew: 76672K->8512K(76672K), 0.1074800 secs] 2176494K->2120640K(3137216K) icms_dc=48 , 0.1075190 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  1979. attempt_201106171821_0001_m_000005_0: 52.261: [GC 52.261: [ParNew: 76672K->8512K(76672K), 0.0983960 secs] 2188789K->2133481K(3137216K) icms_dc=48 , 0.0984440 secs] [Times: user=0.15 sys=0.04, real=0.10 secs]
  1980. attempt_201106171821_0001_m_000005_0: 52.588: [GC 52.588: [ParNew: 76672K->8512K(76672K), 0.1091640 secs] 2201641K->2146193K(3137216K) icms_dc=48 , 0.1092110 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  1981. attempt_201106171821_0001_m_000005_0: 52.798: [CMS-concurrent-sweep: 1.080/3.292 secs] [Times: user=5.18 sys=0.15, real=3.30 secs]
  1982. attempt_201106171821_0001_m_000005_0: 52.798: [CMS-concurrent-reset-start]
  1983. attempt_201106171821_0001_m_000005_0: 52.807: [CMS-concurrent-reset: 0.009/0.009 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  1984. attempt_201106171821_0001_m_000005_0: 52.946: [GC 52.946: [ParNew: 76672K->8512K(76672K), 0.0983400 secs] 2214287K->2158106K(3137216K) icms_dc=36 , 0.0983870 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  1985. attempt_201106171821_0001_m_000005_0: 53.108: [GC [1 CMS-initial-mark: 2149594K(3060544K)] 2179995K(3137216K), 0.0390030 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  1986. attempt_201106171821_0001_m_000005_0: 53.147: [CMS-concurrent-mark-start]
  1987. attempt_201106171821_0001_m_000005_0: 53.338: [GC 53.338: [ParNew: 76672K->8510K(76672K), 0.0747240 secs] 2226266K->2170590K(3137216K) icms_dc=36 , 0.0747890 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  1988. attempt_201106171821_0001_m_000005_0: 53.638: [GC 53.638: [ParNew: 76670K->8510K(76672K), 0.1041390 secs] 2238750K->2183100K(3137216K) icms_dc=36 , 0.1041880 secs] [Times: user=0.22 sys=0.01, real=0.10 secs]
  1989. attempt_201106171821_0001_m_000005_0: 53.981: [GC 53.981: [ParNew: 76670K->8510K(76672K), 0.1060300 secs] 2251260K->2195764K(3137216K) icms_dc=36 , 0.1060750 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  1990. attempt_201106171821_0001_m_000005_0: 54.308: [GC 54.308: [ParNew: 76670K->8510K(76672K), 0.0867430 secs] 2263924K->2208461K(3137216K) icms_dc=36 , 0.0867910 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  1991. attempt_201106171821_0001_m_000005_0: 54.732: [GC 54.732: [ParNew: 76670K->8510K(76672K), 0.0980130 secs] 2276621K->2221493K(3137216K) icms_dc=36 , 0.0980720 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  1992. attempt_201106171821_0001_m_000005_0: 55.065: [GC 55.065: [ParNew: 76670K->8512K(76672K), 0.1120420 secs] 2289653K->2234412K(3137216K) icms_dc=36 , 0.1120960 secs] [Times: user=0.24 sys=0.01, real=0.12 secs]
  1993. attempt_201106171821_0001_m_000005_0: 55.404: [GC 55.404: [ParNew: 76672K->8512K(76672K), 0.1036690 secs] 2302572K->2247308K(3137216K) icms_dc=36 , 0.1037200 secs] [Times: user=0.19 sys=0.02, real=0.10 secs]
  1994. attempt_201106171821_0001_m_000005_0: 55.764: [GC 55.764: [ParNew: 76672K->8512K(76672K), 0.1088460 secs] 2315468K->2259418K(3137216K) icms_dc=36 , 0.1088950 secs] [Times: user=0.18 sys=0.02, real=0.11 secs]
  1995. attempt_201106171821_0001_m_000005_0: 56.092: [GC 56.092: [ParNew: 76672K->8512K(76672K), 0.0981770 secs] 2327578K->2271316K(3137216K) icms_dc=36 , 0.0982340 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  1996. attempt_201106171821_0001_m_000005_0: 56.456: [GC 56.456: [ParNew: 76672K->8512K(76672K), 0.0826920 secs] 2339476K->2284151K(3137216K) icms_dc=36 , 0.0827570 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  1997. attempt_201106171821_0001_m_000005_0: 56.821: [GC 56.821: [ParNew: 76672K->8512K(76672K), 0.1052550 secs] 2352311K->2297370K(3137216K) icms_dc=36 , 0.1053150 secs] [Times: user=0.21 sys=0.01, real=0.11 secs]
  1998. attempt_201106171821_0001_m_000005_0: 57.145: [GC 57.145: [ParNew: 76672K->8512K(76672K), 0.0640780 secs] 2365530K->2309850K(3137216K) icms_dc=36 , 0.0641250 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  1999. attempt_201106171821_0001_m_000005_0: 57.467: [GC 57.468: [ParNew: 76672K->8512K(76672K), 0.0976180 secs] 2378010K->2321766K(3137216K) icms_dc=36 , 0.0976810 secs] [Times: user=0.23 sys=0.01, real=0.09 secs]
  2000. attempt_201106171821_0001_m_000005_0: 57.833: [GC 57.833: [ParNew: 76672K->8512K(76672K), 0.0837250 secs] 2389926K->2334285K(3137216K) icms_dc=36 , 0.0837910 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  2001. attempt_201106171821_0001_m_000005_0: 57.967: [GC 57.967: [ParNew: 74685K->8480K(76672K), 0.0941950 secs] 2400459K->2399363K(3137216K) icms_dc=51 , 0.0942440 secs] [Times: user=0.18 sys=0.04, real=0.10 secs]
  2002. attempt_201106171821_0001_m_000005_0: 58.071: [GC 58.071: [ParNew: 65082K->3029K(76672K), 0.1883240 secs] 2455964K->2450509K(3137216K) icms_dc=66 , 0.1883720 secs] [Times: user=0.43 sys=0.02, real=0.19 secs]
  2003. attempt_201106171821_0001_m_000005_0: 58.670: [GC 58.670: [ParNew: 71189K->8512K(76672K), 0.0634980 secs] 2518669K->2473096K(3137216K) icms_dc=82 , 0.0635450 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  2004. attempt_201106171821_0001_m_000005_0: 59.023: [GC 59.023: [ParNew: 76672K->8512K(76672K), 0.0926130 secs] 2541256K->2485282K(3137216K) icms_dc=82 , 0.0926690 secs] [Times: user=0.22 sys=0.01, real=0.10 secs]
  2005. attempt_201106171821_0001_m_000005_0: 59.340: [GC 59.340: [ParNew: 76672K->8512K(76672K), 0.1223450 secs] 2553442K->2497748K(3137216K) icms_dc=82 , 0.1224040 secs] [Times: user=0.22 sys=0.01, real=0.12 secs]
  2006. attempt_201106171821_0001_m_000005_0: 59.717: [GC 59.717: [ParNew: 76672K->8512K(76672K), 0.1239830 secs] 2565908K->2510260K(3137216K) icms_dc=82 , 0.1240430 secs] [Times: user=0.24 sys=0.01, real=0.12 secs]
  2007. attempt_201106171821_0001_m_000005_0: 60.159: [GC 60.159: [ParNew: 76672K->8512K(76672K), 0.1254020 secs] 2578420K->2523099K(3137216K) icms_dc=82 , 0.1254590 secs] [Times: user=0.26 sys=0.00, real=0.12 secs]
  2008. attempt_201106171821_0001_m_000005_0: 60.584: [GC 60.584: [ParNew: 76672K->8512K(76672K), 0.1100280 secs] 2591259K->2535055K(3137216K) icms_dc=82 , 0.1100820 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  2009. attempt_201106171821_0001_m_000005_0: 60.941: [GC 60.941: [ParNew: 76672K->8512K(76672K), 0.0817000 secs] 2603215K->2547013K(3137216K) icms_dc=82 , 0.0817470 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2010. attempt_201106171821_0001_m_000005_0: 61.259: [GC 61.259: [ParNew: 76672K->8512K(76672K), 0.0997330 secs] 2615173K->2559362K(3137216K) icms_dc=82 , 0.0997820 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  2011. attempt_201106171821_0001_m_000005_0: 61.579: [GC 61.579: [ParNew: 76672K->8512K(76672K), 0.0865220 secs] 2627522K->2571801K(3137216K) icms_dc=82 , 0.0865810 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2012. attempt_201106171821_0001_m_000005_0: 61.893: [GC 61.893: [ParNew: 76672K->8512K(76672K), 0.0994700 secs] 2639961K->2584060K(3137216K) icms_dc=82 , 0.0995350 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  2013. attempt_201106171821_0001_m_000005_0: 62.220: [GC 62.220: [ParNew: 76672K->8512K(76672K), 0.0971660 secs] 2652220K->2596603K(3137216K) icms_dc=82 , 0.0972120 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2014. attempt_201106171821_0001_m_000005_0: 62.558: [GC 62.558: [ParNew: 76672K->8510K(76672K), 0.1010440 secs] 2664763K->2608371K(3137216K) icms_dc=82 , 0.1010880 secs] [Times: user=0.17 sys=0.02, real=0.10 secs]
  2015. attempt_201106171821_0001_m_000005_0: 62.879: [GC 62.879: [ParNew: 76670K->8510K(76672K), 0.0917010 secs] 2676531K->2620661K(3137216K) icms_dc=82 , 0.0917480 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  2016. attempt_201106171821_0001_m_000005_0: 63.198: [GC 63.198: [ParNew: 76670K->8510K(76672K), 0.0732290 secs] 2688821K->2633070K(3137216K) icms_dc=82 , 0.0732770 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2017. attempt_201106171821_0001_m_000005_0: 63.519: [GC 63.519: [ParNew: 76670K->8510K(76672K), 0.0790470 secs] 2701230K->2645584K(3137216K) icms_dc=82 , 0.0790950 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2018. attempt_201106171821_0001_m_000005_0: 63.837: [GC 63.837: [ParNew: 76670K->8512K(76672K), 0.0947190 secs] 2713744K->2658349K(3137216K) icms_dc=82 , 0.0947670 secs] [Times: user=0.21 sys=0.01, real=0.09 secs]
  2019. attempt_201106171821_0001_m_000005_0: 64.183: [GC 64.183: [ParNew: 76672K->8512K(76672K), 0.0795450 secs] 2726509K->2671243K(3137216K) icms_dc=82 , 0.0795930 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2020. attempt_201106171821_0001_m_000005_0: 64.384: [CMS-concurrent-mark: 5.044/11.236 secs] [Times: user=19.35 sys=0.53, real=11.24 secs]
  2021. attempt_201106171821_0001_m_000005_0: 64.384: [CMS-concurrent-preclean-start]
  2022. attempt_201106171821_0001_m_000005_0: 64.519: [GC 64.519: [ParNew: 76672K->8512K(76672K), 0.0637000 secs] 2739403K->2684215K(3137216K) icms_dc=82 , 0.0637460 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2023. attempt_201106171821_0001_m_000005_0: 64.660: [CMS-concurrent-preclean: 0.134/0.276 secs] [Times: user=0.47 sys=0.01, real=0.28 secs]
  2024. attempt_201106171821_0001_m_000005_0: 64.660: [CMS-concurrent-abortable-preclean-start]
  2025. attempt_201106171821_0001_m_000005_0: 64.700: [CMS-concurrent-abortable-preclean: 0.040/0.040 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
  2026. attempt_201106171821_0001_m_000005_0: 64.700: [GC[YG occupancy: 42784 K (76672 K)]64.700: [Rescan (parallel) , 0.0408440 secs]64.741: [weak refs processing, 0.0000160 secs] [1 CMS-remark: 2675703K(3060544K)] 2718487K(3137216K), 0.0409340 secs] [Times: user=0.07 sys=0.00, real=0.04 secs]
  2027. attempt_201106171821_0001_m_000005_0: 64.741: [CMS-concurrent-sweep-start]
  2028. attempt_201106171821_0001_m_000005_0: 64.867: [GC 64.867: [ParNew: 76672K->8511K(76672K), 0.0892920 secs] 2752374K->2696826K(3137216K) icms_dc=82 , 0.0893390 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2029. attempt_201106171821_0001_m_000005_0: 65.179: [GC 65.179: [ParNew: 76671K->8511K(76672K), 0.0984850 secs] 2764986K->2709812K(3137216K) icms_dc=82 , 0.0985380 secs] [Times: user=0.23 sys=0.01, real=0.10 secs]
  2030. attempt_201106171821_0001_m_000005_0: 65.495: [GC 65.496: [ParNew: 76671K->8512K(76672K), 0.0997510 secs] 2777971K->2720911K(3137216K) icms_dc=82 , 0.0997980 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  2031. attempt_201106171821_0001_m_000005_0: 65.816: [GC 65.816: [ParNew: 76672K->8512K(76672K), 0.1147070 secs] 2761228K->2705476K(3137216K) icms_dc=82 , 0.1147540 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  2032. attempt_201106171821_0001_m_000005_0: 66.157: [GC 66.157: [ParNew: 76672K->8512K(76672K), 0.0877670 secs] 2740670K->2684914K(3137216K) icms_dc=82 , 0.0878150 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2033. attempt_201106171821_0001_m_000005_0: 66.466: [GC 66.466: [ParNew: 76672K->8512K(76672K), 0.0743940 secs] 2753048K->2697091K(3137216K) icms_dc=82 , 0.0744410 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2034. attempt_201106171821_0001_m_000005_0: 66.759: [GC 66.759: [ParNew: 76672K->8512K(76672K), 0.0967350 secs] 2763292K->2707282K(3137216K) icms_dc=82 , 0.0967820 secs] [Times: user=0.16 sys=0.00, real=0.10 secs]
  2035. attempt_201106171821_0001_m_000005_0: 66.916: [CMS-concurrent-sweep: 1.247/2.176 secs] [Times: user=3.90 sys=0.11, real=2.18 secs]
  2036. attempt_201106171821_0001_m_000005_0: 66.916: [CMS-concurrent-reset-start]
  2037. attempt_201106171821_0001_m_000005_0: 66.924: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  2038. attempt_201106171821_0001_m_000005_0: 67.084: [GC 67.084: [ParNew: 76672K->8511K(76672K), 0.0814540 secs] 2774975K->2719073K(3137216K) icms_dc=62 , 0.0815020 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  2039. attempt_201106171821_0001_m_000005_0: 67.206: [GC [1 CMS-initial-mark: 2710562K(3060544K)] 2732782K(3137216K), 0.0224500 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  2040. attempt_201106171821_0001_m_000005_0: 67.229: [CMS-concurrent-mark-start]
  2041. attempt_201106171821_0001_m_000005_0: 67.414: [GC 67.414: [ParNew: 76671K->8511K(76672K), 0.0975690 secs] 2787233K->2731263K(3137216K) icms_dc=77 , 0.0976540 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  2042. attempt_201106171821_0001_m_000005_0: 67.766: [GC 67.766: [ParNew: 76671K->8510K(76672K), 0.0964200 secs] 2799423K->2743256K(3137216K) icms_dc=96 , 0.0964680 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  2043. attempt_201106171821_0001_m_000005_0: 68.117: [GC 68.117: [ParNew: 76670K->8510K(76672K), 0.1032020 secs] 2811416K->2755515K(3137216K) icms_dc=100 , 0.1032490 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  2044. attempt_201106171821_0001_m_000005_0: 68.493: [GC 68.493: [ParNew: 76670K->8510K(76672K), 0.0905030 secs] 2823675K->2767616K(3137216K) icms_dc=100 , 0.0905500 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2045. attempt_201106171821_0001_m_000005_0: 68.823: [GC 68.823: [ParNew: 76670K->8510K(76672K), 0.1055380 secs] 2835776K->2780023K(3137216K) icms_dc=100 , 0.1055860 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  2046. attempt_201106171821_0001_m_000005_0: 69.158: [GC 69.158: [ParNew: 76670K->8512K(76672K), 0.0921490 secs] 2848183K->2791785K(3137216K) icms_dc=100 , 0.0921960 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2047. attempt_201106171821_0001_m_000005_0: 69.481: [GC 69.482: [ParNew: 76672K->8512K(76672K), 0.0902880 secs] 2859945K->2803849K(3137216K) icms_dc=100 , 0.0903360 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2048. attempt_201106171821_0001_m_000005_0: 69.796: [GC 69.796: [ParNew: 76672K->8512K(76672K), 0.0920170 secs] 2872009K->2815687K(3137216K) icms_dc=100 , 0.0920640 secs] [Times: user=0.16 sys=0.01, real=0.10 secs]
  2049. attempt_201106171821_0001_m_000005_0: 70.115: [GC 70.115: [ParNew: 76672K->8512K(76672K), 0.0838730 secs] 2883847K->2827843K(3137216K) icms_dc=100 , 0.0839230 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  2050. attempt_201106171821_0001_m_000005_0: 70.428: [GC 70.428: [ParNew: 76672K->8512K(76672K), 0.1111560 secs] 2896003K->2839965K(3137216K) icms_dc=100 , 0.1112040 secs] [Times: user=0.20 sys=0.00, real=0.12 secs]
  2051. attempt_201106171821_0001_m_000005_0: 70.761: [GC 70.761: [ParNew: 76672K->8512K(76672K), 0.0901270 secs] 2908125K->2852300K(3137216K) icms_dc=100 , 0.0901750 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2052. attempt_201106171821_0001_m_000005_0: 71.080: [GC 71.080: [ParNew: 76672K->8510K(76672K), 0.0701330 secs] 2920460K->2863996K(3137216K) icms_dc=100 , 0.0701820 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2053. attempt_201106171821_0001_m_000005_0: 71.374: [GC 71.374: [ParNew: 76670K->8512K(76672K), 0.0933160 secs] 2932156K->2875966K(3137216K) icms_dc=100 , 0.0933620 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  2054. attempt_201106171821_0001_m_000005_0: 71.703: [GC 71.703: [ParNew: 76672K->8512K(76672K), 0.0982100 secs] 2944126K->2888205K(3137216K) icms_dc=100 , 0.0982570 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  2055. attempt_201106171821_0001_m_000005_0: 72.040: [GC 72.040: [ParNew: 76672K->8512K(76672K), 0.1025050 secs] 2956365K->2900011K(3137216K) icms_dc=100 , 0.1025520 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  2056. attempt_201106171821_0001_m_000005_0: 72.375: [GC 72.375: [ParNew: 76672K->8510K(76672K), 0.0846950 secs] 2968171K->2913080K(3137216K) icms_dc=100 , 0.0847430 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  2057. attempt_201106171821_0001_m_000005_0: 72.685: [GC 72.685: [ParNew: 76670K->8512K(76672K), 0.0712030 secs] 2981240K->2925923K(3137216K) icms_dc=100 , 0.0712500 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2058. attempt_201106171821_0001_m_000005_0: 72.977: [GC 72.977: [ParNew: 76672K->8511K(76672K), 0.0958510 secs] 2994083K->2938737K(3137216K) icms_dc=100 , 0.0959010 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  2059. attempt_201106171821_0001_m_000005_0: 73.296: [GC 73.296: [ParNew: 76671K->8511K(76672K), 0.0971040 secs] 3006897K->2950929K(3137216K) icms_dc=100 , 0.0971600 secs] [Times: user=0.14 sys=0.04, real=0.10 secs]
  2060. attempt_201106171821_0001_m_000005_0: 73.605: [GC 73.605: [ParNew: 76671K->8511K(76672K), 0.0915720 secs] 3019089K->2962812K(3137216K) icms_dc=100 , 0.0916180 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  2061. attempt_201106171821_0001_m_000005_0: 73.944: [GC 73.944: [ParNew: 76671K->8511K(76672K), 0.0602000 secs] 3030972K->2975219K(3137216K) icms_dc=100 , 0.0602540 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  2062. attempt_201106171821_0001_m_000005_0: 74.228: [GC 74.228: [ParNew: 76671K->8512K(76672K), 0.0881790 secs] 3043379K->2987077K(3137216K) icms_dc=100 , 0.0882420 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  2063. attempt_201106171821_0001_m_000005_0: 74.521: [CMS-concurrent-mark: 5.211/7.292 secs] [Times: user=13.91 sys=0.26, real=7.29 secs]
  2064. attempt_201106171821_0001_m_000005_0: 74.521: [CMS-concurrent-preclean-start]
  2065. attempt_201106171821_0001_m_000005_0: 74.539: [GC 74.539: [ParNew: 76672K->8512K(76672K), 0.0694260 secs] 3055237K->2999270K(3137216K) icms_dc=100 , 0.0694730 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2066. attempt_201106171821_0001_m_000005_0: 74.816: [CMS-concurrent-preclean: 0.217/0.295 secs] [Times: user=0.59 sys=0.04, real=0.29 secs]
  2067. attempt_201106171821_0001_m_000005_0: 74.816: [CMS-concurrent-abortable-preclean-start]
  2068. attempt_201106171821_0001_m_000005_0: 74.829: [GC 74.829: [ParNew: 76672K->8512K(76672K), 0.0660850 secs] 3067430K->3011355K(3137216K) icms_dc=100 , 0.0661310 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2069. attempt_201106171821_0001_m_000005_0: 74.901: [CMS-concurrent-abortable-preclean: 0.019/0.085 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  2070. attempt_201106171821_0001_m_000005_0: 74.902: [GC[YG occupancy: 11253 K (76672 K)]74.902: [Rescan (parallel) , 0.0227330 secs]74.924: [weak refs processing, 0.0000210 secs] [1 CMS-remark: 3002843K(3060544K)] 3014097K(3137216K), 0.0228300 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
  2071. attempt_201106171821_0001_m_000005_0: 74.925: [CMS-concurrent-sweep-start]
  2072. attempt_201106171821_0001_m_000005_0: 75.143: [GC 75.143: [ParNew: 76672K->8512K(76672K), 0.0717920 secs] 3079515K->3024411K(3137216K) icms_dc=100 , 0.0718390 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2073. attempt_201106171821_0001_m_000005_0: 75.469: [GC 75.469: [ParNew: 76672K->8512K(76672K), 0.0618240 secs] 3092521K->3035742K(3137216K) icms_dc=100 , 0.0618920 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2074. attempt_201106171821_0001_m_000005_0: 75.762: [GC 75.762: [ParNew: 76672K->8512K(76672K), 0.0803330 secs] 3100801K->3044402K(3137216K) icms_dc=100 , 0.0803800 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  2075. attempt_201106171821_0001_m_000005_0: 76.076: [GC 76.077: [ParNew: 76672K->8512K(76672K), 0.0744610 secs] 3111530K->3055318K(3137216K) icms_dc=100 , 0.0745070 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  2076. attempt_201106171821_0001_m_000005_0: 76.375: [GC 76.375: [ParNew: 76672K->8512K(76672K), 0.0873370 secs] 3058791K->3003114K(3137216K) icms_dc=100 , 0.0873900 secs] [Times: user=0.24 sys=0.00, real=0.09 secs]
  2077. attempt_201106171821_0001_m_000005_0: 76.613: [GC 76.613: [ParNew: 49639K->8512K(76672K), 0.0518280 secs]76.665: [CMS77.024: [CMS-concurrent-sweep: 1.670/2.100 secs] [Times: user=4.05 sys=0.10, real=2.10 secs]
  2078. attempt_201106171821_0001_m_000005_0: (concurrent mode failure): 3001250K->2999788K(3060544K), 10.8336720 secs] 3042749K->2999788K(3137216K), [CMS Perm : 10631K->10627K(21248K)] icms_dc=100 , 10.8855770 secs] [Times: user=10.94 sys=0.01, real=10.89 secs]
  2079. attempt_201106171821_0001_m_000005_0: 87.499: [Full GC 87.499: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  2080. attempt_201106171821_0001_m_000005_0: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  2081. attempt_201106171821_0001_m_000005_0: : 2999788K->2999662K(3060544K), 10.4617950 secs] 2999788K->2999662K(3137216K), [CMS Perm : 10627K->10605K(21248K)] icms_dc=100 , 10.4618460 secs] [Times: user=10.44 sys=0.00, real=10.46 secs]
  2082. attempt_201106171821_0001_m_000005_0: 97.962: [GC [1 CMS-initial-mark: 2999662K(3060544K)] 2999687K(3137216K), 0.0005770 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2083. attempt_201106171821_0001_m_000005_0: 97.962: [CMS-concurrent-mark-start]
  2084. attempt_201106171821_0001_m_000005_0: log4j:WARN No appenders could be found for logger (org.apache.hadoop.mapred.TaskRunner).
  2085. attempt_201106171821_0001_m_000005_0: log4j:WARN Please initialize the log4j system properly.
  2086. 11/06/17 18:35:45 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000001_1, Status : FAILED
  2087. java.lang.RuntimeException: Error in configuring object
  2088. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  2089. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  2090. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  2091. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  2092. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  2093. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  2094. Caused by: java.lang.reflect.InvocationTargetException
  2095. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2096. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2097. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2098. at java.lang.reflect.Method.invoke(Method.java:597)
  2099. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  2100. ... 5 more
  2101. Caused by: java.lang.RuntimeException: Error in configuring object
  2102. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  2103. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  2104. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  2105. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  2106. ... 10 more
  2107. Caused by: java.lang.reflect.InvocationTargetException
  2108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2111. at java.lang.reflect.Method.invoke(Method.java:597)
  2112. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  2113. ... 13 more
  2114. Caused by: java.lang.OutOfMemoryError: Java heap space
  2115. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  2116. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  2117. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  2118. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  2119. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  2120. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  2121. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  2122. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  2123. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  2124. ... 18 more
  2125.  
  2126. attempt_201106171821_0001_m_000001_1: 1.587: [GC 1.587: [ParNew: 68160K->8512K(76672K), 0.0397500 secs] 165440K->110148K(3137216K), 0.0398080 secs] [Times: user=0.07 sys=0.01, real=0.04 secs]
  2127. attempt_201106171821_0001_m_000001_1: 1.874: [GC [1 CMS-initial-mark: 101636K(3060544K)] 141449K(3137216K), 0.0308050 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  2128. attempt_201106171821_0001_m_000001_1: 1.905: [CMS-concurrent-mark-start]
  2129. attempt_201106171821_0001_m_000001_1: 1.940: [CMS-concurrent-mark: 0.036/0.036 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
  2130. attempt_201106171821_0001_m_000001_1: 1.940: [CMS-concurrent-preclean-start]
  2131. attempt_201106171821_0001_m_000001_1: 1.948: [CMS-concurrent-preclean: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2132. attempt_201106171821_0001_m_000001_1: 1.948: [CMS-concurrent-abortable-preclean-start]
  2133. attempt_201106171821_0001_m_000001_1: 2.105: [GC 2.105: [ParNew: 76672K->8512K(76672K), 0.0903060 secs] 178308K->126427K(3137216K), 0.0903510 secs] [Times: user=0.11 sys=0.00, real=0.09 secs]
  2134. attempt_201106171821_0001_m_000001_1: 2.391: [CMS-concurrent-abortable-preclean: 0.034/0.442 secs] [Times: user=0.53 sys=0.00, real=0.44 secs]
  2135. attempt_201106171821_0001_m_000001_1: 2.391: [GC[YG occupancy: 45144 K (76672 K)]2.391: [Rescan (parallel) , 0.1118620 secs]2.503: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 117915K(3060544K)] 163060K(3137216K), 0.1119620 secs] [Times: user=0.11 sys=0.00, real=0.11 secs]
  2136. attempt_201106171821_0001_m_000001_1: 2.503: [CMS-concurrent-sweep-start]
  2137. attempt_201106171821_0001_m_000001_1: 2.503: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2138. attempt_201106171821_0001_m_000001_1: 2.503: [CMS-concurrent-reset-start]
  2139. attempt_201106171821_0001_m_000001_1: 2.669: [GC 2.669: [ParNew: 74007K->8512K(76672K), 0.0368800 secs] 191917K->136447K(3137216K), 0.0369260 secs] [Times: user=0.10 sys=0.00, real=0.03 secs]
  2140. attempt_201106171821_0001_m_000001_1: 3.053: [GC 3.053: [ParNew: 76672K->8512K(76672K), 0.0676780 secs] 204607K->165754K(3137216K), 0.0677250 secs] [Times: user=0.11 sys=0.04, real=0.07 secs]
  2141. attempt_201106171821_0001_m_000001_1: 3.296: [CMS-concurrent-reset: 0.083/0.792 secs] [Times: user=0.91 sys=0.11, real=0.79 secs]
  2142. attempt_201106171821_0001_m_000001_1: 3.519: [GC 3.519: [ParNew: 76672K->8512K(76672K), 0.0484820 secs] 233914K->176379K(3137216K) icms_dc=5 , 0.0485330 secs] [Times: user=0.12 sys=0.01, real=0.05 secs]
  2143. attempt_201106171821_0001_m_000001_1: 3.691: [GC [1 CMS-initial-mark: 167867K(3060544K)] 215941K(3137216K), 0.0250760 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  2144. attempt_201106171821_0001_m_000001_1: 3.717: [CMS-concurrent-mark-start]
  2145. attempt_201106171821_0001_m_000001_1: 3.783: [CMS-concurrent-mark: 0.066/0.066 secs] [Times: user=0.13 sys=0.00, real=0.07 secs]
  2146. attempt_201106171821_0001_m_000001_1: 3.783: [CMS-concurrent-preclean-start]
  2147. attempt_201106171821_0001_m_000001_1: 3.792: [CMS-concurrent-preclean: 0.008/0.009 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2148. attempt_201106171821_0001_m_000001_1: 3.792: [CMS-concurrent-abortable-preclean-start]
  2149. attempt_201106171821_0001_m_000001_1: 3.873: [GC 3.873: [ParNew: 76672K->8512K(76672K), 0.0711420 secs] 244539K->222245K(3137216K) icms_dc=5 , 0.0711970 secs] [Times: user=0.14 sys=0.03, real=0.07 secs]
  2150. attempt_201106171821_0001_m_000001_1: 4.147: [CMS-concurrent-abortable-preclean: 0.203/0.356 secs] [Times: user=0.60 sys=0.05, real=0.36 secs]
  2151. attempt_201106171821_0001_m_000001_1: 4.148: [GC[YG occupancy: 43828 K (76672 K)]4.148: [Rescan (parallel) , 0.0185060 secs]4.166: [weak refs processing, 0.0000070 secs] [1 CMS-remark: 213733K(3060544K)] 257562K(3137216K), 0.0185950 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]
  2152. attempt_201106171821_0001_m_000001_1: 4.166: [CMS-concurrent-sweep-start]
  2153. attempt_201106171821_0001_m_000001_1: 4.362: [GC 4.362: [ParNew: 76672K->8512K(76672K), 0.0485680 secs] 285699K->225643K(3137216K) icms_dc=5 , 0.0486140 secs] [Times: user=0.14 sys=0.00, real=0.05 secs]
  2154. attempt_201106171821_0001_m_000001_1: 4.812: [GC 4.812: [ParNew: 76672K->8512K(76672K), 0.0551550 secs] 278402K->221394K(3137216K) icms_dc=5 , 0.0552010 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2155. attempt_201106171821_0001_m_000001_1: 5.045: [CMS-concurrent-sweep: 0.028/0.879 secs] [Times: user=1.08 sys=0.01, real=0.88 secs]
  2156. attempt_201106171821_0001_m_000001_1: 5.045: [CMS-concurrent-reset-start]
  2157. attempt_201106171821_0001_m_000001_1: 5.052: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2158. attempt_201106171821_0001_m_000001_1: 5.186: [GC 5.186: [ParNew: 65121K->8512K(76672K), 0.0423260 secs] 278004K->230068K(3137216K) icms_dc=0 , 0.0423730 secs] [Times: user=0.12 sys=0.00, real=0.05 secs]
  2159. attempt_201106171821_0001_m_000001_1: 5.395: [GC 5.395: [ParNew: 55757K->3537K(76672K), 0.0708840 secs] 277313K->275681K(3137216K) icms_dc=0 , 0.0709320 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
  2160. attempt_201106171821_0001_m_000001_1: 5.735: [GC 5.736: [ParNew: 71697K->8512K(76672K), 0.0442480 secs] 343841K->313206K(3137216K) icms_dc=0 , 0.0443040 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
  2161. attempt_201106171821_0001_m_000001_1: 6.173: [GC 6.173: [ParNew: 76672K->8512K(76672K), 0.0571050 secs] 381366K->323385K(3137216K) icms_dc=0 , 0.0571510 secs] [Times: user=0.10 sys=0.01, real=0.06 secs]
  2162. attempt_201106171821_0001_m_000001_1: 6.587: [GC 6.587: [ParNew: 76672K->8512K(76672K), 0.0649640 secs] 391545K->334080K(3137216K) icms_dc=0 , 0.0650140 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2163. attempt_201106171821_0001_m_000001_1: 7.007: [GC 7.007: [ParNew: 76672K->8512K(76672K), 0.0609650 secs] 402240K->345092K(3137216K) icms_dc=0 , 0.0610140 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  2164. attempt_201106171821_0001_m_000001_1: 7.429: [GC 7.429: [ParNew: 76672K->8512K(76672K), 0.0506700 secs] 413252K->355878K(3137216K) icms_dc=0 , 0.0507130 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
  2165. attempt_201106171821_0001_m_000001_1: 7.871: [GC 7.871: [ParNew: 76672K->8512K(76672K), 0.0795250 secs] 424038K->365494K(3137216K) icms_dc=0 , 0.0795890 secs] [Times: user=0.21 sys=0.01, real=0.08 secs]
  2166. attempt_201106171821_0001_m_000001_1: 8.316: [GC 8.316: [ParNew: 76672K->8512K(76672K), 0.0598740 secs] 433654K->376191K(3137216K) icms_dc=0 , 0.0599200 secs] [Times: user=0.13 sys=0.01, real=0.06 secs]
  2167. attempt_201106171821_0001_m_000001_1: 8.544: [GC 8.544: [ParNew: 68711K->8103K(76672K), 0.0948570 secs] 436390K->412106K(3137216K) icms_dc=0 , 0.0949050 secs] [Times: user=0.26 sys=0.01, real=0.10 secs]
  2168. attempt_201106171821_0001_m_000001_1: 8.943: [GC 8.943: [ParNew: 72892K->7074K(76672K), 0.0534760 secs] 476895K->472273K(3137216K) icms_dc=4 , 0.0535270 secs] [Times: user=0.14 sys=0.02, real=0.05 secs]
  2169. attempt_201106171821_0001_m_000001_1: 9.006: [GC [1 CMS-initial-mark: 465198K(3060544K)] 528870K(3137216K), 0.0003270 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2170. attempt_201106171821_0001_m_000001_1: 9.007: [CMS-concurrent-mark-start]
  2171. attempt_201106171821_0001_m_000001_1: 9.062: [GC 9.062: [ParNew: 75234K->8481K(76672K), 0.0500230 secs] 540433K->537351K(3137216K) icms_dc=15 , 0.0500700 secs] [Times: user=0.11 sys=0.04, real=0.05 secs]
  2172. attempt_201106171821_0001_m_000001_1: 9.362: [GC 9.362: [ParNew: 76641K->8512K(76672K), 0.0493700 secs] 605511K->547233K(3137216K) icms_dc=15 , 0.0494140 secs] [Times: user=0.12 sys=0.01, real=0.05 secs]
  2173. attempt_201106171821_0001_m_000001_1: 9.713: [GC 9.713: [ParNew: 76672K->8512K(76672K), 0.0782740 secs] 615393K->558265K(3137216K) icms_dc=15 , 0.0783230 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  2174. attempt_201106171821_0001_m_000001_1: 10.041: [GC 10.041: [ParNew: 76672K->8512K(76672K), 0.0729600 secs] 626425K->568351K(3137216K) icms_dc=15 , 0.0730090 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2175. attempt_201106171821_0001_m_000001_1: 10.375: [GC 10.375: [ParNew: 76672K->8512K(76672K), 0.0687850 secs] 636511K->579521K(3137216K) icms_dc=15 , 0.0688330 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  2176. attempt_201106171821_0001_m_000001_1: 10.697: [GC 10.697: [ParNew: 76672K->8512K(76672K), 0.0762480 secs] 647681K->589216K(3137216K) icms_dc=15 , 0.0763000 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2177. attempt_201106171821_0001_m_000001_1: 11.029: [GC 11.029: [ParNew: 76672K->8512K(76672K), 0.0858330 secs] 657376K->599504K(3137216K) icms_dc=15 , 0.0858810 secs] [Times: user=0.15 sys=0.01, real=0.08 secs]
  2178. attempt_201106171821_0001_m_000001_1: 11.373: [GC 11.373: [ParNew: 76672K->8512K(76672K), 0.0638520 secs] 667664K->610507K(3137216K) icms_dc=15 , 0.0638980 secs] [Times: user=0.16 sys=0.02, real=0.07 secs]
  2179. attempt_201106171821_0001_m_000001_1: 11.701: [GC 11.701: [ParNew: 76672K->8512K(76672K), 0.0689180 secs] 678667K->620719K(3137216K) icms_dc=15 , 0.0689740 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2180. attempt_201106171821_0001_m_000001_1: 12.128: [GC 12.128: [ParNew: 76672K->8512K(76672K), 0.0597620 secs] 688879K->631015K(3137216K) icms_dc=15 , 0.0598100 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  2181. attempt_201106171821_0001_m_000001_1: 12.306: [CMS-concurrent-mark: 0.582/3.299 secs] [Times: user=4.75 sys=0.20, real=3.30 secs]
  2182. attempt_201106171821_0001_m_000001_1: 12.306: [CMS-concurrent-preclean-start]
  2183. attempt_201106171821_0001_m_000001_1: 12.451: [GC 12.451: [ParNew: 76672K->8512K(76672K), 0.0589390 secs] 699175K->642011K(3137216K) icms_dc=15 , 0.0589840 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  2184. attempt_201106171821_0001_m_000001_1: 12.766: [GC 12.766: [ParNew: 76672K->8512K(76672K), 0.0589880 secs] 710171K->652864K(3137216K) icms_dc=15 , 0.0590350 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  2185. attempt_201106171821_0001_m_000001_1: 13.092: [GC 13.092: [ParNew: 76672K->8512K(76672K), 0.0754540 secs] 721024K->662855K(3137216K) icms_dc=15 , 0.0755010 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  2186. attempt_201106171821_0001_m_000001_1: 13.432: [GC 13.432: [ParNew: 76672K->8512K(76672K), 0.0840870 secs] 731015K->672404K(3137216K) icms_dc=15 , 0.0841340 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2187. attempt_201106171821_0001_m_000001_1: 13.748: [GC 13.748: [ParNew: 71499K->8512K(76672K), 0.0651130 secs] 735391K->682850K(3137216K) icms_dc=15 , 0.0651570 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  2188. attempt_201106171821_0001_m_000001_1: 13.820: [CMS-concurrent-preclean: 0.236/1.514 secs] [Times: user=2.23 sys=0.08, real=1.52 secs]
  2189. attempt_201106171821_0001_m_000001_1: 13.820: [CMS-concurrent-abortable-preclean-start]
  2190. attempt_201106171821_0001_m_000001_1: 13.823: [GC 13.823: [ParNew: 65109K->0K(76672K), 0.1540500 secs] 739448K->738731K(3137216K) icms_dc=15 , 0.1540970 secs] [Times: user=0.40 sys=0.05, real=0.16 secs]
  2191. attempt_201106171821_0001_m_000001_1: 13.989: [GC 13.990: [ParNew: 56597K->0K(76672K), 0.0482980 secs] 795328K->795328K(3137216K) icms_dc=17 , 0.0483450 secs] [Times: user=0.10 sys=0.04, real=0.05 secs]
  2192. attempt_201106171821_0001_m_000001_1: 14.642: [GC 14.642: [ParNew: 14149K->0K(76672K), 0.0507270 secs] 809477K->809477K(3137216K) icms_dc=17 , 0.0507740 secs] [Times: user=0.15 sys=0.02, real=0.05 secs]
  2193. attempt_201106171821_0001_m_000001_1: 14.772: [GC 14.772: [ParNew: 56597K->0K(76672K), 0.0540010 secs] 979270K->979270K(3137216K) icms_dc=32 , 0.0542230 secs] [Times: user=0.18 sys=0.02, real=0.05 secs]
  2194. attempt_201106171821_0001_m_000001_1: 15.029: [CMS-concurrent-abortable-preclean: 0.006/1.208 secs] [Times: user=1.65 sys=0.21, real=1.21 secs]
  2195. attempt_201106171821_0001_m_000001_1: 15.030: [GC[YG occupancy: 48328 K (76672 K)]15.030: [Rescan (parallel) , 0.1186100 secs]15.148: [weak refs processing, 0.0000260 secs] [1 CMS-remark: 979270K(3060544K)] 1027598K(3137216K), 0.1187490 secs] [Times: user=0.39 sys=0.00, real=0.12 secs]
  2196. attempt_201106171821_0001_m_000001_1: 15.149: [CMS-concurrent-sweep-start]
  2197. attempt_201106171821_0001_m_000001_1: 15.236: [GC 15.236: [ParNew: 68160K->8401K(76672K), 0.0745120 secs] 1047430K->1001820K(3137216K) icms_dc=32 , 0.0745810 secs] [Times: user=0.19 sys=0.02, real=0.08 secs]
  2198. attempt_201106171821_0001_m_000001_1: 15.604: [GC 15.604: [ParNew: 76561K->8512K(76672K), 0.0856080 secs] 986793K->929254K(3137216K) icms_dc=32 , 0.0856560 secs] [Times: user=0.29 sys=0.00, real=0.09 secs]
  2199. attempt_201106171821_0001_m_000001_1: 15.811: [CMS-concurrent-sweep: 0.145/0.663 secs] [Times: user=1.08 sys=0.05, real=0.66 secs]
  2200. attempt_201106171821_0001_m_000001_1: 15.811: [CMS-concurrent-reset-start]
  2201. attempt_201106171821_0001_m_000001_1: 15.818: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2202. attempt_201106171821_0001_m_000001_1: 15.949: [GC 15.949: [ParNew: 76672K->8512K(76672K), 0.0815160 secs] 997413K->939748K(3137216K) icms_dc=24 , 0.0815640 secs] [Times: user=0.22 sys=0.01, real=0.08 secs]
  2203. attempt_201106171821_0001_m_000001_1: 16.124: [GC [1 CMS-initial-mark: 931236K(3060544K)] 966255K(3137216K), 0.0315590 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  2204. attempt_201106171821_0001_m_000001_1: 16.155: [CMS-concurrent-mark-start]
  2205. attempt_201106171821_0001_m_000001_1: 16.316: [GC 16.316: [ParNew: 76672K->8512K(76672K), 0.1020770 secs] 1007908K->950463K(3137216K) icms_dc=24 , 0.1021220 secs] [Times: user=0.23 sys=0.00, real=0.11 secs]
  2206. attempt_201106171821_0001_m_000001_1: 16.690: [GC 16.690: [ParNew: 76672K->8512K(76672K), 0.1111240 secs] 1018623K->960705K(3137216K) icms_dc=24 , 0.1111820 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  2207. attempt_201106171821_0001_m_000001_1: 17.074: [GC 17.074: [ParNew: 76672K->8512K(76672K), 0.0869880 secs] 1028865K->971125K(3137216K) icms_dc=24 , 0.0870350 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  2208. attempt_201106171821_0001_m_000001_1: 17.414: [GC 17.414: [ParNew: 76672K->8512K(76672K), 0.0827930 secs] 1039285K->982331K(3137216K) icms_dc=24 , 0.0828380 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  2209. attempt_201106171821_0001_m_000001_1: 17.747: [GC 17.747: [ParNew: 76672K->8512K(76672K), 0.1025080 secs] 1050491K->992263K(3137216K) icms_dc=24 , 0.1025560 secs] [Times: user=0.23 sys=0.00, real=0.10 secs]
  2210. attempt_201106171821_0001_m_000001_1: 18.134: [GC 18.134: [ParNew: 76672K->8512K(76672K), 0.0987490 secs] 1060423K->1003457K(3137216K) icms_dc=24 , 0.0987960 secs] [Times: user=0.26 sys=0.00, real=0.10 secs]
  2211. attempt_201106171821_0001_m_000001_1: 18.483: [GC 18.483: [ParNew: 76672K->8512K(76672K), 0.0969550 secs] 1071617K->1013378K(3137216K) icms_dc=24 , 0.0970030 secs] [Times: user=0.27 sys=0.00, real=0.10 secs]
  2212. attempt_201106171821_0001_m_000001_1: 18.853: [GC 18.853: [ParNew: 76672K->8512K(76672K), 0.0989240 secs] 1081538K->1023761K(3137216K) icms_dc=24 , 0.0989720 secs] [Times: user=0.29 sys=0.01, real=0.10 secs]
  2213. attempt_201106171821_0001_m_000001_1: 19.254: [GC 19.255: [ParNew: 76672K->8512K(76672K), 0.1018750 secs] 1091921K->1034204K(3137216K) icms_dc=24 , 0.1019260 secs] [Times: user=0.24 sys=0.01, real=0.10 secs]
  2214. attempt_201106171821_0001_m_000001_1: 19.623: [GC 19.623: [ParNew: 76672K->8512K(76672K), 0.1007930 secs] 1102364K->1044393K(3137216K) icms_dc=24 , 0.1008470 secs] [Times: user=0.22 sys=0.04, real=0.10 secs]
  2215. attempt_201106171821_0001_m_000001_1: 19.970: [GC 19.970: [ParNew: 76672K->8512K(76672K), 0.0953220 secs] 1112553K->1054890K(3137216K) icms_dc=24 , 0.0953680 secs] [Times: user=0.24 sys=0.01, real=0.09 secs]
  2216. attempt_201106171821_0001_m_000001_1: 20.313: [GC 20.313: [ParNew: 76672K->8512K(76672K), 0.1023450 secs] 1123050K->1066032K(3137216K) icms_dc=24 , 0.1025260 secs] [Times: user=0.23 sys=0.02, real=0.10 secs]
  2217. attempt_201106171821_0001_m_000001_1: 20.663: [GC 20.663: [ParNew: 76672K->8512K(76672K), 0.1168900 secs] 1134192K->1075977K(3137216K) icms_dc=24 , 0.1169530 secs] [Times: user=0.26 sys=0.01, real=0.12 secs]
  2218. attempt_201106171821_0001_m_000001_1: 21.040: [GC 21.040: [ParNew: 76672K->8512K(76672K), 0.0947110 secs] 1144137K->1086760K(3137216K) icms_dc=24 , 0.0947580 secs] [Times: user=0.27 sys=0.02, real=0.09 secs]
  2219. attempt_201106171821_0001_m_000001_1: 21.400: [GC 21.400: [ParNew: 76672K->8512K(76672K), 0.1150300 secs] 1154920K->1096960K(3137216K) icms_dc=24 , 0.1150820 secs] [Times: user=0.22 sys=0.01, real=0.11 secs]
  2220. attempt_201106171821_0001_m_000001_1: 21.765: [GC 21.765: [ParNew: 76672K->8512K(76672K), 0.1145530 secs] 1165120K->1107352K(3137216K) icms_dc=24 , 0.1145930 secs] [Times: user=0.21 sys=0.00, real=0.12 secs]
  2221. attempt_201106171821_0001_m_000001_1: 22.140: [GC 22.140: [ParNew: 76672K->8512K(76672K), 0.0917900 secs] 1175512K->1118519K(3137216K) icms_dc=24 , 0.0918360 secs] [Times: user=0.25 sys=0.01, real=0.09 secs]
  2222. attempt_201106171821_0001_m_000001_1: 22.495: [GC 22.496: [ParNew: 76672K->8512K(76672K), 0.1023200 secs] 1186679K->1128348K(3137216K) icms_dc=24 , 0.1023660 secs] [Times: user=0.27 sys=0.01, real=0.11 secs]
  2223. attempt_201106171821_0001_m_000001_1: 22.886: [GC 22.886: [ParNew: 76672K->8512K(76672K), 0.1004560 secs] 1196508K->1139082K(3137216K) icms_dc=24 , 0.1005000 secs] [Times: user=0.23 sys=0.01, real=0.10 secs]
  2224. attempt_201106171821_0001_m_000001_1: 23.244: [GC 23.244: [ParNew: 76672K->8512K(76672K), 0.0823420 secs] 1207242K->1150094K(3137216K) icms_dc=24 , 0.0823890 secs] [Times: user=0.23 sys=0.01, real=0.08 secs]
  2225. attempt_201106171821_0001_m_000001_1: 23.424: [CMS-concurrent-mark: 1.319/7.268 secs] [Times: user=11.06 sys=0.40, real=7.27 secs]
  2226. attempt_201106171821_0001_m_000001_1: 23.424: [CMS-concurrent-preclean-start]
  2227. attempt_201106171821_0001_m_000001_1: 23.613: [GC 23.613: [ParNew: 76672K->8512K(76672K), 0.1301580 secs] 1218254K->1160614K(3137216K) icms_dc=24 , 0.1302080 secs] [Times: user=0.32 sys=0.00, real=0.13 secs]
  2228. attempt_201106171821_0001_m_000001_1: 24.034: [GC 24.034: [ParNew: 76672K->8512K(76672K), 0.1319710 secs] 1228774K->1170376K(3137216K) icms_dc=24 , 0.1320130 secs] [Times: user=0.28 sys=0.01, real=0.13 secs]
  2229. attempt_201106171821_0001_m_000001_1: 24.449: [GC 24.449: [ParNew: 76672K->8512K(76672K), 0.0945050 secs] 1238536K->1180750K(3137216K) icms_dc=24 , 0.0945560 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  2230. attempt_201106171821_0001_m_000001_1: 24.812: [GC 24.812: [ParNew: 76672K->8512K(76672K), 0.0920280 secs] 1248910K->1191066K(3137216K) icms_dc=24 , 0.0920750 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  2231. attempt_201106171821_0001_m_000001_1: 25.224: [GC 25.224: [ParNew: 76672K->8512K(76672K), 0.1236970 secs] 1259226K->1203277K(3137216K) icms_dc=24 , 0.1237460 secs] [Times: user=0.23 sys=0.00, real=0.13 secs]
  2232. attempt_201106171821_0001_m_000001_1: 25.915: [CMS-concurrent-preclean: 1.005/2.491 secs] [Times: user=3.86 sys=0.19, real=2.49 secs]
  2233. attempt_201106171821_0001_m_000001_1: 25.915: [CMS-concurrent-abortable-preclean-start]
  2234. attempt_201106171821_0001_m_000001_1: 26.009: [CMS-concurrent-abortable-preclean: 0.090/0.094 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  2235. attempt_201106171821_0001_m_000001_1: 26.009: [GC[YG occupancy: 43869 K (76672 K)]26.009: [Rescan (parallel) , 0.0199430 secs]26.029: [weak refs processing, 0.0000330 secs] [1 CMS-remark: 1421154K(3060544K)] 1465024K(3137216K), 0.0200710 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
  2236. attempt_201106171821_0001_m_000001_1: 26.030: [CMS-concurrent-sweep-start]
  2237. attempt_201106171821_0001_m_000001_1: 26.518: [CMS-concurrent-sweep: 0.488/0.488 secs] [Times: user=0.88 sys=0.00, real=0.49 secs]
  2238. attempt_201106171821_0001_m_000001_1: 26.518: [CMS-concurrent-reset-start]
  2239. attempt_201106171821_0001_m_000001_1: 26.525: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2240. attempt_201106171821_0001_m_000001_1: 27.439: [GC 27.439: [ParNew: 76672K->7504K(76672K), 0.1529650 secs] 1635734K->1630351K(3137216K) icms_dc=39 , 0.1530110 secs] [Times: user=0.40 sys=0.00, real=0.15 secs]
  2241. attempt_201106171821_0001_m_000001_1: 27.666: [GC [1 CMS-initial-mark: 1622846K(3060544K)] 1651877K(3137216K), 0.0210400 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  2242. attempt_201106171821_0001_m_000001_1: 27.687: [CMS-concurrent-mark-start]
  2243. attempt_201106171821_0001_m_000001_1: 27.867: [GC 27.867: [ParNew: 75664K->8512K(76672K), 0.1181400 secs] 1698511K->1635187K(3137216K) icms_dc=54 , 0.1181850 secs] [Times: user=0.32 sys=0.00, real=0.11 secs]
  2244. attempt_201106171821_0001_m_000001_1: 28.265: [GC 28.265: [ParNew: 76672K->8512K(76672K), 0.1240810 secs] 1703347K->1645930K(3137216K) icms_dc=54 , 0.1241280 secs] [Times: user=0.35 sys=0.00, real=0.13 secs]
  2245. attempt_201106171821_0001_m_000001_1: 28.653: [GC 28.653: [ParNew: 76672K->8512K(76672K), 0.1391160 secs] 1714090K->1656941K(3137216K) icms_dc=54 , 0.1391610 secs] [Times: user=0.35 sys=0.00, real=0.14 secs]
  2246. attempt_201106171821_0001_m_000001_1: 29.076: [GC 29.076: [ParNew: 76672K->8512K(76672K), 0.1394320 secs] 1725101K->1667494K(3137216K) icms_dc=54 , 0.1394780 secs] [Times: user=0.30 sys=0.00, real=0.14 secs]
  2247. attempt_201106171821_0001_m_000001_1: 29.469: [GC 29.469: [ParNew: 76672K->8512K(76672K), 0.1115580 secs] 1735654K->1677027K(3137216K) icms_dc=54 , 0.1116040 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  2248. attempt_201106171821_0001_m_000001_1: 29.847: [GC 29.847: [ParNew: 76672K->8512K(76672K), 0.0908210 secs] 1745187K->1688154K(3137216K) icms_dc=54 , 0.0908660 secs] [Times: user=0.32 sys=0.00, real=0.10 secs]
  2249. attempt_201106171821_0001_m_000001_1: 30.232: [GC 30.232: [ParNew: 76672K->8512K(76672K), 0.1347630 secs] 1756314K->1698110K(3137216K) icms_dc=54 , 0.1348100 secs] [Times: user=0.30 sys=0.00, real=0.13 secs]
  2250. attempt_201106171821_0001_m_000001_1: 30.721: [GC 30.721: [ParNew: 76672K->8512K(76672K), 0.1395780 secs] 1766270K->1708837K(3137216K) icms_dc=54 , 0.1396250 secs] [Times: user=0.33 sys=0.00, real=0.14 secs]
  2251. attempt_201106171821_0001_m_000001_1: 31.132: [GC 31.132: [ParNew: 76672K->8512K(76672K), 0.1643310 secs] 1776997K->1719109K(3137216K) icms_dc=54 , 0.1643830 secs] [Times: user=0.32 sys=0.00, real=0.16 secs]
  2252. attempt_201106171821_0001_m_000001_1: 31.651: [GC 31.651: [ParNew: 76672K->8512K(76672K), 0.1405940 secs] 1787269K->1729457K(3137216K) icms_dc=54 , 0.1406510 secs] [Times: user=0.37 sys=0.00, real=0.14 secs]
  2253. attempt_201106171821_0001_m_000001_1: 32.045: [GC 32.045: [ParNew: 76672K->8512K(76672K), 0.1460740 secs] 1797617K->1740192K(3137216K) icms_dc=54 , 0.1461300 secs] [Times: user=0.33 sys=0.01, real=0.15 secs]
  2254. attempt_201106171821_0001_m_000001_1: 32.488: [GC 32.488: [ParNew: 76672K->8512K(76672K), 0.1722820 secs] 1808352K->1750189K(3137216K) icms_dc=54 , 0.1723320 secs] [Times: user=0.38 sys=0.00, real=0.17 secs]
  2255. attempt_201106171821_0001_m_000001_1: 32.913: [GC 32.913: [ParNew: 76672K->8512K(76672K), 0.1525070 secs] 1818349K->1761120K(3137216K) icms_dc=54 , 0.1525540 secs] [Times: user=0.38 sys=0.00, real=0.15 secs]
  2256. attempt_201106171821_0001_m_000001_1: 33.394: [GC 33.394: [ParNew: 76672K->8512K(76672K), 0.1077520 secs] 1829280K->1771818K(3137216K) icms_dc=54 , 0.1077990 secs] [Times: user=0.31 sys=0.00, real=0.11 secs]
  2257. attempt_201106171821_0001_m_000001_1: 33.753: [GC 33.753: [ParNew: 76672K->8512K(76672K), 0.1119380 secs] 1839978K->1782512K(3137216K) icms_dc=54 , 0.1119830 secs] [Times: user=0.30 sys=0.02, real=0.11 secs]
  2258. attempt_201106171821_0001_m_000001_1: 34.116: [GC 34.116: [ParNew: 76672K->8512K(76672K), 0.1324960 secs] 1850672K->1792338K(3137216K) icms_dc=54 , 0.1325420 secs] [Times: user=0.36 sys=0.01, real=0.14 secs]
  2259. attempt_201106171821_0001_m_000001_1: 34.637: [GC 34.637: [ParNew: 76672K->8512K(76672K), 0.1429850 secs] 1860498K->1803268K(3137216K) icms_dc=54 , 0.1430960 secs] [Times: user=0.29 sys=0.02, real=0.14 secs]
  2260. attempt_201106171821_0001_m_000001_1: 34.921: [CMS-concurrent-mark: 2.932/7.235 secs] [Times: user=12.51 sys=0.22, real=7.24 secs]
  2261. attempt_201106171821_0001_m_000001_1: 34.921: [CMS-concurrent-preclean-start]
  2262. attempt_201106171821_0001_m_000001_1: 35.050: [GC 35.050: [ParNew: 76672K->8512K(76672K), 0.1553920 secs] 1871428K->1814052K(3137216K) icms_dc=54 , 0.1554380 secs] [Times: user=0.34 sys=0.00, real=0.15 secs]
  2263. attempt_201106171821_0001_m_000001_1: 35.460: [GC 35.460: [ParNew: 76672K->8512K(76672K), 0.1434960 secs] 1882212K->1824005K(3137216K) icms_dc=54 , 0.1435420 secs] [Times: user=0.29 sys=0.00, real=0.14 secs]
  2264. attempt_201106171821_0001_m_000001_1: 35.964: [GC 35.964: [ParNew: 76672K->8512K(76672K), 0.1056270 secs] 1892165K->1834266K(3137216K) icms_dc=54 , 0.1056750 secs] [Times: user=0.32 sys=0.00, real=0.11 secs]
  2265. attempt_201106171821_0001_m_000001_1: 36.383: [GC 36.383: [ParNew: 76672K->8512K(76672K), 0.1272760 secs] 1902426K->1845407K(3137216K) icms_dc=54 , 0.1273230 secs] [Times: user=0.35 sys=0.01, real=0.13 secs]
  2266. attempt_201106171821_0001_m_000001_1: 36.826: [GC 36.826: [ParNew: 76672K->8512K(76672K), 0.1406370 secs] 1913567K->1855252K(3137216K) icms_dc=54 , 0.1406830 secs] [Times: user=0.30 sys=0.00, real=0.14 secs]
  2267. attempt_201106171821_0001_m_000001_1: 37.120: [CMS-concurrent-preclean: 0.805/2.199 secs] [Times: user=3.69 sys=0.04, real=2.20 secs]
  2268. attempt_201106171821_0001_m_000001_1: 37.120: [CMS-concurrent-abortable-preclean-start]
  2269. attempt_201106171821_0001_m_000001_1: 37.563: [GC 37.563: [ParNew: 76672K->8512K(76672K), 0.1305430 secs] 1923412K->1866315K(3137216K) icms_dc=54 , 0.1305890 secs] [Times: user=0.35 sys=0.00, real=0.13 secs]
  2270. attempt_201106171821_0001_m_000001_1: 37.834: [CMS-concurrent-abortable-preclean: 0.233/0.714 secs] [Times: user=1.11 sys=0.00, real=0.71 secs]
  2271. attempt_201106171821_0001_m_000001_1: 37.835: [GC[YG occupancy: 24938 K (76672 K)]37.835: [Rescan (parallel) , 0.1610770 secs]37.996: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 1857803K(3060544K)] 1882742K(3137216K), 0.1611820 secs] [Times: user=0.33 sys=0.00, real=0.16 secs]
  2272. attempt_201106171821_0001_m_000001_1: 37.996: [CMS-concurrent-sweep-start]
  2273. attempt_201106171821_0001_m_000001_1: 38.185: [GC 38.185: [ParNew: 76672K->8512K(76672K), 0.0934870 secs] 1934473K->1879854K(3137216K) icms_dc=54 , 0.0935350 secs] [Times: user=0.28 sys=0.00, real=0.10 secs]
  2274. attempt_201106171821_0001_m_000001_1: 38.557: [GC 38.557: [ParNew: 76280K->8512K(76672K), 0.0791130 secs] 1947622K->1894635K(3137216K) icms_dc=54 , 0.0791590 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2275. attempt_201106171821_0001_m_000001_1: 38.876: [GC 38.876: [ParNew: 76672K->8512K(76672K), 0.0749000 secs] 1962795K->1907842K(3137216K) icms_dc=54 , 0.0749510 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  2276. attempt_201106171821_0001_m_000001_1: 39.233: [GC 39.233: [ParNew: 76672K->8512K(76672K), 0.0610940 secs] 1664687K->1611814K(3137216K) icms_dc=54 , 0.0611430 secs] [Times: user=0.15 sys=0.01, real=0.06 secs]
  2277. attempt_201106171821_0001_m_000001_1: 39.419: [CMS-concurrent-sweep: 0.688/1.423 secs] [Times: user=2.36 sys=0.04, real=1.43 secs]
  2278. attempt_201106171821_0001_m_000001_1: 39.419: [CMS-concurrent-reset-start]
  2279. attempt_201106171821_0001_m_000001_1: 39.426: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  2280. attempt_201106171821_0001_m_000001_1: 39.520: [GC 39.520: [ParNew: 76672K->8512K(76672K), 0.0530430 secs] 1679972K->1624888K(3137216K) icms_dc=41 , 0.0530880 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
  2281. attempt_201106171821_0001_m_000001_1: 39.633: [GC [1 CMS-initial-mark: 1616376K(3060544K)] 1645913K(3137216K), 0.0280300 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  2282. attempt_201106171821_0001_m_000001_1: 39.661: [CMS-concurrent-mark-start]
  2283. attempt_201106171821_0001_m_000001_1: 39.807: [GC 39.807: [ParNew: 76672K->8512K(76672K), 0.0831870 secs] 1693048K->1638826K(3137216K) icms_dc=41 , 0.0832330 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2284. attempt_201106171821_0001_m_000001_1: 40.128: [GC 40.128: [ParNew: 75145K->8512K(76672K), 0.0618730 secs] 1705460K->1650444K(3137216K) icms_dc=41 , 0.0619210 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  2285. attempt_201106171821_0001_m_000001_1: 40.601: [GC 40.601: [ParNew: 76672K->8512K(76672K), 0.0828690 secs] 1718604K->1676765K(3137216K) icms_dc=41 , 0.0829160 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2286. attempt_201106171821_0001_m_000001_1: 40.911: [GC 40.911: [ParNew: 76672K->8512K(76672K), 0.0593230 secs] 1744925K->1688970K(3137216K) icms_dc=41 , 0.0593700 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  2287. attempt_201106171821_0001_m_000001_1: 41.178: [GC 41.178: [ParNew: 76672K->8512K(76672K), 0.0931780 secs] 1757130K->1701924K(3137216K) icms_dc=41 , 0.0932260 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2288. attempt_201106171821_0001_m_000001_1: 41.494: [GC 41.494: [ParNew: 76672K->8512K(76672K), 0.0697920 secs] 1770084K->1714808K(3137216K) icms_dc=41 , 0.0698390 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2289. attempt_201106171821_0001_m_000001_1: 41.782: [GC 41.782: [ParNew: 76672K->8512K(76672K), 0.0594800 secs] 1782968K->1727574K(3137216K) icms_dc=41 , 0.0595250 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  2290. attempt_201106171821_0001_m_000001_1: 42.083: [GC 42.083: [ParNew: 76672K->8512K(76672K), 0.0903360 secs] 1795734K->1739960K(3137216K) icms_dc=41 , 0.0903870 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  2291. attempt_201106171821_0001_m_000001_1: 42.361: [GC 42.361: [ParNew: 76672K->8512K(76672K), 0.0765720 secs] 1808120K->1780771K(3137216K) icms_dc=41 , 0.0766370 secs] [Times: user=0.22 sys=0.00, real=0.08 secs]
  2292. attempt_201106171821_0001_m_000001_1: 42.664: [GC 42.664: [ParNew: 76672K->8512K(76672K), 0.0867760 secs] 1848931K->1791285K(3137216K) icms_dc=41 , 0.0868230 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2293. attempt_201106171821_0001_m_000001_1: 43.000: [GC 43.000: [ParNew: 76672K->8512K(76672K), 0.0571650 secs] 1859445K->1804775K(3137216K) icms_dc=41 , 0.0572110 secs] [Times: user=0.20 sys=0.00, real=0.06 secs]
  2294. attempt_201106171821_0001_m_000001_1: 43.276: [GC 43.276: [ParNew: 76672K->8512K(76672K), 0.0506940 secs] 1872935K->1817658K(3137216K) icms_dc=41 , 0.0507420 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
  2295. attempt_201106171821_0001_m_000001_1: 43.541: [GC 43.542: [ParNew: 76672K->8512K(76672K), 0.0551570 secs] 1885818K->1830750K(3137216K) icms_dc=41 , 0.0552030 secs] [Times: user=0.18 sys=0.00, real=0.05 secs]
  2296. attempt_201106171821_0001_m_000001_1: 43.828: [GC 43.828: [ParNew: 76672K->8512K(76672K), 0.0726750 secs] 1898910K->1843980K(3137216K) icms_dc=41 , 0.0727260 secs] [Times: user=0.24 sys=0.00, real=0.07 secs]
  2297. attempt_201106171821_0001_m_000001_1: 44.127: [GC 44.127: [ParNew: 76672K->8512K(76672K), 0.0803710 secs] 1912140K->1856760K(3137216K) icms_dc=41 , 0.0804160 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2298. attempt_201106171821_0001_m_000001_1: 44.420: [GC 44.420: [ParNew: 76672K->8512K(76672K), 0.0716450 secs] 1924920K->1869241K(3137216K) icms_dc=41 , 0.0716900 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2299. attempt_201106171821_0001_m_000001_1: 44.737: [GC 44.737: [ParNew: 76672K->8512K(76672K), 0.1439400 secs] 1937401K->1880903K(3137216K) icms_dc=41 , 0.1439920 secs] [Times: user=0.24 sys=0.00, real=0.15 secs]
  2300. attempt_201106171821_0001_m_000001_1: 45.085: [GC 45.085: [ParNew: 76672K->8512K(76672K), 0.0595560 secs] 1949063K->1893941K(3137216K) icms_dc=41 , 0.0596020 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2301. attempt_201106171821_0001_m_000001_1: 45.357: [GC 45.357: [ParNew: 76672K->8512K(76672K), 0.0642750 secs] 1962101K->1907201K(3137216K) icms_dc=41 , 0.0643290 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2302. attempt_201106171821_0001_m_000001_1: 45.634: [GC 45.634: [ParNew: 76672K->8512K(76672K), 0.1032520 secs] 1975361K->1919942K(3137216K) icms_dc=41 , 0.1032980 secs] [Times: user=0.19 sys=0.00, real=0.11 secs]
  2303. attempt_201106171821_0001_m_000001_1: 45.948: [GC 45.948: [ParNew: 76672K->8512K(76672K), 0.0938090 secs] 1988102K->1932629K(3137216K) icms_dc=41 , 0.0938780 secs] [Times: user=0.19 sys=0.01, real=0.09 secs]
  2304. attempt_201106171821_0001_m_000001_1: 46.179: [GC 46.179: [ParNew: 69676K->8510K(76672K), 0.0665600 secs] 1993794K->1969438K(3137216K) icms_dc=41 , 0.0666120 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  2305. attempt_201106171821_0001_m_000001_1: 46.533: [GC 46.533: [ParNew: 76670K->8218K(76672K), 0.1505310 secs] 2037598K->2010448K(3137216K) icms_dc=45 , 0.1505840 secs] [Times: user=0.30 sys=0.02, real=0.15 secs]
  2306. attempt_201106171821_0001_m_000001_1: 46.982: [GC 46.982: [ParNew: 76378K->8512K(76672K), 0.0975490 secs] 2078608K->2021159K(3137216K) icms_dc=45 , 0.0975990 secs] [Times: user=0.15 sys=0.01, real=0.10 secs]
  2307. attempt_201106171821_0001_m_000001_1: 47.353: [GC 47.353: [ParNew: 76672K->8512K(76672K), 0.1085100 secs] 2089319K->2033683K(3137216K) icms_dc=45 , 0.1085500 secs] [Times: user=0.16 sys=0.00, real=0.11 secs]
  2308. attempt_201106171821_0001_m_000001_1: 47.845: [GC 47.845: [ParNew: 76672K->8512K(76672K), 0.0664270 secs] 2101843K->2046254K(3137216K) icms_dc=45 , 0.0664730 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2309. attempt_201106171821_0001_m_000001_1: 48.182: [GC 48.182: [ParNew: 76672K->8512K(76672K), 0.0889980 secs] 2114414K->2059057K(3137216K) icms_dc=45 , 0.0890440 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2310. attempt_201106171821_0001_m_000001_1: 48.503: [GC 48.503: [ParNew: 76672K->8512K(76672K), 0.1299140 secs] 2127217K->2071571K(3137216K) icms_dc=45 , 0.1299630 secs] [Times: user=0.20 sys=0.01, real=0.13 secs]
  2311. attempt_201106171821_0001_m_000001_1: 48.860: [GC 48.860: [ParNew: 76672K->8512K(76672K), 0.0869670 secs] 2139731K->2083938K(3137216K) icms_dc=45 , 0.0870130 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2312. attempt_201106171821_0001_m_000001_1: 49.198: [GC 49.198: [ParNew: 76672K->8512K(76672K), 0.0715110 secs] 2152098K->2097113K(3137216K) icms_dc=45 , 0.0715590 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2313. attempt_201106171821_0001_m_000001_1: 49.400: [CMS-concurrent-mark: 3.457/9.739 secs] [Times: user=15.18 sys=0.24, real=9.74 secs]
  2314. attempt_201106171821_0001_m_000001_1: 49.400: [CMS-concurrent-preclean-start]
  2315. attempt_201106171821_0001_m_000001_1: 49.525: [GC 49.525: [ParNew: 76672K->8512K(76672K), 0.0670630 secs] 2165273K->2108325K(3137216K) icms_dc=45 , 0.0671140 secs] [Times: user=0.15 sys=0.01, real=0.07 secs]
  2316. attempt_201106171821_0001_m_000001_1: 49.748: [CMS-concurrent-preclean: 0.160/0.347 secs] [Times: user=0.59 sys=0.01, real=0.35 secs]
  2317. attempt_201106171821_0001_m_000001_1: 49.748: [CMS-concurrent-abortable-preclean-start]
  2318. attempt_201106171821_0001_m_000001_1: 49.814: [GC 49.814: [ParNew: 76672K->8512K(76672K), 0.0687470 secs] 2176485K->2120797K(3137216K) icms_dc=45 , 0.0687960 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2319. attempt_201106171821_0001_m_000001_1: 50.030: [CMS-concurrent-abortable-preclean: 0.082/0.283 secs] [Times: user=0.48 sys=0.01, real=0.28 secs]
  2320. attempt_201106171821_0001_m_000001_1: 50.031: [GC[YG occupancy: 49551 K (76672 K)]50.031: [Rescan (parallel) , 0.0247920 secs]50.056: [weak refs processing, 0.0000220 secs] [1 CMS-remark: 2112285K(3060544K)] 2161836K(3137216K), 0.0248920 secs] [Times: user=0.07 sys=0.00, real=0.02 secs]
  2321. attempt_201106171821_0001_m_000001_1: 50.056: [CMS-concurrent-sweep-start]
  2322. attempt_201106171821_0001_m_000001_1: 50.141: [GC 50.141: [ParNew: 76672K->8512K(76672K), 0.1161650 secs] 2188950K->2133445K(3137216K) icms_dc=45 , 0.1162140 secs] [Times: user=0.19 sys=0.01, real=0.12 secs]
  2323. attempt_201106171821_0001_m_000001_1: 50.475: [GC 50.475: [ParNew: 76672K->8512K(76672K), 0.0650000 secs] 2201605K->2146157K(3137216K) icms_dc=45 , 0.0650460 secs] [Times: user=0.16 sys=0.01, real=0.07 secs]
  2324. attempt_201106171821_0001_m_000001_1: 50.830: [GC 50.830: [ParNew: 76672K->8512K(76672K), 0.0719880 secs] 2214315K->2158211K(3137216K) icms_dc=45 , 0.0720450 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2325. attempt_201106171821_0001_m_000001_1: 51.236: [GC 51.236: [ParNew: 76672K->8512K(76672K), 0.1243360 secs] 2226360K->2170599K(3137216K) icms_dc=45 , 0.1244140 secs] [Times: user=0.29 sys=0.00, real=0.13 secs]
  2326. attempt_201106171821_0001_m_000001_1: 51.657: [GC 51.657: [ParNew: 76672K->8512K(76672K), 0.0782260 secs] 2238759K->2183367K(3137216K) icms_dc=45 , 0.0782720 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2327. attempt_201106171821_0001_m_000001_1: 51.979: [GC 51.979: [ParNew: 76672K->8512K(76672K), 0.1227150 secs] 2251526K->2195772K(3137216K) icms_dc=45 , 0.1227700 secs] [Times: user=0.20 sys=0.01, real=0.12 secs]
  2328. attempt_201106171821_0001_m_000001_1: 52.359: [GC 52.359: [ParNew: 76672K->8512K(76672K), 0.0969270 secs] 2263932K->2208469K(3137216K) icms_dc=45 , 0.0969750 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  2329. attempt_201106171821_0001_m_000001_1: 52.692: [GC 52.692: [ParNew: 76672K->8512K(76672K), 0.1029340 secs] 2276627K->2221424K(3137216K) icms_dc=45 , 0.1029900 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  2330. attempt_201106171821_0001_m_000001_1: 53.075: [GC 53.075: [ParNew: 76672K->8512K(76672K), 0.0895350 secs] 2289572K->2234698K(3137216K) icms_dc=45 , 0.0895820 secs] [Times: user=0.21 sys=0.01, real=0.09 secs]
  2331. attempt_201106171821_0001_m_000001_1: 53.373: [CMS-concurrent-sweep: 1.229/3.317 secs] [Times: user=5.15 sys=0.10, real=3.32 secs]
  2332. attempt_201106171821_0001_m_000001_1: 53.373: [CMS-concurrent-reset-start]
  2333. attempt_201106171821_0001_m_000001_1: 53.380: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  2334. attempt_201106171821_0001_m_000001_1: 53.456: [GC 53.456: [ParNew: 76672K->8512K(76672K), 0.0835470 secs] 2302424K->2246868K(3137216K) icms_dc=34 , 0.0835990 secs] [Times: user=0.15 sys=0.01, real=0.09 secs]
  2335. attempt_201106171821_0001_m_000001_1: 53.611: [GC [1 CMS-initial-mark: 2238356K(3060544K)] 2270123K(3137216K), 0.0282780 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  2336. attempt_201106171821_0001_m_000001_1: 53.640: [CMS-concurrent-mark-start]
  2337. attempt_201106171821_0001_m_000001_1: 53.785: [GC 53.785: [ParNew: 76672K->8512K(76672K), 0.1014510 secs] 2315028K->2258824K(3137216K) icms_dc=34 , 0.1014970 secs] [Times: user=0.15 sys=0.01, real=0.10 secs]
  2338. attempt_201106171821_0001_m_000001_1: 54.094: [GC 54.095: [ParNew: 76672K->8512K(76672K), 0.0723020 secs] 2326984K->2270963K(3137216K) icms_dc=35 , 0.0723480 secs] [Times: user=0.19 sys=0.01, real=0.08 secs]
  2339. attempt_201106171821_0001_m_000001_1: 54.419: [GC 54.419: [ParNew: 76672K->8512K(76672K), 0.0907500 secs] 2339123K->2283573K(3137216K) icms_dc=36 , 0.0908030 secs] [Times: user=0.25 sys=0.01, real=0.09 secs]
  2340. attempt_201106171821_0001_m_000001_1: 54.792: [GC 54.792: [ParNew: 76672K->8512K(76672K), 0.0613960 secs] 2351733K->2296388K(3137216K) icms_dc=36 , 0.0614410 secs] [Times: user=0.20 sys=0.01, real=0.06 secs]
  2341. attempt_201106171821_0001_m_000001_1: 55.072: [GC 55.072: [ParNew: 76672K->8512K(76672K), 0.0781080 secs] 2364548K->2308872K(3137216K) icms_dc=39 , 0.0781550 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2342. attempt_201106171821_0001_m_000001_1: 55.377: [GC 55.377: [ParNew: 76672K->8510K(76672K), 0.0985180 secs] 2377032K->2321308K(3137216K) icms_dc=40 , 0.0985730 secs] [Times: user=0.19 sys=0.01, real=0.10 secs]
  2343. attempt_201106171821_0001_m_000001_1: 55.711: [GC 55.711: [ParNew: 76670K->8510K(76672K), 0.0652770 secs] 2389468K->2333825K(3137216K) icms_dc=40 , 0.0653300 secs] [Times: user=0.20 sys=0.01, real=0.06 secs]
  2344. attempt_201106171821_0001_m_000001_1: 55.819: [GC 55.819: [ParNew: 74732K->8510K(76672K), 0.1062960 secs] 2400048K->2398952K(3137216K) icms_dc=55 , 0.1063690 secs] [Times: user=0.30 sys=0.02, real=0.10 secs]
  2345. attempt_201106171821_0001_m_000001_1: 55.936: [GC 55.936: [ParNew: 65108K->3644K(76672K), 0.2417720 secs] 2455549K->2450682K(3137216K) icms_dc=70 , 0.2418320 secs] [Times: user=0.54 sys=0.05, real=0.25 secs]
  2346. attempt_201106171821_0001_m_000001_1: 56.538: [GC 56.538: [ParNew: 71804K->8512K(76672K), 0.0733270 secs] 2518842K->2472646K(3137216K) icms_dc=87 , 0.0733800 secs] [Times: user=0.15 sys=0.03, real=0.07 secs]
  2347. attempt_201106171821_0001_m_000001_1: 56.834: [GC 56.834: [ParNew: 76672K->8512K(76672K), 0.0865050 secs] 2540806K->2484832K(3137216K) icms_dc=87 , 0.0865500 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  2348. attempt_201106171821_0001_m_000001_1: 57.170: [GC 57.170: [ParNew: 76672K->8512K(76672K), 0.0816690 secs] 2552992K->2497299K(3137216K) icms_dc=87 , 0.0817170 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2349. attempt_201106171821_0001_m_000001_1: 57.467: [GC 57.467: [ParNew: 76672K->8512K(76672K), 0.0967340 secs] 2565459K->2509810K(3137216K) icms_dc=87 , 0.0967810 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  2350. attempt_201106171821_0001_m_000001_1: 57.822: [GC 57.822: [ParNew: 76672K->8512K(76672K), 0.0958870 secs] 2577970K->2522368K(3137216K) icms_dc=87 , 0.0959320 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  2351. attempt_201106171821_0001_m_000001_1: 58.168: [GC 58.168: [ParNew: 76672K->8512K(76672K), 0.0732810 secs] 2590528K->2535592K(3137216K) icms_dc=87 , 0.0733440 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2352. attempt_201106171821_0001_m_000001_1: 58.535: [GC 58.535: [ParNew: 76672K->8512K(76672K), 0.0961860 secs] 2603752K->2546605K(3137216K) icms_dc=87 , 0.0962330 secs] [Times: user=0.15 sys=0.02, real=0.10 secs]
  2353. attempt_201106171821_0001_m_000001_1: 58.904: [GC 58.904: [ParNew: 76672K->8512K(76672K), 0.0837600 secs] 2614765K->2558955K(3137216K) icms_dc=87 , 0.0838190 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2354. attempt_201106171821_0001_m_000001_1: 59.237: [GC 59.237: [ParNew: 76672K->8512K(76672K), 0.0857630 secs] 2627115K->2571408K(3137216K) icms_dc=87 , 0.0858280 secs] [Times: user=0.18 sys=0.03, real=0.08 secs]
  2355. attempt_201106171821_0001_m_000001_1: 59.618: [GC 59.618: [ParNew: 76672K->8512K(76672K), 0.0693530 secs] 2639568K->2583691K(3137216K) icms_dc=87 , 0.0694020 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2356. attempt_201106171821_0001_m_000001_1: 59.968: [GC 59.968: [ParNew: 76672K->8512K(76672K), 0.0904440 secs] 2651851K->2596233K(3137216K) icms_dc=87 , 0.0904900 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  2357. attempt_201106171821_0001_m_000001_1: 60.358: [GC 60.358: [ParNew: 76672K->8512K(76672K), 0.0732110 secs] 2664393K->2608631K(3137216K) icms_dc=87 , 0.0732560 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2358. attempt_201106171821_0001_m_000001_1: 60.672: [GC 60.672: [ParNew: 76672K->8512K(76672K), 0.0733330 secs] 2676791K->2620255K(3137216K) icms_dc=87 , 0.0733780 secs] [Times: user=0.18 sys=0.02, real=0.07 secs]
  2359. attempt_201106171821_0001_m_000001_1: 61.007: [GC 61.008: [ParNew: 76672K->8512K(76672K), 0.0642420 secs] 2688415K->2632719K(3137216K) icms_dc=87 , 0.0642990 secs] [Times: user=0.17 sys=0.01, real=0.06 secs]
  2360. attempt_201106171821_0001_m_000001_1: 61.365: [GC 61.365: [ParNew: 76672K->8512K(76672K), 0.0957290 secs] 2700879K->2645120K(3137216K) icms_dc=87 , 0.0957750 secs] [Times: user=0.18 sys=0.01, real=0.10 secs]
  2361. attempt_201106171821_0001_m_000001_1: 61.683: [GC 61.683: [ParNew: 76672K->8512K(76672K), 0.1035580 secs] 2713280K->2658230K(3137216K) icms_dc=87 , 0.1036030 secs] [Times: user=0.18 sys=0.02, real=0.10 secs]
  2362. attempt_201106171821_0001_m_000001_1: 62.036: [GC 62.036: [ParNew: 76672K->8512K(76672K), 0.0660510 secs] 2726390K->2670826K(3137216K) icms_dc=87 , 0.0661020 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  2363. attempt_201106171821_0001_m_000001_1: 62.400: [GC 62.400: [ParNew: 76672K->8512K(76672K), 0.0706510 secs] 2738986K->2683798K(3137216K) icms_dc=87 , 0.0706980 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2364. attempt_201106171821_0001_m_000001_1: 62.705: [GC 62.705: [ParNew: 76672K->8512K(76672K), 0.0762960 secs] 2751958K->2696930K(3137216K) icms_dc=87 , 0.0763450 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2365. attempt_201106171821_0001_m_000001_1: 62.802: [CMS-concurrent-mark: 5.092/9.162 secs] [Times: user=16.13 sys=0.52, real=9.16 secs]
  2366. attempt_201106171821_0001_m_000001_1: 62.802: [CMS-concurrent-preclean-start]
  2367. attempt_201106171821_0001_m_000001_1: 62.909: [CMS-concurrent-preclean: 0.102/0.107 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  2368. attempt_201106171821_0001_m_000001_1: 62.909: [CMS-concurrent-abortable-preclean-start]
  2369. attempt_201106171821_0001_m_000001_1: 63.005: [GC 63.005: [ParNew: 76672K->8512K(76672K), 0.0637880 secs] 2765090K->2708712K(3137216K) icms_dc=87 , 0.0638340 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  2370. attempt_201106171821_0001_m_000001_1: 63.186: [CMS-concurrent-abortable-preclean: 0.182/0.277 secs] [Times: user=0.53 sys=0.01, real=0.27 secs]
  2371. attempt_201106171821_0001_m_000001_1: 63.186: [GC[YG occupancy: 45521 K (76672 K)]63.187: [Rescan (parallel) , 0.0203050 secs]63.207: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 2700200K(3060544K)] 2745721K(3137216K), 0.0204180 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
  2372. attempt_201106171821_0001_m_000001_1: 63.207: [CMS-concurrent-sweep-start]
  2373. attempt_201106171821_0001_m_000001_1: 63.308: [GC 63.308: [ParNew: 76672K->8512K(76672K), 0.0773220 secs] 2776870K->2720496K(3137216K) icms_dc=87 , 0.0773690 secs] [Times: user=0.15 sys=0.02, real=0.07 secs]
  2374. attempt_201106171821_0001_m_000001_1: 63.603: [GC 63.603: [ParNew: 76672K->8512K(76672K), 0.0743370 secs] 2788655K->2733069K(3137216K) icms_dc=87 , 0.0743760 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  2375. attempt_201106171821_0001_m_000001_1: 63.899: [GC 63.899: [ParNew: 76672K->8512K(76672K), 0.0867250 secs] 2791405K->2735493K(3137216K) icms_dc=87 , 0.0867700 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2376. attempt_201106171821_0001_m_000001_1: 64.259: [GC 64.259: [ParNew: 76672K->8512K(76672K), 0.0791740 secs] 2752863K->2696946K(3137216K) icms_dc=87 , 0.0792220 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2377. attempt_201106171821_0001_m_000001_1: 64.595: [GC 64.595: [ParNew: 76672K->8512K(76672K), 0.0717440 secs] 2765103K->2709053K(3137216K) icms_dc=87 , 0.0717960 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2378. attempt_201106171821_0001_m_000001_1: 64.951: [GC 64.951: [ParNew: 76672K->8512K(76672K), 0.0924350 secs] 2774409K->2718509K(3137216K) icms_dc=87 , 0.0924900 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2379. attempt_201106171821_0001_m_000001_1: 65.143: [CMS-concurrent-sweep: 1.281/1.936 secs] [Times: user=3.60 sys=0.08, real=1.93 secs]
  2380. attempt_201106171821_0001_m_000001_1: 65.144: [CMS-concurrent-reset-start]
  2381. attempt_201106171821_0001_m_000001_1: 65.151: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  2382. attempt_201106171821_0001_m_000001_1: 65.309: [GC 65.309: [ParNew: 76672K->8512K(76672K), 0.0788800 secs] 2786152K->2730182K(3137216K) icms_dc=66 , 0.0789250 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2383. attempt_201106171821_0001_m_000001_1: 65.428: [GC [1 CMS-initial-mark: 2721670K(3060544K)] 2742518K(3137216K), 0.0288240 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
  2384. attempt_201106171821_0001_m_000001_1: 65.457: [CMS-concurrent-mark-start]
  2385. attempt_201106171821_0001_m_000001_1: 65.662: [GC 65.662: [ParNew: 76672K->8511K(76672K), 0.0741130 secs] 2798342K->2742963K(3137216K) icms_dc=82 , 0.0741580 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2386. attempt_201106171821_0001_m_000001_1: 65.996: [GC 65.996: [ParNew: 76671K->8512K(76672K), 0.0666760 secs] 2811123K->2754425K(3137216K) icms_dc=100 , 0.0667220 secs] [Times: user=0.15 sys=0.01, real=0.07 secs]
  2387. attempt_201106171821_0001_m_000001_1: 66.300: [GC 66.300: [ParNew: 76672K->8512K(76672K), 0.0853290 secs] 2822585K->2766555K(3137216K) icms_dc=100 , 0.0853780 secs] [Times: user=0.23 sys=0.00, real=0.08 secs]
  2388. attempt_201106171821_0001_m_000001_1: 66.652: [GC 66.652: [ParNew: 76672K->8512K(76672K), 0.0745970 secs] 2834715K->2778702K(3137216K) icms_dc=100 , 0.0746420 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2389. attempt_201106171821_0001_m_000001_1: 66.954: [GC 66.954: [ParNew: 76672K->8512K(76672K), 0.0838500 secs] 2846862K->2790693K(3137216K) icms_dc=100 , 0.0838960 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2390. attempt_201106171821_0001_m_000001_1: 67.275: [GC 67.275: [ParNew: 76672K->8512K(76672K), 0.0705020 secs] 2858853K->2803148K(3137216K) icms_dc=100 , 0.0705520 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2391. attempt_201106171821_0001_m_000001_1: 67.566: [GC 67.566: [ParNew: 76672K->8512K(76672K), 0.0629620 secs] 2871308K->2814740K(3137216K) icms_dc=100 , 0.0630080 secs] [Times: user=0.16 sys=0.00, real=0.07 secs]
  2392. attempt_201106171821_0001_m_000001_1: 67.855: [GC 67.855: [ParNew: 76672K->8512K(76672K), 0.0900120 secs] 2882900K->2826752K(3137216K) icms_dc=100 , 0.0900590 secs] [Times: user=0.16 sys=0.00, real=0.09 secs]
  2393. attempt_201106171821_0001_m_000001_1: 68.194: [GC 68.194: [ParNew: 76672K->8512K(76672K), 0.0646670 secs] 2894912K->2839228K(3137216K) icms_dc=100 , 0.0647120 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2394. attempt_201106171821_0001_m_000001_1: 68.559: [GC 68.559: [ParNew: 76672K->8512K(76672K), 0.0914800 secs] 2907388K->2851216K(3137216K) icms_dc=100 , 0.0915360 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  2395. attempt_201106171821_0001_m_000001_1: 68.931: [GC 68.931: [ParNew: 76672K->8512K(76672K), 0.0716770 secs] 2919376K->2862764K(3137216K) icms_dc=100 , 0.0717230 secs] [Times: user=0.15 sys=0.02, real=0.07 secs]
  2396. attempt_201106171821_0001_m_000001_1: 69.223: [GC 69.223: [ParNew: 76672K->8512K(76672K), 0.1005370 secs] 2930924K->2874884K(3137216K) icms_dc=100 , 0.1005950 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  2397. attempt_201106171821_0001_m_000001_1: 69.604: [GC 69.604: [ParNew: 76672K->8512K(76672K), 0.1063250 secs] 2943044K->2887123K(3137216K) icms_dc=100 , 0.1063850 secs] [Times: user=0.18 sys=0.02, real=0.11 secs]
  2398. attempt_201106171821_0001_m_000001_1: 69.966: [GC 69.966: [ParNew: 76672K->8510K(76672K), 0.0972280 secs] 2955283K->2898929K(3137216K) icms_dc=100 , 0.0972740 secs] [Times: user=0.17 sys=0.01, real=0.10 secs]
  2399. attempt_201106171821_0001_m_000001_1: 70.265: [GC 70.265: [ParNew: 76670K->8510K(76672K), 0.0806220 secs] 2967089K->2912835K(3137216K) icms_dc=100 , 0.0806700 secs] [Times: user=0.16 sys=0.01, real=0.08 secs]
  2400. attempt_201106171821_0001_m_000001_1: 70.556: [GC 70.556: [ParNew: 76670K->8512K(76672K), 0.0934870 secs] 2980995K->2924841K(3137216K) icms_dc=100 , 0.0935320 secs] [Times: user=0.16 sys=0.01, real=0.10 secs]
  2401. attempt_201106171821_0001_m_000001_1: 70.883: [GC 70.883: [ParNew: 76672K->8512K(76672K), 0.0818820 secs] 2993001K->2938436K(3137216K) icms_dc=100 , 0.0819300 secs] [Times: user=0.20 sys=0.02, real=0.08 secs]
  2402. attempt_201106171821_0001_m_000001_1: 71.200: [GC 71.200: [ParNew: 76672K->8512K(76672K), 0.0782450 secs] 3006596K->2949839K(3137216K) icms_dc=100 , 0.0782950 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2403. attempt_201106171821_0001_m_000001_1: 71.537: [GC 71.537: [ParNew: 76672K->8512K(76672K), 0.0880730 secs] 3017999K->2961976K(3137216K) icms_dc=100 , 0.0881240 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2404. attempt_201106171821_0001_m_000001_1: 71.838: [GC 71.838: [ParNew: 76672K->8512K(76672K), 0.0935980 secs] 3030136K->2973755K(3137216K) icms_dc=100 , 0.0936440 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2405. attempt_201106171821_0001_m_000001_1: 72.160: [GC 72.160: [ParNew: 76672K->8512K(76672K), 0.0920410 secs] 3041915K->2985988K(3137216K) icms_dc=100 , 0.0920920 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  2406. attempt_201106171821_0001_m_000001_1: 72.537: [GC 72.537: [ParNew: 76672K->8512K(76672K), 0.0844930 secs] 3054148K->2998180K(3137216K) icms_dc=100 , 0.0845380 secs] [Times: user=0.16 sys=0.00, real=0.08 secs]
  2407. attempt_201106171821_0001_m_000001_1: 72.837: [GC 72.838: [ParNew: 76672K->8512K(76672K), 0.0929390 secs] 3066340K->3010405K(3137216K) icms_dc=100 , 0.0929850 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2408. attempt_201106171821_0001_m_000001_1: 73.078: [CMS-concurrent-mark: 5.605/7.621 secs] [Times: user=14.74 sys=0.28, real=7.62 secs]
  2409. attempt_201106171821_0001_m_000001_1: 73.078: [CMS-concurrent-preclean-start]
  2410. attempt_201106171821_0001_m_000001_1: 73.184: [GC 73.184: [ParNew: 76672K->8512K(76672K), 0.1412590 secs] 3078565K->3022728K(3137216K) icms_dc=100 , 0.1413070 secs] [Times: user=0.22 sys=0.02, real=0.14 secs]
  2411. attempt_201106171821_0001_m_000001_1: 73.499: [CMS-concurrent-preclean: 0.265/0.420 secs] [Times: user=0.69 sys=0.03, real=0.42 secs]
  2412. attempt_201106171821_0001_m_000001_1: 73.499: [CMS-concurrent-abortable-preclean-start]
  2413. attempt_201106171821_0001_m_000001_1: 73.525: [CMS-concurrent-abortable-preclean: 0.026/0.026 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
  2414. attempt_201106171821_0001_m_000001_1: 73.525: [GC[YG occupancy: 46900 K (76672 K)]73.525: [Rescan (parallel) , 0.0517020 secs]73.577: [weak refs processing, 0.0000250 secs] [1 CMS-remark: 3014216K(3060544K)] 3061117K(3137216K), 0.0518180 secs] [Times: user=0.07 sys=0.00, real=0.06 secs]
  2415. attempt_201106171821_0001_m_000001_1: 73.577: [CMS-concurrent-sweep-start]
  2416. attempt_201106171821_0001_m_000001_1: 73.734: [GC 73.735: [ParNew: 76672K->8512K(76672K), 0.0962220 secs] 3090888K->3034537K(3137216K) icms_dc=100 , 0.0962750 secs] [Times: user=0.22 sys=0.00, real=0.10 secs]
  2417. attempt_201106171821_0001_m_000001_1: 74.165: [GC 74.165: [ParNew: 76672K->8512K(76672K), 0.1832650 secs] 3102696K->3046470K(3137216K) icms_dc=100 , 0.1833270 secs] [Times: user=0.32 sys=0.04, real=0.19 secs]
  2418. attempt_201106171821_0001_m_000001_1: 74.866: [GC 74.866: [ParNew: 76672K->8512K(76672K), 0.1203530 secs] 3113130K->3056918K(3137216K) icms_dc=100 , 0.1204500 secs] [Times: user=0.24 sys=0.01, real=0.13 secs]
  2419. attempt_201106171821_0001_m_000001_1: 75.349: [Full GC 75.349: [CMS76.094: [CMS-concurrent-sweep: 2.103/2.517 secs] [Times: user=3.77 sys=0.19, real=2.51 secs]
  2420. attempt_201106171821_0001_m_000001_1: (concurrent mode failure): 3046304K->2992781K(3060544K), 11.8795300 secs] 3122976K->2992781K(3137216K), [CMS Perm : 10633K->10628K(21248K)] icms_dc=100 , 11.8795910 secs] [Times: user=11.83 sys=0.00, real=11.88 secs]
  2421. attempt_201106171821_0001_m_000001_1: 87.241: [GC [1 CMS-initial-mark: 2992781K(3060544K)] 2995598K(3137216K), 0.0031490 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2422. attempt_201106171821_0001_m_000001_1: 87.244: [CMS-concurrent-mark-start]
  2423. attempt_201106171821_0001_m_000001_1: 87.407: [GC 87.408: [ParNew: 42560K->8512K(76672K), 0.0259050 secs]87.433: [CMS92.391: [CMS-concurrent-mark: 5.121/5.147 secs] [Times: user=5.27 sys=0.01, real=5.15 secs]
  2424. attempt_201106171821_0001_m_000001_1: (concurrent mode failure): 2992859K->2999777K(3060544K), 15.9222670 secs] 3035341K->2999777K(3137216K), [CMS Perm : 10628K->10628K(21248K)] icms_dc=100 , 15.9482470 secs] [Times: user=15.93 sys=0.01, real=15.94 secs]
  2425. attempt_201106171821_0001_m_000001_1: 103.356: [Full GC 103.356: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  2426. attempt_201106171821_0001_m_000001_1: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  2427. attempt_201106171821_0001_m_000001_1: : 2999777K->2999651K(3060544K), 10.8923200 secs] 2999777K->2999651K(3137216K), [CMS Perm : 10628K->10607K(21248K)] icms_dc=100 , 10.8923720 secs] [Times: user=10.89 sys=0.00, real=10.90 secs]
  2428. attempt_201106171821_0001_m_000001_1: 114.249: [GC [1 CMS-initial-mark: 2999651K(3060544K)] 3001707K(3137216K), 0.0006250 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2429. attempt_201106171821_0001_m_000001_1: 114.250: [CMS-concurrent-mark-start]
  2430. attempt_201106171821_0001_m_000001_1: 114.278: [CMS-concurrent-mark: 0.026/0.029 secs] [Times: user=0.04 sys=0.00, real=0.03 secs]
  2431. attempt_201106171821_0001_m_000001_1: 114.278: [CMS-concurrent-preclean-start]
  2432.  
  2433. [ Snip...]
  2434.  
  2435. 11/06/17 18:39:05 INFO mapred.JobClient: Task Id : attempt_201106171821_0001_m_000002_2, Status : FAILED
  2436. java.lang.RuntimeException: Error in configuring object
  2437. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  2438. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  2439. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  2440. at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:354)
  2441. at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
  2442. at org.apache.hadoop.mapred.Child.main(Child.java:170)
  2443. Caused by: java.lang.reflect.InvocationTargetException
  2444. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2445. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2446. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2447. at java.lang.reflect.Method.invoke(Method.java:597)
  2448. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  2449. ... 5 more
  2450. Caused by: java.lang.RuntimeException: Error in configuring object
  2451. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:93)
  2452. at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:64)
  2453. at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
  2454. at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
  2455. ... 10 more
  2456. Caused by: java.lang.reflect.InvocationTargetException
  2457. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2458. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2459. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2460. at java.lang.reflect.Method.invoke(Method.java:597)
  2461. at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:88)
  2462. ... 13 more
  2463. Caused by: java.lang.OutOfMemoryError: Java heap space
  2464. at org.apache.mahout.math.map.OpenIntObjectHashMap.rehash(OpenIntObjectHashMap.java:418)
  2465. at org.apache.mahout.math.map.OpenIntObjectHashMap.put(OpenIntObjectHashMap.java:384)
  2466. at org.apache.mahout.math.SparseMatrix.setQuick(SparseMatrix.java:95)
  2467. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.loadFeatureWeight(InMemoryBayesDatastore.java:153)
  2468. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadWeightMatrix(SequenceFileModelReader.java:65)
  2469. at org.apache.mahout.classifier.bayes.io.SequenceFileModelReader.loadModel(SequenceFileModelReader.java:51)
  2470. at org.apache.mahout.classifier.bayes.datastore.InMemoryBayesDatastore.initialize(InMemoryBayesDatastore.java:76)
  2471. at org.apache.mahout.classifier.bayes.model.ClassifierContext.initialize(ClassifierContext.java:47)
  2472. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierMapper.configure(BayesClassifierMapper.java:121)
  2473. ... 18 more
  2474.  
  2475. attempt_201106171821_0001_m_000002_2: 1.626: [GC 1.626: [ParNew: 68160K->8512K(76672K), 0.0290720 secs] 165440K->110139K(3137216K), 0.0291270 secs] [Times: user=0.05 sys=0.02, real=0.03 secs]
  2476. attempt_201106171821_0001_m_000002_2: 1.896: [GC [1 CMS-initial-mark: 101627K(3060544K)] 141440K(3137216K), 0.0406950 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
  2477. attempt_201106171821_0001_m_000002_2: 1.937: [CMS-concurrent-mark-start]
  2478. attempt_201106171821_0001_m_000002_2: 1.969: [CMS-concurrent-mark: 0.032/0.032 secs] [Times: user=0.05 sys=0.01, real=0.03 secs]
  2479. attempt_201106171821_0001_m_000002_2: 1.969: [CMS-concurrent-preclean-start]
  2480. attempt_201106171821_0001_m_000002_2: 1.978: [CMS-concurrent-preclean: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2481. attempt_201106171821_0001_m_000002_2: 1.978: [CMS-concurrent-abortable-preclean-start]
  2482. attempt_201106171821_0001_m_000002_2: 2.142: [GC 2.142: [ParNew: 76672K->8512K(76672K), 0.0630010 secs] 178299K->126418K(3137216K), 0.0630450 secs] [Times: user=0.11 sys=0.02, real=0.06 secs]
  2483. attempt_201106171821_0001_m_000002_2: 2.408: [CMS-concurrent-abortable-preclean: 0.031/0.431 secs] [Times: user=0.53 sys=0.04, real=0.43 secs]
  2484. attempt_201106171821_0001_m_000002_2: 2.409: [GC[YG occupancy: 42924 K (76672 K)]2.409: [Rescan (parallel) , 0.0338700 secs]2.443: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 117906K(3060544K)] 160831K(3137216K), 0.0340040 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
  2485. attempt_201106171821_0001_m_000002_2: 2.443: [CMS-concurrent-sweep-start]
  2486. attempt_201106171821_0001_m_000002_2: 2.443: [CMS-concurrent-sweep: 0.001/0.001 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2487. attempt_201106171821_0001_m_000002_2: 2.443: [CMS-concurrent-reset-start]
  2488. attempt_201106171821_0001_m_000002_2: 2.654: [GC 2.654: [ParNew: 74007K->8512K(76672K), 0.0360910 secs] 191908K->136554K(3137216K), 0.0361330 secs] [Times: user=0.10 sys=0.00, real=0.03 secs]
  2489. attempt_201106171821_0001_m_000002_2: 2.848: [CMS-concurrent-reset: 0.081/0.405 secs] [Times: user=0.44 sys=0.09, real=0.40 secs]
  2490. attempt_201106171821_0001_m_000002_2: 3.086: [GC 3.086: [ParNew: 76672K->8512K(76672K), 0.0856640 secs] 204714K->165669K(3137216K) icms_dc=5 , 0.0857150 secs] [Times: user=0.14 sys=0.03, real=0.08 secs]
  2491. attempt_201106171821_0001_m_000002_2: 3.400: [GC [1 CMS-initial-mark: 157157K(3060544K)] 198241K(3137216K), 0.0501800 secs] [Times: user=0.05 sys=0.00, real=0.05 secs]
  2492. attempt_201106171821_0001_m_000002_2: 3.451: [CMS-concurrent-mark-start]
  2493. attempt_201106171821_0001_m_000002_2: 3.712: [GC 3.712: [ParNew: 76672K->8512K(76672K), 0.0436910 secs] 233829K->177032K(3137216K) icms_dc=5 , 0.0437350 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
  2494. attempt_201106171821_0001_m_000002_2: 3.927: [CMS-concurrent-mark: 0.079/0.477 secs] [Times: user=0.60 sys=0.00, real=0.48 secs]
  2495. attempt_201106171821_0001_m_000002_2: 3.927: [CMS-concurrent-preclean-start]
  2496. attempt_201106171821_0001_m_000002_2: 3.941: [CMS-concurrent-preclean: 0.013/0.014 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]
  2497. attempt_201106171821_0001_m_000002_2: 3.941: [CMS-concurrent-abortable-preclean-start]
  2498. attempt_201106171821_0001_m_000002_2: 4.036: [GC 4.036: [ParNew: 76672K->8512K(76672K), 0.0810280 secs] 245192K->223742K(3137216K) icms_dc=5 , 0.0810750 secs] [Times: user=0.15 sys=0.03, real=0.08 secs]
  2499. attempt_201106171821_0001_m_000002_2: 4.320: [CMS-concurrent-abortable-preclean: 0.212/0.379 secs] [Times: user=0.67 sys=0.03, real=0.38 secs]
  2500. attempt_201106171821_0001_m_000002_2: 4.320: [GC[YG occupancy: 42847 K (76672 K)]4.320: [Rescan (parallel) , 0.0133080 secs]4.334: [weak refs processing, 0.0000060 secs] [1 CMS-remark: 215230K(3060544K)] 258078K(3137216K), 0.0133870 secs] [Times: user=0.05 sys=0.00, real=0.02 secs]
  2501. attempt_201106171821_0001_m_000002_2: 4.336: [CMS-concurrent-sweep-start]
  2502. attempt_201106171821_0001_m_000002_2: 4.572: [GC 4.572: [ParNew: 76672K->8512K(76672K), 0.0428970 secs] 280397K->218467K(3137216K) icms_dc=5 , 0.0429500 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
  2503. attempt_201106171821_0001_m_000002_2: 4.831: [CMS-concurrent-sweep: 0.022/0.494 secs] [Times: user=0.55 sys=0.00, real=0.49 secs]
  2504. attempt_201106171821_0001_m_000002_2: 4.842: [CMS-concurrent-reset-start]
  2505. attempt_201106171821_0001_m_000002_2: 4.850: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
  2506. attempt_201106171821_0001_m_000002_2: 5.058: [GC 5.058: [ParNew: 76672K->8512K(76672K), 0.0463350 secs] 286627K->229617K(3137216K) icms_dc=0 , 0.0463840 secs] [Times: user=0.13 sys=0.01, real=0.05 secs]
  2507. attempt_201106171821_0001_m_000002_2: 5.525: [GC 5.525: [ParNew: 66484K->8512K(76672K), 0.0567330 secs] 287590K->239488K(3137216K) icms_dc=0 , 0.0567860 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
  2508. attempt_201106171821_0001_m_000002_2: 5.761: [GC 5.761: [ParNew: 55746K->3537K(76672K), 0.0755200 secs] 286722K->283979K(3137216K) icms_dc=0 , 0.0755680 secs] [Times: user=0.19 sys=0.03, real=0.07 secs]
  2509. attempt_201106171821_0001_m_000002_2: 6.083: [GC 6.083: [ParNew: 71697K->8512K(76672K), 0.0434260 secs] 352139K->321388K(3137216K) icms_dc=0 , 0.0434720 secs] [Times: user=0.15 sys=0.01, real=0.04 secs]
  2510. attempt_201106171821_0001_m_000002_2: 6.538: [GC 6.538: [ParNew: 76672K->8512K(76672K), 0.0578480 secs] 389548K->331832K(3137216K) icms_dc=0 , 0.0579000 secs] [Times: user=0.14 sys=0.02, real=0.06 secs]
  2511. attempt_201106171821_0001_m_000002_2: 7.034: [GC 7.034: [ParNew: 76672K->8512K(76672K), 0.0570960 secs] 399992K->342296K(3137216K) icms_dc=0 , 0.0571430 secs] [Times: user=0.15 sys=0.00, real=0.06 secs]
  2512. attempt_201106171821_0001_m_000002_2: 7.487: [GC 7.487: [ParNew: 76672K->8512K(76672K), 0.0653580 secs] 410456K->353194K(3137216K) icms_dc=0 , 0.0654060 secs] [Times: user=0.15 sys=0.00, real=0.07 secs]
  2513. attempt_201106171821_0001_m_000002_2: 7.960: [GC 7.960: [ParNew: 76672K->8512K(76672K), 0.0667290 secs] 421354K->363866K(3137216K) icms_dc=0 , 0.0667870 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2514. attempt_201106171821_0001_m_000002_2: 8.431: [GC 8.431: [ParNew: 76672K->8512K(76672K), 0.0622720 secs] 432026K->374440K(3137216K) icms_dc=0 , 0.0623170 secs] [Times: user=0.15 sys=0.01, real=0.07 secs]
  2515. attempt_201106171821_0001_m_000002_2: 8.917: [GC 8.917: [ParNew: 76672K->8512K(76672K), 0.0730930 secs] 442600K->384751K(3137216K) icms_dc=0 , 0.0731380 secs] [Times: user=0.14 sys=0.00, real=0.07 secs]
  2516. attempt_201106171821_0001_m_000002_2: 9.168: [GC 9.168: [ParNew: 67185K->8198K(76672K), 0.0932060 secs] 443425K->420984K(3137216K) icms_dc=0 , 0.0932520 secs] [Times: user=0.30 sys=0.00, real=0.10 secs]
  2517. attempt_201106171821_0001_m_000002_2: 9.600: [GC 9.600: [ParNew: 72975K->7074K(76672K), 0.0816610 secs] 485761K->480858K(3137216K) icms_dc=3 , 0.0817180 secs] [Times: user=0.17 sys=0.05, real=0.09 secs]
  2518. attempt_201106171821_0001_m_000002_2: 9.692: [GC [1 CMS-initial-mark: 473783K(3060544K)] 537455K(3137216K), 0.0004920 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2519. attempt_201106171821_0001_m_000002_2: 9.692: [CMS-concurrent-mark-start]
  2520. attempt_201106171821_0001_m_000002_2: 9.757: [GC 9.757: [ParNew: 75234K->7999K(76672K), 0.0580760 secs] 549018K->545455K(3137216K) icms_dc=13 , 0.0581230 secs] [Times: user=0.10 sys=0.04, real=0.06 secs]
  2521. attempt_201106171821_0001_m_000002_2: 10.085: [GC 10.085: [ParNew: 76159K->8512K(76672K), 0.0482790 secs] 613615K->555703K(3137216K) icms_dc=13 , 0.0483390 secs] [Times: user=0.12 sys=0.01, real=0.04 secs]
  2522. attempt_201106171821_0001_m_000002_2: 10.441: [GC 10.441: [ParNew: 76672K->8512K(76672K), 0.0854540 secs] 623863K->566569K(3137216K) icms_dc=13 , 0.0855010 secs] [Times: user=0.21 sys=0.00, real=0.09 secs]
  2523. attempt_201106171821_0001_m_000002_2: 10.855: [GC 10.855: [ParNew: 76672K->8512K(76672K), 0.0651820 secs] 634729K->577153K(3137216K) icms_dc=13 , 0.0652350 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  2524. attempt_201106171821_0001_m_000002_2: 11.227: [GC 11.227: [ParNew: 76672K->8512K(76672K), 0.0720280 secs] 645313K->587674K(3137216K) icms_dc=13 , 0.0720740 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2525. attempt_201106171821_0001_m_000002_2: 11.601: [GC 11.601: [ParNew: 76672K->8512K(76672K), 0.0610750 secs] 655834K->597791K(3137216K) icms_dc=13 , 0.0611220 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2526. attempt_201106171821_0001_m_000002_2: 12.025: [GC 12.025: [ParNew: 76672K->8512K(76672K), 0.0677720 secs] 665951K->608304K(3137216K) icms_dc=13 , 0.0678200 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2527. attempt_201106171821_0001_m_000002_2: 12.374: [GC 12.374: [ParNew: 76672K->8512K(76672K), 0.0881330 secs] 676464K->618721K(3137216K) icms_dc=13 , 0.0881790 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2528. attempt_201106171821_0001_m_000002_2: 12.745: [GC 12.745: [ParNew: 76672K->8512K(76672K), 0.0901730 secs] 686881K->629180K(3137216K) icms_dc=13 , 0.0902200 secs] [Times: user=0.16 sys=0.01, real=0.09 secs]
  2529. attempt_201106171821_0001_m_000002_2: 13.113: [GC 13.113: [ParNew: 76672K->8512K(76672K), 0.0711270 secs] 697340K->639705K(3137216K) icms_dc=13 , 0.0711760 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2530. attempt_201106171821_0001_m_000002_2: 13.493: [GC 13.493: [ParNew: 76672K->8511K(76672K), 0.0595700 secs] 707865K->650194K(3137216K) icms_dc=13 , 0.0596140 secs] [Times: user=0.18 sys=0.02, real=0.06 secs]
  2531. attempt_201106171821_0001_m_000002_2: 13.839: [GC 13.839: [ParNew: 76671K->8512K(76672K), 0.0642510 secs] 718354K->660702K(3137216K) icms_dc=13 , 0.0643000 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2532. attempt_201106171821_0001_m_000002_2: 14.187: [GC 14.187: [ParNew: 76672K->8512K(76672K), 0.0756700 secs] 728862K->671720K(3137216K) icms_dc=13 , 0.0757170 secs] [Times: user=0.21 sys=0.00, real=0.07 secs]
  2533. attempt_201106171821_0001_m_000002_2: 14.423: [CMS-concurrent-mark: 0.726/4.731 secs] [Times: user=6.43 sys=0.25, real=4.72 secs]
  2534. attempt_201106171821_0001_m_000002_2: 14.423: [CMS-concurrent-preclean-start]
  2535. attempt_201106171821_0001_m_000002_2: 14.575: [GC 14.575: [ParNew: 76672K->8512K(76672K), 0.0691730 secs] 739880K->681904K(3137216K) icms_dc=13 , 0.0692200 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2536. attempt_201106171821_0001_m_000002_2: 14.896: [GC 14.896: [ParNew: 72624K->8512K(76672K), 0.0827030 secs] 746017K->690856K(3137216K) icms_dc=13 , 0.0827480 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2537. attempt_201106171821_0001_m_000002_2: 14.991: [GC 14.991: [ParNew: 65109K->0K(76672K), 0.1971140 secs] 747453K->747453K(3137216K) icms_dc=13 , 0.1971620 secs] [Times: user=0.46 sys=0.02, real=0.19 secs]
  2538. attempt_201106171821_0001_m_000002_2: 15.197: [GC 15.197: [ParNew: 56597K->0K(76672K), 0.0364820 secs] 804050K->804050K(3137216K) icms_dc=14 , 0.0365290 secs] [Times: user=0.10 sys=0.01, real=0.04 secs]
  2539. attempt_201106171821_0001_m_000002_2: 15.875: [GC 15.875: [ParNew: 14934K->260K(76672K), 0.0715620 secs] 818985K->818461K(3137216K) icms_dc=14 , 0.0716170 secs] [Times: user=0.10 sys=0.01, real=0.07 secs]
  2540. attempt_201106171821_0001_m_000002_2: 16.017: [GC 16.017: [ParNew: 56858K->32K(76672K), 0.0434080 secs] 988253K->988025K(3137216K) icms_dc=29 , 0.0436680 secs] [Times: user=0.07 sys=0.03, real=0.04 secs]
  2541. attempt_201106171821_0001_m_000002_2: 16.378: [GC 16.378: [ParNew: 68192K->8401K(76672K), 0.0504600 secs] 1056185K->1010542K(3137216K) icms_dc=29 , 0.0505050 secs] [Times: user=0.15 sys=0.00, real=0.05 secs]
  2542. attempt_201106171821_0001_m_000002_2: 16.741: [GC 16.741: [ParNew: 76561K->8512K(76672K), 0.0992120 secs] 1078702K->1021100K(3137216K) icms_dc=29 , 0.0992620 secs] [Times: user=0.25 sys=0.00, real=0.10 secs]
  2543. attempt_201106171821_0001_m_000002_2: 17.099: [GC 17.099: [ParNew: 76672K->8512K(76672K), 0.1049540 secs] 1089260K->1031680K(3137216K) icms_dc=29 , 0.1049960 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  2544. attempt_201106171821_0001_m_000002_2: 17.472: [GC 17.472: [ParNew: 76672K->8512K(76672K), 0.1021720 secs] 1099840K->1042527K(3137216K) icms_dc=29 , 0.1022190 secs] [Times: user=0.25 sys=0.00, real=0.11 secs]
  2545. attempt_201106171821_0001_m_000002_2: 17.665: [CMS-concurrent-preclean: 0.528/3.242 secs] [Times: user=4.65 sys=0.20, real=3.25 secs]
  2546. attempt_201106171821_0001_m_000002_2: 17.665: [CMS-concurrent-abortable-preclean-start]
  2547. attempt_201106171821_0001_m_000002_2: 17.844: [GC 17.844: [ParNew: 76672K->8512K(76672K), 0.0816150 secs] 1110687K->1052640K(3137216K) icms_dc=29 , 0.0816620 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  2548. attempt_201106171821_0001_m_000002_2: 18.190: [GC 18.190: [ParNew: 76672K->8512K(76672K), 0.0832780 secs] 1120800K->1063372K(3137216K) icms_dc=29 , 0.0833260 secs] [Times: user=0.23 sys=0.01, real=0.08 secs]
  2549. attempt_201106171821_0001_m_000002_2: 18.535: [GC 18.535: [ParNew: 76672K->8512K(76672K), 0.0865490 secs] 1131532K->1074045K(3137216K) icms_dc=29 , 0.0865930 secs] [Times: user=0.24 sys=0.00, real=0.08 secs]
  2550. attempt_201106171821_0001_m_000002_2: 18.712: [CMS-concurrent-abortable-preclean: 0.233/1.046 secs] [Times: user=1.69 sys=0.03, real=1.05 secs]
  2551. attempt_201106171821_0001_m_000002_2: 18.712: [GC[YG occupancy: 33150 K (76672 K)]18.712: [Rescan (parallel) , 0.0771930 secs]18.789: [weak refs processing, 0.0000170 secs] [1 CMS-remark: 1065533K(3060544K)] 1098683K(3137216K), 0.0772870 secs] [Times: user=0.23 sys=0.00, real=0.07 secs]
  2552. attempt_201106171821_0001_m_000002_2: 18.789: [CMS-concurrent-sweep-start]
  2553. attempt_201106171821_0001_m_000002_2: 18.961: [GC 18.961: [ParNew: 76672K->8512K(76672K), 0.1438810 secs] 1050415K->992769K(3137216K) icms_dc=29 , 0.1439370 secs] [Times: user=0.29 sys=0.00, real=0.15 secs]
  2554. attempt_201106171821_0001_m_000002_2: 19.268: [CMS-concurrent-sweep: 0.126/0.479 secs] [Times: user=0.72 sys=0.00, real=0.48 secs]
  2555. attempt_201106171821_0001_m_000002_2: 19.268: [CMS-concurrent-reset-start]
  2556. attempt_201106171821_0001_m_000002_2: 19.276: [CMS-concurrent-reset: 0.008/0.008 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2557. attempt_201106171821_0001_m_000002_2: 19.408: [GC 19.408: [ParNew: 76672K->8512K(76672K), 0.1161940 secs] 1060928K->1003263K(3137216K) icms_dc=22 , 0.1162440 secs] [Times: user=0.24 sys=0.00, real=0.12 secs]
  2558. attempt_201106171821_0001_m_000002_2: 19.642: [GC [1 CMS-initial-mark: 994751K(3060544K)] 1030639K(3137216K), 0.0327820 secs] [Times: user=0.03 sys=0.00, real=0.04 secs]
  2559. attempt_201106171821_0001_m_000002_2: 19.674: [CMS-concurrent-mark-start]
  2560. attempt_201106171821_0001_m_000002_2: 19.857: [GC 19.857: [ParNew: 76672K->8512K(76672K), 0.1159140 secs] 1071423K->1013363K(3137216K) icms_dc=22 , 0.1159620 secs] [Times: user=0.24 sys=0.00, real=0.12 secs]
  2561. attempt_201106171821_0001_m_000002_2: 20.246: [GC 20.246: [ParNew: 76672K->8512K(76672K), 0.1206930 secs] 1081523K->1023748K(3137216K) icms_dc=22 , 0.1207400 secs] [Times: user=0.22 sys=0.00, real=0.12 secs]
  2562. attempt_201106171821_0001_m_000002_2: 20.648: [GC 20.648: [ParNew: 76672K->8512K(76672K), 0.1176530 secs] 1091908K->1033985K(3137216K) icms_dc=22 , 0.1177030 secs] [Times: user=0.22 sys=0.00, real=0.12 secs]
  2563. attempt_201106171821_0001_m_000002_2: 21.034: [GC 21.034: [ParNew: 76672K->8512K(76672K), 0.1498850 secs] 1102145K->1045628K(3137216K) icms_dc=22 , 0.1499300 secs] [Times: user=0.30 sys=0.00, real=0.15 secs]
  2564. attempt_201106171821_0001_m_000002_2: 21.462: [GC 21.462: [ParNew: 76672K->8512K(76672K), 0.1357930 secs] 1113788K->1054908K(3137216K) icms_dc=22 , 0.1358420 secs] [Times: user=0.27 sys=0.00, real=0.14 secs]
  2565. attempt_201106171821_0001_m_000002_2: 21.884: [GC 21.884: [ParNew: 76672K->8512K(76672K), 0.1240550 secs] 1123068K->1065948K(3137216K) icms_dc=22 , 0.1241020 secs] [Times: user=0.24 sys=0.00, real=0.12 secs]
  2566. attempt_201106171821_0001_m_000002_2: 22.298: [GC 22.298: [ParNew: 76672K->8512K(76672K), 0.1166980 secs] 1134108K->1076044K(3137216K) icms_dc=22 , 0.1167600 secs] [Times: user=0.30 sys=0.00, real=0.12 secs]
  2567. attempt_201106171821_0001_m_000002_2: 22.726: [GC 22.726: [ParNew: 76672K->8512K(76672K), 0.0882540 secs] 1144204K->1086721K(3137216K) icms_dc=22 , 0.0883000 secs] [Times: user=0.29 sys=0.01, real=0.09 secs]
  2568. attempt_201106171821_0001_m_000002_2: 23.092: [GC 23.092: [ParNew: 76672K->8512K(76672K), 0.1017360 secs] 1154881K->1097145K(3137216K) icms_dc=22 , 0.1017830 secs] [Times: user=0.24 sys=0.00, real=0.11 secs]
  2569. attempt_201106171821_0001_m_000002_2: 23.513: [GC 23.514: [ParNew: 76672K->8512K(76672K), 0.0953270 secs] 1165305K->1108154K(3137216K) icms_dc=22 , 0.0953730 secs] [Times: user=0.26 sys=0.00, real=0.09 secs]
  2570. attempt_201106171821_0001_m_000002_2: 23.900: [GC 23.901: [ParNew: 76672K->8512K(76672K), 0.0832600 secs] 1176314K->1117898K(3137216K) icms_dc=22 , 0.0833070 secs] [Times: user=0.23 sys=0.00, real=0.09 secs]
  2571. attempt_201106171821_0001_m_000002_2: 24.309: [GC 24.309: [ParNew: 76672K->8512K(76672K), 0.1140920 secs] 1186058K->1128435K(3137216K) icms_dc=22 , 0.1141370 secs] [Times: user=0.27 sys=0.02, real=0.12 secs]
  2572. attempt_201106171821_0001_m_000002_2: 24.765: [GC 24.765: [ParNew: 76672K->8512K(76672K), 0.0961600 secs] 1196595K->1139251K(3137216K) icms_dc=22 , 0.0962070 secs] [Times: user=0.25 sys=0.01, real=0.09 secs]
  2573. attempt_201106171821_0001_m_000002_2: 25.173: [GC 25.173: [ParNew: 76672K->8512K(76672K), 0.0998510 secs] 1207411K->1149648K(3137216K) icms_dc=22 , 0.0998990 secs] [Times: user=0.25 sys=0.02, real=0.10 secs]
  2574. attempt_201106171821_0001_m_000002_2: 25.549: [GC 25.549: [ParNew: 76672K->8512K(76672K), 0.0979020 secs] 1217808K->1160547K(3137216K) icms_dc=22 , 0.0979510 secs] [Times: user=0.27 sys=0.01, real=0.10 secs]
  2575. attempt_201106171821_0001_m_000002_2: 25.952: [GC 25.952: [ParNew: 76672K->8512K(76672K), 0.1033000 secs] 1228707K->1171006K(3137216K) icms_dc=22 , 0.1033470 secs] [Times: user=0.28 sys=0.01, real=0.11 secs]
  2576. attempt_201106171821_0001_m_000002_2: 26.364: [GC 26.364: [ParNew: 76672K->8512K(76672K), 0.0871720 secs] 1239166K->1181171K(3137216K) icms_dc=22 , 0.0872180 secs] [Times: user=0.24 sys=0.01, real=0.08 secs]
  2577. attempt_201106171821_0001_m_000002_2: 26.740: [GC 26.740: [ParNew: 76672K->8512K(76672K), 0.1050810 secs] 1249331K->1191001K(3137216K) icms_dc=22 , 0.1051260 secs] [Times: user=0.27 sys=0.01, real=0.11 secs]
  2578. attempt_201106171821_0001_m_000002_2: 27.160: [GC 27.160: [ParNew: 76672K->8512K(76672K), 0.0995940 secs] 1259161K->1201615K(3137216K) icms_dc=22 , 0.0996410 secs] [Times: user=0.24 sys=0.00, real=0.10 secs]
  2579. attempt_201106171821_0001_m_000002_2: 27.402: [CMS-concurrent-mark: 1.447/7.727 secs] [Times: user=11.31 sys=0.28, real=7.72 secs]
  2580. attempt_201106171821_0001_m_000002_2: 27.402: [CMS-concurrent-preclean-start]
  2581. attempt_201106171821_0001_m_000002_2: 27.959: [CMS-concurrent-preclean: 0.524/0.557 secs] [Times: user=0.97 sys=0.00, real=0.56 secs]
  2582. attempt_201106171821_0001_m_000002_2: 27.959: [CMS-concurrent-abortable-preclean-start]
  2583. attempt_201106171821_0001_m_000002_2: 29.030: [GC 29.030: [ParNew: 76672K->8467K(76672K), 0.2030070 secs] 1835749K->1832654K(3137216K) icms_dc=37 , 0.2030590 secs] [Times: user=0.52 sys=0.03, real=0.20 secs]
  2584. attempt_201106171821_0001_m_000002_2: 29.642: [GC 29.642: [ParNew: 76627K->8512K(76672K), 0.1127550 secs] 1900814K->1836541K(3137216K) icms_dc=52 , 0.1128020 secs] [Times: user=0.28 sys=0.00, real=0.12 secs]
  2585. attempt_201106171821_0001_m_000002_2: 30.061: [GC 30.061: [ParNew: 76672K->8512K(76672K), 0.1305370 secs] 1904701K->1847012K(3137216K) icms_dc=52 , 0.1305900 secs] [Times: user=0.31 sys=0.01, real=0.13 secs]
  2586. attempt_201106171821_0001_m_000002_2: 30.365: [CMS-concurrent-abortable-preclean: 1.540/2.406 secs] [Times: user=4.15 sys=0.19, real=2.41 secs]
  2587. attempt_201106171821_0001_m_000002_2: 30.372: [GC[YG occupancy: 49516 K (76672 K)]30.372: [Rescan (parallel) , 0.1253820 secs]30.498: [weak refs processing, 0.0000240 secs] [1 CMS-remark: 1838500K(3060544K)] 1888016K(3137216K), 0.1254840 secs] [Times: user=0.33 sys=0.00, real=0.12 secs]
  2588. attempt_201106171821_0001_m_000002_2: 30.498: [CMS-concurrent-sweep-start]
  2589. attempt_201106171821_0001_m_000002_2: 30.613: [GC 30.613: [ParNew: 76672K->8512K(76672K), 0.1179930 secs] 1915136K->1857601K(3137216K) icms_dc=52 , 0.1180440 secs] [Times: user=0.32 sys=0.01, real=0.11 secs]
  2590. attempt_201106171821_0001_m_000002_2: 31.031: [GC 31.031: [ParNew: 76672K->8512K(76672K), 0.1605560 secs] 1879774K->1822164K(3137216K) icms_dc=52 , 0.1606110 secs] [Times: user=0.38 sys=0.00, real=0.16 secs]
  2591. attempt_201106171821_0001_m_000002_2: 31.456: [GC 31.456: [ParNew: 76672K->8512K(76672K), 0.1058240 secs] 1734663K->1676777K(3137216K) icms_dc=52 , 0.1058710 secs] [Times: user=0.34 sys=0.00, real=0.11 secs]
  2592. attempt_201106171821_0001_m_000002_2: 31.686: [CMS-concurrent-sweep: 0.410/1.188 secs] [Times: user=2.19 sys=0.03, real=1.19 secs]
  2593. attempt_201106171821_0001_m_000002_2: 31.686: [CMS-concurrent-reset-start]
  2594. attempt_201106171821_0001_m_000002_2: 31.693: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  2595. attempt_201106171821_0001_m_000002_2: 31.842: [GC 31.842: [ParNew: 76672K->8512K(76672K), 0.1144380 secs] 1744937K->1687989K(3137216K) icms_dc=39 , 0.1144870 secs] [Times: user=0.33 sys=0.00, real=0.11 secs]
  2596. attempt_201106171821_0001_m_000002_2: 32.037: [GC [1 CMS-initial-mark: 1679477K(3060544K)] 1709532K(3137216K), 0.0261010 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  2597. attempt_201106171821_0001_m_000002_2: 32.063: [CMS-concurrent-mark-start]
  2598. attempt_201106171821_0001_m_000002_2: 32.254: [GC 32.254: [ParNew: 76672K->8512K(76672K), 0.1410280 secs] 1756149K->1697824K(3137216K) icms_dc=39 , 0.1411030 secs] [Times: user=0.33 sys=0.01, real=0.14 secs]
  2599. attempt_201106171821_0001_m_000002_2: 32.669: [GC 32.669: [ParNew: 76672K->8512K(76672K), 0.1354960 secs] 1765984K->1708226K(3137216K) icms_dc=39 , 0.1355410 secs] [Times: user=0.33 sys=0.00, real=0.14 secs]
  2600. attempt_201106171821_0001_m_000002_2: 33.096: [GC 33.096: [ParNew: 76672K->8512K(76672K), 0.1271030 secs] 1776386K->1718820K(3137216K) icms_dc=39 , 0.1271510 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  2601. attempt_201106171821_0001_m_000002_2: 33.529: [GC 33.529: [ParNew: 76672K->8512K(76672K), 0.1159650 secs] 1786980K->1729192K(3137216K) icms_dc=39 , 0.1160110 secs] [Times: user=0.33 sys=0.00, real=0.12 secs]
  2602. attempt_201106171821_0001_m_000002_2: 33.951: [GC 33.951: [ParNew: 76672K->8512K(76672K), 0.1401340 secs] 1797352K->1739686K(3137216K) icms_dc=39 , 0.1401820 secs] [Times: user=0.36 sys=0.00, real=0.15 secs]
  2603. attempt_201106171821_0001_m_000002_2: 34.382: [GC 34.382: [ParNew: 76672K->8512K(76672K), 0.1330800 secs] 1807846K->1749842K(3137216K) icms_dc=39 , 0.1331270 secs] [Times: user=0.32 sys=0.00, real=0.13 secs]
  2604. attempt_201106171821_0001_m_000002_2: 34.788: [GC 34.788: [ParNew: 76672K->8512K(76672K), 0.1333780 secs] 1818002K->1761453K(3137216K) icms_dc=39 , 0.1334230 secs] [Times: user=0.35 sys=0.00, real=0.14 secs]
  2605. attempt_201106171821_0001_m_000002_2: 35.192: [GC 35.192: [ParNew: 76672K->8512K(76672K), 0.1327710 secs] 1829613K->1771341K(3137216K) icms_dc=39 , 0.1328340 secs] [Times: user=0.31 sys=0.00, real=0.13 secs]
  2606. attempt_201106171821_0001_m_000002_2: 35.608: [GC 35.608: [ParNew: 76672K->8512K(76672K), 0.1528300 secs] 1839501K->1781680K(3137216K) icms_dc=39 , 0.1528780 secs] [Times: user=0.39 sys=0.00, real=0.16 secs]
  2607. attempt_201106171821_0001_m_000002_2: 36.060: [GC 36.060: [ParNew: 76672K->8512K(76672K), 0.1303710 secs] 1849840K->1792755K(3137216K) icms_dc=39 , 0.1304180 secs] [Times: user=0.36 sys=0.00, real=0.14 secs]
  2608. attempt_201106171821_0001_m_000002_2: 36.495: [GC 36.495: [ParNew: 76672K->8512K(76672K), 0.1719560 secs] 1860915K->1802366K(3137216K) icms_dc=39 , 0.1720040 secs] [Times: user=0.38 sys=0.00, real=0.17 secs]
  2609. attempt_201106171821_0001_m_000002_2: 36.939: [GC 36.939: [ParNew: 76672K->8512K(76672K), 0.1525530 secs] 1870526K->1812971K(3137216K) icms_dc=39 , 0.1525960 secs] [Times: user=0.34 sys=0.00, real=0.16 secs]
  2610. attempt_201106171821_0001_m_000002_2: 37.383: [GC 37.383: [ParNew: 76672K->8512K(76672K), 0.1446180 secs] 1881131K->1823505K(3137216K) icms_dc=39 , 0.1446730 secs] [Times: user=0.34 sys=0.00, real=0.14 secs]
  2611. attempt_201106171821_0001_m_000002_2: 37.838: [GC 37.838: [ParNew: 76672K->8512K(76672K), 0.1274310 secs] 1891665K->1834082K(3137216K) icms_dc=39 , 0.1274780 secs] [Times: user=0.40 sys=0.00, real=0.13 secs]
  2612. attempt_201106171821_0001_m_000002_2: 38.239: [GC 38.239: [ParNew: 76672K->8512K(76672K), 0.1444080 secs] 1902242K->1844394K(3137216K) icms_dc=39 , 0.1444550 secs] [Times: user=0.32 sys=0.01, real=0.15 secs]
  2613. attempt_201106171821_0001_m_000002_2: 38.656: [GC 38.656: [ParNew: 76672K->8512K(76672K), 0.1314790 secs] 1912554K->1855467K(3137216K) icms_dc=39 , 0.1315240 secs] [Times: user=0.34 sys=0.00, real=0.13 secs]
  2614. attempt_201106171821_0001_m_000002_2: 39.208: [GC 39.208: [ParNew: 76672K->8512K(76672K), 0.1453250 secs] 1923627K->1865468K(3137216K) icms_dc=39 , 0.1453790 secs] [Times: user=0.40 sys=0.00, real=0.15 secs]
  2615. attempt_201106171821_0001_m_000002_2: 39.684: [GC 39.684: [ParNew: 76672K->8512K(76672K), 0.1099950 secs] 1933628K->1879509K(3137216K) icms_dc=39 , 0.1100410 secs] [Times: user=0.28 sys=0.00, real=0.11 secs]
  2616. attempt_201106171821_0001_m_000002_2: 40.039: [GC 40.040: [ParNew: 76112K->8512K(76672K), 0.0927760 secs] 1947110K->1893397K(3137216K) icms_dc=39 , 0.0928320 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  2617. attempt_201106171821_0001_m_000002_2: 40.386: [GC 40.386: [ParNew: 76672K->8512K(76672K), 0.0786860 secs] 1961557K->1907403K(3137216K) icms_dc=39 , 0.0787340 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2618. attempt_201106171821_0001_m_000002_2: 40.681: [GC 40.681: [ParNew: 76672K->8512K(76672K), 0.0630350 secs] 1975563K->1922674K(3137216K) icms_dc=39 , 0.0630830 secs] [Times: user=0.12 sys=0.03, real=0.06 secs]
  2619. attempt_201106171821_0001_m_000002_2: 41.003: [GC 41.003: [ParNew: 76672K->8512K(76672K), 0.0721990 secs] 1990834K->1935749K(3137216K) icms_dc=39 , 0.0722450 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2620. attempt_201106171821_0001_m_000002_2: 41.328: [GC 41.328: [ParNew: 76672K->8512K(76672K), 0.0608170 secs] 2003909K->1949028K(3137216K) icms_dc=39 , 0.0608640 secs] [Times: user=0.17 sys=0.00, real=0.06 secs]
  2621. attempt_201106171821_0001_m_000002_2: 41.602: [GC 41.602: [ParNew: 74993K->8512K(76672K), 0.0746880 secs] 2015509K->1961336K(3137216K) icms_dc=39 , 0.0747360 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2622. attempt_201106171821_0001_m_000002_2: 42.023: [GC 42.023: [ParNew: 76672K->8512K(76672K), 0.0853820 secs] 2029496K->1986948K(3137216K) icms_dc=39 , 0.0854330 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2623. attempt_201106171821_0001_m_000002_2: 42.354: [GC 42.354: [ParNew: 76672K->8512K(76672K), 0.0804800 secs] 2055108K->1999807K(3137216K) icms_dc=39 , 0.0805300 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2624. attempt_201106171821_0001_m_000002_2: 42.694: [GC 42.694: [ParNew: 76672K->8512K(76672K), 0.0832820 secs] 2067967K->2012692K(3137216K) icms_dc=39 , 0.0833390 secs] [Times: user=0.17 sys=0.02, real=0.08 secs]
  2625. attempt_201106171821_0001_m_000002_2: 43.004: [GC 43.004: [ParNew: 76672K->8510K(76672K), 0.0737700 secs] 2080852K->2025686K(3137216K) icms_dc=39 , 0.0738170 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2626. attempt_201106171821_0001_m_000002_2: 43.185: [CMS-concurrent-mark: 3.288/11.122 secs] [Times: user=18.02 sys=0.33, real=11.12 secs]
  2627. attempt_201106171821_0001_m_000002_2: 43.185: [CMS-concurrent-preclean-start]
  2628. attempt_201106171821_0001_m_000002_2: 43.307: [GC 43.307: [ParNew: 76670K->8510K(76672K), 0.0679900 secs] 2093846K->2038450K(3137216K) icms_dc=39 , 0.0680390 secs] [Times: user=0.15 sys=0.02, real=0.07 secs]
  2629. attempt_201106171821_0001_m_000002_2: 43.462: [CMS-concurrent-preclean: 0.062/0.277 secs] [Times: user=0.40 sys=0.02, real=0.27 secs]
  2630. attempt_201106171821_0001_m_000002_2: 43.462: [CMS-concurrent-abortable-preclean-start]
  2631. attempt_201106171821_0001_m_000002_2: 43.603: [GC 43.603: [ParNew: 76670K->8510K(76672K), 0.0715360 secs] 2106610K->2050843K(3137216K) icms_dc=39 , 0.0715840 secs] [Times: user=0.16 sys=0.02, real=0.07 secs]
  2632. attempt_201106171821_0001_m_000002_2: 43.783: [CMS-concurrent-abortable-preclean: 0.138/0.321 secs] [Times: user=0.52 sys=0.03, real=0.32 secs]
  2633. attempt_201106171821_0001_m_000002_2: 43.783: [GC[YG occupancy: 55348 K (76672 K)]43.783: [Rescan (parallel) , 0.0262860 secs]43.810: [weak refs processing, 0.0000230 secs] [1 CMS-remark: 2042333K(3060544K)] 2097681K(3137216K), 0.0263850 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]
  2634. attempt_201106171821_0001_m_000002_2: 43.810: [CMS-concurrent-sweep-start]
  2635. attempt_201106171821_0001_m_000002_2: 43.879: [GC 43.879: [ParNew: 76670K->8512K(76672K), 0.0878080 secs] 2119002K->2091189K(3137216K) icms_dc=54 , 0.0878550 secs] [Times: user=0.21 sys=0.02, real=0.09 secs]
  2636. attempt_201106171821_0001_m_000002_2: 44.186: [GC 44.186: [ParNew: 76672K->8512K(76672K), 0.0733090 secs] 2159335K->2102146K(3137216K) icms_dc=54 , 0.0734470 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2637. attempt_201106171821_0001_m_000002_2: 44.517: [GC 44.517: [ParNew: 76672K->8512K(76672K), 0.1050780 secs] 2170306K->2115917K(3137216K) icms_dc=54 , 0.1051220 secs] [Times: user=0.19 sys=0.01, real=0.11 secs]
  2638. attempt_201106171821_0001_m_000002_2: 44.863: [GC 44.863: [ParNew: 76672K->8512K(76672K), 0.0820530 secs] 2184077K->2128798K(3137216K) icms_dc=54 , 0.0820990 secs] [Times: user=0.18 sys=0.01, real=0.08 secs]
  2639. attempt_201106171821_0001_m_000002_2: 45.173: [GC 45.173: [ParNew: 76672K->8512K(76672K), 0.0872550 secs] 2196957K->2141812K(3137216K) icms_dc=54 , 0.0872980 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2640. attempt_201106171821_0001_m_000002_2: 45.490: [GC 45.490: [ParNew: 76672K->8512K(76672K), 0.0882440 secs] 1898676K->1843587K(3137216K) icms_dc=54 , 0.0882940 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2641. attempt_201106171821_0001_m_000002_2: 45.742: [CMS-concurrent-sweep: 0.739/1.932 secs] [Times: user=3.22 sys=0.06, real=1.93 secs]
  2642. attempt_201106171821_0001_m_000002_2: 45.742: [CMS-concurrent-reset-start]
  2643. attempt_201106171821_0001_m_000002_2: 45.749: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
  2644. attempt_201106171821_0001_m_000002_2: 45.817: [GC 45.817: [ParNew: 76672K->8510K(76672K), 0.0760440 secs] 1911745K->1856592K(3137216K) icms_dc=41 , 0.0760930 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2645. attempt_201106171821_0001_m_000002_2: 45.966: [GC [1 CMS-initial-mark: 1848082K(3060544K)] 1876960K(3137216K), 0.0285700 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
  2646. attempt_201106171821_0001_m_000002_2: 45.995: [CMS-concurrent-mark-start]
  2647. attempt_201106171821_0001_m_000002_2: 46.157: [GC 46.157: [ParNew: 76670K->8510K(76672K), 0.0905030 secs] 1924752K->1868656K(3137216K) icms_dc=41 , 0.0905660 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2648. attempt_201106171821_0001_m_000002_2: 46.475: [GC 46.475: [ParNew: 76670K->8510K(76672K), 0.0809150 secs] 1936816K->1880734K(3137216K) icms_dc=41 , 0.0809610 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2649. attempt_201106171821_0001_m_000002_2: 46.826: [GC 46.826: [ParNew: 76670K->8510K(76672K), 0.0819860 secs] 1948894K->1893772K(3137216K) icms_dc=41 , 0.0820320 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2650. attempt_201106171821_0001_m_000002_2: 47.134: [GC 47.134: [ParNew: 76670K->8510K(76672K), 0.1035430 secs] 1961932K->1907007K(3137216K) icms_dc=41 , 0.1035930 secs] [Times: user=0.20 sys=0.00, real=0.10 secs]
  2651. attempt_201106171821_0001_m_000002_2: 47.457: [GC 47.457: [ParNew: 76670K->8512K(76672K), 0.0917840 secs] 1975167K->1920630K(3137216K) icms_dc=41 , 0.0918410 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2652. attempt_201106171821_0001_m_000002_2: 47.766: [GC 47.766: [ParNew: 76672K->8512K(76672K), 0.0682620 secs] 1988790K->1932636K(3137216K) icms_dc=41 , 0.0683090 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2653. attempt_201106171821_0001_m_000002_2: 47.942: [GC 47.942: [ParNew: 69627K->8512K(76672K), 0.0538490 secs] 1993751K->1969613K(3137216K) icms_dc=56 , 0.0538990 secs] [Times: user=0.15 sys=0.01, real=0.05 secs]
  2654. attempt_201106171821_0001_m_000002_2: 48.217: [GC 48.217: [ParNew: 76672K->8512K(76672K), 0.1175280 secs] 2037773K->2011125K(3137216K) icms_dc=71 , 0.1175740 secs] [Times: user=0.27 sys=0.00, real=0.12 secs]
  2655. attempt_201106171821_0001_m_000002_2: 48.579: [GC 48.579: [ParNew: 76672K->8512K(76672K), 0.0794610 secs] 2079285K->2021154K(3137216K) icms_dc=71 , 0.0795090 secs] [Times: user=0.15 sys=0.00, real=0.08 secs]
  2656. attempt_201106171821_0001_m_000002_2: 48.882: [GC 48.882: [ParNew: 76672K->8512K(76672K), 0.0858440 secs] 2089314K->2033678K(3137216K) icms_dc=71 , 0.0858910 secs] [Times: user=0.20 sys=0.01, real=0.08 secs]
  2657. attempt_201106171821_0001_m_000002_2: 49.189: [GC 49.189: [ParNew: 76672K->8512K(76672K), 0.0941360 secs] 2101838K->2046249K(3137216K) icms_dc=71 , 0.0941840 secs] [Times: user=0.19 sys=0.00, real=0.10 secs]
  2658. attempt_201106171821_0001_m_000002_2: 49.511: [GC 49.511: [ParNew: 76672K->8512K(76672K), 0.0852410 secs] 2114409K->2058892K(3137216K) icms_dc=71 , 0.0852890 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2659. attempt_201106171821_0001_m_000002_2: 49.852: [GC 49.852: [ParNew: 76672K->8512K(76672K), 0.0899610 secs] 2127052K->2071614K(3137216K) icms_dc=71 , 0.0900090 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]
  2660. attempt_201106171821_0001_m_000002_2: 50.170: [GC 50.170: [ParNew: 76672K->8512K(76672K), 0.1089640 secs] 2139774K->2084094K(3137216K) icms_dc=71 , 0.1090210 secs] [Times: user=0.21 sys=0.00, real=0.11 secs]
  2661. attempt_201106171821_0001_m_000002_2: 50.501: [GC 50.501: [ParNew: 76672K->8512K(76672K), 0.0744310 secs] 2152254K->2096232K(3137216K) icms_dc=71 , 0.0744780 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2662. attempt_201106171821_0001_m_000002_2: 50.798: [GC 50.798: [ParNew: 76672K->8512K(76672K), 0.0736780 secs] 2164392K->2108295K(3137216K) icms_dc=71 , 0.0737240 secs] [Times: user=0.17 sys=0.00, real=0.08 secs]
  2663. attempt_201106171821_0001_m_000002_2: 51.098: [GC 51.098: [ParNew: 76672K->8512K(76672K), 0.0757240 secs] 2176455K->2120916K(3137216K) icms_dc=71 , 0.0757680 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2664. attempt_201106171821_0001_m_000002_2: 51.395: [GC 51.396: [ParNew: 76672K->8512K(76672K), 0.0796400 secs] 2189076K->2134138K(3137216K) icms_dc=71 , 0.0796870 secs] [Times: user=0.19 sys=0.00, real=0.08 secs]
  2665. attempt_201106171821_0001_m_000002_2: 51.699: [GC 51.699: [ParNew: 76672K->8512K(76672K), 0.1058980 secs] 2202298K->2146129K(3137216K) icms_dc=71 , 0.1059520 secs] [Times: user=0.19 sys=0.00, real=0.11 secs]
  2666. attempt_201106171821_0001_m_000002_2: 52.036: [GC 52.036: [ParNew: 76672K->8512K(76672K), 0.0871150 secs] 2214289K->2158107K(3137216K) icms_dc=71 , 0.0871610 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2667. attempt_201106171821_0001_m_000002_2: 52.353: [GC 52.353: [ParNew: 76672K->8512K(76672K), 0.1082730 secs] 2226267K->2170591K(3137216K) icms_dc=71 , 0.1083210 secs] [Times: user=0.20 sys=0.00, real=0.11 secs]
  2668. attempt_201106171821_0001_m_000002_2: 52.719: [GC 52.719: [ParNew: 76672K->8512K(76672K), 0.0847640 secs] 2238751K->2183100K(3137216K) icms_dc=71 , 0.0848090 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2669. attempt_201106171821_0001_m_000002_2: 53.245: [GC 53.245: [ParNew: 76672K->8512K(76672K), 0.0938250 secs] 2251260K->2195764K(3137216K) icms_dc=71 , 0.0938730 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2670. attempt_201106171821_0001_m_000002_2: 53.572: [GC 53.572: [ParNew: 76672K->8511K(76672K), 0.0774430 secs] 2263924K->2208462K(3137216K) icms_dc=71 , 0.0774900 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2671. attempt_201106171821_0001_m_000002_2: 53.896: [GC 53.896: [ParNew: 76671K->8511K(76672K), 0.1012860 secs] 2276622K->2221419K(3137216K) icms_dc=71 , 0.1013450 secs] [Times: user=0.14 sys=0.04, real=0.10 secs]
  2672. attempt_201106171821_0001_m_000002_2: 54.226: [GC 54.226: [ParNew: 76671K->8511K(76672K), 0.0918900 secs] 2289579K->2234412K(3137216K) icms_dc=71 , 0.0919370 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  2673. attempt_201106171821_0001_m_000002_2: 54.507: [CMS-concurrent-mark: 4.124/8.513 secs] [Times: user=14.41 sys=0.21, real=8.51 secs]
  2674. attempt_201106171821_0001_m_000002_2: 54.507: [CMS-concurrent-preclean-start]
  2675. attempt_201106171821_0001_m_000002_2: 54.546: [GC 54.546: [ParNew: 76671K->8510K(76672K), 0.0792400 secs] 2302572K->2247894K(3137216K) icms_dc=71 , 0.0792970 secs] [Times: user=0.17 sys=0.03, real=0.08 secs]
  2676. attempt_201106171821_0001_m_000002_2: 54.806: [CMS-concurrent-preclean: 0.135/0.298 secs] [Times: user=0.51 sys=0.04, real=0.30 secs]
  2677. attempt_201106171821_0001_m_000002_2: 54.806: [CMS-concurrent-abortable-preclean-start]
  2678. attempt_201106171821_0001_m_000002_2: 54.852: [GC 54.852: [ParNew: 76670K->8512K(76672K), 0.0921840 secs] 2316054K->2259506K(3137216K) icms_dc=71 , 0.0922300 secs] [Times: user=0.20 sys=0.00, real=0.09 secs]
  2679. attempt_201106171821_0001_m_000002_2: 54.975: [CMS-concurrent-abortable-preclean: 0.013/0.169 secs] [Times: user=0.29 sys=0.00, real=0.17 secs]
  2680. attempt_201106171821_0001_m_000002_2: 54.975: [GC[YG occupancy: 19443 K (76672 K)]54.975: [Rescan (parallel) , 0.0463870 secs]55.021: [weak refs processing, 0.0000450 secs] [1 CMS-remark: 2250994K(3060544K)] 2270437K(3137216K), 0.0465120 secs] [Times: user=0.12 sys=0.00, real=0.05 secs]
  2681. attempt_201106171821_0001_m_000002_2: 55.022: [CMS-concurrent-sweep-start]
  2682. attempt_201106171821_0001_m_000002_2: 55.216: [GC 55.216: [ParNew: 76672K->8512K(76672K), 0.0928540 secs] 2327658K->2271823K(3137216K) icms_dc=71 , 0.0929080 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2683. attempt_201106171821_0001_m_000002_2: 55.557: [GC 55.557: [ParNew: 76672K->8512K(76672K), 0.0940890 secs] 2339978K->2284012K(3137216K) icms_dc=71 , 0.0941350 secs] [Times: user=0.17 sys=0.00, real=0.10 secs]
  2684. attempt_201106171821_0001_m_000002_2: 55.889: [GC 55.889: [ParNew: 76672K->8512K(76672K), 0.0857900 secs] 2352163K->2296809K(3137216K) icms_dc=71 , 0.0858430 secs] [Times: user=0.18 sys=0.01, real=0.09 secs]
  2685. attempt_201106171821_0001_m_000002_2: 56.196: [GC 56.196: [ParNew: 76672K->8512K(76672K), 0.0946140 secs] 2364969K->2309293K(3137216K) icms_dc=71 , 0.0946590 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  2686. attempt_201106171821_0001_m_000002_2: 56.529: [GC 56.529: [ParNew: 76672K->8512K(76672K), 0.1051120 secs] 2377453K->2321729K(3137216K) icms_dc=71 , 0.1051800 secs] [Times: user=0.22 sys=0.00, real=0.11 secs]
  2687. attempt_201106171821_0001_m_000002_2: 56.891: [GC 56.891: [ParNew: 76672K->8510K(76672K), 0.0997150 secs] 2389878K->2334336K(3137216K) icms_dc=71 , 0.0997620 secs] [Times: user=0.17 sys=0.02, real=0.10 secs]
  2688. attempt_201106171821_0001_m_000002_2: 57.030: [GC 57.030: [ParNew: 74672K->8434K(76672K), 0.1093750 secs] 2400498K->2399268K(3137216K) icms_dc=79 , 0.1094240 secs] [Times: user=0.18 sys=0.03, real=0.11 secs]
  2689. attempt_201106171821_0001_m_000002_2: 57.150: [GC 57.150: [ParNew: 65032K->3619K(76672K), 0.2024370 secs] 2455866K->2451050K(3137216K) icms_dc=98 , 0.2024810 secs] [Times: user=0.43 sys=0.03, real=0.21 secs]
  2690. attempt_201106171821_0001_m_000002_2: 57.630: [CMS-concurrent-sweep: 1.267/2.608 secs] [Times: user=4.56 sys=0.14, real=2.60 secs]
  2691. attempt_201106171821_0001_m_000002_2: 57.630: [CMS-concurrent-reset-start]
  2692. attempt_201106171821_0001_m_000002_2: 57.639: [CMS-concurrent-reset: 0.009/0.009 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  2693. attempt_201106171821_0001_m_000002_2: 57.690: [GC 57.691: [ParNew: 71779K->8512K(76672K), 0.0714810 secs] 2493192K->2447034K(3137216K) icms_dc=74 , 0.0715280 secs] [Times: user=0.15 sys=0.02, real=0.08 secs]
  2694. attempt_201106171821_0001_m_000002_2: 57.789: [GC [1 CMS-initial-mark: 2438522K(3060544K)] 2456071K(3137216K), 0.0185280 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
  2695. attempt_201106171821_0001_m_000002_2: 57.808: [CMS-concurrent-mark-start]
  2696. attempt_201106171821_0001_m_000002_2: 58.018: [GC 58.018: [ParNew: 76672K->8512K(76672K), 0.0804090 secs] 2515194K->2459220K(3137216K) icms_dc=92 , 0.0804580 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2697. attempt_201106171821_0001_m_000002_2: 58.325: [GC 58.325: [ParNew: 76672K->8512K(76672K), 0.0955840 secs] 2527380K->2471686K(3137216K) icms_dc=92 , 0.0956340 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2698. attempt_201106171821_0001_m_000002_2: 58.644: [GC 58.644: [ParNew: 76672K->8512K(76672K), 0.0919370 secs] 2539846K->2484515K(3137216K) icms_dc=92 , 0.0919840 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2699. attempt_201106171821_0001_m_000002_2: 58.958: [GC 58.958: [ParNew: 76672K->8512K(76672K), 0.0759180 secs] 2552675K->2496864K(3137216K) icms_dc=92 , 0.0759640 secs] [Times: user=0.18 sys=0.00, real=0.08 secs]
  2700. attempt_201106171821_0001_m_000002_2: 59.260: [GC 59.260: [ParNew: 76672K->8512K(76672K), 0.0772580 secs] 2565024K->2509144K(3137216K) icms_dc=92 , 0.0773040 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2701. attempt_201106171821_0001_m_000002_2: 59.580: [GC 59.580: [ParNew: 76672K->8512K(76672K), 0.0847890 secs] 2577304K->2521102K(3137216K) icms_dc=92 , 0.0848350 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2702. attempt_201106171821_0001_m_000002_2: 59.892: [GC 59.892: [ParNew: 76672K->8512K(76672K), 0.0897750 secs] 2589262K->2533451K(3137216K) icms_dc=92 , 0.0898240 secs] [Times: user=0.19 sys=0.00, real=0.09 secs]
  2703. attempt_201106171821_0001_m_000002_2: 60.203: [GC 60.203: [ParNew: 76672K->8511K(76672K), 0.0936530 secs] 2601611K->2545867K(3137216K) icms_dc=92 , 0.0937260 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2704. attempt_201106171821_0001_m_000002_2: 60.523: [GC 60.523: [ParNew: 76671K->8511K(76672K), 0.0924880 secs] 2614027K->2558150K(3137216K) icms_dc=92 , 0.0925340 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2705. attempt_201106171821_0001_m_000002_2: 60.889: [GC 60.889: [ParNew: 76671K->8511K(76672K), 0.0720870 secs] 2626310K->2571110K(3137216K) icms_dc=92 , 0.0721330 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2706. attempt_201106171821_0001_m_000002_2: 61.196: [GC 61.196: [ParNew: 76671K->8512K(76672K), 0.0710960 secs] 2639270K->2582853K(3137216K) icms_dc=92 , 0.0711450 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2707. attempt_201106171821_0001_m_000002_2: 61.507: [GC 61.507: [ParNew: 76672K->8512K(76672K), 0.0853990 secs] 2651013K->2594741K(3137216K) icms_dc=92 , 0.0854460 secs] [Times: user=0.17 sys=0.00, real=0.09 secs]
  2708. attempt_201106171821_0001_m_000002_2: 61.827: [GC 61.828: [ParNew: 76672K->8512K(76672K), 0.0765170 secs] 2662901K->2607150K(3137216K) icms_dc=92 , 0.0765620 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2709. attempt_201106171821_0001_m_000002_2: 62.183: [GC 62.183: [ParNew: 76672K->8512K(76672K), 0.0834320 secs] 2675310K->2619617K(3137216K) icms_dc=92 , 0.0834790 secs] [Times: user=0.20 sys=0.00, real=0.08 secs]
  2710. attempt_201106171821_0001_m_000002_2: 62.491: [GC 62.491: [ParNew: 76672K->8512K(76672K), 0.0733590 secs] 2687777K->2632429K(3137216K) icms_dc=92 , 0.0734060 secs] [Times: user=0.17 sys=0.01, real=0.08 secs]
  2711. attempt_201106171821_0001_m_000002_2: 62.810: [GC 62.810: [ParNew: 76672K->8510K(76672K), 0.0849200 secs] 2700589K->2645323K(3137216K) icms_dc=92 , 0.0849670 secs] [Times: user=0.17 sys=0.01, real=0.09 secs]
  2712. attempt_201106171821_0001_m_000002_2: 63.125: [GC 63.125: [ParNew: 76670K->8510K(76672K), 0.0879510 secs] 2713483K->2658295K(3137216K) icms_dc=92 , 0.0880000 secs] [Times: user=0.15 sys=0.02, real=0.09 secs]
  2713. attempt_201106171821_0001_m_000002_2: 63.449: [GC 63.449: [ParNew: 76670K->8510K(76672K), 0.0895430 secs] 2726455K->2671407K(3137216K) icms_dc=92 , 0.0895900 secs] [Times: user=0.18 sys=0.00, real=0.09 secs]
  2714. attempt_201106171821_0001_m_000002_2: 63.751: [GC 63.751: [ParNew: 76670K->8512K(76672K), 0.0961190 secs] 2739567K->2683488K(3137216K) icms_dc=92 , 0.0961660 secs] [Times: user=0.18 sys=0.00, real=0.10 secs]
  2715. attempt_201106171821_0001_m_000002_2: 64.083: [GC 64.083: [ParNew: 76672K->8512K(76672K), 0.0617460 secs] 2751648K->2695065K(3137216K) icms_dc=92 , 0.0617930 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  2716. attempt_201106171821_0001_m_000002_2: 64.399: [GC 64.399: [ParNew: 76672K->8512K(76672K), 0.1077900 secs] 2763225K->2707936K(3137216K) icms_dc=92 , 0.1078460 secs] [Times: user=0.16 sys=0.02, real=0.11 secs]
  2717. attempt_201106171821_0001_m_000002_2: 64.732: [GC 64.732: [ParNew: 76672K->8512K(76672K), 0.0994090 secs] 2776096K->2719952K(3137216K) icms_dc=92 , 0.0994570 secs] [Times: user=0.16 sys=0.01, real=0.11 secs]
  2718. attempt_201106171821_0001_m_000002_2: 65.051: [GC 65.051: [ParNew: 76672K->8512K(76672K), 0.0614570 secs] 2788112K->2732350K(3137216K) icms_dc=92 , 0.0615040 secs] [Times: user=0.17 sys=0.03, real=0.07 secs]
  2719. attempt_201106171821_0001_m_000002_2: 65.208: [CMS-concurrent-mark: 5.002/7.400 secs] [Times: user=13.87 sys=0.34, real=7.40 secs]
  2720. attempt_201106171821_0001_m_000002_2: 65.208: [CMS-concurrent-preclean-start]
  2721. attempt_201106171821_0001_m_000002_2: 65.331: [GC 65.331: [ParNew: 76672K->8512K(76672K), 0.0574440 secs] 2800510K->2744305K(3137216K) icms_dc=92 , 0.0574920 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
  2722. attempt_201106171821_0001_m_000002_2: 65.482: [CMS-concurrent-preclean: 0.192/0.274 secs] [Times: user=0.56 sys=0.01, real=0.28 secs]
  2723. attempt_201106171821_0001_m_000002_2: 65.482: [CMS-concurrent-abortable-preclean-start]
  2724. attempt_201106171821_0001_m_000002_2: 65.502: [CMS-concurrent-abortable-preclean: 0.020/0.020 secs] [Times: user=0.04 sys=0.00, real=0.02 secs]
  2725. attempt_201106171821_0001_m_000002_2: 65.503: [GC[YG occupancy: 45480 K (76672 K)]65.503: [Rescan (parallel) , 0.0183080 secs]65.521: [weak refs processing, 0.0000190 secs] [1 CMS-remark: 2735793K(3060544K)] 2781274K(3137216K), 0.0184000 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
  2726. attempt_201106171821_0001_m_000002_2: 65.521: [CMS-concurrent-sweep-start]
  2727. attempt_201106171821_0001_m_000002_2: 65.631: [GC 65.631: [ParNew: 76672K->8512K(76672K), 0.0688960 secs] 2812461K->2757022K(3137216K) icms_dc=92 , 0.0689490 secs] [Times: user=0.20 sys=0.00, real=0.06 secs]
  2728. attempt_201106171821_0001_m_000002_2: 65.922: [GC 65.922: [ParNew: 76672K->8512K(76672K), 0.0669200 secs] 2825181K->2768873K(3137216K) icms_dc=92 , 0.0669650 secs] [Times: user=0.17 sys=0.01, real=0.06 secs]
  2729. attempt_201106171821_0001_m_000002_2: 66.220: [GC 66.220: [ParNew: 76672K->8512K(76672K), 0.0735570 secs] 2836987K->2780865K(3137216K) icms_dc=92 , 0.0736060 secs] [Times: user=0.21 sys=0.00, real=0.08 secs]
  2730. attempt_201106171821_0001_m_000002_2: 66.528: [GC 66.528: [ParNew: 76672K->8512K(76672K), 0.0726970 secs] 2783072K->2726993K(3137216K) icms_dc=92 , 0.0727620 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  2731. attempt_201106171821_0001_m_000002_2: 66.828: [GC 66.828: [ParNew: 76672K->8512K(76672K), 0.0642360 secs] 2794790K->2739148K(3137216K) icms_dc=92 , 0.0642820 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  2732. attempt_201106171821_0001_m_000002_2: 67.117: [GC 67.117: [ParNew: 76672K->8512K(76672K), 0.0719420 secs] 2776223K->2720056K(3137216K) icms_dc=92 , 0.0719900 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2733. attempt_201106171821_0001_m_000002_2: 67.429: [GC 67.429: [ParNew: 76672K->8512K(76672K), 0.0678070 secs] 2782619K->2726737K(3137216K) icms_dc=92 , 0.0678550 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2734. attempt_201106171821_0001_m_000002_2: 67.524: [CMS-concurrent-sweep: 1.394/2.003 secs] [Times: user=4.14 sys=0.09, real=1.99 secs]
  2735. attempt_201106171821_0001_m_000002_2: 67.524: [CMS-concurrent-reset-start]
  2736. attempt_201106171821_0001_m_000002_2: 67.531: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
  2737. attempt_201106171821_0001_m_000002_2: 67.722: [GC 67.722: [ParNew: 76672K->8512K(76672K), 0.0577040 secs] 2794785K->2738210K(3137216K) icms_dc=69 , 0.0577510 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
  2738. attempt_201106171821_0001_m_000002_2: 67.811: [GC [1 CMS-initial-mark: 2729698K(3060544K)] 2749163K(3137216K), 0.0191230 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
  2739. attempt_201106171821_0001_m_000002_2: 67.830: [CMS-concurrent-mark-start]
  2740. attempt_201106171821_0001_m_000002_2: 68.018: [GC 68.018: [ParNew: 76672K->8512K(76672K), 0.0679870 secs] 2806370K->2750643K(3137216K) icms_dc=86 , 0.0680350 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2741. attempt_201106171821_0001_m_000002_2: 68.305: [GC 68.305: [ParNew: 76672K->8512K(76672K), 0.0562080 secs] 2818803K->2762607K(3137216K) icms_dc=100 , 0.0562550 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
  2742. attempt_201106171821_0001_m_000002_2: 68.589: [GC 68.589: [ParNew: 76672K->8512K(76672K), 0.0688040 secs] 2830767K->2774365K(3137216K) icms_dc=100 , 0.0688510 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2743. attempt_201106171821_0001_m_000002_2: 68.883: [GC 68.883: [ParNew: 76672K->8512K(76672K), 0.0628140 secs] 2842525K->2786628K(3137216K) icms_dc=100 , 0.0628610 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2744. attempt_201106171821_0001_m_000002_2: 69.171: [GC 69.171: [ParNew: 76672K->8512K(76672K), 0.0683400 secs] 2854788K->2798176K(3137216K) icms_dc=100 , 0.0683860 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2745. attempt_201106171821_0001_m_000002_2: 69.460: [GC 69.460: [ParNew: 76672K->8512K(76672K), 0.0650390 secs] 2866336K->2810296K(3137216K) icms_dc=100 , 0.0650870 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2746. attempt_201106171821_0001_m_000002_2: 69.776: [GC 69.776: [ParNew: 76672K->8512K(76672K), 0.0660970 secs] 2878456K->2823152K(3137216K) icms_dc=100 , 0.0661450 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
  2747. attempt_201106171821_0001_m_000002_2: 70.080: [GC 70.080: [ParNew: 76672K->8512K(76672K), 0.0625180 secs] 2891312K->2834566K(3137216K) icms_dc=100 , 0.0625650 secs] [Times: user=0.16 sys=0.01, real=0.06 secs]
  2748. attempt_201106171821_0001_m_000002_2: 70.355: [GC 70.355: [ParNew: 76672K->8512K(76672K), 0.0637510 secs] 2902726K->2848043K(3137216K) icms_dc=100 , 0.0638000 secs] [Times: user=0.17 sys=0.01, real=0.06 secs]
  2749. attempt_201106171821_0001_m_000002_2: 70.634: [GC 70.634: [ParNew: 76672K->8512K(76672K), 0.0666300 secs] 2916203K->2860641K(3137216K) icms_dc=100 , 0.0666760 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2750. attempt_201106171821_0001_m_000002_2: 70.917: [GC 70.917: [ParNew: 76672K->8512K(76672K), 0.0647230 secs] 2928801K->2873056K(3137216K) icms_dc=100 , 0.0647740 secs] [Times: user=0.17 sys=0.01, real=0.07 secs]
  2751. attempt_201106171821_0001_m_000002_2: 71.198: [GC 71.198: [ParNew: 76672K->8512K(76672K), 0.0642710 secs] 2941216K->2885300K(3137216K) icms_dc=100 , 0.0643230 secs] [Times: user=0.17 sys=0.00, real=0.07 secs]
  2752. attempt_201106171821_0001_m_000002_2: 71.475: [GC 71.475: [ParNew: 76672K->8512K(76672K), 0.0718050 secs] 2953460K->2897131K(3137216K) icms_dc=100 , 0.0718550 secs] [Times: user=0.20 sys=0.00, real=0.07 secs]
  2753. attempt_201106171821_0001_m_000002_2: 71.766: [GC 71.766: [ParNew: 76672K->8512K(76672K), 0.0675560 secs] 2965291K->2910697K(3137216K) icms_dc=100 , 0.0676040 secs] [Times: user=0.18 sys=0.00, real=0.07 secs]
  2754. attempt_201106171821_0001_m_000002_2: 72.061: [GC 72.061: [ParNew: 76672K->8512K(76672K), 0.0614690 secs] 2978857K->2921432K(3137216K) icms_dc=100 , 0.0615160 secs] [Times: user=0.18 sys=0.00, real=0.06 secs]
  2755. attempt_201106171821_0001_m_000002_2: 72.347: [GC 72.347: [ParNew: 76672K->8512K(76672K), 0.0685480 secs] 2989592K->2933784K(3137216K) icms_dc=100 , 0.0685950 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2756. attempt_201106171821_0001_m_000002_2: 72.641: [GC 72.641: [ParNew: 76672K->8512K(76672K), 0.0656950 secs] 3001944K->2946120K(3137216K) icms_dc=100 , 0.0657420 secs] [Times: user=0.19 sys=0.00, real=0.07 secs]
  2757. attempt_201106171821_0001_m_000002_2: 72.934: [GC 72.934: [ParNew: 76672K->8512K(76672K), 0.0666980 secs] 3014280K->2957829K(3137216K) icms_dc=100 , 0.0667430 secs] [Times: user=0.18 sys=0.01, real=0.06 secs]
  2758. attempt_201106171821_0001_m_000002_2: 73.234: [GC 73.234: [ParNew: 76672K->8512K(76672K), 0.0633870 secs] 3025989K->2969981K(3137216K) icms_dc=100 , 0.0634350 secs] [Times: user=0.17 sys=0.01, real=0.06 secs]
  2759. attempt_201106171821_0001_m_000002_2: 73.525: [GC 73.525: [ParNew: 76672K->8512K(76672K), 0.0702560 secs] 3038141K->2981915K(3137216K) icms_dc=100 , 0.0703270 secs] [Times: user=0.19 sys=0.01, real=0.07 secs]
  2760. attempt_201106171821_0001_m_000002_2: 73.818: [GC 73.818: [ParNew: 76672K->8512K(76672K), 0.0643690 secs] 3050075K->2993863K(3137216K) icms_dc=100 , 0.0644240 secs] [Times: user=0.16 sys=0.02, real=0.06 secs]
  2761. attempt_201106171821_0001_m_000002_2: 74.106: [GC 74.106: [ParNew: 76672K->8510K(76672K), 0.0717170 secs] 3062023K->3006085K(3137216K) icms_dc=100 , 0.0717630 secs] [Times: user=0.18 sys=0.01, real=0.07 secs]
  2762. attempt_201106171821_0001_m_000002_2: 74.316: [GC 74.316: [ParNew: 49586K->8512K(76672K), 0.0542500 secs]74.370: [CMS74.514: [CMS-concurrent-mark: 5.110/6.684 secs] [Times: user=14.06 sys=0.26, real=6.69 secs]
  2763. attempt_201106171821_0001_m_000002_2: (concurrent mode failure): 3006180K->2999790K(3060544K), 10.5410320 secs] 3047162K->2999790K(3137216K), [CMS Perm : 10631K->10626K(21248K)] icms_dc=100 , 10.5953610 secs] [Times: user=10.66 sys=0.02, real=10.59 secs]
  2764. attempt_201106171821_0001_m_000002_2: 84.912: [Full GC 84.912: [CMS[Unloading class sun.reflect.GeneratedMethodAccessor1]
  2765. attempt_201106171821_0001_m_000002_2: [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
  2766. attempt_201106171821_0001_m_000002_2: : 2999790K->2999663K(3060544K), 10.3753580 secs] 2999790K->2999663K(3137216K), [CMS Perm : 10626K->10605K(21248K)] icms_dc=100 , 10.3754110 secs] [Times: user=10.35 sys=0.00, real=10.38 secs]
  2767. attempt_201106171821_0001_m_000002_2: 95.288: [GC [1 CMS-initial-mark: 2999663K(3060544K)] 3001097K(3137216K), 0.0009390 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
  2768. attempt_201106171821_0001_m_000002_2: 95.289: [CMS-concurrent-mark-start]
  2769. 11/06/17 18:39:32 INFO mapred.JobClient: Job complete: job_201106171821_0001
  2770. 11/06/17 18:39:32 INFO mapred.JobClient: Counters: 3
  2771. 11/06/17 18:39:32 INFO mapred.JobClient: Job Counters
  2772. 11/06/17 18:39:32 INFO mapred.JobClient: Launched map tasks=18
  2773. 11/06/17 18:39:32 INFO mapred.JobClient: Data-local map tasks=18
  2774. 11/06/17 18:39:32 INFO mapred.JobClient: Failed map tasks=1
  2775. Exception in thread "main" java.io.IOException: Job failed!
  2776. at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252)
  2777. at org.apache.mahout.classifier.bayes.mapreduce.bayes.BayesClassifierDriver.runJob(BayesClassifierDriver.java:81)
  2778. at org.apache.mahout.classifier.bayes.TestClassifier.classifyParallel(TestClassifier.java:284)
  2779. at org.apache.mahout.classifier.bayes.TestClassifier.main(TestClassifier.java:187)
  2780. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2781. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2782. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2783. at java.lang.reflect.Method.invoke(Method.java:597)
  2784. at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68)
  2785. at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139)
  2786. at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:188)
  2787. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2788. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  2789. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  2790. at java.lang.reflect.Method.invoke(Method.java:597)
  2791. at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
  2792. hadoop@kdevlinux:/usr/local/mahout/bin$ hadoop@kdevlinux:/usr/local/mahout/bin$
  2793. hadoop@kdevlinux:/usr/local/mahout/bin$ hadoop@kdevlinux:/usr/local/mahout/bin$
  2794. hadoop@kdevlinux:/usr/local/mahout/bin$
Advertisement
Add Comment
Please, Sign In to add comment