Skip to content

Instantly share code, notes, and snippets.

@cocorossello
Last active April 11, 2020 09:45
Show Gist options
  • Save cocorossello/2c7e774b89f7cb3e3c97ec5758d879ff to your computer and use it in GitHub Desktop.
Save cocorossello/2c7e774b89f7cb3e3c97ec5758d879ff to your computer and use it in GitHub Desktop.
Shenandoah GC logs that show that enabling class unloading in shenandoah makes our build unusable. Heap is really limited for testing purposes (2350m), but making it bigger (4350m) doesn't help either (last log)
[2020-04-10T21:29:03.474+0000] Regions: 2350 x 1024K
[2020-04-10T21:29:03.474+0000] Humongous object threshold: 1024K
[2020-04-10T21:29:03.474+0000] Max TLAB size: 1024K
[2020-04-10T21:29:03.475+0000] GC threads: 16 parallel, 8 concurrent
[2020-04-10T21:29:03.475+0000] Reference processing: parallel
[2020-04-10T21:29:03.475+0000] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent
[2020-04-10T21:29:03.475+0000] Shenandoah GC mode: Normal
[2020-04-10T21:29:03.475+0000] Shenandoah heuristics: adaptive
[2020-04-10T21:29:03.475+0000] Heap address: 0x000000076d200000, size: 2350 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
[2020-04-10T21:29:03.475+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:03.476+0000] Initialize Shenandoah heap: 1007M initial, 7168K min, 2350M max
[2020-04-10T21:29:03.476+0000] Safepointing mechanism: thread-local poll
[2020-04-10T21:29:03.476+0000] Using Shenandoah
[2020-04-10T21:29:06.000+0000] Trigger: Learning 1 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:29:06.000+0000] Free: 1644M, Max: 1024K regular, 1644M humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:06.000+0000] GC(0) Concurrent reset
[2020-04-10T21:29:06.001+0000] GC(0) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:06.001+0000] GC(0) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:06.001+0000] GC(0) Concurrent reset 0.974ms
[2020-04-10T21:29:06.001+0000] GC(0) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:06.002+0000] GC(0) Using 16 of 16 workers for init marking
[2020-04-10T21:29:06.006+0000] GC(0) Pacer for Mark. Expected Live: 235M, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.5x
[2020-04-10T21:29:06.006+0000] GC(0) Pause Init Mark (process weakrefs) 5.072ms
[2020-04-10T21:29:06.007+0000] GC(0) Concurrent marking (process weakrefs)
[2020-04-10T21:29:06.007+0000] GC(0) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:06.021+0000] GC(0) Concurrent marking (process weakrefs) 14.560ms
[2020-04-10T21:29:06.021+0000] GC(0) Concurrent precleaning
[2020-04-10T21:29:06.021+0000] GC(0) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:06.021+0000] GC(0) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:06.022+0000] GC(0) Concurrent precleaning 0.688ms
[2020-04-10T21:29:06.022+0000] GC(0) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:06.022+0000] GC(0) Using 16 of 16 workers for final marking
[2020-04-10T21:29:06.024+0000] GC(0) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1807M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:06.024+0000] GC(0) Collectable Garbage: 529M (99%), Immediate: 48811K (8%), CSet: 482M (90%)
[2020-04-10T21:29:06.025+0000] GC(0) Pacer for Evacuation. Used CSet: 530M, Free: 1691M, Non-Taxable: 169M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:06.025+0000] GC(0) Pause Final Mark (process weakrefs) 2.898ms
[2020-04-10T21:29:06.025+0000] GC(0) Concurrent roots processing
[2020-04-10T21:29:06.025+0000] GC(0) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:06.026+0000] GC(0) Concurrent roots processing 0.741ms
[2020-04-10T21:29:06.026+0000] GC(0) Concurrent cleanup
[2020-04-10T21:29:06.026+0000] GC(0) Concurrent cleanup 590M->543M(1010M) 0.132ms
[2020-04-10T21:29:06.026+0000] GC(0) Free: 1690M, Max: 1024K regular, 1641M humongous, Frag: 3% external, 0% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:06.026+0000] GC(0) Concurrent evacuation
[2020-04-10T21:29:06.026+0000] GC(0) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:06.039+0000] GC(0) Concurrent evacuation 12.768ms
[2020-04-10T21:29:06.039+0000] GC(0) Pause Init Update Refs
[2020-04-10T21:29:06.039+0000] GC(0) Pacer for Update Refs. Used: 593M, Free: 1690M, Non-Taxable: 169M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:06.039+0000] GC(0) Pause Init Update Refs 0.053ms
[2020-04-10T21:29:06.039+0000] GC(0) Concurrent update references
[2020-04-10T21:29:06.039+0000] GC(0) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:06.048+0000] GC(0) Concurrent update references 9.366ms
[2020-04-10T21:29:06.049+0000] GC(0) Pause Final Update Refs
[2020-04-10T21:29:06.049+0000] GC(0) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:06.049+0000] GC(0) Pause Final Update Refs 0.330ms
[2020-04-10T21:29:06.049+0000] GC(0) Concurrent cleanup
[2020-04-10T21:29:06.049+0000] GC(0) Concurrent cleanup 595M->65M(1060M) 0.170ms
[2020-04-10T21:29:06.049+0000] Free: 2165M, Max: 1024K regular, 1588M humongous, Frag: 27% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:06.049+0000] Metaspace: 29955K(31180K)->30351K(31512K) NonClass: 26524K(27472K)->26856K(27728K) Class: 3430K(3708K)->3494K(3784K)
[2020-04-10T21:29:06.049+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:08.209+0000] Trigger: Learning 2 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:29:08.209+0000] Free: 1644M, Max: 1024K regular, 1588M humongous, Frag: 4% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:08.209+0000] GC(1) Concurrent reset
[2020-04-10T21:29:08.209+0000] GC(1) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:08.209+0000] GC(1) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:08.211+0000] GC(1) Concurrent reset 2.131ms
[2020-04-10T21:29:08.212+0000] GC(1) Pause Init Mark
[2020-04-10T21:29:08.212+0000] GC(1) Using 16 of 16 workers for init marking
[2020-04-10T21:29:08.214+0000] GC(1) Pacer for Mark. Expected Live: 56859K, Free: 1643M, Non-Taxable: 164M, Alloc Tax Rate: 0.1x
[2020-04-10T21:29:08.214+0000] GC(1) Pause Init Mark 2.148ms
[2020-04-10T21:29:08.214+0000] GC(1) Concurrent marking
[2020-04-10T21:29:08.214+0000] GC(1) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:08.229+0000] GC(1) Concurrent marking 15.153ms
[2020-04-10T21:29:08.229+0000] GC(1) Pause Final Mark
[2020-04-10T21:29:08.229+0000] GC(1) Using 16 of 16 workers for final marking
[2020-04-10T21:29:08.232+0000] GC(1) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1877M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:08.232+0000] GC(1) Collectable Garbage: 516M (99%), Immediate: 121M (23%), CSet: 395M (76%)
[2020-04-10T21:29:08.233+0000] GC(1) Pacer for Evacuation. Used CSet: 414M, Free: 1759M, Non-Taxable: 175M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:08.233+0000] GC(1) Pause Final Mark 3.476ms
[2020-04-10T21:29:08.233+0000] GC(1) Concurrent roots processing
[2020-04-10T21:29:08.233+0000] GC(1) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:08.234+0000] GC(1) Concurrent roots processing 0.547ms
[2020-04-10T21:29:08.234+0000] GC(1) Concurrent cleanup
[2020-04-10T21:29:08.234+0000] GC(1) Concurrent cleanup 595M->474M(1063M) 0.133ms
[2020-04-10T21:29:08.234+0000] GC(1) Free: 1758M, Max: 1024K regular, 1588M humongous, Frag: 10% external, 0% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:08.234+0000] GC(1) Concurrent evacuation
[2020-04-10T21:29:08.234+0000] GC(1) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:08.240+0000] GC(1) Concurrent evacuation 6.708ms
[2020-04-10T21:29:08.241+0000] GC(1) Pause Init Update Refs
[2020-04-10T21:29:08.241+0000] GC(1) Pacer for Update Refs. Used: 497M, Free: 1755M, Non-Taxable: 175M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:08.241+0000] GC(1) Pause Init Update Refs 0.047ms
[2020-04-10T21:29:08.241+0000] GC(1) Concurrent update references
[2020-04-10T21:29:08.241+0000] GC(1) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:08.249+0000] GC(1) Concurrent update references 8.658ms
[2020-04-10T21:29:08.250+0000] GC(1) Pause Final Update Refs
[2020-04-10T21:29:08.250+0000] GC(1) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:08.250+0000] GC(1) Pause Final Update Refs 0.284ms
[2020-04-10T21:29:08.250+0000] GC(1) Concurrent cleanup
[2020-04-10T21:29:08.250+0000] GC(1) Concurrent cleanup 500M->87M(1082M) 0.161ms
[2020-04-10T21:29:08.250+0000] Free: 2143M, Max: 1024K regular, 1626M humongous, Frag: 25% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:08.250+0000] Metaspace: 64207K(66040K)->64229K(66040K) NonClass: 57314K(58828K)->57336K(58828K) Class: 6893K(7212K)->6893K(7212K)
[2020-04-10T21:29:08.250+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:10.450+0000] Trigger: Learning 3 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:29:10.450+0000] Free: 1644M, Max: 1024K regular, 1626M humongous, Frag: 2% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:10.450+0000] GC(2) Concurrent reset
[2020-04-10T21:29:10.450+0000] GC(2) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:10.450+0000] GC(2) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:10.451+0000] GC(2) Concurrent reset 0.804ms
[2020-04-10T21:29:10.451+0000] GC(2) Pause Init Mark
[2020-04-10T21:29:10.451+0000] GC(2) Using 16 of 16 workers for init marking
[2020-04-10T21:29:10.452+0000] GC(2) Pacer for Mark. Expected Live: 64162K, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.1x
[2020-04-10T21:29:10.452+0000] GC(2) Pause Init Mark 0.740ms
[2020-04-10T21:29:10.452+0000] GC(2) Concurrent marking
[2020-04-10T21:29:10.452+0000] GC(2) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:10.469+0000] GC(2) Concurrent marking 16.721ms
[2020-04-10T21:29:10.469+0000] GC(2) Pause Final Mark
[2020-04-10T21:29:10.469+0000] GC(2) Using 16 of 16 workers for final marking
[2020-04-10T21:29:10.469+0000] GC(2) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1806M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:10.469+0000] GC(2) Collectable Garbage: 491M (99%), Immediate: 53248K (10%), CSet: 439M (89%)
[2020-04-10T21:29:10.471+0000] GC(2) Pacer for Evacuation. Used CSet: 467M, Free: 1688M, Non-Taxable: 168M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:10.471+0000] GC(2) Pause Final Mark 1.983ms
[2020-04-10T21:29:10.471+0000] GC(2) Concurrent roots processing
[2020-04-10T21:29:10.471+0000] GC(2) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:10.471+0000] GC(2) Concurrent roots processing 0.497ms
[2020-04-10T21:29:10.471+0000] GC(2) Concurrent cleanup
[2020-04-10T21:29:10.471+0000] GC(2) Concurrent cleanup 597M->545M(1082M) 0.129ms
[2020-04-10T21:29:10.471+0000] GC(2) Free: 1687M, Max: 1024K regular, 1626M humongous, Frag: 4% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:10.471+0000] GC(2) Concurrent evacuation
[2020-04-10T21:29:10.471+0000] GC(2) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:10.479+0000] GC(2) Concurrent evacuation 7.264ms
[2020-04-10T21:29:10.479+0000] GC(2) Pause Init Update Refs
[2020-04-10T21:29:10.479+0000] GC(2) Pacer for Update Refs. Used: 577M, Free: 1685M, Non-Taxable: 168M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:10.479+0000] GC(2) Pause Init Update Refs 0.040ms
[2020-04-10T21:29:10.479+0000] GC(2) Concurrent update references
[2020-04-10T21:29:10.479+0000] GC(2) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:10.490+0000] GC(2) Concurrent update references 11.538ms
[2020-04-10T21:29:10.491+0000] GC(2) Pause Final Update Refs
[2020-04-10T21:29:10.491+0000] GC(2) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:10.491+0000] GC(2) Pause Final Update Refs 0.277ms
[2020-04-10T21:29:10.491+0000] GC(2) Concurrent cleanup
[2020-04-10T21:29:10.491+0000] GC(2) Concurrent cleanup 581M->113M(1106M) 0.165ms
[2020-04-10T21:29:10.491+0000] Free: 2117M, Max: 1024K regular, 1617M humongous, Frag: 24% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:10.491+0000] Metaspace: 81698K(84300K)->81698K(84300K) NonClass: 73242K(75428K)->73242K(75428K) Class: 8455K(8872K)->8455K(8872K)
[2020-04-10T21:29:10.491+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:12.925+0000] Trigger: Learning 4 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:29:12.925+0000] Free: 1644M, Max: 1024K regular, 1617M humongous, Frag: 2% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:12.925+0000] GC(3) Concurrent reset
[2020-04-10T21:29:12.925+0000] GC(3) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:12.925+0000] GC(3) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:12.926+0000] GC(3) Concurrent reset 0.600ms
[2020-04-10T21:29:12.926+0000] GC(3) Pause Init Mark
[2020-04-10T21:29:12.926+0000] GC(3) Using 16 of 16 workers for init marking
[2020-04-10T21:29:12.927+0000] GC(3) Pacer for Mark. Expected Live: 74451K, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.2x
[2020-04-10T21:29:12.927+0000] GC(3) Pause Init Mark 1.354ms
[2020-04-10T21:29:12.927+0000] GC(3) Concurrent marking
[2020-04-10T21:29:12.927+0000] GC(3) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:12.946+0000] GC(3) Concurrent marking 18.979ms
[2020-04-10T21:29:12.947+0000] GC(3) Pause Final Mark
[2020-04-10T21:29:12.947+0000] GC(3) Using 16 of 16 workers for final marking
[2020-04-10T21:29:12.947+0000] GC(3) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1786M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:12.947+0000] GC(3) Collectable Garbage: 485M (99%), Immediate: 28631K (5%), CSet: 457M (93%)
[2020-04-10T21:29:12.949+0000] GC(3) Pacer for Evacuation. Used CSet: 479M, Free: 1669M, Non-Taxable: 166M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:12.949+0000] GC(3) Pause Final Mark 2.440ms
[2020-04-10T21:29:12.949+0000] GC(3) Concurrent roots processing
[2020-04-10T21:29:12.949+0000] GC(3) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:12.950+0000] GC(3) Concurrent roots processing 0.806ms
[2020-04-10T21:29:12.950+0000] GC(3) Concurrent cleanup
[2020-04-10T21:29:12.950+0000] GC(3) Concurrent cleanup 594M->566M(1106M) 0.133ms
[2020-04-10T21:29:12.950+0000] GC(3) Free: 1668M, Max: 1024K regular, 1649M humongous, Frag: 2% external, 0% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:12.950+0000] GC(3) Concurrent evacuation
[2020-04-10T21:29:12.950+0000] GC(3) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:12.956+0000] GC(3) Concurrent evacuation 5.706ms
[2020-04-10T21:29:12.956+0000] GC(3) Pause Init Update Refs
[2020-04-10T21:29:12.956+0000] GC(3) Pacer for Update Refs. Used: 591M, Free: 1667M, Non-Taxable: 166M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:12.956+0000] GC(3) Pause Init Update Refs 0.039ms
[2020-04-10T21:29:12.956+0000] GC(3) Concurrent update references
[2020-04-10T21:29:12.956+0000] GC(3) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:12.970+0000] GC(3) Concurrent update references 14.230ms
[2020-04-10T21:29:12.970+0000] GC(3) Pause Final Update Refs
[2020-04-10T21:29:12.970+0000] GC(3) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:12.971+0000] GC(3) Pause Final Update Refs 0.281ms
[2020-04-10T21:29:12.971+0000] GC(3) Concurrent cleanup
[2020-04-10T21:29:12.971+0000] GC(3) Concurrent cleanup 594M->114M(1126M) 0.169ms
[2020-04-10T21:29:12.971+0000] Free: 2116M, Max: 1024K regular, 1641M humongous, Frag: 23% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:12.971+0000] Metaspace: 109113K(112444K)->109473K(112828K) NonClass: 97438K(100388K)->97758K(100644K) Class: 11674K(12056K)->11715K(12184K)
[2020-04-10T21:29:12.971+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:15.521+0000] Trigger: Learning 5 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:29:15.521+0000] Free: 1644M, Max: 1024K regular, 1641M humongous, Frag: 1% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:15.521+0000] GC(4) Concurrent reset
[2020-04-10T21:29:15.521+0000] GC(4) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:15.521+0000] GC(4) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:15.521+0000] GC(4) Concurrent reset 0.610ms
[2020-04-10T21:29:15.521+0000] GC(4) Pause Init Mark
[2020-04-10T21:29:15.522+0000] GC(4) Using 16 of 16 workers for init marking
[2020-04-10T21:29:15.522+0000] GC(4) Pacer for Mark. Expected Live: 80812K, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.2x
[2020-04-10T21:29:15.522+0000] GC(4) Pause Init Mark 0.864ms
[2020-04-10T21:29:15.522+0000] GC(4) Concurrent marking
[2020-04-10T21:29:15.522+0000] GC(4) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:15.549+0000] GC(4) Concurrent marking 26.543ms
[2020-04-10T21:29:15.549+0000] GC(4) Pause Final Mark
[2020-04-10T21:29:15.549+0000] GC(4) Using 16 of 16 workers for final marking
[2020-04-10T21:29:15.550+0000] GC(4) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1757M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:15.550+0000] GC(4) Collectable Garbage: 455M (99%), Immediate: 0B (0%), CSet: 455M (99%)
[2020-04-10T21:29:15.552+0000] GC(4) Pacer for Evacuation. Used CSet: 489M, Free: 1639M, Non-Taxable: 163M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:15.552+0000] GC(4) Pause Final Mark 2.701ms
[2020-04-10T21:29:15.552+0000] GC(4) Concurrent roots processing
[2020-04-10T21:29:15.552+0000] GC(4) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:15.553+0000] GC(4) Concurrent roots processing 0.698ms
[2020-04-10T21:29:15.553+0000] GC(4) Concurrent cleanup
[2020-04-10T21:29:15.553+0000] GC(4) Concurrent cleanup 593M->593M(1126M) 0.126ms
[2020-04-10T21:29:15.553+0000] GC(4) Free: 1639M, Max: 1024K regular, 1639M humongous, Frag: 0% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:15.553+0000] GC(4) Concurrent evacuation
[2020-04-10T21:29:15.553+0000] GC(4) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:15.560+0000] GC(4) Concurrent evacuation 7.645ms
[2020-04-10T21:29:15.561+0000] GC(4) Pause Init Update Refs
[2020-04-10T21:29:15.561+0000] GC(4) Pacer for Update Refs. Used: 633M, Free: 1637M, Non-Taxable: 163M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:15.561+0000] GC(4) Pause Init Update Refs 0.064ms
[2020-04-10T21:29:15.561+0000] GC(4) Concurrent update references
[2020-04-10T21:29:15.561+0000] GC(4) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:15.577+0000] GC(4) Concurrent update references 16.513ms
[2020-04-10T21:29:15.578+0000] GC(4) Pause Final Update Refs
[2020-04-10T21:29:15.578+0000] GC(4) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:15.578+0000] GC(4) Pause Final Update Refs 0.372ms
[2020-04-10T21:29:15.578+0000] GC(4) Concurrent cleanup
[2020-04-10T21:29:15.578+0000] GC(4) Concurrent cleanup 638M->148M(1146M) 0.168ms
[2020-04-10T21:29:15.578+0000] Free: 2082M, Max: 1024K regular, 1602M humongous, Frag: 24% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:15.578+0000] Metaspace: 131195K(135148K)->131204K(135148K) NonClass: 117260K(120692K)->117268K(120692K) Class: 13935K(14456K)->13936K(14456K)
[2020-04-10T21:29:15.578+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:22.830+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:29:22.830+0000] Free: 234M, Max: 1024K regular, 234M humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:22.830+0000] GC(5) Concurrent reset
[2020-04-10T21:29:22.830+0000] GC(5) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:22.830+0000] GC(5) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:22.831+0000] GC(5) Concurrent reset 0.641ms
[2020-04-10T21:29:22.831+0000] GC(5) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:22.831+0000] GC(5) Using 16 of 16 workers for init marking
[2020-04-10T21:29:22.844+0000] GC(5) Pacer for Mark. Expected Live: 90717K, Free: 234M, Non-Taxable: 23983K, Alloc Tax Rate: 1.4x
[2020-04-10T21:29:22.844+0000] GC(5) Pause Init Mark (process weakrefs) 13.185ms
[2020-04-10T21:29:22.844+0000] GC(5) Concurrent marking (process weakrefs)
[2020-04-10T21:29:22.844+0000] GC(5) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:22.884+0000] GC(5) Concurrent marking (process weakrefs) 39.384ms
[2020-04-10T21:29:22.884+0000] GC(5) Concurrent precleaning
[2020-04-10T21:29:22.884+0000] GC(5) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:22.884+0000] GC(5) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:22.885+0000] GC(5) Concurrent precleaning 1.176ms
[2020-04-10T21:29:22.885+0000] GC(5) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:22.885+0000] GC(5) Using 16 of 16 workers for final marking
[2020-04-10T21:29:22.887+0000] GC(5) Adaptive CSet Selection. Target Free: 332M, Actual Free: 457M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:22.887+0000] GC(5) Collectable Garbage: 1629M (94%), Immediate: 116M (6%), CSet: 1512M (87%)
[2020-04-10T21:29:22.889+0000] GC(5) Pacer for Evacuation. Used CSet: 1610M, Free: 340M, Non-Taxable: 34838K, Alloc Tax Rate: 11.6x
[2020-04-10T21:29:22.889+0000] GC(5) Pause Final Mark (process weakrefs) 4.087ms
[2020-04-10T21:29:22.889+0000] GC(5) Concurrent roots processing
[2020-04-10T21:29:22.889+0000] GC(5) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:22.890+0000] GC(5) Concurrent roots processing 0.742ms
[2020-04-10T21:29:22.890+0000] GC(5) Concurrent cleanup
[2020-04-10T21:29:22.890+0000] GC(5) Concurrent cleanup 2010M->1893M(2021M) 0.137ms
[2020-04-10T21:29:22.890+0000] GC(5) Free: 338M, Max: 1024K regular, 221M humongous, Frag: 35% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:22.890+0000] GC(5) Concurrent evacuation
[2020-04-10T21:29:22.890+0000] GC(5) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:22.912+0000] GC(5) Concurrent evacuation 21.612ms
[2020-04-10T21:29:22.912+0000] GC(5) Pause Init Update Refs
[2020-04-10T21:29:22.912+0000] GC(5) Pacer for Update Refs. Used: 1998M, Free: 334M, Non-Taxable: 34226K, Alloc Tax Rate: 7.3x
[2020-04-10T21:29:22.912+0000] GC(5) Pause Init Update Refs 0.053ms
[2020-04-10T21:29:22.912+0000] GC(5) Concurrent update references
[2020-04-10T21:29:22.912+0000] GC(5) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:22.931+0000] GC(5) Concurrent update references 18.930ms
[2020-04-10T21:29:22.931+0000] GC(5) Pause Final Update Refs
[2020-04-10T21:29:22.931+0000] GC(5) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:22.931+0000] GC(5) Pause Final Update Refs 0.279ms
[2020-04-10T21:29:22.932+0000] GC(5) Concurrent cleanup
[2020-04-10T21:29:22.932+0000] GC(5) Concurrent cleanup 2005M->394M(2113M) 0.248ms
[2020-04-10T21:29:22.932+0000] Free: 1836M, Max: 1024K regular, 593M humongous, Frag: 68% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:22.932+0000] Metaspace: 160642K(164764K)->160859K(165052K) NonClass: 142325K(145888K)->142515K(146048K) Class: 18317K(18876K)->18343K(19004K)
[2020-04-10T21:29:22.932+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:33.837+0000] Trigger: Free (230M) is below minimum threshold (235M)
[2020-04-10T21:29:33.837+0000] Free: 230M, Max: 1024K regular, 156M humongous, Frag: 33% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:33.837+0000] GC(6) Concurrent reset
[2020-04-10T21:29:33.837+0000] GC(6) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:33.837+0000] GC(6) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:33.862+0000] GC(6) Concurrent reset 24.439ms
[2020-04-10T21:29:33.871+0000] GC(6) Pause Init Mark
[2020-04-10T21:29:33.871+0000] GC(6) Using 16 of 16 workers for init marking
[2020-04-10T21:29:33.875+0000] GC(6) Pacer for Mark. Expected Live: 131M, Free: 205M, Non-Taxable: 21017K, Alloc Tax Rate: 2.3x
[2020-04-10T21:29:33.875+0000] GC(6) Pause Init Mark 3.643ms
[2020-04-10T21:29:33.878+0000] GC(6) Concurrent marking
[2020-04-10T21:29:33.878+0000] GC(6) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:34.026+0000] GC(6) Concurrent marking 148.385ms
[2020-04-10T21:29:34.030+0000] GC(6) Pause Final Mark
[2020-04-10T21:29:34.030+0000] GC(6) Using 16 of 16 workers for final marking
[2020-04-10T21:29:34.031+0000] GC(6) Adaptive CSet Selection. Target Free: 332M, Actual Free: 285M, Max CSet: 100266K, Min Garbage: 49066K
[2020-04-10T21:29:34.032+0000] GC(6) Collectable Garbage: 1282M (84%), Immediate: 43008K (2%), CSet: 1240M (81%)
[2020-04-10T21:29:34.036+0000] GC(6) Pacer for Evacuation. Used CSet: 1338M, Free: 167M, Non-Taxable: 17132K, Alloc Tax Rate: 19.5x
[2020-04-10T21:29:34.036+0000] GC(6) Pause Final Mark 5.570ms
[2020-04-10T21:29:34.037+0000] GC(6) Concurrent roots processing
[2020-04-10T21:29:34.037+0000] GC(6) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:34.042+0000] GC(6) Concurrent roots processing 4.800ms
[2020-04-10T21:29:34.042+0000] GC(6) Concurrent cleanup
[2020-04-10T21:29:34.043+0000] GC(6) Concurrent cleanup 2121M->2080M(2158M) 0.312ms
[2020-04-10T21:29:34.043+0000] GC(6) Free: 153M, Max: 1024K regular, 111M humongous, Frag: 28% external, 0% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:34.043+0000] GC(6) Concurrent evacuation
[2020-04-10T21:29:34.043+0000] GC(6) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:34.396+0000] GC(6) Concurrent evacuation 353.525ms
[2020-04-10T21:29:34.399+0000] GC(6) Pause Init Update Refs
[2020-04-10T21:29:34.399+0000] GC(6) Pacer for Update Refs. Used: 2315M, Free: 24556K, Non-Taxable: 2455K, Alloc Tax Rate: 118.0x
[2020-04-10T21:29:34.399+0000] GC(6) Pause Init Update Refs 0.100ms
[2020-04-10T21:29:34.400+0000] GC(6) Concurrent update references
[2020-04-10T21:29:34.400+0000] GC(6) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:34.453+0000] GC(6) Concurrent update references 53.350ms
[2020-04-10T21:29:34.464+0000] Failed to allocate TLAB, 56664B
[2020-04-10T21:29:34.464+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:29:34.467+0000] GC(6) Pause Final Update Refs
[2020-04-10T21:29:34.467+0000] GC(6) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:34.468+0000] GC(6) Pause Final Update Refs 0.794ms
[2020-04-10T21:29:34.469+0000] GC(6) Concurrent cleanup
[2020-04-10T21:29:34.469+0000] GC(6) Concurrent cleanup 2339M->1002M(2341M) 0.262ms
[2020-04-10T21:29:34.469+0000] Free: 1227M, Max: 1024K regular, 311M humongous, Frag: 75% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:34.469+0000] Metaspace: 191669K(196184K)->192147K(196592K) NonClass: 169942K(173092K)->170413K(173500K) Class: 21727K(23092K)->21734K(23092K)
[2020-04-10T21:29:34.469+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:34.471+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:29:34.471+0000] Free: 1223M, Max: 1024K regular, 311M humongous, Frag: 75% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:34.477+0000] GC(7) Pause Degenerated GC (Outside of Cycle)
[2020-04-10T21:29:34.477+0000] GC(7) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:29:34.477+0000] GC(7) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:34.481+0000] GC(7) Pacer for Mark. Expected Live: 220M, Free: 1218M, Non-Taxable: 121M, Alloc Tax Rate: 0.7x
[2020-04-10T21:29:34.518+0000] GC(7) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1337M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:34.518+0000] GC(7) Collectable Garbage: 286M (62%), Immediate: 1024K (0%), CSet: 285M (62%)
[2020-04-10T21:29:34.518+0000] GC(7) Pacer for Evacuation. Used CSet: 383M, Free: 1219M, Non-Taxable: 121M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:34.525+0000] GC(7) Pacer for Update Refs. Used: 1119M, Free: 1219M, Non-Taxable: 121M, Alloc Tax Rate: 1.1x
[2020-04-10T21:29:34.545+0000] GC(7) Good progress for free space: 1495M, need 24064K
[2020-04-10T21:29:34.545+0000] GC(7) Good progress for used space: 276M, need 1024K
[2020-04-10T21:29:34.545+0000] GC(7) Pause Degenerated GC (Outside of Cycle) 1012M->735M(2350M) 68.271ms
[2020-04-10T21:29:34.550+0000] Free: 1471M, Max: 1024K regular, 325M humongous, Frag: 78% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:34.550+0000] Metaspace: 192149K(196592K)->192161K(196592K) NonClass: 170415K(173500K)->170427K(173500K) Class: 21734K(23092K)->21734K(23092K)
[2020-04-10T21:29:34.550+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:34.982+0000] Trigger: Average GC time (175.63 ms) is above the time for allocation rate (1685 MB/s) to deplete free headroom (286M)
[2020-04-10T21:29:34.982+0000] Free headroom: 639M (free) - 117M (spike) - 235M (penalties) = 286M
[2020-04-10T21:29:34.982+0000] Free: 639M, Max: 1024K regular, 241M humongous, Frag: 63% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:34.982+0000] GC(8) Concurrent reset
[2020-04-10T21:29:34.982+0000] GC(8) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:34.982+0000] GC(8) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:34.983+0000] GC(8) Concurrent reset 1.530ms
[2020-04-10T21:29:35.032+0000] GC(8) Pause Init Mark
[2020-04-10T21:29:35.032+0000] GC(8) Using 16 of 16 workers for init marking
[2020-04-10T21:29:35.036+0000] GC(8) Pacer for Mark. Expected Live: 312M, Free: 577M, Non-Taxable: 59168K, Alloc Tax Rate: 2.0x
[2020-04-10T21:29:35.036+0000] GC(8) Pause Init Mark 3.730ms
[2020-04-10T21:29:35.038+0000] GC(8) Concurrent marking
[2020-04-10T21:29:35.038+0000] GC(8) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:35.205+0000] GC(8) Concurrent marking 167.376ms
[2020-04-10T21:29:35.209+0000] GC(8) Pause Final Mark
[2020-04-10T21:29:35.209+0000] GC(8) Using 16 of 16 workers for final marking
[2020-04-10T21:29:35.210+0000] GC(8) Adaptive CSet Selection. Target Free: 332M, Actual Free: 518M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:35.210+0000] GC(8) Collectable Garbage: 720M (73%), Immediate: 0B (0%), CSet: 720M (73%)
[2020-04-10T21:29:35.215+0000] GC(8) Pacer for Evacuation. Used CSet: 818M, Free: 400M, Non-Taxable: 41008K, Alloc Tax Rate: 5.0x
[2020-04-10T21:29:35.215+0000] GC(8) Pause Final Mark 5.432ms
[2020-04-10T21:29:35.216+0000] GC(8) Concurrent roots processing
[2020-04-10T21:29:35.216+0000] GC(8) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:35.226+0000] GC(8) Concurrent roots processing 10.138ms
[2020-04-10T21:29:35.229+0000] GC(8) Concurrent cleanup
[2020-04-10T21:29:35.230+0000] GC(8) Concurrent cleanup 1873M->1873M(2350M) 0.209ms
[2020-04-10T21:29:35.230+0000] GC(8) Free: 360M, Max: 1024K regular, 28672K humongous, Frag: 93% external, 1% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:35.230+0000] GC(8) Concurrent evacuation
[2020-04-10T21:29:35.230+0000] GC(8) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:35.315+0000] GC(8) Concurrent evacuation 84.936ms
[2020-04-10T21:29:35.320+0000] GC(8) Pause Init Update Refs
[2020-04-10T21:29:35.320+0000] GC(8) Pacer for Update Refs. Used: 2135M, Free: 201M, Non-Taxable: 20622K, Alloc Tax Rate: 13.0x
[2020-04-10T21:29:35.320+0000] GC(8) Pause Init Update Refs 0.150ms
[2020-04-10T21:29:35.322+0000] GC(8) Concurrent update references
[2020-04-10T21:29:35.322+0000] GC(8) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:35.414+0000] GC(8) Concurrent update references 91.716ms
[2020-04-10T21:29:35.418+0000] GC(8) Pause Final Update Refs
[2020-04-10T21:29:35.418+0000] GC(8) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:35.418+0000] GC(8) Pause Final Update Refs 0.733ms
[2020-04-10T21:29:35.419+0000] GC(8) Concurrent cleanup
[2020-04-10T21:29:35.419+0000] GC(8) Concurrent cleanup 2286M->1471M(2350M) 0.220ms
[2020-04-10T21:29:35.419+0000] Free: 759M, Max: 1024K regular, 93184K humongous, Frag: 88% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:35.419+0000] Metaspace: 192470K(197104K)->192538K(197104K) NonClass: 170720K(174012K)->170784K(174012K) Class: 21749K(23092K)->21754K(23092K)
[2020-04-10T21:29:35.419+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:35.457+0000] Trigger: Average GC time (254.81 ms) is above the time for allocation rate (1405 MB/s) to deplete free headroom (356M)
[2020-04-10T21:29:35.457+0000] Free headroom: 685M (free) - 117M (spike) - 211M (penalties) = 356M
[2020-04-10T21:29:35.457+0000] Free: 685M, Max: 1024K regular, 93184K humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:35.457+0000] GC(9) Concurrent reset
[2020-04-10T21:29:35.457+0000] GC(9) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:35.457+0000] GC(9) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:35.458+0000] GC(9) Concurrent reset 1.410ms
[2020-04-10T21:29:35.461+0000] GC(9) Pause Init Mark
[2020-04-10T21:29:35.461+0000] GC(9) Using 16 of 16 workers for init marking
[2020-04-10T21:29:35.463+0000] GC(9) Pacer for Mark. Expected Live: 427M, Free: 682M, Non-Taxable: 69894K, Alloc Tax Rate: 2.3x
[2020-04-10T21:29:35.463+0000] GC(9) Pause Init Mark 2.187ms
[2020-04-10T21:29:35.467+0000] GC(9) Concurrent marking
[2020-04-10T21:29:35.468+0000] GC(9) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:35.623+0000] GC(9) Concurrent marking 155.203ms
[2020-04-10T21:29:35.625+0000] GC(9) Pause Final Mark
[2020-04-10T21:29:35.625+0000] GC(9) Using 16 of 16 workers for final marking
[2020-04-10T21:29:35.629+0000] GC(9) Adaptive CSet Selection. Target Free: 332M, Actual Free: 674M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:35.629+0000] GC(9) Collectable Garbage: 527M (66%), Immediate: 0B (0%), CSet: 527M (66%)
[2020-04-10T21:29:35.633+0000] GC(9) Pacer for Evacuation. Used CSet: 624M, Free: 557M, Non-Taxable: 57066K, Alloc Tax Rate: 2.7x
[2020-04-10T21:29:35.633+0000] GC(9) Pause Final Mark 8.162ms
[2020-04-10T21:29:35.635+0000] GC(9) Concurrent roots processing
[2020-04-10T21:29:35.635+0000] GC(9) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:35.640+0000] GC(9) Concurrent roots processing 4.171ms
[2020-04-10T21:29:35.640+0000] GC(9) Concurrent cleanup
[2020-04-10T21:29:35.640+0000] GC(9) Concurrent cleanup 1690M->1691M(2350M) 0.152ms
[2020-04-10T21:29:35.640+0000] GC(9) Free: 541M, Max: 1024K regular, 93184K humongous, Frag: 84% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:35.640+0000] GC(9) Concurrent evacuation
[2020-04-10T21:29:35.640+0000] GC(9) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:35.659+0000] GC(9) Concurrent evacuation 19.418ms
[2020-04-10T21:29:35.684+0000] GC(9) Pause Init Update Refs
[2020-04-10T21:29:35.685+0000] GC(9) Pacer for Update Refs. Used: 1818M, Free: 515M, Non-Taxable: 52744K, Alloc Tax Rate: 4.3x
[2020-04-10T21:29:35.685+0000] GC(9) Pause Init Update Refs 0.128ms
[2020-04-10T21:29:35.687+0000] GC(9) Concurrent update references
[2020-04-10T21:29:35.687+0000] GC(9) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:35.904+0000] GC(9) Concurrent update references 216.165ms
[2020-04-10T21:29:35.926+0000] GC(9) Pause Final Update Refs
[2020-04-10T21:29:35.926+0000] GC(9) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:35.927+0000] GC(9) Pause Final Update Refs 0.769ms
[2020-04-10T21:29:35.928+0000] GC(9) Concurrent cleanup
[2020-04-10T21:29:35.928+0000] GC(9) Concurrent cleanup 2142M->1520M(2350M) 0.223ms
[2020-04-10T21:29:35.928+0000] Free: 710M, Max: 1024K regular, 156M humongous, Frag: 78% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:35.928+0000] Metaspace: 192553K(197104K)->192853K(197256K) NonClass: 170795K(174012K)->171092K(174164K) Class: 21758K(23092K)->21761K(23092K)
[2020-04-10T21:29:35.928+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:35.962+0000] Trigger: Average GC time (339.90 ms) is above the time for allocation rate (1072 MB/s) to deplete free headroom (361M)
[2020-04-10T21:29:35.962+0000] Free headroom: 666M (free) - 117M (spike) - 188M (penalties) = 361M
[2020-04-10T21:29:35.962+0000] Free: 666M, Max: 1024K regular, 156M humongous, Frag: 77% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:35.962+0000] GC(10) Concurrent reset
[2020-04-10T21:29:35.962+0000] GC(10) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:35.962+0000] GC(10) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:35.965+0000] GC(10) Concurrent reset 3.113ms
[2020-04-10T21:29:35.968+0000] GC(10) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:35.968+0000] GC(10) Using 16 of 16 workers for init marking
[2020-04-10T21:29:35.970+0000] GC(10) Pacer for Mark. Expected Live: 554M, Free: 662M, Non-Taxable: 67840K, Alloc Tax Rate: 3.1x
[2020-04-10T21:29:35.970+0000] GC(10) Pause Init Mark (process weakrefs) 2.138ms
[2020-04-10T21:29:35.971+0000] GC(10) Concurrent marking (process weakrefs)
[2020-04-10T21:29:35.971+0000] GC(10) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:36.101+0000] GC(10) Concurrent marking (process weakrefs) 130.241ms
[2020-04-10T21:29:36.101+0000] GC(10) Concurrent precleaning
[2020-04-10T21:29:36.101+0000] GC(10) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:36.101+0000] GC(10) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:36.149+0000] GC(10) Concurrent precleaning 48.135ms
[2020-04-10T21:29:36.153+0000] GC(10) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:36.154+0000] GC(10) Using 16 of 16 workers for final marking
[2020-04-10T21:29:36.157+0000] GC(10) Adaptive CSet Selection. Target Free: 332M, Actual Free: 601M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:36.157+0000] GC(10) Collectable Garbage: 658M (77%), Immediate: 0B (0%), CSet: 658M (77%)
[2020-04-10T21:29:36.162+0000] GC(10) Pacer for Evacuation. Used CSet: 755M, Free: 485M, Non-Taxable: 49680K, Alloc Tax Rate: 3.8x
[2020-04-10T21:29:36.162+0000] GC(10) Pause Final Mark (process weakrefs) 8.596ms
[2020-04-10T21:29:36.165+0000] GC(10) Concurrent roots processing
[2020-04-10T21:29:36.165+0000] GC(10) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:36.170+0000] GC(10) Concurrent roots processing 4.574ms
[2020-04-10T21:29:36.170+0000] GC(10) Concurrent cleanup
[2020-04-10T21:29:36.170+0000] GC(10) Concurrent cleanup 1760M->1760M(2350M) 0.248ms
[2020-04-10T21:29:36.170+0000] GC(10) Free: 474M, Max: 1024K regular, 156M humongous, Frag: 67% external, 1% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:36.170+0000] GC(10) Concurrent evacuation
[2020-04-10T21:29:36.170+0000] GC(10) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:36.206+0000] GC(10) Concurrent evacuation 36.422ms
[2020-04-10T21:29:36.209+0000] GC(10) Pause Init Update Refs
[2020-04-10T21:29:36.209+0000] GC(10) Pacer for Update Refs. Used: 1918M, Free: 417M, Non-Taxable: 42792K, Alloc Tax Rate: 5.6x
[2020-04-10T21:29:36.209+0000] GC(10) Pause Init Update Refs 0.129ms
[2020-04-10T21:29:36.215+0000] GC(10) Concurrent update references
[2020-04-10T21:29:36.215+0000] GC(10) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:36.426+0000] GC(10) Concurrent update references 211.191ms
[2020-04-10T21:29:36.428+0000] GC(10) Pause Final Update Refs
[2020-04-10T21:29:36.428+0000] GC(10) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:36.428+0000] GC(10) Pause Final Update Refs 0.706ms
[2020-04-10T21:29:36.430+0000] GC(10) Concurrent cleanup
[2020-04-10T21:29:36.430+0000] GC(10) Concurrent cleanup 2195M->1442M(2350M) 0.262ms
[2020-04-10T21:29:36.430+0000] Free: 788M, Max: 1024K regular, 73728K humongous, Frag: 91% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:36.430+0000] Metaspace: 192867K(197512K)->193234K(197768K) NonClass: 171106K(174420K)->171472K(174676K) Class: 21761K(23092K)->21761K(23092K)
[2020-04-10T21:29:36.430+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:36.446+0000] Trigger: Average GC time (421.97 ms) is above the time for allocation rate (1145 MB/s) to deplete free headroom (480M)
[2020-04-10T21:29:36.446+0000] Free headroom: 762M (free) - 117M (spike) - 164M (penalties) = 480M
[2020-04-10T21:29:36.446+0000] Free: 762M, Max: 1024K regular, 73728K humongous, Frag: 91% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:36.446+0000] GC(11) Concurrent reset
[2020-04-10T21:29:36.446+0000] GC(11) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:36.446+0000] GC(11) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:36.449+0000] GC(11) Concurrent reset 2.885ms
[2020-04-10T21:29:36.452+0000] GC(11) Pause Init Mark
[2020-04-10T21:29:36.452+0000] GC(11) Using 16 of 16 workers for init marking
[2020-04-10T21:29:36.454+0000] GC(11) Pacer for Mark. Expected Live: 643M, Free: 758M, Non-Taxable: 77631K, Alloc Tax Rate: 3.1x
[2020-04-10T21:29:36.454+0000] GC(11) Pause Init Mark 2.161ms
[2020-04-10T21:29:36.455+0000] GC(11) Concurrent marking
[2020-04-10T21:29:36.455+0000] GC(11) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:36.599+0000] GC(11) Concurrent marking 143.718ms
[2020-04-10T21:29:36.600+0000] GC(11) Pause Final Mark
[2020-04-10T21:29:36.601+0000] GC(11) Using 16 of 16 workers for final marking
[2020-04-10T21:29:36.602+0000] GC(11) Adaptive CSet Selection. Target Free: 332M, Actual Free: 759M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:36.602+0000] GC(11) Collectable Garbage: 583M (77%), Immediate: 0B (0%), CSet: 583M (77%)
[2020-04-10T21:29:36.607+0000] GC(11) Pacer for Evacuation. Used CSet: 681M, Free: 643M, Non-Taxable: 65844K, Alloc Tax Rate: 2.6x
[2020-04-10T21:29:36.607+0000] GC(11) Pause Final Mark 6.442ms
[2020-04-10T21:29:36.607+0000] GC(11) Concurrent roots processing
[2020-04-10T21:29:36.607+0000] GC(11) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:36.624+0000] GC(11) Concurrent roots processing 16.970ms
[2020-04-10T21:29:36.624+0000] GC(11) Concurrent cleanup
[2020-04-10T21:29:36.625+0000] GC(11) Concurrent cleanup 1626M->1626M(2350M) 0.171ms
[2020-04-10T21:29:36.625+0000] GC(11) Free: 605M, Max: 1024K regular, 73728K humongous, Frag: 89% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:36.625+0000] GC(11) Concurrent evacuation
[2020-04-10T21:29:36.625+0000] GC(11) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:36.658+0000] GC(11) Concurrent evacuation 32.966ms
[2020-04-10T21:29:36.701+0000] GC(11) Pause Init Update Refs
[2020-04-10T21:29:36.701+0000] GC(11) Pacer for Update Refs. Used: 1771M, Free: 564M, Non-Taxable: 57786K, Alloc Tax Rate: 3.8x
[2020-04-10T21:29:36.701+0000] GC(11) Pause Init Update Refs 0.135ms
[2020-04-10T21:29:36.702+0000] GC(11) Concurrent update references
[2020-04-10T21:29:36.702+0000] GC(11) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:36.832+0000] GC(11) Concurrent update references 130.512ms
[2020-04-10T21:29:36.834+0000] GC(11) Pause Final Update Refs
[2020-04-10T21:29:36.834+0000] GC(11) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:36.835+0000] GC(11) Pause Final Update Refs 0.542ms
[2020-04-10T21:29:36.836+0000] GC(11) Concurrent cleanup
[2020-04-10T21:29:36.836+0000] GC(11) Concurrent cleanup 1909M->1230M(2350M) 0.253ms
[2020-04-10T21:29:36.836+0000] Free: 1000M, Max: 1024K regular, 291M humongous, Frag: 71% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:36.836+0000] Metaspace: 193240K(197768K)->193502K(197920K) NonClass: 171478K(174676K)->171741K(174828K) Class: 21761K(23092K)->21761K(23092K)
[2020-04-10T21:29:36.836+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:37.163+0000] Trigger: Average GC time (479.61 ms) is above the time for allocation rate (903 MB/s) to deplete free headroom (432M)
[2020-04-10T21:29:37.163+0000] Free headroom: 691M (free) - 117M (spike) - 141M (penalties) = 432M
[2020-04-10T21:29:37.163+0000] Free: 691M, Max: 1024K regular, 186M humongous, Frag: 74% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:37.163+0000] GC(12) Concurrent reset
[2020-04-10T21:29:37.163+0000] GC(12) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:37.163+0000] GC(12) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:37.165+0000] GC(12) Concurrent reset 1.098ms
[2020-04-10T21:29:37.165+0000] GC(12) Pause Init Mark
[2020-04-10T21:29:37.165+0000] GC(12) Using 16 of 16 workers for init marking
[2020-04-10T21:29:37.168+0000] GC(12) Pacer for Mark. Expected Live: 683M, Free: 689M, Non-Taxable: 70629K, Alloc Tax Rate: 3.6x
[2020-04-10T21:29:37.168+0000] GC(12) Pause Init Mark 2.169ms
[2020-04-10T21:29:37.168+0000] GC(12) Concurrent marking
[2020-04-10T21:29:37.168+0000] GC(12) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:37.256+0000] GC(12) Concurrent marking 88.764ms
[2020-04-10T21:29:37.258+0000] GC(12) Pause Final Mark
[2020-04-10T21:29:37.258+0000] GC(12) Using 16 of 16 workers for final marking
[2020-04-10T21:29:37.259+0000] GC(12) Adaptive CSet Selection. Target Free: 332M, Actual Free: 951M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:37.259+0000] GC(12) Collectable Garbage: 955M (91%), Immediate: 239M (23%), CSet: 715M (68%)
[2020-04-10T21:29:37.265+0000] GC(12) Pacer for Evacuation. Used CSet: 813M, Free: 835M, Non-Taxable: 85564K, Alloc Tax Rate: 2.4x
[2020-04-10T21:29:37.265+0000] GC(12) Pause Final Mark 6.975ms
[2020-04-10T21:29:37.265+0000] GC(12) Concurrent roots processing
[2020-04-10T21:29:37.265+0000] GC(12) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:37.267+0000] GC(12) Concurrent roots processing 1.694ms
[2020-04-10T21:29:37.267+0000] GC(12) Concurrent cleanup
[2020-04-10T21:29:37.267+0000] GC(12) Concurrent cleanup 1637M->1398M(2350M) 0.174ms
[2020-04-10T21:29:37.267+0000] GC(12) Free: 832M, Max: 1024K regular, 186M humongous, Frag: 78% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:37.267+0000] GC(12) Concurrent evacuation
[2020-04-10T21:29:37.267+0000] GC(12) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:37.286+0000] GC(12) Concurrent evacuation 18.759ms
[2020-04-10T21:29:37.287+0000] GC(12) Pause Init Update Refs
[2020-04-10T21:29:37.287+0000] GC(12) Pacer for Update Refs. Used: 1522M, Free: 812M, Non-Taxable: 83168K, Alloc Tax Rate: 2.3x
[2020-04-10T21:29:37.287+0000] GC(12) Pause Init Update Refs 0.072ms
[2020-04-10T21:29:37.287+0000] GC(12) Concurrent update references
[2020-04-10T21:29:37.287+0000] GC(12) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:37.342+0000] GC(12) Concurrent update references 55.251ms
[2020-04-10T21:29:37.347+0000] GC(12) Pause Final Update Refs
[2020-04-10T21:29:37.347+0000] GC(12) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:37.347+0000] GC(12) Pause Final Update Refs 0.510ms
[2020-04-10T21:29:37.347+0000] GC(12) Concurrent cleanup
[2020-04-10T21:29:37.348+0000] GC(12) Concurrent cleanup 1554M->741M(2350M) 0.240ms
[2020-04-10T21:29:37.348+0000] Free: 1489M, Max: 1024K regular, 574M humongous, Frag: 62% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:37.348+0000] Metaspace: 193864K(198508K)->194276K(198764K) NonClass: 172090K(175340K)->172469K(175596K) Class: 21774K(23168K)->21807K(23168K)
[2020-04-10T21:29:37.348+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:37.776+0000] Trigger: Average GC time (390.15 ms) is above the time for allocation rate (1405 MB/s) to deplete free headroom (544M)
[2020-04-10T21:29:37.777+0000] Free headroom: 779M (free) - 117M (spike) - 117M (penalties) = 544M
[2020-04-10T21:29:37.777+0000] Free: 779M, Max: 1024K regular, 549M humongous, Frag: 30% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:37.777+0000] GC(13) Concurrent reset
[2020-04-10T21:29:37.777+0000] GC(13) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:37.777+0000] GC(13) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:37.778+0000] GC(13) Concurrent reset 1.631ms
[2020-04-10T21:29:38.026+0000] GC(13) Pause Init Mark
[2020-04-10T21:29:38.026+0000] GC(13) Using 16 of 16 workers for init marking
[2020-04-10T21:29:38.029+0000] GC(13) Pacer for Mark. Expected Live: 673M, Free: 152M, Non-Taxable: 15576K, Alloc Tax Rate: 16.2x
[2020-04-10T21:29:38.029+0000] GC(13) Pause Init Mark 2.534ms
[2020-04-10T21:29:38.030+0000] GC(13) Concurrent marking
[2020-04-10T21:29:38.030+0000] GC(13) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:38.159+0000] Failed to allocate TLAB, 240K
[2020-04-10T21:29:38.159+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:29:38.160+0000] GC(13) Concurrent marking 130.039ms
[2020-04-10T21:29:38.160+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.160+0000] Metaspace: 194670K(199504K)->194853K(199504K) NonClass: 172861K(176208K)->173043K(176208K) Class: 21808K(23296K)->21810K(23296K)
[2020-04-10T21:29:38.160+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:38.161+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:29:38.161+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.163+0000] GC(14) Pause Degenerated GC (Mark)
[2020-04-10T21:29:38.163+0000] GC(14) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:29:38.170+0000] GC(14) Adaptive CSet Selection. Target Free: 332M, Actual Free: 120M, Max CSet: 100266K, Min Garbage: 212M
[2020-04-10T21:29:38.171+0000] GC(14) Collectable Garbage: 1016M (74%), Immediate: 2048K (0%), CSet: 1014M (74%)
[2020-04-10T21:29:38.171+0000] GC(14) Pacer for Evacuation. Used CSet: 1112M, Free: 2080K, Non-Taxable: 208K, Alloc Tax Rate: 1338.8x
[2020-04-10T21:29:38.179+0000] GC(14) Pacer for Update Refs. Used: 2334M, Free: 2080K, Non-Taxable: 208K, Alloc Tax Rate: 1404.4x
[2020-04-10T21:29:38.220+0000] GC(14) Good progress for free space: 1009M, need 24064K
[2020-04-10T21:29:38.220+0000] GC(14) Good progress for used space: 1008M, need 1024K
[2020-04-10T21:29:38.220+0000] GC(14) Pause Degenerated GC (Mark) 2230M->1221M(2350M) 56.450ms
[2020-04-10T21:29:38.221+0000] Free: 1001M, Max: 1024K regular, 182M humongous, Frag: 82% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.221+0000] Metaspace: 194854K(199504K)->194857K(199504K) NonClass: 173044K(176208K)->173046K(176208K) Class: 21810K(23296K)->21810K(23296K)
[2020-04-10T21:29:38.221+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:38.240+0000] Trigger: Average GC time (390.15 ms) is above the time for allocation rate (1174 MB/s) to deplete free headroom (446M)
[2020-04-10T21:29:38.240+0000] Free headroom: 916M (free) - 117M (spike) - 352M (penalties) = 446M
[2020-04-10T21:29:38.240+0000] Free: 916M, Max: 1024K regular, 182M humongous, Frag: 81% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.240+0000] GC(15) Concurrent reset
[2020-04-10T21:29:38.240+0000] GC(15) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:38.240+0000] GC(15) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:38.243+0000] GC(15) Concurrent reset 3.133ms
[2020-04-10T21:29:38.249+0000] GC(15) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:38.249+0000] GC(15) Using 16 of 16 workers for init marking
[2020-04-10T21:29:38.251+0000] GC(15) Pacer for Mark. Expected Live: 681M, Free: 891M, Non-Taxable: 91300K, Alloc Tax Rate: 2.8x
[2020-04-10T21:29:38.251+0000] GC(15) Pause Init Mark (process weakrefs) 2.331ms
[2020-04-10T21:29:38.257+0000] GC(15) Concurrent marking (process weakrefs)
[2020-04-10T21:29:38.257+0000] GC(15) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:38.398+0000] GC(15) Concurrent marking (process weakrefs) 141.357ms
[2020-04-10T21:29:38.398+0000] GC(15) Concurrent precleaning
[2020-04-10T21:29:38.398+0000] GC(15) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:38.398+0000] GC(15) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:38.416+0000] GC(15) Concurrent precleaning 18.047ms
[2020-04-10T21:29:38.421+0000] GC(15) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:38.421+0000] GC(15) Using 16 of 16 workers for final marking
[2020-04-10T21:29:38.424+0000] GC(15) Adaptive CSet Selection. Target Free: 332M, Actual Free: 816M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:38.424+0000] GC(15) Collectable Garbage: 454M (72%), Immediate: 0B (0%), CSet: 454M (72%)
[2020-04-10T21:29:38.431+0000] GC(15) Pacer for Evacuation. Used CSet: 551M, Free: 698M, Non-Taxable: 71533K, Alloc Tax Rate: 1.9x
[2020-04-10T21:29:38.431+0000] GC(15) Pause Final Mark (process weakrefs) 10.362ms
[2020-04-10T21:29:38.432+0000] GC(15) Concurrent roots processing
[2020-04-10T21:29:38.432+0000] GC(15) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:38.435+0000] GC(15) Concurrent roots processing 3.188ms
[2020-04-10T21:29:38.435+0000] GC(15) Concurrent cleanup
[2020-04-10T21:29:38.435+0000] GC(15) Concurrent cleanup 1540M->1540M(2350M) 0.175ms
[2020-04-10T21:29:38.435+0000] GC(15) Free: 691M, Max: 1024K regular, 182M humongous, Frag: 74% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:38.435+0000] GC(15) Concurrent evacuation
[2020-04-10T21:29:38.435+0000] GC(15) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:38.473+0000] GC(15) Concurrent evacuation 37.860ms
[2020-04-10T21:29:38.477+0000] GC(15) Pause Init Update Refs
[2020-04-10T21:29:38.477+0000] GC(15) Pacer for Update Refs. Used: 1691M, Free: 644M, Non-Taxable: 66007K, Alloc Tax Rate: 3.2x
[2020-04-10T21:29:38.477+0000] GC(15) Pause Init Update Refs 0.147ms
[2020-04-10T21:29:38.480+0000] GC(15) Concurrent update references
[2020-04-10T21:29:38.480+0000] GC(15) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:38.648+0000] GC(15) Concurrent update references 167.981ms
[2020-04-10T21:29:38.650+0000] GC(15) Pause Final Update Refs
[2020-04-10T21:29:38.651+0000] GC(15) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:38.651+0000] GC(15) Pause Final Update Refs 0.721ms
[2020-04-10T21:29:38.652+0000] GC(15) Concurrent cleanup
[2020-04-10T21:29:38.652+0000] GC(15) Concurrent cleanup 1852M->1303M(2350M) 0.223ms
[2020-04-10T21:29:38.652+0000] Free: 927M, Max: 1024K regular, 227M humongous, Frag: 76% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.652+0000] Metaspace: 194892K(199504K)->195067K(199760K) NonClass: 173082K(176208K)->173254K(176464K) Class: 21810K(23296K)->21812K(23296K)
[2020-04-10T21:29:38.652+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:38.733+0000] Trigger: Average GC time (385.07 ms) is above the time for allocation rate (1046 MB/s) to deplete free headroom (400M)
[2020-04-10T21:29:38.733+0000] Free headroom: 847M (free) - 117M (spike) - 329M (penalties) = 400M
[2020-04-10T21:29:38.734+0000] Free: 847M, Max: 1024K regular, 227M humongous, Frag: 74% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:38.734+0000] GC(16) Concurrent reset
[2020-04-10T21:29:38.734+0000] GC(16) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:38.734+0000] GC(16) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:38.737+0000] GC(16) Concurrent reset 3.554ms
[2020-04-10T21:29:38.741+0000] GC(16) Pause Init Mark
[2020-04-10T21:29:38.741+0000] GC(16) Using 16 of 16 workers for init marking
[2020-04-10T21:29:38.743+0000] GC(16) Pacer for Mark. Expected Live: 672M, Free: 840M, Non-Taxable: 86071K, Alloc Tax Rate: 2.9x
[2020-04-10T21:29:38.743+0000] GC(16) Pause Init Mark 2.138ms
[2020-04-10T21:29:38.745+0000] GC(16) Concurrent marking
[2020-04-10T21:29:38.745+0000] GC(16) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:38.882+0000] GC(16) Concurrent marking 136.971ms
[2020-04-10T21:29:38.885+0000] GC(16) Pause Final Mark
[2020-04-10T21:29:38.885+0000] GC(16) Using 16 of 16 workers for final marking
[2020-04-10T21:29:38.887+0000] GC(16) Adaptive CSet Selection. Target Free: 332M, Actual Free: 814M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:38.887+0000] GC(16) Collectable Garbage: 549M (83%), Immediate: 0B (0%), CSet: 549M (83%)
[2020-04-10T21:29:38.892+0000] GC(16) Pacer for Evacuation. Used CSet: 646M, Free: 696M, Non-Taxable: 71363K, Alloc Tax Rate: 2.3x
[2020-04-10T21:29:38.892+0000] GC(16) Pause Final Mark 6.962ms
[2020-04-10T21:29:38.893+0000] GC(16) Concurrent roots processing
[2020-04-10T21:29:38.893+0000] GC(16) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:38.898+0000] GC(16) Concurrent roots processing 4.296ms
[2020-04-10T21:29:38.898+0000] GC(16) Concurrent cleanup
[2020-04-10T21:29:38.898+0000] GC(16) Concurrent cleanup 1548M->1549M(2350M) 0.236ms
[2020-04-10T21:29:38.898+0000] GC(16) Free: 684M, Max: 1024K regular, 227M humongous, Frag: 67% external, 0% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:38.898+0000] GC(16) Concurrent evacuation
[2020-04-10T21:29:38.898+0000] GC(16) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:38.916+0000] GC(16) Concurrent evacuation 18.006ms
[2020-04-10T21:29:38.918+0000] GC(16) Pause Init Update Refs
[2020-04-10T21:29:38.918+0000] GC(16) Pacer for Update Refs. Used: 1668M, Free: 665M, Non-Taxable: 68177K, Alloc Tax Rate: 3.1x
[2020-04-10T21:29:38.918+0000] GC(16) Pause Init Update Refs 0.151ms
[2020-04-10T21:29:38.919+0000] GC(16) Concurrent update references
[2020-04-10T21:29:38.919+0000] GC(16) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:39.034+0000] GC(16) Concurrent update references 115.171ms
[2020-04-10T21:29:39.037+0000] GC(16) Pause Final Update Refs
[2020-04-10T21:29:39.037+0000] GC(16) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:39.038+0000] GC(16) Pause Final Update Refs 0.947ms
[2020-04-10T21:29:39.039+0000] GC(16) Concurrent cleanup
[2020-04-10T21:29:39.039+0000] GC(16) Concurrent cleanup 1793M->1149M(2350M) 0.223ms
[2020-04-10T21:29:39.039+0000] Free: 1081M, Max: 1024K regular, 266M humongous, Frag: 76% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:39.039+0000] Metaspace: 195072K(199760K)->195134K(199760K) NonClass: 173259K(176464K)->173320K(176464K) Class: 21812K(23296K)->21813K(23296K)
[2020-04-10T21:29:39.039+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:39.206+0000] Trigger: Average GC time (351.91 ms) is above the time for allocation rate (1175 MB/s) to deplete free headroom (412M)
[2020-04-10T21:29:39.206+0000] Free headroom: 835M (free) - 117M (spike) - 305M (penalties) = 412M
[2020-04-10T21:29:39.206+0000] Free: 835M, Max: 1024K regular, 266M humongous, Frag: 69% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:39.206+0000] GC(17) Concurrent reset
[2020-04-10T21:29:39.206+0000] GC(17) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:39.206+0000] GC(17) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:39.208+0000] GC(17) Concurrent reset 1.105ms
[2020-04-10T21:29:39.209+0000] GC(17) Pause Init Mark
[2020-04-10T21:29:39.209+0000] GC(17) Using 16 of 16 workers for init marking
[2020-04-10T21:29:39.211+0000] GC(17) Pacer for Mark. Expected Live: 676M, Free: 834M, Non-Taxable: 85436K, Alloc Tax Rate: 3.0x
[2020-04-10T21:29:39.211+0000] GC(17) Pause Init Mark 2.013ms
[2020-04-10T21:29:39.213+0000] GC(17) Concurrent marking
[2020-04-10T21:29:39.213+0000] GC(17) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:39.353+0000] GC(17) Concurrent marking 140.790ms
[2020-04-10T21:29:39.355+0000] GC(17) Pause Final Mark
[2020-04-10T21:29:39.355+0000] GC(17) Using 16 of 16 workers for final marking
[2020-04-10T21:29:39.357+0000] GC(17) Adaptive CSet Selection. Target Free: 332M, Actual Free: 815M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:39.357+0000] GC(17) Collectable Garbage: 601M (87%), Immediate: 0B (0%), CSet: 601M (87%)
[2020-04-10T21:29:39.362+0000] GC(17) Pacer for Evacuation. Used CSet: 698M, Free: 697M, Non-Taxable: 71396K, Alloc Tax Rate: 2.4x
[2020-04-10T21:29:39.362+0000] GC(17) Pause Final Mark 6.326ms
[2020-04-10T21:29:39.367+0000] GC(17) Concurrent roots processing
[2020-04-10T21:29:39.367+0000] GC(17) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:39.369+0000] GC(17) Concurrent roots processing 2.610ms
[2020-04-10T21:29:39.370+0000] GC(17) Concurrent cleanup
[2020-04-10T21:29:39.370+0000] GC(17) Concurrent cleanup 1545M->1545M(2350M) 0.150ms
[2020-04-10T21:29:39.370+0000] GC(17) Free: 687M, Max: 1024K regular, 266M humongous, Frag: 62% external, 0% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:39.370+0000] GC(17) Concurrent evacuation
[2020-04-10T21:29:39.370+0000] GC(17) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:39.388+0000] GC(17) Concurrent evacuation 17.974ms
[2020-04-10T21:29:39.390+0000] GC(17) Pause Init Update Refs
[2020-04-10T21:29:39.390+0000] GC(17) Pacer for Update Refs. Used: 1659M, Free: 672M, Non-Taxable: 68890K, Alloc Tax Rate: 3.0x
[2020-04-10T21:29:39.390+0000] GC(17) Pause Init Update Refs 0.145ms
[2020-04-10T21:29:39.403+0000] GC(17) Concurrent update references
[2020-04-10T21:29:39.403+0000] GC(17) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:39.496+0000] GC(17) Concurrent update references 92.759ms
[2020-04-10T21:29:39.498+0000] GC(17) Pause Final Update Refs
[2020-04-10T21:29:39.498+0000] GC(17) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:39.498+0000] GC(17) Pause Final Update Refs 0.503ms
[2020-04-10T21:29:39.499+0000] GC(17) Concurrent cleanup
[2020-04-10T21:29:39.499+0000] GC(17) Concurrent cleanup 1764M->1068M(2350M) 0.235ms
[2020-04-10T21:29:39.499+0000] Free: 1162M, Max: 1024K regular, 542M humongous, Frag: 54% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:39.499+0000] Metaspace: 195257K(200168K)->195308K(200168K) NonClass: 173443K(176872K)->173493K(176872K) Class: 21813K(23296K)->21814K(23296K)
[2020-04-10T21:29:39.499+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:39.872+0000] Trigger: Average GC time (316.82 ms) is above the time for allocation rate (1052 MB/s) to deplete free headroom (332M)
[2020-04-10T21:29:39.872+0000] Free headroom: 731M (free) - 117M (spike) - 282M (penalties) = 332M
[2020-04-10T21:29:39.872+0000] Free: 731M, Max: 1024K regular, 472M humongous, Frag: 36% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:39.872+0000] GC(18) Concurrent reset
[2020-04-10T21:29:39.872+0000] GC(18) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:39.872+0000] GC(18) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:39.874+0000] GC(18) Concurrent reset 1.149ms
[2020-04-10T21:29:39.877+0000] GC(18) Pause Init Mark
[2020-04-10T21:29:39.877+0000] GC(18) Using 16 of 16 workers for init marking
[2020-04-10T21:29:39.879+0000] GC(18) Pacer for Mark. Expected Live: 675M, Free: 729M, Non-Taxable: 74717K, Alloc Tax Rate: 3.4x
[2020-04-10T21:29:39.879+0000] GC(18) Pause Init Mark 2.233ms
[2020-04-10T21:29:39.879+0000] GC(18) Concurrent marking
[2020-04-10T21:29:39.879+0000] GC(18) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:39.992+0000] GC(18) Concurrent marking 113.235ms
[2020-04-10T21:29:39.994+0000] GC(18) Pause Final Mark
[2020-04-10T21:29:39.994+0000] GC(18) Using 16 of 16 workers for final marking
[2020-04-10T21:29:39.995+0000] GC(18) Adaptive CSet Selection. Target Free: 332M, Actual Free: 807M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:39.995+0000] GC(18) Collectable Garbage: 899M (94%), Immediate: 81910K (8%), CSet: 819M (86%)
[2020-04-10T21:29:40.000+0000] GC(18) Pacer for Evacuation. Used CSet: 916M, Free: 690M, Non-Taxable: 70691K, Alloc Tax Rate: 3.2x
[2020-04-10T21:29:40.000+0000] GC(18) Pause Final Mark 6.013ms
[2020-04-10T21:29:40.006+0000] GC(18) Concurrent roots processing
[2020-04-10T21:29:40.006+0000] GC(18) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:40.008+0000] GC(18) Concurrent roots processing 2.221ms
[2020-04-10T21:29:40.008+0000] GC(18) Concurrent cleanup
[2020-04-10T21:29:40.009+0000] GC(18) Concurrent cleanup 1636M->1557M(2350M) 0.178ms
[2020-04-10T21:29:40.009+0000] GC(18) Free: 676M, Max: 1024K regular, 337M humongous, Frag: 51% external, 0% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:40.009+0000] GC(18) Concurrent evacuation
[2020-04-10T21:29:40.009+0000] GC(18) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:40.036+0000] GC(18) Concurrent evacuation 26.810ms
[2020-04-10T21:29:40.037+0000] GC(18) Pause Init Update Refs
[2020-04-10T21:29:40.037+0000] GC(18) Pacer for Update Refs. Used: 1706M, Free: 627M, Non-Taxable: 64263K, Alloc Tax Rate: 3.3x
[2020-04-10T21:29:40.037+0000] GC(18) Pause Init Update Refs 0.118ms
[2020-04-10T21:29:40.039+0000] GC(18) Concurrent update references
[2020-04-10T21:29:40.039+0000] GC(18) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:40.171+0000] GC(18) Concurrent update references 132.739ms
[2020-04-10T21:29:40.177+0000] GC(18) Pause Final Update Refs
[2020-04-10T21:29:40.178+0000] GC(18) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:40.178+0000] GC(18) Pause Final Update Refs 0.747ms
[2020-04-10T21:29:40.182+0000] GC(18) Concurrent cleanup
[2020-04-10T21:29:40.182+0000] GC(18) Concurrent cleanup 2048M->1145M(2350M) 0.315ms
[2020-04-10T21:29:40.182+0000] Free: 1085M, Max: 1024K regular, 305M humongous, Frag: 72% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:40.182+0000] Metaspace: 196432K(201240K)->196701K(201680K) NonClass: 174492K(177816K)->174751K(178256K) Class: 21939K(23424K)->21949K(23424K)
[2020-04-10T21:29:40.182+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:40.225+0000] Trigger: Average GC time (300.79 ms) is above the time for allocation rate (1913 MB/s) to deplete free headroom (574M)
[2020-04-10T21:29:40.225+0000] Free headroom: 950M (free) - 117M (spike) - 258M (penalties) = 574M
[2020-04-10T21:29:40.225+0000] Free: 950M, Max: 1024K regular, 305M humongous, Frag: 68% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:40.225+0000] GC(19) Concurrent reset
[2020-04-10T21:29:40.225+0000] GC(19) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:40.225+0000] GC(19) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:40.228+0000] GC(19) Concurrent reset 2.900ms
[2020-04-10T21:29:40.231+0000] GC(19) Pause Init Mark
[2020-04-10T21:29:40.231+0000] GC(19) Using 16 of 16 workers for init marking
[2020-04-10T21:29:40.233+0000] GC(19) Pacer for Mark. Expected Live: 686M, Free: 942M, Non-Taxable: 96530K, Alloc Tax Rate: 2.7x
[2020-04-10T21:29:40.233+0000] GC(19) Pause Init Mark 2.267ms
[2020-04-10T21:29:40.235+0000] GC(19) Concurrent marking
[2020-04-10T21:29:40.235+0000] GC(19) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:40.442+0000] GC(19) Concurrent marking 206.901ms
[2020-04-10T21:29:40.449+0000] GC(19) Pause Final Mark
[2020-04-10T21:29:40.449+0000] GC(19) Using 16 of 16 workers for final marking
[2020-04-10T21:29:40.450+0000] GC(19) Adaptive CSet Selection. Target Free: 332M, Actual Free: 793M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:40.450+0000] GC(19) Collectable Garbage: 439M (75%), Immediate: 0B (0%), CSet: 439M (75%)
[2020-04-10T21:29:40.455+0000] GC(19) Pacer for Evacuation. Used CSet: 536M, Free: 676M, Non-Taxable: 69222K, Alloc Tax Rate: 1.9x
[2020-04-10T21:29:40.455+0000] GC(19) Pause Final Mark 6.599ms
[2020-04-10T21:29:40.458+0000] GC(19) Concurrent roots processing
[2020-04-10T21:29:40.458+0000] GC(19) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:40.470+0000] GC(19) Concurrent roots processing 12.157ms
[2020-04-10T21:29:40.470+0000] GC(19) Concurrent cleanup
[2020-04-10T21:29:40.471+0000] GC(19) Concurrent cleanup 1607M->1609M(2350M) 0.769ms
[2020-04-10T21:29:40.471+0000] GC(19) Free: 623M, Max: 1024K regular, 305M humongous, Frag: 52% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:40.471+0000] GC(19) Concurrent evacuation
[2020-04-10T21:29:40.471+0000] GC(19) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:40.513+0000] GC(19) Concurrent evacuation 42.219ms
[2020-04-10T21:29:40.516+0000] GC(19) Pause Init Update Refs
[2020-04-10T21:29:40.516+0000] GC(19) Pacer for Update Refs. Used: 1825M, Free: 507M, Non-Taxable: 52018K, Alloc Tax Rate: 4.4x
[2020-04-10T21:29:40.516+0000] GC(19) Pause Init Update Refs 0.137ms
[2020-04-10T21:29:40.518+0000] GC(19) Concurrent update references
[2020-04-10T21:29:40.518+0000] GC(19) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:40.681+0000] GC(19) Concurrent update references 163.421ms
[2020-04-10T21:29:40.689+0000] GC(19) Pause Final Update Refs
[2020-04-10T21:29:40.689+0000] GC(19) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:40.689+0000] GC(19) Pause Final Update Refs 0.706ms
[2020-04-10T21:29:40.693+0000] GC(19) Concurrent cleanup
[2020-04-10T21:29:40.693+0000] GC(19) Concurrent cleanup 2166M->1643M(2350M) 0.239ms
[2020-04-10T21:29:40.693+0000] Free: 587M, Max: 1024K regular, 89088K humongous, Frag: 86% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:40.693+0000] Metaspace: 196737K(201680K)->197083K(201904K) NonClass: 174787K(178256K)->175130K(178480K) Class: 21949K(23424K)->21952K(23424K)
[2020-04-10T21:29:40.693+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:40.695+0000] Trigger: Average GC time (357.45 ms) is above the time for allocation rate (1711 MB/s) to deplete free headroom (228M)
[2020-04-10T21:29:40.695+0000] Free headroom: 581M (free) - 117M (spike) - 235M (penalties) = 228M
[2020-04-10T21:29:40.695+0000] Free: 580M, Max: 1024K regular, 89088K humongous, Frag: 85% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:40.695+0000] GC(20) Concurrent reset
[2020-04-10T21:29:40.695+0000] GC(20) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:40.695+0000] GC(20) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:40.698+0000] GC(20) Concurrent reset 2.428ms
[2020-04-10T21:29:40.710+0000] GC(20) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:40.711+0000] GC(20) Using 16 of 16 workers for init marking
[2020-04-10T21:29:40.713+0000] GC(20) Pacer for Mark. Expected Live: 684M, Free: 570M, Non-Taxable: 58408K, Alloc Tax Rate: 4.4x
[2020-04-10T21:29:40.713+0000] GC(20) Pause Init Mark (process weakrefs) 2.303ms
[2020-04-10T21:29:40.718+0000] GC(20) Concurrent marking (process weakrefs)
[2020-04-10T21:29:40.718+0000] GC(20) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:40.867+0000] GC(20) Concurrent marking (process weakrefs) 149.646ms
[2020-04-10T21:29:40.867+0000] GC(20) Concurrent precleaning
[2020-04-10T21:29:40.868+0000] GC(20) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:40.868+0000] GC(20) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:40.879+0000] GC(20) Concurrent precleaning 11.566ms
[2020-04-10T21:29:40.882+0000] GC(20) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:40.882+0000] GC(20) Using 16 of 16 workers for final marking
[2020-04-10T21:29:40.884+0000] GC(20) Adaptive CSet Selection. Target Free: 332M, Actual Free: 550M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:40.884+0000] GC(20) Collectable Garbage: 562M (68%), Immediate: 0B (0%), CSet: 562M (68%)
[2020-04-10T21:29:40.890+0000] GC(20) Pacer for Evacuation. Used CSet: 659M, Free: 432M, Non-Taxable: 44323K, Alloc Tax Rate: 3.7x
[2020-04-10T21:29:40.890+0000] GC(20) Pause Final Mark (process weakrefs) 8.057ms
[2020-04-10T21:29:40.893+0000] GC(20) Concurrent roots processing
[2020-04-10T21:29:40.893+0000] GC(20) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:40.896+0000] GC(20) Concurrent roots processing 2.396ms
[2020-04-10T21:29:40.896+0000] GC(20) Concurrent cleanup
[2020-04-10T21:29:40.896+0000] GC(20) Concurrent cleanup 1814M->1814M(2350M) 0.165ms
[2020-04-10T21:29:40.896+0000] GC(20) Free: 417M, Max: 1024K regular, 89088K humongous, Frag: 80% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:40.896+0000] GC(20) Concurrent evacuation
[2020-04-10T21:29:40.896+0000] GC(20) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:40.919+0000] GC(20) Concurrent evacuation 23.343ms
[2020-04-10T21:29:40.921+0000] GC(20) Pause Init Update Refs
[2020-04-10T21:29:40.922+0000] GC(20) Pacer for Update Refs. Used: 1959M, Free: 373M, Non-Taxable: 38295K, Alloc Tax Rate: 6.4x
[2020-04-10T21:29:40.922+0000] GC(20) Pause Init Update Refs 0.131ms
[2020-04-10T21:29:40.922+0000] GC(20) Concurrent update references
[2020-04-10T21:29:40.922+0000] GC(20) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:41.076+0000] GC(20) Concurrent update references 153.677ms
[2020-04-10T21:29:41.079+0000] GC(20) Pause Final Update Refs
[2020-04-10T21:29:41.079+0000] GC(20) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:41.079+0000] GC(20) Pause Final Update Refs 0.645ms
[2020-04-10T21:29:41.080+0000] GC(20) Concurrent cleanup
[2020-04-10T21:29:41.080+0000] GC(20) Concurrent cleanup 2259M->1603M(2350M) 0.230ms
[2020-04-10T21:29:41.080+0000] Free: 627M, Max: 1024K regular, 72704K humongous, Frag: 89% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.080+0000] Metaspace: 197089K(201904K)->197419K(202416K) NonClass: 175136K(178480K)->175466K(178992K) Class: 21952K(23424K)->21952K(23424K)
[2020-04-10T21:29:41.080+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:41.082+0000] Trigger: Average GC time (352.12 ms) is above the time for allocation rate (1329 MB/s) to deplete free headroom (295M)
[2020-04-10T21:29:41.082+0000] Free headroom: 624M (free) - 117M (spike) - 211M (penalties) = 295M
[2020-04-10T21:29:41.082+0000] Free: 624M, Max: 1024K regular, 72704K humongous, Frag: 89% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.082+0000] GC(21) Concurrent reset
[2020-04-10T21:29:41.082+0000] GC(21) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:41.082+0000] GC(21) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:41.083+0000] GC(21) Concurrent reset 1.262ms
[2020-04-10T21:29:41.085+0000] GC(21) Pause Init Mark
[2020-04-10T21:29:41.085+0000] GC(21) Using 16 of 16 workers for init marking
[2020-04-10T21:29:41.088+0000] GC(21) Pacer for Mark. Expected Live: 710M, Free: 620M, Non-Taxable: 63579K, Alloc Tax Rate: 4.2x
[2020-04-10T21:29:41.088+0000] GC(21) Pause Init Mark 2.346ms
[2020-04-10T21:29:41.088+0000] GC(21) Concurrent marking
[2020-04-10T21:29:41.088+0000] GC(21) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:41.253+0000] GC(21) Concurrent marking 165.132ms
[2020-04-10T21:29:41.256+0000] GC(21) Pause Final Mark
[2020-04-10T21:29:41.256+0000] GC(21) Using 16 of 16 workers for final marking
[2020-04-10T21:29:41.257+0000] GC(21) Adaptive CSet Selection. Target Free: 332M, Actual Free: 628M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:41.257+0000] GC(21) Collectable Garbage: 478M (68%), Immediate: 0B (0%), CSet: 478M (68%)
[2020-04-10T21:29:41.262+0000] GC(21) Pacer for Evacuation. Used CSet: 575M, Free: 512M, Non-Taxable: 52436K, Alloc Tax Rate: 2.7x
[2020-04-10T21:29:41.262+0000] GC(21) Pause Final Mark 6.433ms
[2020-04-10T21:29:41.272+0000] GC(21) Concurrent roots processing
[2020-04-10T21:29:41.272+0000] GC(21) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:41.276+0000] GC(21) Concurrent roots processing 4.520ms
[2020-04-10T21:29:41.276+0000] GC(21) Concurrent cleanup
[2020-04-10T21:29:41.276+0000] GC(21) Concurrent cleanup 1754M->1754M(2350M) 0.156ms
[2020-04-10T21:29:41.276+0000] GC(21) Free: 477M, Max: 1024K regular, 38912K humongous, Frag: 93% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:41.277+0000] GC(21) Concurrent evacuation
[2020-04-10T21:29:41.277+0000] GC(21) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:41.315+0000] GC(21) Concurrent evacuation 38.677ms
[2020-04-10T21:29:41.318+0000] GC(21) Pause Init Update Refs
[2020-04-10T21:29:41.318+0000] GC(21) Pacer for Update Refs. Used: 1924M, Free: 409M, Non-Taxable: 41965K, Alloc Tax Rate: 5.7x
[2020-04-10T21:29:41.318+0000] GC(21) Pause Init Update Refs 0.186ms
[2020-04-10T21:29:41.320+0000] GC(21) Concurrent update references
[2020-04-10T21:29:41.320+0000] GC(21) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:41.479+0000] GC(21) Concurrent update references 159.254ms
[2020-04-10T21:29:41.482+0000] GC(21) Pause Final Update Refs
[2020-04-10T21:29:41.482+0000] GC(21) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:41.483+0000] GC(21) Pause Final Update Refs 0.708ms
[2020-04-10T21:29:41.485+0000] GC(21) Concurrent cleanup
[2020-04-10T21:29:41.485+0000] GC(21) Concurrent cleanup 2121M->1552M(2350M) 0.230ms
[2020-04-10T21:29:41.485+0000] Free: 678M, Max: 1024K regular, 196M humongous, Frag: 72% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.485+0000] Metaspace: 197419K(202416K)->197626K(202544K) NonClass: 175466K(178992K)->175671K(178992K) Class: 21952K(23424K)->21954K(23552K)
[2020-04-10T21:29:41.485+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:41.487+0000] Trigger: Average GC time (371.77 ms) is above the time for allocation rate (1040 MB/s) to deplete free headroom (371M)
[2020-04-10T21:29:41.487+0000] Free headroom: 676M (free) - 117M (spike) - 188M (penalties) = 371M
[2020-04-10T21:29:41.487+0000] Free: 676M, Max: 1024K regular, 196M humongous, Frag: 71% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.487+0000] GC(22) Concurrent reset
[2020-04-10T21:29:41.487+0000] GC(22) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:41.487+0000] GC(22) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:41.488+0000] GC(22) Concurrent reset 1.691ms
[2020-04-10T21:29:41.491+0000] GC(22) Pause Init Mark
[2020-04-10T21:29:41.491+0000] GC(22) Using 16 of 16 workers for init marking
[2020-04-10T21:29:41.493+0000] GC(22) Pacer for Mark. Expected Live: 745M, Free: 674M, Non-Taxable: 69098K, Alloc Tax Rate: 4.0x
[2020-04-10T21:29:41.493+0000] GC(22) Pause Init Mark 2.295ms
[2020-04-10T21:29:41.497+0000] GC(22) Concurrent marking
[2020-04-10T21:29:41.497+0000] GC(22) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:41.669+0000] GC(22) Concurrent marking 171.694ms
[2020-04-10T21:29:41.687+0000] GC(22) Pause Final Mark
[2020-04-10T21:29:41.688+0000] GC(22) Using 16 of 16 workers for final marking
[2020-04-10T21:29:41.688+0000] GC(22) Adaptive CSet Selection. Target Free: 332M, Actual Free: 677M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:41.689+0000] GC(22) Collectable Garbage: 517M (80%), Immediate: 0B (0%), CSet: 517M (80%)
[2020-04-10T21:29:41.694+0000] GC(22) Pacer for Evacuation. Used CSet: 615M, Free: 561M, Non-Taxable: 57462K, Alloc Tax Rate: 2.7x
[2020-04-10T21:29:41.694+0000] GC(22) Pause Final Mark 6.435ms
[2020-04-10T21:29:41.698+0000] GC(22) Concurrent roots processing
[2020-04-10T21:29:41.698+0000] GC(22) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:41.702+0000] GC(22) Concurrent roots processing 3.720ms
[2020-04-10T21:29:41.702+0000] GC(22) Concurrent cleanup
[2020-04-10T21:29:41.703+0000] GC(22) Concurrent cleanup 1687M->1689M(2350M) 0.667ms
[2020-04-10T21:29:41.703+0000] GC(22) Free: 542M, Max: 1024K regular, 196M humongous, Frag: 64% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:41.703+0000] GC(22) Concurrent evacuation
[2020-04-10T21:29:41.703+0000] GC(22) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:41.733+0000] GC(22) Concurrent evacuation 30.395ms
[2020-04-10T21:29:41.742+0000] GC(22) Pause Init Update Refs
[2020-04-10T21:29:41.742+0000] GC(22) Pacer for Update Refs. Used: 1826M, Free: 507M, Non-Taxable: 52011K, Alloc Tax Rate: 4.4x
[2020-04-10T21:29:41.742+0000] GC(22) Pause Init Update Refs 0.148ms
[2020-04-10T21:29:41.747+0000] GC(22) Concurrent update references
[2020-04-10T21:29:41.747+0000] GC(22) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:41.906+0000] GC(22) Concurrent update references 159.009ms
[2020-04-10T21:29:41.908+0000] GC(22) Pause Final Update Refs
[2020-04-10T21:29:41.908+0000] GC(22) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:41.908+0000] GC(22) Pause Final Update Refs 0.637ms
[2020-04-10T21:29:41.909+0000] GC(22) Concurrent cleanup
[2020-04-10T21:29:41.909+0000] GC(22) Concurrent cleanup 2029M->1415M(2350M) 0.372ms
[2020-04-10T21:29:41.909+0000] Free: 814M, Max: 1024K regular, 115M humongous, Frag: 86% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.909+0000] Metaspace: 197626K(202544K)->197737K(202800K) NonClass: 175671K(178992K)->175779K(179248K) Class: 21954K(23552K)->21957K(23552K)
[2020-04-10T21:29:41.909+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:41.987+0000] Trigger: Average GC time (397.78 ms) is above the time for allocation rate (1018 MB/s) to deplete free headroom (396M)
[2020-04-10T21:29:41.987+0000] Free headroom: 678M (free) - 117M (spike) - 164M (penalties) = 396M
[2020-04-10T21:29:41.987+0000] Free: 678M, Max: 1024K regular, 115M humongous, Frag: 83% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:41.987+0000] GC(23) Concurrent reset
[2020-04-10T21:29:41.987+0000] GC(23) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:41.987+0000] GC(23) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:41.989+0000] GC(23) Concurrent reset 1.768ms
[2020-04-10T21:29:41.997+0000] GC(23) Pause Init Mark
[2020-04-10T21:29:41.997+0000] GC(23) Using 16 of 16 workers for init marking
[2020-04-10T21:29:42.000+0000] GC(23) Pacer for Mark. Expected Live: 785M, Free: 672M, Non-Taxable: 68880K, Alloc Tax Rate: 4.3x
[2020-04-10T21:29:42.000+0000] GC(23) Pause Init Mark 2.540ms
[2020-04-10T21:29:42.000+0000] GC(23) Concurrent marking
[2020-04-10T21:29:42.001+0000] GC(23) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:42.174+0000] GC(23) Concurrent marking 173.543ms
[2020-04-10T21:29:42.176+0000] GC(23) Pause Final Mark
[2020-04-10T21:29:42.176+0000] GC(23) Using 16 of 16 workers for final marking
[2020-04-10T21:29:42.177+0000] GC(23) Adaptive CSet Selection. Target Free: 332M, Actual Free: 675M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:42.177+0000] GC(23) Collectable Garbage: 575M (85%), Immediate: 0B (0%), CSet: 575M (85%)
[2020-04-10T21:29:42.183+0000] GC(23) Pacer for Evacuation. Used CSet: 672M, Free: 559M, Non-Taxable: 57260K, Alloc Tax Rate: 2.9x
[2020-04-10T21:29:42.183+0000] GC(23) Pause Final Mark 6.532ms
[2020-04-10T21:29:42.183+0000] GC(23) Concurrent roots processing
[2020-04-10T21:29:42.183+0000] GC(23) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:42.191+0000] GC(23) Concurrent roots processing 7.518ms
[2020-04-10T21:29:42.191+0000] GC(23) Concurrent cleanup
[2020-04-10T21:29:42.191+0000] GC(23) Concurrent cleanup 1692M->1693M(2350M) 0.155ms
[2020-04-10T21:29:42.191+0000] GC(23) Free: 540M, Max: 1024K regular, 115M humongous, Frag: 79% external, 1% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:29:42.191+0000] GC(23) Concurrent evacuation
[2020-04-10T21:29:42.191+0000] GC(23) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:42.218+0000] GC(23) Concurrent evacuation 26.862ms
[2020-04-10T21:29:42.220+0000] GC(23) Pause Init Update Refs
[2020-04-10T21:29:42.220+0000] GC(23) Pacer for Update Refs. Used: 1822M, Free: 510M, Non-Taxable: 52309K, Alloc Tax Rate: 4.4x
[2020-04-10T21:29:42.220+0000] GC(23) Pause Init Update Refs 0.137ms
[2020-04-10T21:29:42.221+0000] GC(23) Concurrent update references
[2020-04-10T21:29:42.221+0000] GC(23) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:42.402+0000] GC(23) Concurrent update references 181.237ms
[2020-04-10T21:29:42.406+0000] GC(23) Pause Final Update Refs
[2020-04-10T21:29:42.406+0000] GC(23) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:42.406+0000] GC(23) Pause Final Update Refs 0.769ms
[2020-04-10T21:29:42.410+0000] GC(23) Concurrent cleanup
[2020-04-10T21:29:42.410+0000] GC(23) Concurrent cleanup 2017M->1352M(2350M) 0.244ms
[2020-04-10T21:29:42.410+0000] Free: 878M, Max: 1024K regular, 451M humongous, Frag: 49% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:42.410+0000] Metaspace: 197783K(202800K)->197838K(202800K) NonClass: 175826K(179248K)->175880K(179248K) Class: 21957K(23552K)->21957K(23552K)
[2020-04-10T21:29:42.410+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:42.521+0000] Trigger: Average GC time (420.38 ms) is above the time for allocation rate (1037 MB/s) to deplete free headroom (435M)
[2020-04-10T21:29:42.521+0000] Free headroom: 694M (free) - 117M (spike) - 141M (penalties) = 435M
[2020-04-10T21:29:42.521+0000] Free: 694M, Max: 1024K regular, 451M humongous, Frag: 35% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:42.521+0000] GC(24) Concurrent reset
[2020-04-10T21:29:42.521+0000] GC(24) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:42.521+0000] GC(24) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:42.523+0000] GC(24) Concurrent reset 1.102ms
[2020-04-10T21:29:42.524+0000] GC(24) Pause Init Mark
[2020-04-10T21:29:42.524+0000] GC(24) Using 16 of 16 workers for init marking
[2020-04-10T21:29:42.526+0000] GC(24) Pacer for Mark. Expected Live: 852M, Free: 692M, Non-Taxable: 70926K, Alloc Tax Rate: 4.5x
[2020-04-10T21:29:42.526+0000] GC(24) Pause Init Mark 2.223ms
[2020-04-10T21:29:42.527+0000] GC(24) Concurrent marking
[2020-04-10T21:29:42.527+0000] GC(24) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:42.642+0000] GC(24) Concurrent marking 115.375ms
[2020-04-10T21:29:42.643+0000] GC(24) Pause Final Mark
[2020-04-10T21:29:42.643+0000] GC(24) Using 16 of 16 workers for final marking
[2020-04-10T21:29:42.644+0000] GC(24) Adaptive CSet Selection. Target Free: 332M, Actual Free: 713M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:42.644+0000] GC(24) Collectable Garbage: 742M (86%), Immediate: 0B (0%), CSet: 742M (86%)
[2020-04-10T21:29:42.649+0000] GC(24) Pacer for Evacuation. Used CSet: 839M, Free: 597M, Non-Taxable: 61178K, Alloc Tax Rate: 3.4x
[2020-04-10T21:29:42.649+0000] GC(24) Pause Final Mark 6.862ms
[2020-04-10T21:29:42.649+0000] GC(24) Concurrent roots processing
[2020-04-10T21:29:42.649+0000] GC(24) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:42.651+0000] GC(24) Concurrent roots processing 1.142ms
[2020-04-10T21:29:42.651+0000] GC(24) Concurrent cleanup
[2020-04-10T21:29:42.651+0000] GC(24) Concurrent cleanup 1634M->1634M(2350M) 0.128ms
[2020-04-10T21:29:42.651+0000] GC(24) Free: 597M, Max: 1024K regular, 451M humongous, Frag: 25% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:29:42.651+0000] GC(24) Concurrent evacuation
[2020-04-10T21:29:42.651+0000] GC(24) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:42.662+0000] GC(24) Concurrent evacuation 11.595ms
[2020-04-10T21:29:42.663+0000] GC(24) Pause Init Update Refs
[2020-04-10T21:29:42.663+0000] GC(24) Pacer for Update Refs. Used: 1735M, Free: 597M, Non-Taxable: 61154K, Alloc Tax Rate: 3.6x
[2020-04-10T21:29:42.663+0000] GC(24) Pause Init Update Refs 0.068ms
[2020-04-10T21:29:42.663+0000] GC(24) Concurrent update references
[2020-04-10T21:29:42.663+0000] GC(24) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:42.720+0000] GC(24) Concurrent update references 56.846ms
[2020-04-10T21:29:42.720+0000] GC(24) Pause Final Update Refs
[2020-04-10T21:29:42.720+0000] GC(24) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:42.721+0000] GC(24) Pause Final Update Refs 0.361ms
[2020-04-10T21:29:42.721+0000] GC(24) Concurrent cleanup
[2020-04-10T21:29:42.721+0000] GC(24) Concurrent cleanup 1735M->895M(2350M) 0.191ms
[2020-04-10T21:29:42.721+0000] Free: 1335M, Max: 1024K regular, 451M humongous, Frag: 67% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:42.721+0000] Metaspace: 197936K(203056K)->197942K(203056K) NonClass: 175979K(179504K)->175985K(179504K) Class: 21957K(23552K)->21957K(23552K)
[2020-04-10T21:29:42.721+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:54.179+0000] Trigger: Average GC time (366.75 ms) is above the time for allocation rate (101953 KB/s) to deplete free headroom (37351K)
[2020-04-10T21:29:54.179+0000] Free headroom: 271M (free) - 117M (spike) - 117M (penalties) = 37351K
[2020-04-10T21:29:54.179+0000] Free: 271M, Max: 1024K regular, 99328K humongous, Frag: 65% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:54.179+0000] GC(25) Concurrent reset
[2020-04-10T21:29:54.179+0000] GC(25) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:54.179+0000] GC(25) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:54.180+0000] GC(25) Concurrent reset 1.038ms
[2020-04-10T21:29:54.183+0000] GC(25) Pause Init Mark (process weakrefs)
[2020-04-10T21:29:54.183+0000] GC(25) Using 16 of 16 workers for init marking
[2020-04-10T21:29:54.186+0000] GC(25) Pacer for Mark. Expected Live: 847M, Free: 271M, Non-Taxable: 27799K, Alloc Tax Rate: 11.4x
[2020-04-10T21:29:54.186+0000] GC(25) Pause Init Mark (process weakrefs) 2.876ms
[2020-04-10T21:29:54.186+0000] GC(25) Concurrent marking (process weakrefs)
[2020-04-10T21:29:54.186+0000] GC(25) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:54.289+0000] GC(25) Concurrent marking (process weakrefs) 103.067ms
[2020-04-10T21:29:54.289+0000] GC(25) Concurrent precleaning
[2020-04-10T21:29:54.289+0000] GC(25) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:29:54.289+0000] GC(25) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:29:54.302+0000] GC(25) Concurrent precleaning 12.548ms
[2020-04-10T21:29:54.303+0000] GC(25) Pause Final Mark (process weakrefs)
[2020-04-10T21:29:54.303+0000] GC(25) Using 16 of 16 workers for final marking
[2020-04-10T21:29:54.307+0000] GC(25) Adaptive CSet Selection. Target Free: 332M, Actual Free: 459M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:54.308+0000] GC(25) Collectable Garbage: 1262M (94%), Immediate: 81317K (5%), CSet: 1183M (88%)
[2020-04-10T21:29:54.316+0000] GC(25) Pacer for Evacuation. Used CSet: 1281M, Free: 347M, Non-Taxable: 35536K, Alloc Tax Rate: 9.0x
[2020-04-10T21:29:54.316+0000] GC(25) Pause Final Mark (process weakrefs) 13.183ms
[2020-04-10T21:29:54.316+0000] GC(25) Concurrent roots processing
[2020-04-10T21:29:54.316+0000] GC(25) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:54.319+0000] GC(25) Concurrent roots processing 2.788ms
[2020-04-10T21:29:54.319+0000] GC(25) Concurrent cleanup
[2020-04-10T21:29:54.319+0000] GC(25) Concurrent cleanup 1964M->1885M(2350M) 0.159ms
[2020-04-10T21:29:54.319+0000] GC(25) Free: 346M, Max: 1024K regular, 91136K humongous, Frag: 75% external, 6% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:29:54.319+0000] GC(25) Concurrent evacuation
[2020-04-10T21:29:54.319+0000] GC(25) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:54.341+0000] GC(25) Concurrent evacuation 21.794ms
[2020-04-10T21:29:54.342+0000] GC(25) Pause Init Update Refs
[2020-04-10T21:29:54.342+0000] GC(25) Pacer for Update Refs. Used: 1986M, Free: 345M, Non-Taxable: 35369K, Alloc Tax Rate: 7.0x
[2020-04-10T21:29:54.342+0000] GC(25) Pause Init Update Refs 0.126ms
[2020-04-10T21:29:54.342+0000] GC(25) Concurrent update references
[2020-04-10T21:29:54.342+0000] GC(25) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:54.400+0000] GC(25) Concurrent update references 58.339ms
[2020-04-10T21:29:54.401+0000] GC(25) Pause Final Update Refs
[2020-04-10T21:29:54.401+0000] GC(25) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:54.402+0000] GC(25) Pause Final Update Refs 0.466ms
[2020-04-10T21:29:54.402+0000] GC(25) Concurrent cleanup
[2020-04-10T21:29:54.402+0000] GC(25) Concurrent cleanup 1992M->711M(2350M) 0.247ms
[2020-04-10T21:29:54.402+0000] Free: 1519M, Max: 1024K regular, 255M humongous, Frag: 84% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:54.402+0000] Metaspace: 218984K(225144K)->218989K(225144K) NonClass: 194693K(198884K)->194697K(198884K) Class: 24290K(26260K)->24291K(26260K)
[2020-04-10T21:29:54.402+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:57.310+0000] Trigger: Average GC time (334.29 ms) is above the time for allocation rate (382 MB/s) to deplete free headroom (127M)
[2020-04-10T21:29:57.310+0000] Free headroom: 339M (free) - 117M (spike) - 96256K (penalties) = 127M
[2020-04-10T21:29:57.310+0000] Free: 339M, Max: 1024K regular, 90112K humongous, Frag: 74% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:57.310+0000] GC(26) Concurrent reset
[2020-04-10T21:29:57.310+0000] GC(26) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:57.310+0000] GC(26) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:57.311+0000] GC(26) Concurrent reset 1.286ms
[2020-04-10T21:29:57.313+0000] GC(26) Pause Init Mark
[2020-04-10T21:29:57.313+0000] GC(26) Using 16 of 16 workers for init marking
[2020-04-10T21:29:57.316+0000] GC(26) Pacer for Mark. Expected Live: 800M, Free: 338M, Non-Taxable: 34630K, Alloc Tax Rate: 8.7x
[2020-04-10T21:29:57.316+0000] GC(26) Pause Init Mark 3.121ms
[2020-04-10T21:29:57.316+0000] GC(26) Concurrent marking
[2020-04-10T21:29:57.316+0000] GC(26) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:57.491+0000] GC(26) Concurrent marking 175.375ms
[2020-04-10T21:29:57.492+0000] GC(26) Pause Final Mark
[2020-04-10T21:29:57.492+0000] GC(26) Using 16 of 16 workers for final marking
[2020-04-10T21:29:57.496+0000] GC(26) Adaptive CSet Selection. Target Free: 332M, Actual Free: 447M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:57.496+0000] GC(26) Collectable Garbage: 1121M (94%), Immediate: 32199K (2%), CSet: 1089M (91%)
[2020-04-10T21:29:57.509+0000] GC(26) Pacer for Evacuation. Used CSet: 1187M, Free: 340M, Non-Taxable: 34881K, Alloc Tax Rate: 8.5x
[2020-04-10T21:29:57.509+0000] GC(26) Pause Final Mark 17.056ms
[2020-04-10T21:29:57.510+0000] GC(26) Concurrent roots processing
[2020-04-10T21:29:57.510+0000] GC(26) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:57.513+0000] GC(26) Concurrent roots processing 3.004ms
[2020-04-10T21:29:57.513+0000] GC(26) Concurrent cleanup
[2020-04-10T21:29:57.513+0000] GC(26) Concurrent cleanup 1914M->1882M(2350M) 0.178ms
[2020-04-10T21:29:57.513+0000] GC(26) Free: 337M, Max: 1024K regular, 90112K humongous, Frag: 74% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:57.513+0000] GC(26) Concurrent evacuation
[2020-04-10T21:29:57.513+0000] GC(26) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:57.531+0000] GC(26) Concurrent evacuation 18.023ms
[2020-04-10T21:29:57.532+0000] GC(26) Pause Init Update Refs
[2020-04-10T21:29:57.532+0000] GC(26) Pacer for Update Refs. Used: 1990M, Free: 329M, Non-Taxable: 33784K, Alloc Tax Rate: 7.4x
[2020-04-10T21:29:57.532+0000] GC(26) Pause Init Update Refs 0.089ms
[2020-04-10T21:29:57.532+0000] GC(26) Concurrent update references
[2020-04-10T21:29:57.532+0000] GC(26) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:57.604+0000] GC(26) Concurrent update references 72.117ms
[2020-04-10T21:29:57.610+0000] GC(26) Pause Final Update Refs
[2020-04-10T21:29:57.610+0000] GC(26) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:57.610+0000] GC(26) Pause Final Update Refs 0.757ms
[2020-04-10T21:29:57.611+0000] GC(26) Concurrent cleanup
[2020-04-10T21:29:57.611+0000] GC(26) Concurrent cleanup 2010M->824M(2350M) 0.252ms
[2020-04-10T21:29:57.611+0000] Free: 1398M, Max: 1024K regular, 193M humongous, Frag: 87% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:57.611+0000] Metaspace: 225494K(232116K)->225896K(232372K) NonClass: 200426K(204936K)->200770K(205192K) Class: 25068K(27180K)->25126K(27180K)
[2020-04-10T21:29:57.611+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:58.655+0000] Trigger: Average GC time (313.78 ms) is above the time for allocation rate (774 MB/s) to deplete free headroom (239M)
[2020-04-10T21:29:58.656+0000] Free headroom: 427M (free) - 117M (spike) - 72192K (penalties) = 239M
[2020-04-10T21:29:58.656+0000] Free: 427M, Max: 1024K regular, 193M humongous, Frag: 55% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:58.656+0000] GC(27) Concurrent reset
[2020-04-10T21:29:58.656+0000] GC(27) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:58.656+0000] GC(27) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:58.659+0000] GC(27) Concurrent reset 3.366ms
[2020-04-10T21:29:58.661+0000] GC(27) Pause Init Mark
[2020-04-10T21:29:58.661+0000] GC(27) Using 16 of 16 workers for init marking
[2020-04-10T21:29:58.664+0000] GC(27) Pacer for Mark. Expected Live: 756M, Free: 420M, Non-Taxable: 43012K, Alloc Tax Rate: 6.6x
[2020-04-10T21:29:58.664+0000] GC(27) Pause Init Mark 3.218ms
[2020-04-10T21:29:58.665+0000] GC(27) Concurrent marking
[2020-04-10T21:29:58.665+0000] GC(27) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:58.809+0000] GC(27) Concurrent marking 144.939ms
[2020-04-10T21:29:58.811+0000] GC(27) Pause Final Mark
[2020-04-10T21:29:58.811+0000] GC(27) Using 16 of 16 workers for final marking
[2020-04-10T21:29:58.813+0000] GC(27) Adaptive CSet Selection. Target Free: 332M, Actual Free: 466M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:58.813+0000] GC(27) Collectable Garbage: 931M (90%), Immediate: 11262K (1%), CSet: 920M (89%)
[2020-04-10T21:29:58.821+0000] GC(27) Pacer for Evacuation. Used CSet: 1018M, Free: 356M, Non-Taxable: 36509K, Alloc Tax Rate: 7.0x
[2020-04-10T21:29:58.821+0000] GC(27) Pause Final Mark 9.721ms
[2020-04-10T21:29:58.821+0000] GC(27) Concurrent roots processing
[2020-04-10T21:29:58.821+0000] GC(27) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:58.824+0000] GC(27) Concurrent roots processing 3.036ms
[2020-04-10T21:29:58.824+0000] GC(27) Concurrent cleanup
[2020-04-10T21:29:58.825+0000] GC(27) Concurrent cleanup 1886M->1878M(2350M) 0.209ms
[2020-04-10T21:29:58.825+0000] GC(27) Free: 344M, Max: 1024K regular, 114M humongous, Frag: 67% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:29:58.825+0000] GC(27) Concurrent evacuation
[2020-04-10T21:29:58.825+0000] GC(27) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:58.858+0000] GC(27) Concurrent evacuation 33.232ms
[2020-04-10T21:29:58.860+0000] GC(27) Pause Init Update Refs
[2020-04-10T21:29:58.860+0000] GC(27) Pacer for Update Refs. Used: 2021M, Free: 304M, Non-Taxable: 31167K, Alloc Tax Rate: 8.1x
[2020-04-10T21:29:58.860+0000] GC(27) Pause Init Update Refs 0.149ms
[2020-04-10T21:29:58.862+0000] GC(27) Concurrent update references
[2020-04-10T21:29:58.862+0000] GC(27) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:58.964+0000] GC(27) Concurrent update references 101.673ms
[2020-04-10T21:29:58.966+0000] GC(27) Pause Final Update Refs
[2020-04-10T21:29:58.966+0000] GC(27) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:58.967+0000] GC(27) Pause Final Update Refs 0.764ms
[2020-04-10T21:29:58.970+0000] GC(27) Concurrent cleanup
[2020-04-10T21:29:58.970+0000] GC(27) Concurrent cleanup 2152M->1139M(2350M) 0.308ms
[2020-04-10T21:29:58.970+0000] Free: 1083M, Max: 1024K regular, 217M humongous, Frag: 80% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:58.970+0000] Metaspace: 228215K(235004K)->228613K(235436K) NonClass: 202820K(207416K)->203163K(207848K) Class: 25395K(27588K)->25450K(27588K)
[2020-04-10T21:29:58.970+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:29:59.440+0000] Trigger: Average GC time (292.14 ms) is above the time for allocation rate (1111 MB/s) to deplete free headroom (323M)
[2020-04-10T21:29:59.440+0000] Free headroom: 488M (free) - 117M (spike) - 48128K (penalties) = 323M
[2020-04-10T21:29:59.440+0000] Free: 488M, Max: 1024K regular, 95232K humongous, Frag: 81% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:59.440+0000] GC(28) Concurrent reset
[2020-04-10T21:29:59.440+0000] GC(28) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:29:59.440+0000] GC(28) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:29:59.443+0000] GC(28) Concurrent reset 2.678ms
[2020-04-10T21:29:59.444+0000] GC(28) Pause Init Mark
[2020-04-10T21:29:59.445+0000] GC(28) Using 16 of 16 workers for init marking
[2020-04-10T21:29:59.448+0000] GC(28) Pacer for Mark. Expected Live: 727M, Free: 484M, Non-Taxable: 49593K, Alloc Tax Rate: 5.5x
[2020-04-10T21:29:59.448+0000] GC(28) Pause Init Mark 3.156ms
[2020-04-10T21:29:59.449+0000] GC(28) Concurrent marking
[2020-04-10T21:29:59.449+0000] GC(28) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:29:59.593+0000] GC(28) Concurrent marking 143.464ms
[2020-04-10T21:29:59.594+0000] GC(28) Pause Final Mark
[2020-04-10T21:29:59.594+0000] GC(28) Using 16 of 16 workers for final marking
[2020-04-10T21:29:59.595+0000] GC(28) Adaptive CSet Selection. Target Free: 332M, Actual Free: 522M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:29:59.595+0000] GC(28) Collectable Garbage: 879M (91%), Immediate: 7167K (0%), CSet: 872M (90%)
[2020-04-10T21:29:59.603+0000] GC(28) Pacer for Evacuation. Used CSet: 969M, Free: 407M, Non-Taxable: 41771K, Alloc Tax Rate: 5.8x
[2020-04-10T21:29:59.603+0000] GC(28) Pause Final Mark 8.641ms
[2020-04-10T21:29:59.604+0000] GC(28) Concurrent roots processing
[2020-04-10T21:29:59.604+0000] GC(28) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:29:59.606+0000] GC(28) Concurrent roots processing 2.450ms
[2020-04-10T21:29:59.606+0000] GC(28) Concurrent cleanup
[2020-04-10T21:29:59.606+0000] GC(28) Concurrent cleanup 1834M->1827M(2350M) 0.159ms
[2020-04-10T21:29:59.606+0000] GC(28) Free: 399M, Max: 1024K regular, 90112K humongous, Frag: 78% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:29:59.606+0000] GC(28) Concurrent evacuation
[2020-04-10T21:29:59.606+0000] GC(28) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:29:59.630+0000] GC(28) Concurrent evacuation 23.800ms
[2020-04-10T21:29:59.631+0000] GC(28) Pause Init Update Refs
[2020-04-10T21:29:59.631+0000] GC(28) Pacer for Update Refs. Used: 1950M, Free: 377M, Non-Taxable: 38637K, Alloc Tax Rate: 6.3x
[2020-04-10T21:29:59.631+0000] GC(28) Pause Init Update Refs 0.089ms
[2020-04-10T21:29:59.632+0000] GC(28) Concurrent update references
[2020-04-10T21:29:59.632+0000] GC(28) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:29:59.709+0000] GC(28) Concurrent update references 77.873ms
[2020-04-10T21:29:59.713+0000] GC(28) Pause Final Update Refs
[2020-04-10T21:29:59.713+0000] GC(28) Using 16 of 16 workers for final reference update
[2020-04-10T21:29:59.714+0000] GC(28) Pause Final Update Refs 0.676ms
[2020-04-10T21:29:59.718+0000] GC(28) Concurrent cleanup
[2020-04-10T21:29:59.718+0000] GC(28) Concurrent cleanup 2013M->1052M(2350M) 0.288ms
[2020-04-10T21:29:59.718+0000] Free: 1167M, Max: 1024K regular, 156M humongous, Frag: 87% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:29:59.718+0000] Metaspace: 230321K(237428K)->231090K(238348K) NonClass: 204647K(209432K)->205293K(210200K) Class: 25674K(27996K)->25796K(28148K)
[2020-04-10T21:29:59.718+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:00.208+0000] Trigger: Average GC time (263.24 ms) is above the time for allocation rate (1188 MB/s) to deplete free headroom (311M)
[2020-04-10T21:30:00.208+0000] Free headroom: 452M (free) - 117M (spike) - 24064K (penalties) = 311M
[2020-04-10T21:30:00.208+0000] Free: 452M, Max: 1024K regular, 156M humongous, Frag: 66% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:00.208+0000] GC(29) Concurrent reset
[2020-04-10T21:30:00.208+0000] GC(29) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:00.208+0000] GC(29) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:00.210+0000] GC(29) Concurrent reset 1.918ms
[2020-04-10T21:30:00.211+0000] GC(29) Pause Init Mark
[2020-04-10T21:30:00.211+0000] GC(29) Using 16 of 16 workers for init marking
[2020-04-10T21:30:00.215+0000] GC(29) Pacer for Mark. Expected Live: 704M, Free: 451M, Non-Taxable: 46192K, Alloc Tax Rate: 5.7x
[2020-04-10T21:30:00.215+0000] GC(29) Pause Init Mark 3.743ms
[2020-04-10T21:30:00.215+0000] GC(29) Concurrent marking
[2020-04-10T21:30:00.215+0000] GC(29) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:00.349+0000] GC(29) Concurrent marking 134.195ms
[2020-04-10T21:30:00.352+0000] GC(29) Pause Final Mark
[2020-04-10T21:30:00.352+0000] GC(29) Using 16 of 16 workers for final marking
[2020-04-10T21:30:00.354+0000] GC(29) Adaptive CSet Selection. Target Free: 332M, Actual Free: 524M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:00.354+0000] GC(29) Collectable Garbage: 877M (91%), Immediate: 34816K (3%), CSet: 843M (88%)
[2020-04-10T21:30:00.364+0000] GC(29) Pacer for Evacuation. Used CSet: 940M, Free: 422M, Non-Taxable: 43313K, Alloc Tax Rate: 5.4x
[2020-04-10T21:30:00.364+0000] GC(29) Pause Final Mark 11.568ms
[2020-04-10T21:30:00.364+0000] GC(29) Concurrent roots processing
[2020-04-10T21:30:00.364+0000] GC(29) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:00.366+0000] GC(29) Concurrent roots processing 2.335ms
[2020-04-10T21:30:00.366+0000] GC(29) Concurrent cleanup
[2020-04-10T21:30:00.366+0000] GC(29) Concurrent cleanup 1831M->1798M(2350M) 0.200ms
[2020-04-10T21:30:00.367+0000] GC(29) Free: 419M, Max: 1024K regular, 156M humongous, Frag: 63% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:00.367+0000] GC(29) Concurrent evacuation
[2020-04-10T21:30:00.367+0000] GC(29) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:00.384+0000] GC(29) Concurrent evacuation 17.564ms
[2020-04-10T21:30:00.389+0000] GC(29) Pause Init Update Refs
[2020-04-10T21:30:00.390+0000] GC(29) Pacer for Update Refs. Used: 1905M, Free: 414M, Non-Taxable: 42404K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:00.390+0000] GC(29) Pause Init Update Refs 0.146ms
[2020-04-10T21:30:00.390+0000] GC(29) Concurrent update references
[2020-04-10T21:30:00.390+0000] GC(29) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:00.464+0000] GC(29) Concurrent update references 73.847ms
[2020-04-10T21:30:00.473+0000] GC(29) Pause Final Update Refs
[2020-04-10T21:30:00.473+0000] GC(29) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:00.473+0000] GC(29) Pause Final Update Refs 0.709ms
[2020-04-10T21:30:00.474+0000] GC(29) Concurrent cleanup
[2020-04-10T21:30:00.474+0000] GC(29) Concurrent cleanup 1970M->1031M(2350M) 0.315ms
[2020-04-10T21:30:00.474+0000] Free: 1186M, Max: 1024K regular, 168M humongous, Frag: 86% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:00.474+0000] Metaspace: 233276K(240980K)->233961K(241592K) NonClass: 207165K(212424K)->207768K(212936K) Class: 26110K(28556K)->26192K(28656K)
[2020-04-10T21:30:00.474+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:01.396+0000] Trigger: Average GC time (276.56 ms) is above the time for allocation rate (838 MB/s) to deplete free headroom (230M)
[2020-04-10T21:30:01.396+0000] Free headroom: 348M (free) - 117M (spike) - 0B (penalties) = 230M
[2020-04-10T21:30:01.396+0000] Free: 348M, Max: 1024K regular, 168M humongous, Frag: 52% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:01.396+0000] GC(30) Concurrent reset
[2020-04-10T21:30:01.396+0000] GC(30) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:01.396+0000] GC(30) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:01.397+0000] GC(30) Concurrent reset 0.911ms
[2020-04-10T21:30:01.398+0000] GC(30) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:01.398+0000] GC(30) Using 16 of 16 workers for init marking
[2020-04-10T21:30:01.402+0000] GC(30) Pacer for Mark. Expected Live: 727M, Free: 346M, Non-Taxable: 35509K, Alloc Tax Rate: 7.7x
[2020-04-10T21:30:01.402+0000] GC(30) Pause Init Mark (process weakrefs) 4.073ms
[2020-04-10T21:30:01.403+0000] GC(30) Concurrent marking (process weakrefs)
[2020-04-10T21:30:01.403+0000] GC(30) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:01.542+0000] GC(30) Concurrent marking (process weakrefs) 139.210ms
[2020-04-10T21:30:01.542+0000] GC(30) Concurrent precleaning
[2020-04-10T21:30:01.542+0000] GC(30) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:01.542+0000] GC(30) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:01.562+0000] GC(30) Concurrent precleaning 20.387ms
[2020-04-10T21:30:01.563+0000] GC(30) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:01.563+0000] GC(30) Using 16 of 16 workers for final marking
[2020-04-10T21:30:01.566+0000] GC(30) Adaptive CSet Selection. Target Free: 332M, Actual Free: 424M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:01.566+0000] GC(30) Collectable Garbage: 967M (92%), Immediate: 88047K (8%), CSet: 881M (84%)
[2020-04-10T21:30:01.575+0000] GC(30) Pacer for Evacuation. Used CSet: 979M, Free: 338M, Non-Taxable: 34655K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:01.575+0000] GC(30) Pause Final Mark (process weakrefs) 11.636ms
[2020-04-10T21:30:01.575+0000] GC(30) Concurrent roots processing
[2020-04-10T21:30:01.575+0000] GC(30) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:01.580+0000] GC(30) Concurrent roots processing 4.443ms
[2020-04-10T21:30:01.580+0000] GC(30) Concurrent cleanup
[2020-04-10T21:30:01.580+0000] GC(30) Concurrent cleanup 1965M->1880M(2350M) 0.173ms
[2020-04-10T21:30:01.580+0000] GC(30) Free: 329M, Max: 1024K regular, 109M humongous, Frag: 67% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:01.580+0000] GC(30) Concurrent evacuation
[2020-04-10T21:30:01.580+0000] GC(30) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:01.605+0000] GC(30) Concurrent evacuation 25.491ms
[2020-04-10T21:30:01.606+0000] GC(30) Pause Init Update Refs
[2020-04-10T21:30:01.607+0000] GC(30) Pacer for Update Refs. Used: 2004M, Free: 307M, Non-Taxable: 31485K, Alloc Tax Rate: 8.0x
[2020-04-10T21:30:01.607+0000] GC(30) Pause Init Update Refs 0.096ms
[2020-04-10T21:30:01.607+0000] GC(30) Concurrent update references
[2020-04-10T21:30:01.607+0000] GC(30) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:01.682+0000] GC(30) Concurrent update references 74.751ms
[2020-04-10T21:30:01.682+0000] GC(30) Pause Final Update Refs
[2020-04-10T21:30:01.682+0000] GC(30) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:01.683+0000] GC(30) Pause Final Update Refs 0.753ms
[2020-04-10T21:30:01.683+0000] GC(30) Concurrent cleanup
[2020-04-10T21:30:01.684+0000] GC(30) Concurrent cleanup 2038M->1060M(2350M) 0.218ms
[2020-04-10T21:30:01.684+0000] Free: 1151M, Max: 1024K regular, 143M humongous, Frag: 88% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:01.684+0000] Metaspace: 236453K(244400K)->236721K(244732K) NonClass: 209956K(215312K)->210196K(215568K) Class: 26497K(29088K)->26524K(29164K)
[2020-04-10T21:30:01.684+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:02.617+0000] Trigger: Average GC time (289.40 ms) is above the time for allocation rate (813 MB/s) to deplete free headroom (234M)
[2020-04-10T21:30:02.617+0000] Free headroom: 352M (free) - 117M (spike) - 0B (penalties) = 234M
[2020-04-10T21:30:02.617+0000] Free: 351M, Max: 1024K regular, 123M humongous, Frag: 65% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:02.617+0000] GC(31) Concurrent reset
[2020-04-10T21:30:02.617+0000] GC(31) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:02.617+0000] GC(31) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:02.618+0000] GC(31) Concurrent reset 1.260ms
[2020-04-10T21:30:02.619+0000] GC(31) Pause Init Mark
[2020-04-10T21:30:02.619+0000] GC(31) Using 16 of 16 workers for init marking
[2020-04-10T21:30:02.623+0000] GC(31) Pacer for Mark. Expected Live: 764M, Free: 349M, Non-Taxable: 35837K, Alloc Tax Rate: 8.0x
[2020-04-10T21:30:02.623+0000] GC(31) Pause Init Mark 4.165ms
[2020-04-10T21:30:02.623+0000] GC(31) Concurrent marking
[2020-04-10T21:30:02.623+0000] GC(31) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:02.762+0000] GC(31) Concurrent marking 138.840ms
[2020-04-10T21:30:02.763+0000] GC(31) Pause Final Mark
[2020-04-10T21:30:02.763+0000] GC(31) Using 16 of 16 workers for final marking
[2020-04-10T21:30:02.764+0000] GC(31) Adaptive CSet Selection. Target Free: 332M, Actual Free: 482M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:02.764+0000] GC(31) Collectable Garbage: 973M (94%), Immediate: 85197K (8%), CSet: 890M (86%)
[2020-04-10T21:30:02.773+0000] GC(31) Pacer for Evacuation. Used CSet: 988M, Free: 384M, Non-Taxable: 39392K, Alloc Tax Rate: 6.3x
[2020-04-10T21:30:02.773+0000] GC(31) Pause Final Mark 9.714ms
[2020-04-10T21:30:02.773+0000] GC(31) Concurrent roots processing
[2020-04-10T21:30:02.773+0000] GC(31) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:02.776+0000] GC(31) Concurrent roots processing 2.985ms
[2020-04-10T21:30:02.776+0000] GC(31) Concurrent cleanup
[2020-04-10T21:30:02.776+0000] GC(31) Concurrent cleanup 1919M->1837M(2350M) 0.175ms
[2020-04-10T21:30:02.776+0000] GC(31) Free: 380M, Max: 1024K regular, 123M humongous, Frag: 68% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:30:02.776+0000] GC(31) Concurrent evacuation
[2020-04-10T21:30:02.776+0000] GC(31) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:02.796+0000] GC(31) Concurrent evacuation 19.178ms
[2020-04-10T21:30:02.797+0000] GC(31) Pause Init Update Refs
[2020-04-10T21:30:02.797+0000] GC(31) Pacer for Update Refs. Used: 1959M, Free: 359M, Non-Taxable: 36822K, Alloc Tax Rate: 6.7x
[2020-04-10T21:30:02.797+0000] GC(31) Pause Init Update Refs 0.103ms
[2020-04-10T21:30:02.797+0000] GC(31) Concurrent update references
[2020-04-10T21:30:02.797+0000] GC(31) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:02.882+0000] GC(31) Concurrent update references 84.717ms
[2020-04-10T21:30:02.886+0000] GC(31) Pause Final Update Refs
[2020-04-10T21:30:02.886+0000] GC(31) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:02.887+0000] GC(31) Pause Final Update Refs 0.748ms
[2020-04-10T21:30:02.888+0000] GC(31) Concurrent cleanup
[2020-04-10T21:30:02.888+0000] GC(31) Concurrent cleanup 2020M->1033M(2350M) 0.250ms
[2020-04-10T21:30:02.888+0000] Free: 1181M, Max: 1024K regular, 115M humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:02.888+0000] Metaspace: 240339K(248616K)->241014K(249512K) NonClass: 213344K(218916K)->213933K(219684K) Class: 26994K(29700K)->27081K(29828K)
[2020-04-10T21:30:02.888+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:03.541+0000] Trigger: Average GC time (283.41 ms) is above the time for allocation rate (1012 MB/s) to deplete free headroom (286M)
[2020-04-10T21:30:03.541+0000] Free headroom: 403M (free) - 117M (spike) - 0B (penalties) = 286M
[2020-04-10T21:30:03.541+0000] Free: 403M, Max: 1024K regular, 101376K humongous, Frag: 76% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:03.541+0000] GC(32) Concurrent reset
[2020-04-10T21:30:03.541+0000] GC(32) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:03.541+0000] GC(32) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:03.542+0000] GC(32) Concurrent reset 1.086ms
[2020-04-10T21:30:03.543+0000] GC(32) Pause Init Mark
[2020-04-10T21:30:03.543+0000] GC(32) Using 16 of 16 workers for init marking
[2020-04-10T21:30:03.547+0000] GC(32) Pacer for Mark. Expected Live: 790M, Free: 403M, Non-Taxable: 41300K, Alloc Tax Rate: 7.2x
[2020-04-10T21:30:03.547+0000] GC(32) Pause Init Mark 4.067ms
[2020-04-10T21:30:03.547+0000] GC(32) Concurrent marking
[2020-04-10T21:30:03.547+0000] GC(32) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:03.679+0000] GC(32) Concurrent marking 131.726ms
[2020-04-10T21:30:03.683+0000] GC(32) Pause Final Mark
[2020-04-10T21:30:03.683+0000] GC(32) Using 16 of 16 workers for final marking
[2020-04-10T21:30:03.684+0000] GC(32) Adaptive CSet Selection. Target Free: 332M, Actual Free: 462M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:03.684+0000] GC(32) Collectable Garbage: 933M (95%), Immediate: 23959K (2%), CSet: 910M (92%)
[2020-04-10T21:30:03.693+0000] GC(32) Pacer for Evacuation. Used CSet: 993M, Free: 351M, Non-Taxable: 36002K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:03.693+0000] GC(32) Pause Final Mark 9.658ms
[2020-04-10T21:30:03.693+0000] GC(32) Concurrent roots processing
[2020-04-10T21:30:03.693+0000] GC(32) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:03.695+0000] GC(32) Concurrent roots processing 2.336ms
[2020-04-10T21:30:03.696+0000] GC(32) Concurrent cleanup
[2020-04-10T21:30:03.696+0000] GC(32) Concurrent cleanup 1884M->1860M(2350M) 0.147ms
[2020-04-10T21:30:03.696+0000] GC(32) Free: 349M, Max: 1024K regular, 101376K humongous, Frag: 72% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:03.696+0000] GC(32) Concurrent evacuation
[2020-04-10T21:30:03.696+0000] GC(32) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:03.709+0000] GC(32) Concurrent evacuation 13.044ms
[2020-04-10T21:30:03.711+0000] GC(32) Pause Init Update Refs
[2020-04-10T21:30:03.711+0000] GC(32) Pacer for Update Refs. Used: 1959M, Free: 338M, Non-Taxable: 34612K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:03.711+0000] GC(32) Pause Init Update Refs 0.102ms
[2020-04-10T21:30:03.712+0000] GC(32) Concurrent update references
[2020-04-10T21:30:03.712+0000] GC(32) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:03.801+0000] GC(32) Concurrent update references 89.463ms
[2020-04-10T21:30:03.802+0000] GC(32) Pause Final Update Refs
[2020-04-10T21:30:03.803+0000] GC(32) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:03.803+0000] GC(32) Pause Final Update Refs 0.750ms
[2020-04-10T21:30:03.804+0000] GC(32) Concurrent cleanup
[2020-04-10T21:30:03.804+0000] GC(32) Concurrent cleanup 2078M->1086M(2350M) 0.240ms
[2020-04-10T21:30:03.804+0000] Free: 1125M, Max: 1024K regular, 116M humongous, Frag: 90% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:03.804+0000] Metaspace: 243080K(251704K)->243293K(251704K) NonClass: 215745K(221544K)->215928K(221544K) Class: 27335K(30160K)->27365K(30160K)
[2020-04-10T21:30:03.804+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:04.416+0000] Trigger: Average GC time (273.16 ms) is above the time for allocation rate (1066 MB/s) to deplete free headroom (290M)
[2020-04-10T21:30:04.416+0000] Free headroom: 408M (free) - 117M (spike) - 0B (penalties) = 290M
[2020-04-10T21:30:04.416+0000] Free: 408M, Max: 1024K regular, 102M humongous, Frag: 75% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:04.416+0000] GC(33) Concurrent reset
[2020-04-10T21:30:04.416+0000] GC(33) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:04.416+0000] GC(33) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:04.418+0000] GC(33) Concurrent reset 1.550ms
[2020-04-10T21:30:04.419+0000] GC(33) Pause Init Mark
[2020-04-10T21:30:04.419+0000] GC(33) Using 16 of 16 workers for init marking
[2020-04-10T21:30:04.422+0000] GC(33) Pacer for Mark. Expected Live: 799M, Free: 406M, Non-Taxable: 41589K, Alloc Tax Rate: 7.2x
[2020-04-10T21:30:04.422+0000] GC(33) Pause Init Mark 3.627ms
[2020-04-10T21:30:04.423+0000] GC(33) Concurrent marking
[2020-04-10T21:30:04.423+0000] GC(33) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:04.553+0000] GC(33) Concurrent marking 130.085ms
[2020-04-10T21:30:04.554+0000] GC(33) Pause Final Mark
[2020-04-10T21:30:04.554+0000] GC(33) Using 16 of 16 workers for final marking
[2020-04-10T21:30:04.555+0000] GC(33) Adaptive CSet Selection. Target Free: 332M, Actual Free: 476M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:04.555+0000] GC(33) Collectable Garbage: 922M (94%), Immediate: 29217K (2%), CSet: 893M (91%)
[2020-04-10T21:30:04.564+0000] GC(33) Pacer for Evacuation. Used CSet: 944M, Free: 372M, Non-Taxable: 38131K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:04.564+0000] GC(33) Pause Final Mark 10.443ms
[2020-04-10T21:30:04.564+0000] GC(33) Concurrent roots processing
[2020-04-10T21:30:04.564+0000] GC(33) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:04.567+0000] GC(33) Concurrent roots processing 2.474ms
[2020-04-10T21:30:04.567+0000] GC(33) Concurrent cleanup
[2020-04-10T21:30:04.567+0000] GC(33) Concurrent cleanup 1866M->1838M(2350M) 0.150ms
[2020-04-10T21:30:04.567+0000] GC(33) Free: 371M, Max: 1024K regular, 102M humongous, Frag: 73% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:04.567+0000] GC(33) Concurrent evacuation
[2020-04-10T21:30:04.567+0000] GC(33) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:04.578+0000] GC(33) Concurrent evacuation 11.658ms
[2020-04-10T21:30:04.579+0000] GC(33) Pause Init Update Refs
[2020-04-10T21:30:04.579+0000] GC(33) Pacer for Update Refs. Used: 1901M, Free: 364M, Non-Taxable: 37310K, Alloc Tax Rate: 6.4x
[2020-04-10T21:30:04.579+0000] GC(33) Pause Init Update Refs 0.086ms
[2020-04-10T21:30:04.580+0000] GC(33) Concurrent update references
[2020-04-10T21:30:04.580+0000] GC(33) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:04.650+0000] GC(33) Concurrent update references 70.368ms
[2020-04-10T21:30:04.651+0000] GC(33) Pause Final Update Refs
[2020-04-10T21:30:04.651+0000] GC(33) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:04.652+0000] GC(33) Pause Final Update Refs 1.111ms
[2020-04-10T21:30:04.652+0000] GC(33) Concurrent cleanup
[2020-04-10T21:30:04.652+0000] GC(33) Concurrent cleanup 1947M->1002M(2350M) 0.207ms
[2020-04-10T21:30:04.653+0000] Free: 1207M, Max: 1024K regular, 122M humongous, Frag: 90% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:04.653+0000] Metaspace: 243854K(252624K)->244017K(252880K) NonClass: 216412K(222336K)->216543K(222592K) Class: 27442K(30288K)->27474K(30288K)
[2020-04-10T21:30:04.653+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:05.517+0000] Trigger: Average GC time (264.75 ms) is above the time for allocation rate (895 MB/s) to deplete free headroom (234M)
[2020-04-10T21:30:05.518+0000] Free headroom: 352M (free) - 117M (spike) - 0B (penalties) = 234M
[2020-04-10T21:30:05.518+0000] Free: 352M, Max: 1024K regular, 97280K humongous, Frag: 73% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:05.518+0000] GC(34) Concurrent reset
[2020-04-10T21:30:05.518+0000] GC(34) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:05.518+0000] GC(34) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:05.519+0000] GC(34) Concurrent reset 1.255ms
[2020-04-10T21:30:05.520+0000] GC(34) Pause Init Mark
[2020-04-10T21:30:05.520+0000] GC(34) Using 16 of 16 workers for init marking
[2020-04-10T21:30:05.524+0000] GC(34) Pacer for Mark. Expected Live: 810M, Free: 349M, Non-Taxable: 35751K, Alloc Tax Rate: 8.5x
[2020-04-10T21:30:05.524+0000] GC(34) Pause Init Mark 3.886ms
[2020-04-10T21:30:05.525+0000] GC(34) Concurrent marking
[2020-04-10T21:30:05.525+0000] GC(34) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:05.686+0000] GC(34) Concurrent marking 161.698ms
[2020-04-10T21:30:05.695+0000] GC(34) Pause Final Mark
[2020-04-10T21:30:05.695+0000] GC(34) Using 16 of 16 workers for final marking
[2020-04-10T21:30:05.696+0000] GC(34) Adaptive CSet Selection. Target Free: 332M, Actual Free: 438M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:05.696+0000] GC(34) Collectable Garbage: 926M (94%), Immediate: 45855K (4%), CSet: 881M (89%)
[2020-04-10T21:30:05.706+0000] GC(34) Pacer for Evacuation. Used CSet: 951M, Free: 337M, Non-Taxable: 34608K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:05.706+0000] GC(34) Pause Final Mark 10.718ms
[2020-04-10T21:30:05.706+0000] GC(34) Concurrent roots processing
[2020-04-10T21:30:05.706+0000] GC(34) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:05.710+0000] GC(34) Concurrent roots processing 3.352ms
[2020-04-10T21:30:05.710+0000] GC(34) Concurrent cleanup
[2020-04-10T21:30:05.710+0000] GC(34) Concurrent cleanup 1924M->1880M(2350M) 0.216ms
[2020-04-10T21:30:05.710+0000] GC(34) Free: 330M, Max: 1024K regular, 97280K humongous, Frag: 72% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:05.710+0000] GC(34) Concurrent evacuation
[2020-04-10T21:30:05.710+0000] GC(34) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:05.731+0000] GC(34) Concurrent evacuation 21.451ms
[2020-04-10T21:30:05.735+0000] GC(34) Pause Init Update Refs
[2020-04-10T21:30:05.735+0000] GC(34) Pacer for Update Refs. Used: 1979M, Free: 305M, Non-Taxable: 31237K, Alloc Tax Rate: 7.9x
[2020-04-10T21:30:05.735+0000] GC(34) Pause Init Update Refs 0.106ms
[2020-04-10T21:30:05.736+0000] GC(34) Concurrent update references
[2020-04-10T21:30:05.736+0000] GC(34) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:05.838+0000] GC(34) Concurrent update references 102.214ms
[2020-04-10T21:30:05.843+0000] GC(34) Pause Final Update Refs
[2020-04-10T21:30:05.843+0000] GC(34) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:05.844+0000] GC(34) Pause Final Update Refs 1.091ms
[2020-04-10T21:30:05.845+0000] GC(34) Concurrent cleanup
[2020-04-10T21:30:05.845+0000] GC(34) Concurrent cleanup 2106M->1157M(2350M) 0.239ms
[2020-04-10T21:30:05.845+0000] Free: 1056M, Max: 1024K regular, 60416K humongous, Frag: 95% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:05.845+0000] Metaspace: 245212K(254284K)->245607K(254692K) NonClass: 217584K(223716K)->217929K(224048K) Class: 27627K(30568K)->27678K(30644K)
[2020-04-10T21:30:05.845+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:06.243+0000] Trigger: Average GC time (277.13 ms) is above the time for allocation rate (1176 MB/s) to deplete free headroom (324M)
[2020-04-10T21:30:06.243+0000] Free headroom: 442M (free) - 117M (spike) - 0B (penalties) = 324M
[2020-04-10T21:30:06.243+0000] Free: 442M, Max: 1024K regular, 60416K humongous, Frag: 87% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:06.243+0000] GC(35) Concurrent reset
[2020-04-10T21:30:06.243+0000] GC(35) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:06.243+0000] GC(35) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:06.246+0000] GC(35) Concurrent reset 2.647ms
[2020-04-10T21:30:06.252+0000] GC(35) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:06.252+0000] GC(35) Using 16 of 16 workers for init marking
[2020-04-10T21:30:06.255+0000] GC(35) Pacer for Mark. Expected Live: 823M, Free: 438M, Non-Taxable: 44880K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:06.255+0000] GC(35) Pause Init Mark (process weakrefs) 3.865ms
[2020-04-10T21:30:06.257+0000] GC(35) Concurrent marking (process weakrefs)
[2020-04-10T21:30:06.258+0000] GC(35) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:06.410+0000] GC(35) Concurrent marking (process weakrefs) 152.427ms
[2020-04-10T21:30:06.410+0000] GC(35) Concurrent precleaning
[2020-04-10T21:30:06.410+0000] GC(35) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:06.410+0000] GC(35) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:06.436+0000] GC(35) Concurrent precleaning 26.281ms
[2020-04-10T21:30:06.438+0000] GC(35) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:06.438+0000] GC(35) Using 16 of 16 workers for final marking
[2020-04-10T21:30:06.441+0000] GC(35) Adaptive CSet Selection. Target Free: 332M, Actual Free: 481M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:06.442+0000] GC(35) Collectable Garbage: 819M (93%), Immediate: 66579K (7%), CSet: 754M (86%)
[2020-04-10T21:30:06.452+0000] GC(35) Pacer for Evacuation. Used CSet: 838M, Free: 378M, Non-Taxable: 38798K, Alloc Tax Rate: 5.4x
[2020-04-10T21:30:06.452+0000] GC(35) Pause Final Mark (process weakrefs) 14.488ms
[2020-04-10T21:30:06.453+0000] GC(35) Concurrent roots processing
[2020-04-10T21:30:06.453+0000] GC(35) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:06.458+0000] GC(35) Concurrent roots processing 4.731ms
[2020-04-10T21:30:06.458+0000] GC(35) Concurrent cleanup
[2020-04-10T21:30:06.458+0000] GC(35) Concurrent cleanup 1909M->1845M(2350M) 0.174ms
[2020-04-10T21:30:06.458+0000] GC(35) Free: 362M, Max: 1024K regular, 60416K humongous, Frag: 84% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:30:06.458+0000] GC(35) Concurrent evacuation
[2020-04-10T21:30:06.458+0000] GC(35) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:06.481+0000] GC(35) Concurrent evacuation 23.127ms
[2020-04-10T21:30:06.485+0000] GC(35) Pause Init Update Refs
[2020-04-10T21:30:06.485+0000] GC(35) Pacer for Update Refs. Used: 1968M, Free: 326M, Non-Taxable: 33418K, Alloc Tax Rate: 7.4x
[2020-04-10T21:30:06.485+0000] GC(35) Pause Init Update Refs 0.114ms
[2020-04-10T21:30:06.485+0000] GC(35) Concurrent update references
[2020-04-10T21:30:06.485+0000] GC(35) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:06.570+0000] GC(35) Concurrent update references 84.501ms
[2020-04-10T21:30:06.574+0000] GC(35) Pause Final Update Refs
[2020-04-10T21:30:06.574+0000] GC(35) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:06.574+0000] GC(35) Pause Final Update Refs 0.712ms
[2020-04-10T21:30:06.575+0000] GC(35) Concurrent cleanup
[2020-04-10T21:30:06.575+0000] GC(35) Concurrent cleanup 2068M->1231M(2350M) 0.230ms
[2020-04-10T21:30:06.575+0000] Free: 981M, Max: 1024K regular, 153M humongous, Frag: 85% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:06.575+0000] Metaspace: 246377K(255688K)->246561K(255944K) NonClass: 218610K(224892K)->218774K(225148K) Class: 27766K(30796K)->27786K(30796K)
[2020-04-10T21:30:06.575+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:07.005+0000] Trigger: Average GC time (286.09 ms) is above the time for allocation rate (1108 MB/s) to deplete free headroom (315M)
[2020-04-10T21:30:07.005+0000] Free headroom: 432M (free) - 117M (spike) - 0B (penalties) = 315M
[2020-04-10T21:30:07.005+0000] Free: 432M, Max: 1024K regular, 153M humongous, Frag: 65% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:07.005+0000] GC(36) Concurrent reset
[2020-04-10T21:30:07.005+0000] GC(36) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:07.005+0000] GC(36) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:07.006+0000] GC(36) Concurrent reset 1.060ms
[2020-04-10T21:30:07.007+0000] GC(36) Pause Init Mark
[2020-04-10T21:30:07.007+0000] GC(36) Using 16 of 16 workers for init marking
[2020-04-10T21:30:07.011+0000] GC(36) Pacer for Mark. Expected Live: 840M, Free: 431M, Non-Taxable: 44196K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:07.011+0000] GC(36) Pause Init Mark 4.022ms
[2020-04-10T21:30:07.012+0000] GC(36) Concurrent marking
[2020-04-10T21:30:07.012+0000] GC(36) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:07.163+0000] GC(36) Concurrent marking 151.255ms
[2020-04-10T21:30:07.164+0000] GC(36) Pause Final Mark
[2020-04-10T21:30:07.164+0000] GC(36) Using 16 of 16 workers for final marking
[2020-04-10T21:30:07.165+0000] GC(36) Adaptive CSet Selection. Target Free: 332M, Actual Free: 486M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:07.165+0000] GC(36) Collectable Garbage: 843M (93%), Immediate: 25793K (2%), CSet: 818M (90%)
[2020-04-10T21:30:07.177+0000] GC(36) Pacer for Evacuation. Used CSet: 885M, Free: 372M, Non-Taxable: 38179K, Alloc Tax Rate: 5.8x
[2020-04-10T21:30:07.177+0000] GC(36) Pause Final Mark 12.703ms
[2020-04-10T21:30:07.177+0000] GC(36) Concurrent roots processing
[2020-04-10T21:30:07.177+0000] GC(36) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:07.181+0000] GC(36) Concurrent roots processing 3.611ms
[2020-04-10T21:30:07.181+0000] GC(36) Concurrent cleanup
[2020-04-10T21:30:07.181+0000] GC(36) Concurrent cleanup 1874M->1850M(2350M) 0.160ms
[2020-04-10T21:30:07.181+0000] GC(36) Free: 364M, Max: 1024K regular, 153M humongous, Frag: 58% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:07.181+0000] GC(36) Concurrent evacuation
[2020-04-10T21:30:07.181+0000] GC(36) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:07.196+0000] GC(36) Concurrent evacuation 14.728ms
[2020-04-10T21:30:07.197+0000] GC(36) Pause Init Update Refs
[2020-04-10T21:30:07.197+0000] GC(36) Pacer for Update Refs. Used: 1932M, Free: 353M, Non-Taxable: 36169K, Alloc Tax Rate: 6.7x
[2020-04-10T21:30:07.197+0000] GC(36) Pause Init Update Refs 0.094ms
[2020-04-10T21:30:07.197+0000] GC(36) Concurrent update references
[2020-04-10T21:30:07.197+0000] GC(36) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:07.289+0000] GC(36) Concurrent update references 91.717ms
[2020-04-10T21:30:07.290+0000] GC(36) Pause Final Update Refs
[2020-04-10T21:30:07.290+0000] GC(36) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:07.291+0000] GC(36) Pause Final Update Refs 0.429ms
[2020-04-10T21:30:07.291+0000] GC(36) Concurrent cleanup
[2020-04-10T21:30:07.291+0000] GC(36) Concurrent cleanup 1986M->1101M(2350M) 0.224ms
[2020-04-10T21:30:07.291+0000] Free: 1113M, Max: 1024K regular, 153M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:07.291+0000] Metaspace: 247093K(256608K)->247186K(256684K) NonClass: 219226K(225660K)->219305K(225736K) Class: 27867K(30948K)->27880K(30948K)
[2020-04-10T21:30:07.291+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:08.025+0000] Trigger: Average GC time (288.98 ms) is above the time for allocation rate (887 MB/s) to deplete free headroom (255M)
[2020-04-10T21:30:08.025+0000] Free headroom: 373M (free) - 117M (spike) - 0B (penalties) = 255M
[2020-04-10T21:30:08.025+0000] Free: 372M, Max: 1024K regular, 153M humongous, Frag: 59% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:08.025+0000] GC(37) Concurrent reset
[2020-04-10T21:30:08.025+0000] GC(37) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:08.025+0000] GC(37) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:08.026+0000] GC(37) Concurrent reset 0.931ms
[2020-04-10T21:30:08.027+0000] GC(37) Pause Init Mark
[2020-04-10T21:30:08.027+0000] GC(37) Using 16 of 16 workers for init marking
[2020-04-10T21:30:08.031+0000] GC(37) Pacer for Mark. Expected Live: 853M, Free: 372M, Non-Taxable: 38133K, Alloc Tax Rate: 8.4x
[2020-04-10T21:30:08.031+0000] GC(37) Pause Init Mark 4.204ms
[2020-04-10T21:30:08.031+0000] GC(37) Concurrent marking
[2020-04-10T21:30:08.031+0000] GC(37) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:08.170+0000] GC(37) Concurrent marking 138.552ms
[2020-04-10T21:30:08.171+0000] GC(37) Pause Final Mark
[2020-04-10T21:30:08.171+0000] GC(37) Using 16 of 16 workers for final marking
[2020-04-10T21:30:08.172+0000] GC(37) Adaptive CSet Selection. Target Free: 332M, Actual Free: 505M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:08.172+0000] GC(37) Collectable Garbage: 902M (93%), Immediate: 81691K (8%), CSet: 822M (85%)
[2020-04-10T21:30:08.181+0000] GC(37) Pacer for Evacuation. Used CSet: 865M, Free: 398M, Non-Taxable: 40805K, Alloc Tax Rate: 5.3x
[2020-04-10T21:30:08.181+0000] GC(37) Pause Final Mark 10.274ms
[2020-04-10T21:30:08.181+0000] GC(37) Concurrent roots processing
[2020-04-10T21:30:08.181+0000] GC(37) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:08.184+0000] GC(37) Concurrent roots processing 2.678ms
[2020-04-10T21:30:08.184+0000] GC(37) Concurrent cleanup
[2020-04-10T21:30:08.184+0000] GC(37) Concurrent cleanup 1899M->1821M(2350M) 0.190ms
[2020-04-10T21:30:08.184+0000] GC(37) Free: 392M, Max: 1024K regular, 153M humongous, Frag: 61% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:08.184+0000] GC(37) Concurrent evacuation
[2020-04-10T21:30:08.184+0000] GC(37) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:08.192+0000] GC(37) Concurrent evacuation 7.829ms
[2020-04-10T21:30:08.193+0000] GC(37) Pause Init Update Refs
[2020-04-10T21:30:08.193+0000] GC(37) Pacer for Update Refs. Used: 1878M, Free: 381M, Non-Taxable: 39024K, Alloc Tax Rate: 6.0x
[2020-04-10T21:30:08.193+0000] GC(37) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:08.193+0000] GC(37) Concurrent update references
[2020-04-10T21:30:08.193+0000] GC(37) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:08.257+0000] GC(37) Concurrent update references 63.533ms
[2020-04-10T21:30:08.257+0000] GC(37) Pause Final Update Refs
[2020-04-10T21:30:08.257+0000] GC(37) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:08.258+0000] GC(37) Pause Final Update Refs 0.449ms
[2020-04-10T21:30:08.258+0000] GC(37) Concurrent cleanup
[2020-04-10T21:30:08.258+0000] GC(37) Concurrent cleanup 1932M->1068M(2350M) 0.234ms
[2020-04-10T21:30:08.258+0000] Free: 1146M, Max: 1024K regular, 153M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:08.258+0000] Metaspace: 247602K(257272K)->247633K(257272K) NonClass: 219658K(226196K)->219686K(226196K) Class: 27943K(31076K)->27946K(31076K)
[2020-04-10T21:30:08.258+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:08.949+0000] Trigger: Average GC time (282.94 ms) is above the time for allocation rate (966 MB/s) to deplete free headroom (273M)
[2020-04-10T21:30:08.949+0000] Free headroom: 390M (free) - 117M (spike) - 0B (penalties) = 273M
[2020-04-10T21:30:08.949+0000] Free: 390M, Max: 1024K regular, 153M humongous, Frag: 61% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:08.949+0000] GC(38) Concurrent reset
[2020-04-10T21:30:08.949+0000] GC(38) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:08.949+0000] GC(38) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:08.950+0000] GC(38) Concurrent reset 1.065ms
[2020-04-10T21:30:08.951+0000] GC(38) Pause Init Mark
[2020-04-10T21:30:08.951+0000] GC(38) Using 16 of 16 workers for init marking
[2020-04-10T21:30:08.955+0000] GC(38) Pacer for Mark. Expected Live: 862M, Free: 389M, Non-Taxable: 39885K, Alloc Tax Rate: 8.1x
[2020-04-10T21:30:08.955+0000] GC(38) Pause Init Mark 4.169ms
[2020-04-10T21:30:08.955+0000] GC(38) Concurrent marking
[2020-04-10T21:30:08.955+0000] GC(38) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:09.105+0000] GC(38) Concurrent marking 149.766ms
[2020-04-10T21:30:09.106+0000] GC(38) Pause Final Mark
[2020-04-10T21:30:09.106+0000] GC(38) Using 16 of 16 workers for final marking
[2020-04-10T21:30:09.107+0000] GC(38) Adaptive CSet Selection. Target Free: 332M, Actual Free: 467M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:09.107+0000] GC(38) Collectable Garbage: 858M (93%), Immediate: 31881K (3%), CSet: 827M (89%)
[2020-04-10T21:30:09.117+0000] GC(38) Pacer for Evacuation. Used CSet: 888M, Free: 354M, Non-Taxable: 36299K, Alloc Tax Rate: 6.1x
[2020-04-10T21:30:09.117+0000] GC(38) Pause Final Mark 10.979ms
[2020-04-10T21:30:09.117+0000] GC(38) Concurrent roots processing
[2020-04-10T21:30:09.117+0000] GC(38) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:09.120+0000] GC(38) Concurrent roots processing 3.194ms
[2020-04-10T21:30:09.120+0000] GC(38) Concurrent cleanup
[2020-04-10T21:30:09.120+0000] GC(38) Concurrent cleanup 1895M->1865M(2350M) 0.160ms
[2020-04-10T21:30:09.120+0000] GC(38) Free: 349M, Max: 1024K regular, 153M humongous, Frag: 57% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:30:09.120+0000] GC(38) Concurrent evacuation
[2020-04-10T21:30:09.120+0000] GC(38) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:09.132+0000] GC(38) Concurrent evacuation 12.004ms
[2020-04-10T21:30:09.133+0000] GC(38) Pause Init Update Refs
[2020-04-10T21:30:09.133+0000] GC(38) Pacer for Update Refs. Used: 1938M, Free: 340M, Non-Taxable: 34872K, Alloc Tax Rate: 7.0x
[2020-04-10T21:30:09.133+0000] GC(38) Pause Init Update Refs 0.088ms
[2020-04-10T21:30:09.133+0000] GC(38) Concurrent update references
[2020-04-10T21:30:09.133+0000] GC(38) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:09.208+0000] GC(38) Concurrent update references 74.632ms
[2020-04-10T21:30:09.209+0000] GC(38) Pause Final Update Refs
[2020-04-10T21:30:09.209+0000] GC(38) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:09.210+0000] GC(38) Pause Final Update Refs 0.610ms
[2020-04-10T21:30:09.210+0000] GC(38) Concurrent cleanup
[2020-04-10T21:30:09.210+0000] GC(38) Concurrent cleanup 1976M->1089M(2350M) 0.263ms
[2020-04-10T21:30:09.210+0000] Free: 1126M, Max: 1024K regular, 153M humongous, Frag: 87% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:09.210+0000] Metaspace: 248490K(258600K)->248504K(258600K) NonClass: 220422K(227296K)->220435K(227296K) Class: 28067K(31304K)->28068K(31304K)
[2020-04-10T21:30:09.210+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:10.100+0000] Trigger: Average GC time (287.93 ms) is above the time for allocation rate (788 MB/s) to deplete free headroom (225M)
[2020-04-10T21:30:10.100+0000] Free headroom: 343M (free) - 117M (spike) - 0B (penalties) = 225M
[2020-04-10T21:30:10.100+0000] Free: 343M, Max: 1024K regular, 153M humongous, Frag: 56% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:10.100+0000] GC(39) Concurrent reset
[2020-04-10T21:30:10.100+0000] GC(39) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:10.100+0000] GC(39) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:10.101+0000] GC(39) Concurrent reset 0.921ms
[2020-04-10T21:30:10.102+0000] GC(39) Pause Init Mark
[2020-04-10T21:30:10.102+0000] GC(39) Using 16 of 16 workers for init marking
[2020-04-10T21:30:10.106+0000] GC(39) Pacer for Mark. Expected Live: 877M, Free: 342M, Non-Taxable: 35062K, Alloc Tax Rate: 9.4x
[2020-04-10T21:30:10.106+0000] GC(39) Pause Init Mark 4.330ms
[2020-04-10T21:30:10.106+0000] GC(39) Concurrent marking
[2020-04-10T21:30:10.106+0000] GC(39) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:10.249+0000] GC(39) Concurrent marking 142.127ms
[2020-04-10T21:30:10.250+0000] GC(39) Pause Final Mark
[2020-04-10T21:30:10.250+0000] GC(39) Using 16 of 16 workers for final marking
[2020-04-10T21:30:10.251+0000] GC(39) Adaptive CSet Selection. Target Free: 332M, Actual Free: 451M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:10.251+0000] GC(39) Collectable Garbage: 910M (93%), Immediate: 64669K (6%), CSet: 847M (87%)
[2020-04-10T21:30:10.261+0000] GC(39) Pacer for Evacuation. Used CSet: 880M, Free: 341M, Non-Taxable: 34991K, Alloc Tax Rate: 6.3x
[2020-04-10T21:30:10.261+0000] GC(39) Pause Final Mark 11.493ms
[2020-04-10T21:30:10.262+0000] GC(39) Concurrent roots processing
[2020-04-10T21:30:10.262+0000] GC(39) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:10.265+0000] GC(39) Concurrent roots processing 3.522ms
[2020-04-10T21:30:10.265+0000] GC(39) Concurrent cleanup
[2020-04-10T21:30:10.265+0000] GC(39) Concurrent cleanup 1936M->1874M(2350M) 0.165ms
[2020-04-10T21:30:10.265+0000] GC(39) Free: 335M, Max: 1024K regular, 153M humongous, Frag: 55% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:10.265+0000] GC(39) Concurrent evacuation
[2020-04-10T21:30:10.265+0000] GC(39) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:10.272+0000] GC(39) Concurrent evacuation 7.049ms
[2020-04-10T21:30:10.273+0000] GC(39) Pause Init Update Refs
[2020-04-10T21:30:10.273+0000] GC(39) Pacer for Update Refs. Used: 1915M, Free: 330M, Non-Taxable: 33801K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:10.273+0000] GC(39) Pause Init Update Refs 0.119ms
[2020-04-10T21:30:10.274+0000] GC(39) Concurrent update references
[2020-04-10T21:30:10.274+0000] GC(39) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:10.341+0000] GC(39) Concurrent update references 67.821ms
[2020-04-10T21:30:10.342+0000] GC(39) Pause Final Update Refs
[2020-04-10T21:30:10.342+0000] GC(39) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:10.343+0000] GC(39) Pause Final Update Refs 0.509ms
[2020-04-10T21:30:10.343+0000] GC(39) Concurrent cleanup
[2020-04-10T21:30:10.343+0000] GC(39) Concurrent cleanup 1965M->1086M(2350M) 0.241ms
[2020-04-10T21:30:10.343+0000] Free: 1125M, Max: 1024K regular, 153M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:10.343+0000] Metaspace: 249034K(259008K)->249141K(259264K) NonClass: 220901K(227628K)->220993K(227884K) Class: 28133K(31380K)->28148K(31380K)
[2020-04-10T21:30:10.343+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:11.052+0000] Trigger: Average GC time (270.96 ms) is above the time for allocation rate (935 MB/s) to deplete free headroom (252M)
[2020-04-10T21:30:11.052+0000] Free headroom: 370M (free) - 117M (spike) - 0B (penalties) = 252M
[2020-04-10T21:30:11.052+0000] Free: 370M, Max: 1024K regular, 153M humongous, Frag: 59% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:11.052+0000] GC(40) Concurrent reset
[2020-04-10T21:30:11.052+0000] GC(40) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:11.052+0000] GC(40) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:11.053+0000] GC(40) Concurrent reset 1.092ms
[2020-04-10T21:30:11.054+0000] GC(40) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:11.054+0000] GC(40) Using 16 of 16 workers for init marking
[2020-04-10T21:30:11.058+0000] GC(40) Pacer for Mark. Expected Live: 882M, Free: 369M, Non-Taxable: 37795K, Alloc Tax Rate: 8.8x
[2020-04-10T21:30:11.058+0000] GC(40) Pause Init Mark (process weakrefs) 4.181ms
[2020-04-10T21:30:11.059+0000] GC(40) Concurrent marking (process weakrefs)
[2020-04-10T21:30:11.059+0000] GC(40) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:11.214+0000] GC(40) Concurrent marking (process weakrefs) 155.712ms
[2020-04-10T21:30:11.214+0000] GC(40) Concurrent precleaning
[2020-04-10T21:30:11.214+0000] GC(40) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:11.214+0000] GC(40) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:11.228+0000] GC(40) Concurrent precleaning 13.444ms
[2020-04-10T21:30:11.231+0000] GC(40) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:11.231+0000] GC(40) Using 16 of 16 workers for final marking
[2020-04-10T21:30:11.234+0000] GC(40) Adaptive CSet Selection. Target Free: 332M, Actual Free: 482M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:11.234+0000] GC(40) Collectable Garbage: 845M (92%), Immediate: 90292K (9%), CSet: 757M (83%)
[2020-04-10T21:30:11.244+0000] GC(40) Pacer for Evacuation. Used CSet: 825M, Free: 379M, Non-Taxable: 38894K, Alloc Tax Rate: 5.3x
[2020-04-10T21:30:11.244+0000] GC(40) Pause Final Mark (process weakrefs) 13.040ms
[2020-04-10T21:30:11.244+0000] GC(40) Concurrent roots processing
[2020-04-10T21:30:11.244+0000] GC(40) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:11.247+0000] GC(40) Concurrent roots processing 3.361ms
[2020-04-10T21:30:11.248+0000] GC(40) Concurrent cleanup
[2020-04-10T21:30:11.248+0000] GC(40) Concurrent cleanup 1924M->1838M(2350M) 0.180ms
[2020-04-10T21:30:11.248+0000] GC(40) Free: 372M, Max: 1024K regular, 153M humongous, Frag: 59% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:11.248+0000] GC(40) Concurrent evacuation
[2020-04-10T21:30:11.248+0000] GC(40) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:11.261+0000] GC(40) Concurrent evacuation 13.414ms
[2020-04-10T21:30:11.262+0000] GC(40) Pause Init Update Refs
[2020-04-10T21:30:11.262+0000] GC(40) Pacer for Update Refs. Used: 1927M, Free: 355M, Non-Taxable: 36403K, Alloc Tax Rate: 6.6x
[2020-04-10T21:30:11.262+0000] GC(40) Pause Init Update Refs 0.126ms
[2020-04-10T21:30:11.263+0000] GC(40) Concurrent update references
[2020-04-10T21:30:11.263+0000] GC(40) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:11.344+0000] GC(40) Concurrent update references 81.035ms
[2020-04-10T21:30:11.345+0000] GC(40) Pause Final Update Refs
[2020-04-10T21:30:11.345+0000] GC(40) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:11.345+0000] GC(40) Pause Final Update Refs 0.429ms
[2020-04-10T21:30:11.346+0000] GC(40) Concurrent cleanup
[2020-04-10T21:30:11.346+0000] GC(40) Concurrent cleanup 2037M->1213M(2350M) 0.259ms
[2020-04-10T21:30:11.346+0000] Free: 1000M, Max: 1024K regular, 153M humongous, Frag: 85% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:11.346+0000] Metaspace: 249839K(260004K)->249970K(260336K) NonClass: 221594K(228472K)->221704K(228728K) Class: 28245K(31532K)->28265K(31608K)
[2020-04-10T21:30:11.346+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:12.001+0000] Trigger: Average GC time (263.34 ms) is above the time for allocation rate (918 MB/s) to deplete free headroom (241M)
[2020-04-10T21:30:12.001+0000] Free headroom: 358M (free) - 117M (spike) - 0B (penalties) = 241M
[2020-04-10T21:30:12.001+0000] Free: 358M, Max: 1024K regular, 153M humongous, Frag: 58% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:12.001+0000] GC(41) Concurrent reset
[2020-04-10T21:30:12.001+0000] GC(41) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:12.001+0000] GC(41) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:12.002+0000] GC(41) Concurrent reset 0.899ms
[2020-04-10T21:30:12.002+0000] GC(41) Pause Init Mark
[2020-04-10T21:30:12.003+0000] GC(41) Using 16 of 16 workers for init marking
[2020-04-10T21:30:12.007+0000] GC(41) Pacer for Mark. Expected Live: 890M, Free: 355M, Non-Taxable: 36406K, Alloc Tax Rate: 9.2x
[2020-04-10T21:30:12.007+0000] GC(41) Pause Init Mark 4.449ms
[2020-04-10T21:30:12.007+0000] GC(41) Concurrent marking
[2020-04-10T21:30:12.007+0000] GC(41) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:12.135+0000] GC(41) Concurrent marking 128.393ms
[2020-04-10T21:30:12.136+0000] GC(41) Pause Final Mark
[2020-04-10T21:30:12.136+0000] GC(41) Using 16 of 16 workers for final marking
[2020-04-10T21:30:12.137+0000] GC(41) Adaptive CSet Selection. Target Free: 332M, Actual Free: 456M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:12.137+0000] GC(41) Collectable Garbage: 892M (93%), Immediate: 49395K (5%), CSet: 844M (88%)
[2020-04-10T21:30:12.147+0000] GC(41) Pacer for Evacuation. Used CSet: 874M, Free: 344M, Non-Taxable: 35275K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:12.148+0000] GC(41) Pause Final Mark 11.213ms
[2020-04-10T21:30:12.148+0000] GC(41) Concurrent roots processing
[2020-04-10T21:30:12.148+0000] GC(41) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:12.151+0000] GC(41) Concurrent roots processing 3.057ms
[2020-04-10T21:30:12.151+0000] GC(41) Concurrent cleanup
[2020-04-10T21:30:12.151+0000] GC(41) Concurrent cleanup 1915M->1867M(2350M) 0.149ms
[2020-04-10T21:30:12.151+0000] GC(41) Free: 340M, Max: 1024K regular, 153M humongous, Frag: 55% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:12.151+0000] GC(41) Concurrent evacuation
[2020-04-10T21:30:12.151+0000] GC(41) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:12.157+0000] GC(41) Concurrent evacuation 5.987ms
[2020-04-10T21:30:12.158+0000] GC(41) Pause Init Update Refs
[2020-04-10T21:30:12.158+0000] GC(41) Pacer for Update Refs. Used: 1908M, Free: 333M, Non-Taxable: 34152K, Alloc Tax Rate: 7.0x
[2020-04-10T21:30:12.158+0000] GC(41) Pause Init Update Refs 0.077ms
[2020-04-10T21:30:12.158+0000] GC(41) Concurrent update references
[2020-04-10T21:30:12.158+0000] GC(41) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:12.219+0000] GC(41) Concurrent update references 60.773ms
[2020-04-10T21:30:12.220+0000] GC(41) Pause Final Update Refs
[2020-04-10T21:30:12.220+0000] GC(41) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:12.221+0000] GC(41) Pause Final Update Refs 0.472ms
[2020-04-10T21:30:12.221+0000] GC(41) Concurrent cleanup
[2020-04-10T21:30:12.221+0000] GC(41) Concurrent cleanup 1958M->1085M(2350M) 0.232ms
[2020-04-10T21:30:12.221+0000] Free: 1126M, Max: 1024K regular, 153M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:12.221+0000] Metaspace: 250162K(260592K)->250237K(260592K) NonClass: 221874K(228984K)->221946K(228984K) Class: 28288K(31608K)->28290K(31608K)
[2020-04-10T21:30:12.221+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:13.158+0000] Trigger: Average GC time (250.31 ms) is above the time for allocation rate (810 MB/s) to deplete free headroom (201M)
[2020-04-10T21:30:13.158+0000] Free headroom: 319M (free) - 117M (spike) - 0B (penalties) = 201M
[2020-04-10T21:30:13.158+0000] Free: 319M, Max: 1024K regular, 153M humongous, Frag: 52% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:13.158+0000] GC(42) Concurrent reset
[2020-04-10T21:30:13.158+0000] GC(42) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:13.158+0000] GC(42) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:13.160+0000] GC(42) Concurrent reset 1.534ms
[2020-04-10T21:30:13.161+0000] GC(42) Pause Init Mark
[2020-04-10T21:30:13.161+0000] GC(42) Using 16 of 16 workers for init marking
[2020-04-10T21:30:13.165+0000] GC(42) Pacer for Mark. Expected Live: 894M, Free: 317M, Non-Taxable: 32502K, Alloc Tax Rate: 10.3x
[2020-04-10T21:30:13.165+0000] GC(42) Pause Init Mark 4.313ms
[2020-04-10T21:30:13.165+0000] GC(42) Concurrent marking
[2020-04-10T21:30:13.165+0000] GC(42) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:13.331+0000] GC(42) Concurrent marking 166.085ms
[2020-04-10T21:30:13.332+0000] GC(42) Pause Final Mark
[2020-04-10T21:30:13.332+0000] GC(42) Using 16 of 16 workers for final marking
[2020-04-10T21:30:13.334+0000] GC(42) Adaptive CSet Selection. Target Free: 332M, Actual Free: 526M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:13.334+0000] GC(42) Collectable Garbage: 923M (93%), Immediate: 152M (15%), CSet: 770M (77%)
[2020-04-10T21:30:13.344+0000] GC(42) Pacer for Evacuation. Used CSet: 803M, Free: 412M, Non-Taxable: 42261K, Alloc Tax Rate: 4.8x
[2020-04-10T21:30:13.345+0000] GC(42) Pause Final Mark 12.257ms
[2020-04-10T21:30:13.345+0000] GC(42) Concurrent roots processing
[2020-04-10T21:30:13.345+0000] GC(42) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:13.348+0000] GC(42) Concurrent roots processing 3.136ms
[2020-04-10T21:30:13.348+0000] GC(42) Concurrent cleanup
[2020-04-10T21:30:13.348+0000] GC(42) Concurrent cleanup 1958M->1806M(2350M) 0.167ms
[2020-04-10T21:30:13.348+0000] GC(42) Free: 408M, Max: 1024K regular, 153M humongous, Frag: 63% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:13.348+0000] GC(42) Concurrent evacuation
[2020-04-10T21:30:13.348+0000] GC(42) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:13.357+0000] GC(42) Concurrent evacuation 8.572ms
[2020-04-10T21:30:13.358+0000] GC(42) Pause Init Update Refs
[2020-04-10T21:30:13.358+0000] GC(42) Pacer for Update Refs. Used: 1848M, Free: 403M, Non-Taxable: 41275K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:13.358+0000] GC(42) Pause Init Update Refs 0.097ms
[2020-04-10T21:30:13.358+0000] GC(42) Concurrent update references
[2020-04-10T21:30:13.358+0000] GC(42) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:13.453+0000] GC(42) Concurrent update references 95.078ms
[2020-04-10T21:30:13.454+0000] GC(42) Pause Final Update Refs
[2020-04-10T21:30:13.455+0000] GC(42) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:13.455+0000] GC(42) Pause Final Update Refs 0.533ms
[2020-04-10T21:30:13.455+0000] GC(42) Concurrent cleanup
[2020-04-10T21:30:13.455+0000] GC(42) Concurrent cleanup 1928M->1126M(2350M) 0.231ms
[2020-04-10T21:30:13.455+0000] Free: 1083M, Max: 1024K regular, 153M humongous, Frag: 86% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:13.455+0000] Metaspace: 250496K(260924K)->250582K(260924K) NonClass: 222174K(229240K)->222248K(229240K) Class: 28321K(31684K)->28334K(31684K)
[2020-04-10T21:30:13.455+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:14.242+0000] Trigger: Average GC time (263.15 ms) is above the time for allocation rate (836 MB/s) to deplete free headroom (219M)
[2020-04-10T21:30:14.242+0000] Free headroom: 336M (free) - 117M (spike) - 0B (penalties) = 219M
[2020-04-10T21:30:14.242+0000] Free: 336M, Max: 1024K regular, 153M humongous, Frag: 55% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:14.242+0000] GC(43) Concurrent reset
[2020-04-10T21:30:14.242+0000] GC(43) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:14.242+0000] GC(43) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:14.243+0000] GC(43) Concurrent reset 0.807ms
[2020-04-10T21:30:14.244+0000] GC(43) Pause Init Mark
[2020-04-10T21:30:14.244+0000] GC(43) Using 16 of 16 workers for init marking
[2020-04-10T21:30:14.248+0000] GC(43) Pacer for Mark. Expected Live: 901M, Free: 336M, Non-Taxable: 34417K, Alloc Tax Rate: 9.8x
[2020-04-10T21:30:14.248+0000] GC(43) Pause Init Mark 4.144ms
[2020-04-10T21:30:14.248+0000] GC(43) Concurrent marking
[2020-04-10T21:30:14.248+0000] GC(43) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:14.382+0000] GC(43) Concurrent marking 133.626ms
[2020-04-10T21:30:14.383+0000] GC(43) Pause Final Mark
[2020-04-10T21:30:14.383+0000] GC(43) Using 16 of 16 workers for final marking
[2020-04-10T21:30:14.383+0000] GC(43) Adaptive CSet Selection. Target Free: 332M, Actual Free: 457M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:14.384+0000] GC(43) Collectable Garbage: 884M (92%), Immediate: 66991K (6%), CSet: 819M (86%)
[2020-04-10T21:30:14.393+0000] GC(43) Pacer for Evacuation. Used CSet: 849M, Free: 356M, Non-Taxable: 36547K, Alloc Tax Rate: 5.8x
[2020-04-10T21:30:14.393+0000] GC(43) Pause Final Mark 10.839ms
[2020-04-10T21:30:14.394+0000] GC(43) Concurrent roots processing
[2020-04-10T21:30:14.394+0000] GC(43) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:14.397+0000] GC(43) Concurrent roots processing 3.111ms
[2020-04-10T21:30:14.397+0000] GC(43) Concurrent cleanup
[2020-04-10T21:30:14.397+0000] GC(43) Concurrent cleanup 1919M->1855M(2350M) 0.156ms
[2020-04-10T21:30:14.397+0000] GC(43) Free: 353M, Max: 1024K regular, 153M humongous, Frag: 57% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:14.397+0000] GC(43) Concurrent evacuation
[2020-04-10T21:30:14.397+0000] GC(43) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:14.403+0000] GC(43) Concurrent evacuation 6.161ms
[2020-04-10T21:30:14.404+0000] GC(43) Pause Init Update Refs
[2020-04-10T21:30:14.404+0000] GC(43) Pacer for Update Refs. Used: 1894M, Free: 347M, Non-Taxable: 35632K, Alloc Tax Rate: 6.7x
[2020-04-10T21:30:14.404+0000] GC(43) Pause Init Update Refs 0.087ms
[2020-04-10T21:30:14.404+0000] GC(43) Concurrent update references
[2020-04-10T21:30:14.404+0000] GC(43) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:14.471+0000] GC(43) Concurrent update references 67.049ms
[2020-04-10T21:30:14.472+0000] GC(43) Pause Final Update Refs
[2020-04-10T21:30:14.472+0000] GC(43) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:14.473+0000] GC(43) Pause Final Update Refs 0.656ms
[2020-04-10T21:30:14.473+0000] GC(43) Concurrent cleanup
[2020-04-10T21:30:14.473+0000] GC(43) Concurrent cleanup 1931M->1083M(2350M) 0.212ms
[2020-04-10T21:30:14.473+0000] Free: 1130M, Max: 1024K regular, 153M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:14.473+0000] Metaspace: 250960K(261588K)->251018K(261588K) NonClass: 222582K(229776K)->222630K(229776K) Class: 28377K(31812K)->28387K(31812K)
[2020-04-10T21:30:14.473+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:15.490+0000] Trigger: Average GC time (257.21 ms) is above the time for allocation rate (745 MB/s) to deplete free headroom (191M)
[2020-04-10T21:30:15.490+0000] Free headroom: 308M (free) - 117M (spike) - 0B (penalties) = 191M
[2020-04-10T21:30:15.490+0000] Free: 308M, Max: 1024K regular, 153M humongous, Frag: 51% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:15.490+0000] GC(44) Concurrent reset
[2020-04-10T21:30:15.490+0000] GC(44) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:15.490+0000] GC(44) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:15.493+0000] GC(44) Concurrent reset 2.501ms
[2020-04-10T21:30:15.494+0000] GC(44) Pause Init Mark
[2020-04-10T21:30:15.494+0000] GC(44) Using 16 of 16 workers for init marking
[2020-04-10T21:30:15.498+0000] GC(44) Pacer for Mark. Expected Live: 902M, Free: 307M, Non-Taxable: 31441K, Alloc Tax Rate: 10.8x
[2020-04-10T21:30:15.498+0000] GC(44) Pause Init Mark 4.439ms
[2020-04-10T21:30:15.499+0000] GC(44) Concurrent marking
[2020-04-10T21:30:15.499+0000] GC(44) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:15.663+0000] GC(44) Concurrent marking 164.142ms
[2020-04-10T21:30:15.665+0000] GC(44) Pause Final Mark
[2020-04-10T21:30:15.665+0000] GC(44) Using 16 of 16 workers for final marking
[2020-04-10T21:30:15.666+0000] GC(44) Adaptive CSet Selection. Target Free: 332M, Actual Free: 422M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:15.667+0000] GC(44) Collectable Garbage: 886M (92%), Immediate: 62820K (6%), CSet: 825M (86%)
[2020-04-10T21:30:15.678+0000] GC(44) Pacer for Evacuation. Used CSet: 882M, Free: 314M, Non-Taxable: 32200K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:15.678+0000] GC(44) Pause Final Mark 13.265ms
[2020-04-10T21:30:15.678+0000] GC(44) Concurrent roots processing
[2020-04-10T21:30:15.678+0000] GC(44) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:15.683+0000] GC(44) Concurrent roots processing 4.764ms
[2020-04-10T21:30:15.683+0000] GC(44) Concurrent cleanup
[2020-04-10T21:30:15.683+0000] GC(44) Concurrent cleanup 1965M->1905M(2350M) 0.294ms
[2020-04-10T21:30:15.683+0000] GC(44) Free: 302M, Max: 1024K regular, 153M humongous, Frag: 50% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:15.683+0000] GC(44) Concurrent evacuation
[2020-04-10T21:30:15.683+0000] GC(44) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:15.696+0000] GC(44) Concurrent evacuation 13.030ms
[2020-04-10T21:30:15.704+0000] GC(44) Pause Init Update Refs
[2020-04-10T21:30:15.705+0000] GC(44) Pacer for Update Refs. Used: 1980M, Free: 291M, Non-Taxable: 29893K, Alloc Tax Rate: 8.3x
[2020-04-10T21:30:15.705+0000] GC(44) Pause Init Update Refs 0.150ms
[2020-04-10T21:30:15.713+0000] GC(44) Concurrent update references
[2020-04-10T21:30:15.713+0000] GC(44) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:15.805+0000] GC(44) Concurrent update references 92.307ms
[2020-04-10T21:30:15.809+0000] GC(44) Pause Final Update Refs
[2020-04-10T21:30:15.809+0000] GC(44) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:15.810+0000] GC(44) Pause Final Update Refs 0.638ms
[2020-04-10T21:30:15.810+0000] GC(44) Concurrent cleanup
[2020-04-10T21:30:15.810+0000] GC(44) Concurrent cleanup 2087M->1205M(2350M) 0.229ms
[2020-04-10T21:30:15.810+0000] Free: 1006M, Max: 1024K regular, 137M humongous, Frag: 87% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:15.810+0000] Metaspace: 251558K(262228K)->251693K(262564K) NonClass: 223113K(230288K)->223236K(230624K) Class: 28445K(31940K)->28456K(31940K)
[2020-04-10T21:30:15.810+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:16.354+0000] Trigger: Average GC time (272.60 ms) is above the time for allocation rate (955 MB/s) to deplete free headroom (260M)
[2020-04-10T21:30:16.354+0000] Free headroom: 377M (free) - 117M (spike) - 0B (penalties) = 260M
[2020-04-10T21:30:16.354+0000] Free: 377M, Max: 1024K regular, 137M humongous, Frag: 64% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:16.354+0000] GC(45) Concurrent reset
[2020-04-10T21:30:16.354+0000] GC(45) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:16.354+0000] GC(45) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:16.356+0000] GC(45) Concurrent reset 1.708ms
[2020-04-10T21:30:16.357+0000] GC(45) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:16.358+0000] GC(45) Using 16 of 16 workers for init marking
[2020-04-10T21:30:16.362+0000] GC(45) Pacer for Mark. Expected Live: 912M, Free: 376M, Non-Taxable: 38523K, Alloc Tax Rate: 8.9x
[2020-04-10T21:30:16.362+0000] GC(45) Pause Init Mark (process weakrefs) 4.604ms
[2020-04-10T21:30:16.362+0000] GC(45) Concurrent marking (process weakrefs)
[2020-04-10T21:30:16.362+0000] GC(45) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:16.524+0000] GC(45) Concurrent marking (process weakrefs) 161.614ms
[2020-04-10T21:30:16.524+0000] GC(45) Concurrent precleaning
[2020-04-10T21:30:16.524+0000] GC(45) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:16.524+0000] GC(45) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:16.546+0000] GC(45) Concurrent precleaning 21.921ms
[2020-04-10T21:30:16.551+0000] GC(45) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:16.551+0000] GC(45) Using 16 of 16 workers for final marking
[2020-04-10T21:30:16.553+0000] GC(45) Adaptive CSet Selection. Target Free: 332M, Actual Free: 429M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:16.553+0000] GC(45) Collectable Garbage: 825M (92%), Immediate: 46681K (5%), CSet: 779M (87%)
[2020-04-10T21:30:16.564+0000] GC(45) Pacer for Evacuation. Used CSet: 824M, Free: 323M, Non-Taxable: 33091K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:16.564+0000] GC(45) Pause Final Mark (process weakrefs) 12.783ms
[2020-04-10T21:30:16.564+0000] GC(45) Concurrent roots processing
[2020-04-10T21:30:16.564+0000] GC(45) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:16.567+0000] GC(45) Concurrent roots processing 3.428ms
[2020-04-10T21:30:16.567+0000] GC(45) Concurrent cleanup
[2020-04-10T21:30:16.567+0000] GC(45) Concurrent cleanup 1932M->1887M(2350M) 0.159ms
[2020-04-10T21:30:16.568+0000] GC(45) Free: 320M, Max: 1024K regular, 137M humongous, Frag: 57% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:16.568+0000] GC(45) Concurrent evacuation
[2020-04-10T21:30:16.568+0000] GC(45) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:16.577+0000] GC(45) Concurrent evacuation 9.011ms
[2020-04-10T21:30:16.578+0000] GC(45) Pause Init Update Refs
[2020-04-10T21:30:16.578+0000] GC(45) Pacer for Update Refs. Used: 1942M, Free: 313M, Non-Taxable: 32112K, Alloc Tax Rate: 7.6x
[2020-04-10T21:30:16.578+0000] GC(45) Pause Init Update Refs 0.105ms
[2020-04-10T21:30:16.578+0000] GC(45) Concurrent update references
[2020-04-10T21:30:16.578+0000] GC(45) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:16.659+0000] GC(45) Concurrent update references 80.704ms
[2020-04-10T21:30:16.660+0000] GC(45) Pause Final Update Refs
[2020-04-10T21:30:16.660+0000] GC(45) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:16.660+0000] GC(45) Pause Final Update Refs 0.435ms
[2020-04-10T21:30:16.660+0000] GC(45) Concurrent cleanup
[2020-04-10T21:30:16.661+0000] GC(45) Concurrent cleanup 2024M->1202M(2350M) 0.228ms
[2020-04-10T21:30:16.661+0000] Free: 1012M, Max: 1024K regular, 149M humongous, Frag: 86% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:16.661+0000] Metaspace: 252011K(262820K)->252078K(262948K) NonClass: 223521K(230880K)->223579K(230880K) Class: 28489K(31940K)->28499K(32068K)
[2020-04-10T21:30:16.661+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:17.231+0000] Trigger: Average GC time (275.09 ms) is above the time for allocation rate (953 MB/s) to deplete free headroom (261M)
[2020-04-10T21:30:17.231+0000] Free headroom: 379M (free) - 117M (spike) - 0B (penalties) = 261M
[2020-04-10T21:30:17.231+0000] Free: 379M, Max: 1024K regular, 149M humongous, Frag: 61% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:17.231+0000] GC(46) Concurrent reset
[2020-04-10T21:30:17.231+0000] GC(46) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:17.231+0000] GC(46) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:17.232+0000] GC(46) Concurrent reset 0.935ms
[2020-04-10T21:30:17.233+0000] GC(46) Pause Init Mark
[2020-04-10T21:30:17.233+0000] GC(46) Using 16 of 16 workers for init marking
[2020-04-10T21:30:17.238+0000] GC(46) Pacer for Mark. Expected Live: 913M, Free: 377M, Non-Taxable: 38693K, Alloc Tax Rate: 8.9x
[2020-04-10T21:30:17.238+0000] GC(46) Pause Init Mark 4.681ms
[2020-04-10T21:30:17.238+0000] GC(46) Concurrent marking
[2020-04-10T21:30:17.238+0000] GC(46) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:17.385+0000] GC(46) Concurrent marking 147.298ms
[2020-04-10T21:30:17.386+0000] GC(46) Pause Final Mark
[2020-04-10T21:30:17.386+0000] GC(46) Using 16 of 16 workers for final marking
[2020-04-10T21:30:17.387+0000] GC(46) Adaptive CSet Selection. Target Free: 332M, Actual Free: 446M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:17.387+0000] GC(46) Collectable Garbage: 836M (92%), Immediate: 21037K (2%), CSet: 815M (90%)
[2020-04-10T21:30:17.398+0000] GC(46) Pacer for Evacuation. Used CSet: 853M, Free: 331M, Non-Taxable: 33952K, Alloc Tax Rate: 6.3x
[2020-04-10T21:30:17.398+0000] GC(46) Pause Final Mark 11.716ms
[2020-04-10T21:30:17.398+0000] GC(46) Concurrent roots processing
[2020-04-10T21:30:17.398+0000] GC(46) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:17.402+0000] GC(46) Concurrent roots processing 3.976ms
[2020-04-10T21:30:17.402+0000] GC(46) Concurrent cleanup
[2020-04-10T21:30:17.402+0000] GC(46) Concurrent cleanup 1911M->1892M(2350M) 0.157ms
[2020-04-10T21:30:17.402+0000] GC(46) Free: 322M, Max: 1024K regular, 149M humongous, Frag: 54% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:17.402+0000] GC(46) Concurrent evacuation
[2020-04-10T21:30:17.402+0000] GC(46) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:17.415+0000] GC(46) Concurrent evacuation 12.164ms
[2020-04-10T21:30:17.416+0000] GC(46) Pause Init Update Refs
[2020-04-10T21:30:17.416+0000] GC(46) Pacer for Update Refs. Used: 1950M, Free: 305M, Non-Taxable: 31242K, Alloc Tax Rate: 7.8x
[2020-04-10T21:30:17.416+0000] GC(46) Pause Init Update Refs 0.102ms
[2020-04-10T21:30:17.416+0000] GC(46) Concurrent update references
[2020-04-10T21:30:17.416+0000] GC(46) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:17.500+0000] GC(46) Concurrent update references 83.593ms
[2020-04-10T21:30:17.501+0000] GC(46) Pause Final Update Refs
[2020-04-10T21:30:17.501+0000] GC(46) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:17.501+0000] GC(46) Pause Final Update Refs 0.469ms
[2020-04-10T21:30:17.501+0000] GC(46) Concurrent cleanup
[2020-04-10T21:30:17.502+0000] GC(46) Concurrent cleanup 2044M->1193M(2350M) 0.215ms
[2020-04-10T21:30:17.502+0000] Free: 1020M, Max: 1024K regular, 149M humongous, Frag: 86% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:17.502+0000] Metaspace: 252268K(263204K)->252292K(263204K) NonClass: 223745K(231136K)->223768K(231136K) Class: 28523K(32068K)->28523K(32068K)
[2020-04-10T21:30:17.502+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:18.031+0000] Trigger: Average GC time (285.04 ms) is above the time for allocation rate (1011 MB/s) to deplete free headroom (287M)
[2020-04-10T21:30:18.032+0000] Free headroom: 405M (free) - 117M (spike) - 0B (penalties) = 287M
[2020-04-10T21:30:18.032+0000] Free: 405M, Max: 1024K regular, 149M humongous, Frag: 64% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:18.032+0000] GC(47) Concurrent reset
[2020-04-10T21:30:18.032+0000] GC(47) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:18.032+0000] GC(47) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:18.033+0000] GC(47) Concurrent reset 1.048ms
[2020-04-10T21:30:18.034+0000] GC(47) Pause Init Mark
[2020-04-10T21:30:18.034+0000] GC(47) Using 16 of 16 workers for init marking
[2020-04-10T21:30:18.039+0000] GC(47) Pacer for Mark. Expected Live: 920M, Free: 404M, Non-Taxable: 41411K, Alloc Tax Rate: 8.3x
[2020-04-10T21:30:18.039+0000] GC(47) Pause Init Mark 4.729ms
[2020-04-10T21:30:18.039+0000] GC(47) Concurrent marking
[2020-04-10T21:30:18.039+0000] GC(47) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:18.194+0000] GC(47) Concurrent marking 154.923ms
[2020-04-10T21:30:18.195+0000] GC(47) Pause Final Mark
[2020-04-10T21:30:18.195+0000] GC(47) Using 16 of 16 workers for final marking
[2020-04-10T21:30:18.196+0000] GC(47) Adaptive CSet Selection. Target Free: 332M, Actual Free: 477M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:18.196+0000] GC(47) Collectable Garbage: 794M (91%), Immediate: 29692K (3%), CSet: 765M (88%)
[2020-04-10T21:30:18.207+0000] GC(47) Pacer for Evacuation. Used CSet: 812M, Free: 361M, Non-Taxable: 36990K, Alloc Tax Rate: 5.5x
[2020-04-10T21:30:18.207+0000] GC(47) Pause Final Mark 11.872ms
[2020-04-10T21:30:18.207+0000] GC(47) Concurrent roots processing
[2020-04-10T21:30:18.207+0000] GC(47) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:18.210+0000] GC(47) Concurrent roots processing 3.511ms
[2020-04-10T21:30:18.210+0000] GC(47) Concurrent cleanup
[2020-04-10T21:30:18.210+0000] GC(47) Concurrent cleanup 1886M->1857M(2350M) 0.150ms
[2020-04-10T21:30:18.210+0000] GC(47) Free: 354M, Max: 1024K regular, 149M humongous, Frag: 58% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:18.210+0000] GC(47) Concurrent evacuation
[2020-04-10T21:30:18.210+0000] GC(47) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:18.220+0000] GC(47) Concurrent evacuation 9.123ms
[2020-04-10T21:30:18.221+0000] GC(47) Pause Init Update Refs
[2020-04-10T21:30:18.221+0000] GC(47) Pacer for Update Refs. Used: 1919M, Free: 343M, Non-Taxable: 35145K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:18.221+0000] GC(47) Pause Init Update Refs 0.109ms
[2020-04-10T21:30:18.221+0000] GC(47) Concurrent update references
[2020-04-10T21:30:18.221+0000] GC(47) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:18.298+0000] GC(47) Concurrent update references 77.271ms
[2020-04-10T21:30:18.299+0000] GC(47) Pause Final Update Refs
[2020-04-10T21:30:18.299+0000] GC(47) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:18.300+0000] GC(47) Pause Final Update Refs 0.422ms
[2020-04-10T21:30:18.300+0000] GC(47) Concurrent cleanup
[2020-04-10T21:30:18.300+0000] GC(47) Concurrent cleanup 1983M->1172M(2350M) 0.226ms
[2020-04-10T21:30:18.300+0000] Free: 1038M, Max: 1024K regular, 130M humongous, Frag: 88% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:18.300+0000] Metaspace: 252584K(263580K)->252673K(263580K) NonClass: 224011K(231512K)->224088K(231512K) Class: 28573K(32068K)->28585K(32068K)
[2020-04-10T21:30:18.300+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:18.834+0000] Trigger: Average GC time (279.28 ms) is above the time for allocation rate (996 MB/s) to deplete free headroom (277M)
[2020-04-10T21:30:18.834+0000] Free headroom: 395M (free) - 117M (spike) - 0B (penalties) = 277M
[2020-04-10T21:30:18.834+0000] Free: 395M, Max: 1024K regular, 130M humongous, Frag: 68% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:18.834+0000] GC(48) Concurrent reset
[2020-04-10T21:30:18.834+0000] GC(48) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:18.834+0000] GC(48) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:18.835+0000] GC(48) Concurrent reset 0.888ms
[2020-04-10T21:30:18.836+0000] GC(48) Pause Init Mark
[2020-04-10T21:30:18.836+0000] GC(48) Using 16 of 16 workers for init marking
[2020-04-10T21:30:18.841+0000] GC(48) Pacer for Mark. Expected Live: 928M, Free: 394M, Non-Taxable: 40363K, Alloc Tax Rate: 8.6x
[2020-04-10T21:30:18.841+0000] GC(48) Pause Init Mark 4.665ms
[2020-04-10T21:30:18.841+0000] GC(48) Concurrent marking
[2020-04-10T21:30:18.841+0000] GC(48) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:19.016+0000] GC(48) Concurrent marking 175.195ms
[2020-04-10T21:30:19.017+0000] GC(48) Pause Final Mark
[2020-04-10T21:30:19.017+0000] GC(48) Using 16 of 16 workers for final marking
[2020-04-10T21:30:19.019+0000] GC(48) Adaptive CSet Selection. Target Free: 332M, Actual Free: 484M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:19.019+0000] GC(48) Collectable Garbage: 784M (91%), Immediate: 49983K (5%), CSet: 736M (85%)
[2020-04-10T21:30:19.031+0000] GC(48) Pacer for Evacuation. Used CSet: 787M, Free: 372M, Non-Taxable: 38130K, Alloc Tax Rate: 5.2x
[2020-04-10T21:30:19.031+0000] GC(48) Pause Final Mark 13.594ms
[2020-04-10T21:30:19.034+0000] GC(48) Concurrent roots processing
[2020-04-10T21:30:19.034+0000] GC(48) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:19.042+0000] GC(48) Concurrent roots processing 8.039ms
[2020-04-10T21:30:19.042+0000] GC(48) Concurrent cleanup
[2020-04-10T21:30:19.043+0000] GC(48) Concurrent cleanup 1911M->1864M(2350M) 0.584ms
[2020-04-10T21:30:19.043+0000] GC(48) Free: 351M, Max: 1024K regular, 131M humongous, Frag: 63% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:30:19.043+0000] GC(48) Concurrent evacuation
[2020-04-10T21:30:19.043+0000] GC(48) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:19.070+0000] GC(48) Concurrent evacuation 27.248ms
[2020-04-10T21:30:19.071+0000] GC(48) Pause Init Update Refs
[2020-04-10T21:30:19.071+0000] GC(48) Pacer for Update Refs. Used: 1958M, Free: 311M, Non-Taxable: 31851K, Alloc Tax Rate: 7.7x
[2020-04-10T21:30:19.071+0000] GC(48) Pause Init Update Refs 0.099ms
[2020-04-10T21:30:19.071+0000] GC(48) Concurrent update references
[2020-04-10T21:30:19.071+0000] GC(48) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:19.186+0000] GC(48) Concurrent update references 115.014ms
[2020-04-10T21:30:19.187+0000] GC(48) Pause Final Update Refs
[2020-04-10T21:30:19.187+0000] GC(48) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:19.188+0000] GC(48) Pause Final Update Refs 0.616ms
[2020-04-10T21:30:19.188+0000] GC(48) Concurrent cleanup
[2020-04-10T21:30:19.188+0000] GC(48) Concurrent cleanup 2123M->1337M(2350M) 0.215ms
[2020-04-10T21:30:19.189+0000] Free: 877M, Max: 1024K regular, 115M humongous, Frag: 87% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:19.189+0000] Metaspace: 252880K(263912K)->252948K(263912K) NonClass: 224274K(231768K)->224336K(231768K) Class: 28606K(32144K)->28611K(32144K)
[2020-04-10T21:30:19.189+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:19.569+0000] Trigger: Average GC time (303.89 ms) is above the time for allocation rate (1026 MB/s) to deplete free headroom (310M)
[2020-04-10T21:30:19.569+0000] Free headroom: 427M (free) - 117M (spike) - 0B (penalties) = 310M
[2020-04-10T21:30:19.569+0000] Free: 427M, Max: 1024K regular, 115M humongous, Frag: 74% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:19.569+0000] GC(49) Concurrent reset
[2020-04-10T21:30:19.569+0000] GC(49) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:19.569+0000] GC(49) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:19.570+0000] GC(49) Concurrent reset 0.836ms
[2020-04-10T21:30:19.571+0000] GC(49) Pause Init Mark
[2020-04-10T21:30:19.571+0000] GC(49) Using 16 of 16 workers for init marking
[2020-04-10T21:30:19.575+0000] GC(49) Pacer for Mark. Expected Live: 938M, Free: 426M, Non-Taxable: 43722K, Alloc Tax Rate: 8.1x
[2020-04-10T21:30:19.575+0000] GC(49) Pause Init Mark 4.447ms
[2020-04-10T21:30:19.575+0000] GC(49) Concurrent marking
[2020-04-10T21:30:19.575+0000] GC(49) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:19.723+0000] GC(49) Concurrent marking 147.494ms
[2020-04-10T21:30:19.724+0000] GC(49) Pause Final Mark
[2020-04-10T21:30:19.724+0000] GC(49) Using 16 of 16 workers for final marking
[2020-04-10T21:30:19.725+0000] GC(49) Adaptive CSet Selection. Target Free: 332M, Actual Free: 486M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:19.725+0000] GC(49) Collectable Garbage: 770M (91%), Immediate: 22528K (2%), CSet: 748M (88%)
[2020-04-10T21:30:19.735+0000] GC(49) Pacer for Evacuation. Used CSet: 785M, Free: 369M, Non-Taxable: 37801K, Alloc Tax Rate: 5.2x
[2020-04-10T21:30:19.735+0000] GC(49) Pause Final Mark 11.488ms
[2020-04-10T21:30:19.735+0000] GC(49) Concurrent roots processing
[2020-04-10T21:30:19.735+0000] GC(49) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:19.738+0000] GC(49) Concurrent roots processing 3.117ms
[2020-04-10T21:30:19.738+0000] GC(49) Concurrent cleanup
[2020-04-10T21:30:19.739+0000] GC(49) Concurrent cleanup 1868M->1848M(2350M) 0.152ms
[2020-04-10T21:30:19.739+0000] GC(49) Free: 366M, Max: 1024K regular, 116M humongous, Frag: 69% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:19.739+0000] GC(49) Concurrent evacuation
[2020-04-10T21:30:19.739+0000] GC(49) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:19.746+0000] GC(49) Concurrent evacuation 6.940ms
[2020-04-10T21:30:19.747+0000] GC(49) Pause Init Update Refs
[2020-04-10T21:30:19.747+0000] GC(49) Pacer for Update Refs. Used: 1896M, Free: 360M, Non-Taxable: 36945K, Alloc Tax Rate: 6.4x
[2020-04-10T21:30:19.747+0000] GC(49) Pause Init Update Refs 0.114ms
[2020-04-10T21:30:19.747+0000] GC(49) Concurrent update references
[2020-04-10T21:30:19.747+0000] GC(49) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:19.820+0000] GC(49) Concurrent update references 73.162ms
[2020-04-10T21:30:19.821+0000] GC(49) Pause Final Update Refs
[2020-04-10T21:30:19.821+0000] GC(49) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:19.821+0000] GC(49) Pause Final Update Refs 0.487ms
[2020-04-10T21:30:19.821+0000] GC(49) Concurrent cleanup
[2020-04-10T21:30:19.822+0000] GC(49) Concurrent cleanup 1950M->1166M(2350M) 0.191ms
[2020-04-10T21:30:19.822+0000] Free: 1047M, Max: 1024K regular, 125M humongous, Frag: 89% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:19.822+0000] Metaspace: 253111K(264296K)->253398K(264576K) NonClass: 224491K(232024K)->224739K(232304K) Class: 28619K(32272K)->28659K(32272K)
[2020-04-10T21:30:19.822+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:20.968+0000] Trigger: Average GC time (290.43 ms) is above the time for allocation rate (636 MB/s) to deplete free headroom (184M)
[2020-04-10T21:30:20.968+0000] Free headroom: 301M (free) - 117M (spike) - 0B (penalties) = 184M
[2020-04-10T21:30:20.969+0000] Free: 301M, Max: 1024K regular, 125M humongous, Frag: 59% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:20.969+0000] GC(50) Concurrent reset
[2020-04-10T21:30:20.969+0000] GC(50) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:20.969+0000] GC(50) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:20.970+0000] GC(50) Concurrent reset 1.120ms
[2020-04-10T21:30:20.971+0000] GC(50) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:20.971+0000] GC(50) Using 16 of 16 workers for init marking
[2020-04-10T21:30:20.975+0000] GC(50) Pacer for Mark. Expected Live: 939M, Free: 300M, Non-Taxable: 30735K, Alloc Tax Rate: 11.5x
[2020-04-10T21:30:20.979+0000] GC(50) Pause Init Mark (process weakrefs) 8.681ms
[2020-04-10T21:30:20.980+0000] GC(50) Concurrent marking (process weakrefs)
[2020-04-10T21:30:20.980+0000] GC(50) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:21.136+0000] GC(50) Concurrent marking (process weakrefs) 156.651ms
[2020-04-10T21:30:21.136+0000] GC(50) Concurrent precleaning
[2020-04-10T21:30:21.136+0000] GC(50) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:21.136+0000] GC(50) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:21.150+0000] GC(50) Concurrent precleaning 13.699ms
[2020-04-10T21:30:21.151+0000] GC(50) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:21.151+0000] GC(50) Using 16 of 16 workers for final marking
[2020-04-10T21:30:21.153+0000] GC(50) Adaptive CSet Selection. Target Free: 332M, Actual Free: 416M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:21.154+0000] GC(50) Collectable Garbage: 875M (92%), Immediate: 95628K (9%), CSet: 781M (82%)
[2020-04-10T21:30:21.164+0000] GC(50) Pacer for Evacuation. Used CSet: 823M, Free: 311M, Non-Taxable: 31939K, Alloc Tax Rate: 6.5x
[2020-04-10T21:30:21.164+0000] GC(50) Pause Final Mark (process weakrefs) 13.151ms
[2020-04-10T21:30:21.164+0000] GC(50) Concurrent roots processing
[2020-04-10T21:30:21.165+0000] GC(50) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:21.168+0000] GC(50) Concurrent roots processing 3.350ms
[2020-04-10T21:30:21.168+0000] GC(50) Concurrent cleanup
[2020-04-10T21:30:21.168+0000] GC(50) Concurrent cleanup 2000M->1908M(2350M) 0.164ms
[2020-04-10T21:30:21.168+0000] GC(50) Free: 304M, Max: 1024K regular, 125M humongous, Frag: 59% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:21.168+0000] GC(50) Concurrent evacuation
[2020-04-10T21:30:21.168+0000] GC(50) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:21.178+0000] GC(50) Concurrent evacuation 9.539ms
[2020-04-10T21:30:21.179+0000] GC(50) Pause Init Update Refs
[2020-04-10T21:30:21.179+0000] GC(50) Pacer for Update Refs. Used: 1964M, Free: 293M, Non-Taxable: 30042K, Alloc Tax Rate: 8.2x
[2020-04-10T21:30:21.179+0000] GC(50) Pause Init Update Refs 0.087ms
[2020-04-10T21:30:21.179+0000] GC(50) Concurrent update references
[2020-04-10T21:30:21.179+0000] GC(50) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:21.264+0000] GC(50) Concurrent update references 85.222ms
[2020-04-10T21:30:21.265+0000] GC(50) Pause Final Update Refs
[2020-04-10T21:30:21.265+0000] GC(50) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:21.266+0000] GC(50) Pause Final Update Refs 0.650ms
[2020-04-10T21:30:21.267+0000] GC(50) Concurrent cleanup
[2020-04-10T21:30:21.267+0000] GC(50) Concurrent cleanup 2063M->1242M(2350M) 0.274ms
[2020-04-10T21:30:21.268+0000] Free: 968M, Max: 1024K regular, 120M humongous, Frag: 88% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:21.268+0000] Metaspace: 253712K(264984K)->253792K(264984K) NonClass: 225006K(232584K)->225079K(232584K) Class: 28706K(32400K)->28712K(32400K)
[2020-04-10T21:30:21.268+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:21.570+0000] Trigger: Average GC time (288.96 ms) is above the time for allocation rate (1206 MB/s) to deplete free headroom (342M)
[2020-04-10T21:30:21.570+0000] Free headroom: 460M (free) - 117M (spike) - 0B (penalties) = 342M
[2020-04-10T21:30:21.570+0000] Free: 460M, Max: 1024K regular, 120M humongous, Frag: 74% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:21.570+0000] GC(51) Concurrent reset
[2020-04-10T21:30:21.570+0000] GC(51) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:21.570+0000] GC(51) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:21.571+0000] GC(51) Concurrent reset 0.869ms
[2020-04-10T21:30:21.572+0000] GC(51) Pause Init Mark
[2020-04-10T21:30:21.572+0000] GC(51) Using 16 of 16 workers for init marking
[2020-04-10T21:30:21.576+0000] GC(51) Pacer for Mark. Expected Live: 944M, Free: 459M, Non-Taxable: 47070K, Alloc Tax Rate: 7.5x
[2020-04-10T21:30:21.576+0000] GC(51) Pause Init Mark 4.400ms
[2020-04-10T21:30:21.576+0000] GC(51) Concurrent marking
[2020-04-10T21:30:21.576+0000] GC(51) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:21.731+0000] GC(51) Concurrent marking 154.464ms
[2020-04-10T21:30:21.732+0000] GC(51) Pause Final Mark
[2020-04-10T21:30:21.732+0000] GC(51) Using 16 of 16 workers for final marking
[2020-04-10T21:30:21.733+0000] GC(51) Adaptive CSet Selection. Target Free: 332M, Actual Free: 510M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:21.733+0000] GC(51) Collectable Garbage: 685M (89%), Immediate: 20440K (2%), CSet: 665M (87%)
[2020-04-10T21:30:21.743+0000] GC(51) Pacer for Evacuation. Used CSet: 718M, Free: 402M, Non-Taxable: 41214K, Alloc Tax Rate: 4.4x
[2020-04-10T21:30:21.744+0000] GC(51) Pause Final Mark 11.266ms
[2020-04-10T21:30:21.744+0000] GC(51) Concurrent roots processing
[2020-04-10T21:30:21.744+0000] GC(51) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:21.747+0000] GC(51) Concurrent roots processing 3.250ms
[2020-04-10T21:30:21.747+0000] GC(51) Concurrent cleanup
[2020-04-10T21:30:21.747+0000] GC(51) Concurrent cleanup 1835M->1817M(2350M) 0.167ms
[2020-04-10T21:30:21.747+0000] GC(51) Free: 394M, Max: 1024K regular, 120M humongous, Frag: 70% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:21.747+0000] GC(51) Concurrent evacuation
[2020-04-10T21:30:21.747+0000] GC(51) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:21.758+0000] GC(51) Concurrent evacuation 10.747ms
[2020-04-10T21:30:21.761+0000] GC(51) Pause Init Update Refs
[2020-04-10T21:30:21.761+0000] GC(51) Pacer for Update Refs. Used: 1884M, Free: 382M, Non-Taxable: 39191K, Alloc Tax Rate: 6.0x
[2020-04-10T21:30:21.761+0000] GC(51) Pause Init Update Refs 0.099ms
[2020-04-10T21:30:21.761+0000] GC(51) Concurrent update references
[2020-04-10T21:30:21.761+0000] GC(51) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:21.845+0000] GC(51) Concurrent update references 84.114ms
[2020-04-10T21:30:21.847+0000] GC(51) Pause Final Update Refs
[2020-04-10T21:30:21.847+0000] GC(51) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:21.847+0000] GC(51) Pause Final Update Refs 0.462ms
[2020-04-10T21:30:21.847+0000] GC(51) Concurrent cleanup
[2020-04-10T21:30:21.848+0000] GC(51) Concurrent cleanup 1977M->1260M(2350M) 0.227ms
[2020-04-10T21:30:21.848+0000] Free: 954M, Max: 1024K regular, 107M humongous, Frag: 89% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:21.848+0000] Metaspace: 253958K(265240K)->254051K(265496K) NonClass: 225220K(232840K)->225307K(233096K) Class: 28738K(32400K)->28743K(32400K)
[2020-04-10T21:30:21.848+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:22.291+0000] Trigger: Average GC time (290.45 ms) is above the time for allocation rate (1025 MB/s) to deplete free headroom (297M)
[2020-04-10T21:30:22.291+0000] Free headroom: 415M (free) - 117M (spike) - 0B (penalties) = 297M
[2020-04-10T21:30:22.291+0000] Free: 415M, Max: 1024K regular, 107M humongous, Frag: 75% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:22.291+0000] GC(52) Concurrent reset
[2020-04-10T21:30:22.291+0000] GC(52) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:22.291+0000] GC(52) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:22.292+0000] GC(52) Concurrent reset 0.901ms
[2020-04-10T21:30:22.293+0000] GC(52) Pause Init Mark
[2020-04-10T21:30:22.293+0000] GC(52) Using 16 of 16 workers for init marking
[2020-04-10T21:30:22.297+0000] GC(52) Pacer for Mark. Expected Live: 955M, Free: 412M, Non-Taxable: 42211K, Alloc Tax Rate: 8.5x
[2020-04-10T21:30:22.297+0000] GC(52) Pause Init Mark 4.755ms
[2020-04-10T21:30:22.298+0000] GC(52) Concurrent marking
[2020-04-10T21:30:22.298+0000] GC(52) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:22.440+0000] GC(52) Concurrent marking 142.361ms
[2020-04-10T21:30:22.441+0000] GC(52) Pause Final Mark
[2020-04-10T21:30:22.441+0000] GC(52) Using 16 of 16 workers for final marking
[2020-04-10T21:30:22.442+0000] GC(52) Adaptive CSet Selection. Target Free: 332M, Actual Free: 505M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:22.442+0000] GC(52) Collectable Garbage: 738M (90%), Immediate: 53550K (6%), CSet: 685M (84%)
[2020-04-10T21:30:22.452+0000] GC(52) Pacer for Evacuation. Used CSet: 743M, Free: 389M, Non-Taxable: 39874K, Alloc Tax Rate: 4.7x
[2020-04-10T21:30:22.452+0000] GC(52) Pause Final Mark 11.472ms
[2020-04-10T21:30:22.452+0000] GC(52) Concurrent roots processing
[2020-04-10T21:30:22.453+0000] GC(52) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:22.455+0000] GC(52) Concurrent roots processing 2.919ms
[2020-04-10T21:30:22.455+0000] GC(52) Concurrent cleanup
[2020-04-10T21:30:22.456+0000] GC(52) Concurrent cleanup 1881M->1829M(2350M) 0.156ms
[2020-04-10T21:30:22.456+0000] GC(52) Free: 385M, Max: 1024K regular, 97280K humongous, Frag: 76% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:30:22.456+0000] GC(52) Concurrent evacuation
[2020-04-10T21:30:22.456+0000] GC(52) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:22.466+0000] GC(52) Concurrent evacuation 10.611ms
[2020-04-10T21:30:22.467+0000] GC(52) Pause Init Update Refs
[2020-04-10T21:30:22.467+0000] GC(52) Pacer for Update Refs. Used: 1898M, Free: 375M, Non-Taxable: 38421K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:22.467+0000] GC(52) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:22.467+0000] GC(52) Concurrent update references
[2020-04-10T21:30:22.467+0000] GC(52) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:22.548+0000] GC(52) Concurrent update references 80.297ms
[2020-04-10T21:30:22.549+0000] GC(52) Pause Final Update Refs
[2020-04-10T21:30:22.549+0000] GC(52) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:22.549+0000] GC(52) Pause Final Update Refs 0.462ms
[2020-04-10T21:30:22.549+0000] GC(52) Concurrent cleanup
[2020-04-10T21:30:22.549+0000] GC(52) Concurrent cleanup 1945M->1203M(2350M) 0.220ms
[2020-04-10T21:30:22.549+0000] Free: 1011M, Max: 1024K regular, 97280K humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:22.549+0000] Metaspace: 254179K(265496K)->254254K(265648K) NonClass: 225421K(233096K)->225486K(233248K) Class: 28758K(32400K)->28767K(32400K)
[2020-04-10T21:30:22.549+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:23.068+0000] Trigger: Average GC time (288.49 ms) is above the time for allocation rate (974 MB/s) to deplete free headroom (278M)
[2020-04-10T21:30:23.068+0000] Free headroom: 396M (free) - 117M (spike) - 0B (penalties) = 278M
[2020-04-10T21:30:23.068+0000] Free: 396M, Max: 1024K regular, 97280K humongous, Frag: 76% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:23.068+0000] GC(53) Concurrent reset
[2020-04-10T21:30:23.068+0000] GC(53) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:23.068+0000] GC(53) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:23.069+0000] GC(53) Concurrent reset 0.860ms
[2020-04-10T21:30:23.070+0000] GC(53) Pause Init Mark
[2020-04-10T21:30:23.070+0000] GC(53) Using 16 of 16 workers for init marking
[2020-04-10T21:30:23.075+0000] GC(53) Pacer for Mark. Expected Live: 963M, Free: 394M, Non-Taxable: 40378K, Alloc Tax Rate: 9.0x
[2020-04-10T21:30:23.075+0000] GC(53) Pause Init Mark 5.101ms
[2020-04-10T21:30:23.075+0000] GC(53) Concurrent marking
[2020-04-10T21:30:23.075+0000] GC(53) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:23.218+0000] GC(53) Concurrent marking 142.727ms
[2020-04-10T21:30:23.221+0000] GC(53) Pause Final Mark
[2020-04-10T21:30:23.221+0000] GC(53) Using 16 of 16 workers for final marking
[2020-04-10T21:30:23.222+0000] GC(53) Adaptive CSet Selection. Target Free: 332M, Actual Free: 514M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:23.222+0000] GC(53) Collectable Garbage: 747M (90%), Immediate: 73379K (8%), CSet: 675M (81%)
[2020-04-10T21:30:23.232+0000] GC(53) Pacer for Evacuation. Used CSet: 724M, Free: 405M, Non-Taxable: 41570K, Alloc Tax Rate: 4.4x
[2020-04-10T21:30:23.232+0000] GC(53) Pause Final Mark 11.503ms
[2020-04-10T21:30:23.232+0000] GC(53) Concurrent roots processing
[2020-04-10T21:30:23.232+0000] GC(53) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:23.235+0000] GC(53) Concurrent roots processing 2.746ms
[2020-04-10T21:30:23.235+0000] GC(53) Concurrent cleanup
[2020-04-10T21:30:23.235+0000] GC(53) Concurrent cleanup 1885M->1814M(2350M) 0.176ms
[2020-04-10T21:30:23.235+0000] GC(53) Free: 398M, Max: 1024K regular, 97280K humongous, Frag: 77% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:23.235+0000] GC(53) Concurrent evacuation
[2020-04-10T21:30:23.235+0000] GC(53) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:23.245+0000] GC(53) Concurrent evacuation 9.714ms
[2020-04-10T21:30:23.246+0000] GC(53) Pause Init Update Refs
[2020-04-10T21:30:23.246+0000] GC(53) Pacer for Update Refs. Used: 1885M, Free: 380M, Non-Taxable: 38953K, Alloc Tax Rate: 6.1x
[2020-04-10T21:30:23.246+0000] GC(53) Pause Init Update Refs 0.078ms
[2020-04-10T21:30:23.246+0000] GC(53) Concurrent update references
[2020-04-10T21:30:23.246+0000] GC(53) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:23.318+0000] GC(53) Concurrent update references 72.198ms
[2020-04-10T21:30:23.319+0000] GC(53) Pause Final Update Refs
[2020-04-10T21:30:23.319+0000] GC(53) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:23.319+0000] GC(53) Pause Final Update Refs 0.371ms
[2020-04-10T21:30:23.320+0000] GC(53) Concurrent cleanup
[2020-04-10T21:30:23.320+0000] GC(53) Concurrent cleanup 1971M->1247M(2350M) 0.190ms
[2020-04-10T21:30:23.320+0000] Free: 966M, Max: 1024K regular, 97280K humongous, Frag: 91% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:23.320+0000] Metaspace: 254501K(265980K)->254566K(265980K) NonClass: 225705K(233452K)->225759K(233452K) Class: 28796K(32528K)->28807K(32528K)
[2020-04-10T21:30:23.320+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:24.432+0000] Trigger: Average GC time (267.87 ms) is above the time for allocation rate (633 MB/s) to deplete free headroom (169M)
[2020-04-10T21:30:24.432+0000] Free headroom: 286M (free) - 117M (spike) - 0B (penalties) = 169M
[2020-04-10T21:30:24.432+0000] Free: 286M, Max: 1024K regular, 97280K humongous, Frag: 67% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:24.432+0000] GC(54) Concurrent reset
[2020-04-10T21:30:24.432+0000] GC(54) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:24.432+0000] GC(54) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:24.433+0000] GC(54) Concurrent reset 0.769ms
[2020-04-10T21:30:24.433+0000] GC(54) Pause Init Mark
[2020-04-10T21:30:24.433+0000] GC(54) Using 16 of 16 workers for init marking
[2020-04-10T21:30:24.438+0000] GC(54) Pacer for Mark. Expected Live: 969M, Free: 286M, Non-Taxable: 29379K, Alloc Tax Rate: 12.4x
[2020-04-10T21:30:24.438+0000] GC(54) Pause Init Mark 5.060ms
[2020-04-10T21:30:24.438+0000] GC(54) Concurrent marking
[2020-04-10T21:30:24.438+0000] GC(54) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:24.573+0000] GC(54) Concurrent marking 134.233ms
[2020-04-10T21:30:24.573+0000] GC(54) Pause Final Mark
[2020-04-10T21:30:24.574+0000] GC(54) Using 16 of 16 workers for final marking
[2020-04-10T21:30:24.574+0000] GC(54) Adaptive CSet Selection. Target Free: 332M, Actual Free: 452M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:24.575+0000] GC(54) Collectable Garbage: 852M (91%), Immediate: 103M (11%), CSet: 748M (80%)
[2020-04-10T21:30:24.585+0000] GC(54) Pacer for Evacuation. Used CSet: 790M, Free: 347M, Non-Taxable: 35621K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:24.585+0000] GC(54) Pause Final Mark 11.383ms
[2020-04-10T21:30:24.585+0000] GC(54) Concurrent roots processing
[2020-04-10T21:30:24.585+0000] GC(54) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:24.588+0000] GC(54) Concurrent roots processing 3.331ms
[2020-04-10T21:30:24.588+0000] GC(54) Concurrent cleanup
[2020-04-10T21:30:24.589+0000] GC(54) Concurrent cleanup 1974M->1872M(2350M) 0.198ms
[2020-04-10T21:30:24.589+0000] GC(54) Free: 341M, Max: 1024K regular, 87040K humongous, Frag: 75% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:24.589+0000] GC(54) Concurrent evacuation
[2020-04-10T21:30:24.589+0000] GC(54) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:24.596+0000] GC(54) Concurrent evacuation 7.614ms
[2020-04-10T21:30:24.597+0000] GC(54) Pause Init Update Refs
[2020-04-10T21:30:24.597+0000] GC(54) Pacer for Update Refs. Used: 1926M, Free: 332M, Non-Taxable: 34075K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:24.597+0000] GC(54) Pause Init Update Refs 0.082ms
[2020-04-10T21:30:24.597+0000] GC(54) Concurrent update references
[2020-04-10T21:30:24.597+0000] GC(54) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:24.670+0000] GC(54) Concurrent update references 72.621ms
[2020-04-10T21:30:24.671+0000] GC(54) Pause Final Update Refs
[2020-04-10T21:30:24.671+0000] GC(54) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:24.671+0000] GC(54) Pause Final Update Refs 0.407ms
[2020-04-10T21:30:24.671+0000] GC(54) Concurrent cleanup
[2020-04-10T21:30:24.671+0000] GC(54) Concurrent cleanup 2016M->1226M(2350M) 0.193ms
[2020-04-10T21:30:24.671+0000] Free: 988M, Max: 1024K regular, 87040K humongous, Frag: 92% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:24.671+0000] Metaspace: 254854K(266236K)->254898K(266236K) NonClass: 226007K(233708K)->226047K(233708K) Class: 28847K(32528K)->28850K(32528K)
[2020-04-10T21:30:24.671+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:25.328+0000] Trigger: Average GC time (265.27 ms) is above the time for allocation rate (888 MB/s) to deplete free headroom (235M)
[2020-04-10T21:30:25.328+0000] Free headroom: 352M (free) - 117M (spike) - 0B (penalties) = 235M
[2020-04-10T21:30:25.328+0000] Free: 352M, Max: 1024K regular, 87040K humongous, Frag: 76% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:25.328+0000] GC(55) Concurrent reset
[2020-04-10T21:30:25.328+0000] GC(55) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:25.328+0000] GC(55) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:25.329+0000] GC(55) Concurrent reset 0.865ms
[2020-04-10T21:30:25.330+0000] GC(55) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:25.330+0000] GC(55) Using 16 of 16 workers for init marking
[2020-04-10T21:30:25.335+0000] GC(55) Pacer for Mark. Expected Live: 977M, Free: 352M, Non-Taxable: 36090K, Alloc Tax Rate: 10.2x
[2020-04-10T21:30:25.335+0000] GC(55) Pause Init Mark (process weakrefs) 5.135ms
[2020-04-10T21:30:25.335+0000] GC(55) Concurrent marking (process weakrefs)
[2020-04-10T21:30:25.335+0000] GC(55) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:25.484+0000] GC(55) Concurrent marking (process weakrefs) 148.799ms
[2020-04-10T21:30:25.484+0000] GC(55) Concurrent precleaning
[2020-04-10T21:30:25.484+0000] GC(55) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:25.484+0000] GC(55) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:25.501+0000] GC(55) Concurrent precleaning 17.749ms
[2020-04-10T21:30:25.502+0000] GC(55) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:25.502+0000] GC(55) Using 16 of 16 workers for final marking
[2020-04-10T21:30:25.505+0000] GC(55) Adaptive CSet Selection. Target Free: 332M, Actual Free: 467M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:25.506+0000] GC(55) Collectable Garbage: 789M (90%), Immediate: 84433K (9%), CSet: 707M (81%)
[2020-04-10T21:30:25.516+0000] GC(55) Pacer for Evacuation. Used CSet: 758M, Free: 357M, Non-Taxable: 36636K, Alloc Tax Rate: 5.2x
[2020-04-10T21:30:25.516+0000] GC(55) Pause Final Mark (process weakrefs) 13.695ms
[2020-04-10T21:30:25.516+0000] GC(55) Concurrent roots processing
[2020-04-10T21:30:25.516+0000] GC(55) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:25.520+0000] GC(55) Concurrent roots processing 3.158ms
[2020-04-10T21:30:25.520+0000] GC(55) Concurrent cleanup
[2020-04-10T21:30:25.520+0000] GC(55) Concurrent cleanup 1940M->1858M(2350M) 0.165ms
[2020-04-10T21:30:25.520+0000] GC(55) Free: 353M, Max: 1024K regular, 88064K humongous, Frag: 76% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:25.520+0000] GC(55) Concurrent evacuation
[2020-04-10T21:30:25.520+0000] GC(55) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:25.530+0000] GC(55) Concurrent evacuation 9.807ms
[2020-04-10T21:30:25.531+0000] GC(55) Pause Init Update Refs
[2020-04-10T21:30:25.531+0000] GC(55) Pacer for Update Refs. Used: 1919M, Free: 346M, Non-Taxable: 35532K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:25.531+0000] GC(55) Pause Init Update Refs 0.112ms
[2020-04-10T21:30:25.531+0000] GC(55) Concurrent update references
[2020-04-10T21:30:25.531+0000] GC(55) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:25.609+0000] GC(55) Concurrent update references 78.237ms
[2020-04-10T21:30:25.610+0000] GC(55) Pause Final Update Refs
[2020-04-10T21:30:25.610+0000] GC(55) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:25.610+0000] GC(55) Pause Final Update Refs 0.406ms
[2020-04-10T21:30:25.611+0000] GC(55) Concurrent cleanup
[2020-04-10T21:30:25.611+0000] GC(55) Concurrent cleanup 1969M->1211M(2350M) 0.190ms
[2020-04-10T21:30:25.611+0000] Free: 1001M, Max: 1024K regular, 97280K humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:25.611+0000] Metaspace: 255263K(266876K)->255303K(266876K) NonClass: 226366K(234220K)->226404K(234220K) Class: 28897K(32656K)->28898K(32656K)
[2020-04-10T21:30:25.611+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:26.044+0000] Trigger: Average GC time (262.06 ms) is above the time for allocation rate (1055 MB/s) to deplete free headroom (274M)
[2020-04-10T21:30:26.044+0000] Free headroom: 392M (free) - 117M (spike) - 0B (penalties) = 274M
[2020-04-10T21:30:26.044+0000] Free: 392M, Max: 1024K regular, 97280K humongous, Frag: 76% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:26.044+0000] GC(56) Concurrent reset
[2020-04-10T21:30:26.044+0000] GC(56) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:26.044+0000] GC(56) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:26.045+0000] GC(56) Concurrent reset 0.979ms
[2020-04-10T21:30:26.046+0000] GC(56) Pause Init Mark
[2020-04-10T21:30:26.046+0000] GC(56) Using 16 of 16 workers for init marking
[2020-04-10T21:30:26.051+0000] GC(56) Pacer for Mark. Expected Live: 984M, Free: 390M, Non-Taxable: 40018K, Alloc Tax Rate: 9.2x
[2020-04-10T21:30:26.051+0000] GC(56) Pause Init Mark 4.874ms
[2020-04-10T21:30:26.051+0000] GC(56) Concurrent marking
[2020-04-10T21:30:26.051+0000] GC(56) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:26.222+0000] GC(56) Concurrent marking 170.362ms
[2020-04-10T21:30:26.223+0000] GC(56) Pause Final Mark
[2020-04-10T21:30:26.223+0000] GC(56) Using 16 of 16 workers for final marking
[2020-04-10T21:30:26.224+0000] GC(56) Adaptive CSet Selection. Target Free: 332M, Actual Free: 474M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:26.224+0000] GC(56) Collectable Garbage: 689M (89%), Immediate: 46568K (5%), CSet: 644M (83%)
[2020-04-10T21:30:26.235+0000] GC(56) Pacer for Evacuation. Used CSet: 722M, Free: 367M, Non-Taxable: 37612K, Alloc Tax Rate: 4.8x
[2020-04-10T21:30:26.235+0000] GC(56) Pause Final Mark 12.147ms
[2020-04-10T21:30:26.235+0000] GC(56) Concurrent roots processing
[2020-04-10T21:30:26.235+0000] GC(56) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:26.239+0000] GC(56) Concurrent roots processing 3.715ms
[2020-04-10T21:30:26.239+0000] GC(56) Concurrent cleanup
[2020-04-10T21:30:26.239+0000] GC(56) Concurrent cleanup 1894M->1851M(2350M) 0.165ms
[2020-04-10T21:30:26.239+0000] GC(56) Free: 360M, Max: 1024K regular, 97280K humongous, Frag: 74% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:26.239+0000] GC(56) Concurrent evacuation
[2020-04-10T21:30:26.239+0000] GC(56) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:26.256+0000] GC(56) Concurrent evacuation 16.854ms
[2020-04-10T21:30:26.257+0000] GC(56) Pause Init Update Refs
[2020-04-10T21:30:26.257+0000] GC(56) Pacer for Update Refs. Used: 1948M, Free: 344M, Non-Taxable: 35250K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:26.257+0000] GC(56) Pause Init Update Refs 0.088ms
[2020-04-10T21:30:26.258+0000] GC(56) Concurrent update references
[2020-04-10T21:30:26.258+0000] GC(56) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:26.352+0000] GC(56) Concurrent update references 94.836ms
[2020-04-10T21:30:26.354+0000] GC(56) Pause Final Update Refs
[2020-04-10T21:30:26.354+0000] GC(56) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:26.354+0000] GC(56) Pause Final Update Refs 0.591ms
[2020-04-10T21:30:26.358+0000] GC(56) Concurrent cleanup
[2020-04-10T21:30:26.358+0000] GC(56) Concurrent cleanup 2055M->1339M(2350M) 0.257ms
[2020-04-10T21:30:26.358+0000] Free: 874M, Max: 1024K regular, 93184K humongous, Frag: 90% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:26.358+0000] Metaspace: 255633K(267308K)->255832K(267564K) NonClass: 226675K(234524K)->226852K(234780K) Class: 28958K(32784K)->28979K(32784K)
[2020-04-10T21:30:26.358+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:26.663+0000] Trigger: Average GC time (269.32 ms) is above the time for allocation rate (1097 MB/s) to deplete free headroom (294M)
[2020-04-10T21:30:26.663+0000] Free headroom: 412M (free) - 117M (spike) - 0B (penalties) = 294M
[2020-04-10T21:30:26.663+0000] Free: 412M, Max: 1024K regular, 93184K humongous, Frag: 78% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:26.663+0000] GC(57) Concurrent reset
[2020-04-10T21:30:26.663+0000] GC(57) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:26.663+0000] GC(57) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:26.664+0000] GC(57) Concurrent reset 0.931ms
[2020-04-10T21:30:26.665+0000] GC(57) Pause Init Mark
[2020-04-10T21:30:26.665+0000] GC(57) Using 16 of 16 workers for init marking
[2020-04-10T21:30:26.670+0000] GC(57) Pacer for Mark. Expected Live: 996M, Free: 411M, Non-Taxable: 42120K, Alloc Tax Rate: 8.9x
[2020-04-10T21:30:26.670+0000] GC(57) Pause Init Mark 4.671ms
[2020-04-10T21:30:26.670+0000] GC(57) Concurrent marking
[2020-04-10T21:30:26.670+0000] GC(57) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:26.823+0000] GC(57) Concurrent marking 152.922ms
[2020-04-10T21:30:26.824+0000] GC(57) Pause Final Mark
[2020-04-10T21:30:26.824+0000] GC(57) Using 16 of 16 workers for final marking
[2020-04-10T21:30:26.825+0000] GC(57) Adaptive CSet Selection. Target Free: 332M, Actual Free: 481M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:26.825+0000] GC(57) Collectable Garbage: 685M (89%), Immediate: 34408K (4%), CSet: 651M (84%)
[2020-04-10T21:30:26.836+0000] GC(57) Pacer for Evacuation. Used CSet: 695M, Free: 366M, Non-Taxable: 37554K, Alloc Tax Rate: 4.6x
[2020-04-10T21:30:26.836+0000] GC(57) Pause Final Mark 12.360ms
[2020-04-10T21:30:26.836+0000] GC(57) Concurrent roots processing
[2020-04-10T21:30:26.836+0000] GC(57) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:26.839+0000] GC(57) Concurrent roots processing 3.208ms
[2020-04-10T21:30:26.839+0000] GC(57) Concurrent cleanup
[2020-04-10T21:30:26.840+0000] GC(57) Concurrent cleanup 1890M->1857M(2350M) 0.148ms
[2020-04-10T21:30:26.840+0000] GC(57) Free: 358M, Max: 1024K regular, 93184K humongous, Frag: 75% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:26.840+0000] GC(57) Concurrent evacuation
[2020-04-10T21:30:26.840+0000] GC(57) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:26.848+0000] GC(57) Concurrent evacuation 8.586ms
[2020-04-10T21:30:26.849+0000] GC(57) Pause Init Update Refs
[2020-04-10T21:30:26.849+0000] GC(57) Pacer for Update Refs. Used: 1919M, Free: 344M, Non-Taxable: 35317K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:26.849+0000] GC(57) Pause Init Update Refs 0.089ms
[2020-04-10T21:30:26.849+0000] GC(57) Concurrent update references
[2020-04-10T21:30:26.849+0000] GC(57) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:26.929+0000] GC(57) Concurrent update references 79.891ms
[2020-04-10T21:30:26.930+0000] GC(57) Pause Final Update Refs
[2020-04-10T21:30:26.930+0000] GC(57) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:26.931+0000] GC(57) Pause Final Update Refs 0.473ms
[2020-04-10T21:30:26.931+0000] GC(57) Concurrent cleanup
[2020-04-10T21:30:26.931+0000] GC(57) Concurrent cleanup 2045M->1351M(2350M) 0.197ms
[2020-04-10T21:30:26.931+0000] Free: 864M, Max: 1024K regular, 110M humongous, Frag: 88% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:26.931+0000] Metaspace: 255990K(267640K)->256030K(267896K) NonClass: 226986K(234856K)->227022K(235112K) Class: 29004K(32784K)->29007K(32784K)
[2020-04-10T21:30:26.931+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:27.187+0000] Trigger: Average GC time (271.21 ms) is above the time for allocation rate (1235 MB/s) to deplete free headroom (329M)
[2020-04-10T21:30:27.187+0000] Free headroom: 447M (free) - 117M (spike) - 0B (penalties) = 329M
[2020-04-10T21:30:27.188+0000] Free: 447M, Max: 1024K regular, 110M humongous, Frag: 76% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:27.188+0000] GC(58) Concurrent reset
[2020-04-10T21:30:27.188+0000] GC(58) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:27.188+0000] GC(58) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:27.188+0000] GC(58) Concurrent reset 0.860ms
[2020-04-10T21:30:27.189+0000] GC(58) Pause Init Mark
[2020-04-10T21:30:27.189+0000] GC(58) Using 16 of 16 workers for init marking
[2020-04-10T21:30:27.194+0000] GC(58) Pacer for Mark. Expected Live: 1005M, Free: 443M, Non-Taxable: 45428K, Alloc Tax Rate: 8.3x
[2020-04-10T21:30:27.194+0000] GC(58) Pause Init Mark 4.809ms
[2020-04-10T21:30:27.194+0000] GC(58) Concurrent marking
[2020-04-10T21:30:27.194+0000] GC(58) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:27.345+0000] GC(58) Concurrent marking 150.493ms
[2020-04-10T21:30:27.346+0000] GC(58) Pause Final Mark
[2020-04-10T21:30:27.346+0000] GC(58) Using 16 of 16 workers for final marking
[2020-04-10T21:30:27.347+0000] GC(58) Adaptive CSet Selection. Target Free: 332M, Actual Free: 511M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:27.347+0000] GC(58) Collectable Garbage: 661M (88%), Immediate: 31744K (4%), CSet: 630M (84%)
[2020-04-10T21:30:27.357+0000] GC(58) Pacer for Evacuation. Used CSet: 691M, Free: 394M, Non-Taxable: 40382K, Alloc Tax Rate: 4.3x
[2020-04-10T21:30:27.357+0000] GC(58) Pause Final Mark 11.856ms
[2020-04-10T21:30:27.358+0000] GC(58) Concurrent roots processing
[2020-04-10T21:30:27.358+0000] GC(58) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:27.361+0000] GC(58) Concurrent roots processing 3.359ms
[2020-04-10T21:30:27.361+0000] GC(58) Concurrent cleanup
[2020-04-10T21:30:27.361+0000] GC(58) Concurrent cleanup 1862M->1833M(2350M) 0.165ms
[2020-04-10T21:30:27.361+0000] GC(58) Free: 382M, Max: 1024K regular, 110M humongous, Frag: 72% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:27.361+0000] GC(58) Concurrent evacuation
[2020-04-10T21:30:27.361+0000] GC(58) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:27.372+0000] GC(58) Concurrent evacuation 11.170ms
[2020-04-10T21:30:27.373+0000] GC(58) Pause Init Update Refs
[2020-04-10T21:30:27.373+0000] GC(58) Pacer for Update Refs. Used: 1930M, Free: 348M, Non-Taxable: 35715K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:27.373+0000] GC(58) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:27.373+0000] GC(58) Concurrent update references
[2020-04-10T21:30:27.373+0000] GC(58) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:27.460+0000] GC(58) Concurrent update references 86.160ms
[2020-04-10T21:30:27.460+0000] GC(58) Pause Final Update Refs
[2020-04-10T21:30:27.460+0000] GC(58) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:27.461+0000] GC(58) Pause Final Update Refs 0.433ms
[2020-04-10T21:30:27.461+0000] GC(58) Concurrent cleanup
[2020-04-10T21:30:27.461+0000] GC(58) Concurrent cleanup 2089M->1399M(2350M) 0.182ms
[2020-04-10T21:30:27.461+0000] Free: 816M, Max: 1024K regular, 97280K humongous, Frag: 89% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:27.461+0000] Metaspace: 256092K(267896K)->256098K(267896K) NonClass: 227081K(235112K)->227086K(235112K) Class: 29011K(32784K)->29012K(32784K)
[2020-04-10T21:30:27.461+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:27.923+0000] Trigger: Average GC time (275.66 ms) is above the time for allocation rate (978 MB/s) to deplete free headroom (269M)
[2020-04-10T21:30:27.923+0000] Free headroom: 386M (free) - 117M (spike) - 0B (penalties) = 269M
[2020-04-10T21:30:27.923+0000] Free: 386M, Max: 1024K regular, 97280K humongous, Frag: 76% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:27.923+0000] GC(59) Concurrent reset
[2020-04-10T21:30:27.923+0000] GC(59) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:27.923+0000] GC(59) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:27.924+0000] GC(59) Concurrent reset 0.792ms
[2020-04-10T21:30:27.924+0000] GC(59) Pause Init Mark
[2020-04-10T21:30:27.924+0000] GC(59) Using 16 of 16 workers for init marking
[2020-04-10T21:30:27.929+0000] GC(59) Pacer for Mark. Expected Live: 1013M, Free: 386M, Non-Taxable: 39546K, Alloc Tax Rate: 9.6x
[2020-04-10T21:30:27.929+0000] GC(59) Pause Init Mark 4.608ms
[2020-04-10T21:30:27.929+0000] GC(59) Concurrent marking
[2020-04-10T21:30:27.929+0000] GC(59) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:28.078+0000] GC(59) Concurrent marking 149.275ms
[2020-04-10T21:30:28.079+0000] GC(59) Pause Final Mark
[2020-04-10T21:30:28.079+0000] GC(59) Using 16 of 16 workers for final marking
[2020-04-10T21:30:28.080+0000] GC(59) Adaptive CSet Selection. Target Free: 332M, Actual Free: 486M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:28.080+0000] GC(59) Collectable Garbage: 711M (89%), Immediate: 30715K (3%), CSet: 681M (85%)
[2020-04-10T21:30:28.091+0000] GC(59) Pacer for Evacuation. Used CSet: 713M, Free: 371M, Non-Taxable: 38048K, Alloc Tax Rate: 4.7x
[2020-04-10T21:30:28.091+0000] GC(59) Pause Final Mark 11.870ms
[2020-04-10T21:30:28.091+0000] GC(59) Concurrent roots processing
[2020-04-10T21:30:28.091+0000] GC(59) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:28.094+0000] GC(59) Concurrent roots processing 2.630ms
[2020-04-10T21:30:28.094+0000] GC(59) Concurrent cleanup
[2020-04-10T21:30:28.094+0000] GC(59) Concurrent cleanup 1875M->1845M(2350M) 0.175ms
[2020-04-10T21:30:28.094+0000] GC(59) Free: 367M, Max: 1024K regular, 97280K humongous, Frag: 74% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:28.094+0000] GC(59) Concurrent evacuation
[2020-04-10T21:30:28.094+0000] GC(59) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:28.099+0000] GC(59) Concurrent evacuation 5.422ms
[2020-04-10T21:30:28.100+0000] GC(59) Pause Init Update Refs
[2020-04-10T21:30:28.100+0000] GC(59) Pacer for Update Refs. Used: 1883M, Free: 365M, Non-Taxable: 37427K, Alloc Tax Rate: 6.3x
[2020-04-10T21:30:28.100+0000] GC(59) Pause Init Update Refs 0.073ms
[2020-04-10T21:30:28.100+0000] GC(59) Concurrent update references
[2020-04-10T21:30:28.100+0000] GC(59) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:28.173+0000] GC(59) Concurrent update references 72.738ms
[2020-04-10T21:30:28.174+0000] GC(59) Pause Final Update Refs
[2020-04-10T21:30:28.174+0000] GC(59) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:28.174+0000] GC(59) Pause Final Update Refs 0.451ms
[2020-04-10T21:30:28.174+0000] GC(59) Concurrent cleanup
[2020-04-10T21:30:28.174+0000] GC(59) Concurrent cleanup 1922M->1209M(2350M) 0.189ms
[2020-04-10T21:30:28.174+0000] Free: 1000M, Max: 1024K regular, 117M humongous, Frag: 89% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:28.174+0000] Metaspace: 256186K(267972K)->256207K(267972K) NonClass: 227167K(235112K)->227186K(235112K) Class: 29019K(32860K)->29021K(32860K)
[2020-04-10T21:30:28.174+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:28.618+0000] Trigger: Average GC time (278.06 ms) is above the time for allocation rate (1010 MB/s) to deplete free headroom (279M)
[2020-04-10T21:30:28.618+0000] Free headroom: 396M (free) - 117M (spike) - 0B (penalties) = 279M
[2020-04-10T21:30:28.618+0000] Free: 396M, Max: 1024K regular, 117M humongous, Frag: 71% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:28.618+0000] GC(60) Concurrent reset
[2020-04-10T21:30:28.618+0000] GC(60) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:28.618+0000] GC(60) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:28.619+0000] GC(60) Concurrent reset 0.846ms
[2020-04-10T21:30:28.620+0000] GC(60) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:28.620+0000] GC(60) Using 16 of 16 workers for init marking
[2020-04-10T21:30:28.624+0000] GC(60) Pacer for Mark. Expected Live: 1022M, Free: 395M, Non-Taxable: 40475K, Alloc Tax Rate: 9.5x
[2020-04-10T21:30:28.624+0000] GC(60) Pause Init Mark (process weakrefs) 4.756ms
[2020-04-10T21:30:28.624+0000] GC(60) Concurrent marking (process weakrefs)
[2020-04-10T21:30:28.624+0000] GC(60) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:28.779+0000] GC(60) Concurrent marking (process weakrefs) 154.453ms
[2020-04-10T21:30:28.779+0000] GC(60) Concurrent precleaning
[2020-04-10T21:30:28.779+0000] GC(60) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:28.779+0000] GC(60) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:28.798+0000] GC(60) Concurrent precleaning 19.176ms
[2020-04-10T21:30:28.799+0000] GC(60) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:28.799+0000] GC(60) Using 16 of 16 workers for final marking
[2020-04-10T21:30:28.802+0000] GC(60) Adaptive CSet Selection. Target Free: 332M, Actual Free: 468M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:28.802+0000] GC(60) Collectable Garbage: 685M (88%), Immediate: 82484K (10%), CSet: 605M (78%)
[2020-04-10T21:30:28.812+0000] GC(60) Pacer for Evacuation. Used CSet: 658M, Free: 358M, Non-Taxable: 36714K, Alloc Tax Rate: 4.5x
[2020-04-10T21:30:28.812+0000] GC(60) Pause Final Mark (process weakrefs) 13.261ms
[2020-04-10T21:30:28.813+0000] GC(60) Concurrent roots processing
[2020-04-10T21:30:28.813+0000] GC(60) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:28.816+0000] GC(60) Concurrent roots processing 3.096ms
[2020-04-10T21:30:28.816+0000] GC(60) Concurrent cleanup
[2020-04-10T21:30:28.816+0000] GC(60) Concurrent cleanup 1939M->1860M(2350M) 0.157ms
[2020-04-10T21:30:28.816+0000] GC(60) Free: 351M, Max: 1024K regular, 97280K humongous, Frag: 73% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:28.816+0000] GC(60) Concurrent evacuation
[2020-04-10T21:30:28.816+0000] GC(60) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:28.827+0000] GC(60) Concurrent evacuation 10.642ms
[2020-04-10T21:30:28.828+0000] GC(60) Pause Init Update Refs
[2020-04-10T21:30:28.828+0000] GC(60) Pacer for Update Refs. Used: 1946M, Free: 320M, Non-Taxable: 32839K, Alloc Tax Rate: 7.4x
[2020-04-10T21:30:28.828+0000] GC(60) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:28.828+0000] GC(60) Concurrent update references
[2020-04-10T21:30:28.828+0000] GC(60) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:28.916+0000] GC(60) Concurrent update references 87.822ms
[2020-04-10T21:30:28.916+0000] GC(60) Pause Final Update Refs
[2020-04-10T21:30:28.916+0000] GC(60) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:28.917+0000] GC(60) Pause Final Update Refs 0.361ms
[2020-04-10T21:30:28.917+0000] GC(60) Concurrent cleanup
[2020-04-10T21:30:28.917+0000] GC(60) Concurrent cleanup 2079M->1422M(2350M) 0.179ms
[2020-04-10T21:30:28.917+0000] Free: 788M, Max: 1024K regular, 88064K humongous, Frag: 90% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:28.917+0000] Metaspace: 256343K(268228K)->256393K(268228K) NonClass: 227312K(235368K)->227355K(235368K) Class: 29030K(32860K)->29038K(32860K)
[2020-04-10T21:30:28.917+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:29.465+0000] Trigger: Average GC time (281.36 ms) is above the time for allocation rate (861 MB/s) to deplete free headroom (242M)
[2020-04-10T21:30:29.465+0000] Free headroom: 359M (free) - 117M (spike) - 0B (penalties) = 242M
[2020-04-10T21:30:29.465+0000] Free: 359M, Max: 1024K regular, 88064K humongous, Frag: 76% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:29.465+0000] GC(61) Concurrent reset
[2020-04-10T21:30:29.465+0000] GC(61) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:29.465+0000] GC(61) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:29.466+0000] GC(61) Concurrent reset 0.922ms
[2020-04-10T21:30:29.467+0000] GC(61) Pause Init Mark
[2020-04-10T21:30:29.467+0000] GC(61) Using 16 of 16 workers for init marking
[2020-04-10T21:30:29.472+0000] GC(61) Pacer for Mark. Expected Live: 1032M, Free: 358M, Non-Taxable: 36753K, Alloc Tax Rate: 10.6x
[2020-04-10T21:30:29.472+0000] GC(61) Pause Init Mark 5.137ms
[2020-04-10T21:30:29.472+0000] GC(61) Concurrent marking
[2020-04-10T21:30:29.472+0000] GC(61) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:29.623+0000] GC(61) Concurrent marking 150.532ms
[2020-04-10T21:30:29.624+0000] GC(61) Pause Final Mark
[2020-04-10T21:30:29.624+0000] GC(61) Using 16 of 16 workers for final marking
[2020-04-10T21:30:29.625+0000] GC(61) Adaptive CSet Selection. Target Free: 332M, Actual Free: 435M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:29.625+0000] GC(61) Collectable Garbage: 726M (89%), Immediate: 22470K (2%), CSet: 704M (86%)
[2020-04-10T21:30:29.635+0000] GC(61) Pacer for Evacuation. Used CSet: 745M, Free: 326M, Non-Taxable: 33405K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:29.636+0000] GC(61) Pause Final Mark 11.892ms
[2020-04-10T21:30:29.636+0000] GC(61) Concurrent roots processing
[2020-04-10T21:30:29.636+0000] GC(61) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:29.639+0000] GC(61) Concurrent roots processing 3.244ms
[2020-04-10T21:30:29.639+0000] GC(61) Concurrent cleanup
[2020-04-10T21:30:29.639+0000] GC(61) Concurrent cleanup 1914M->1892M(2350M) 0.147ms
[2020-04-10T21:30:29.639+0000] GC(61) Free: 318M, Max: 1024K regular, 88064K humongous, Frag: 73% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:29.639+0000] GC(61) Concurrent evacuation
[2020-04-10T21:30:29.639+0000] GC(61) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:29.648+0000] GC(61) Concurrent evacuation 8.454ms
[2020-04-10T21:30:29.648+0000] GC(61) Pause Init Update Refs
[2020-04-10T21:30:29.648+0000] GC(61) Pacer for Update Refs. Used: 1951M, Free: 302M, Non-Taxable: 30999K, Alloc Tax Rate: 7.9x
[2020-04-10T21:30:29.649+0000] GC(61) Pause Init Update Refs 0.089ms
[2020-04-10T21:30:29.649+0000] GC(61) Concurrent update references
[2020-04-10T21:30:29.649+0000] GC(61) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:29.724+0000] GC(61) Concurrent update references 75.138ms
[2020-04-10T21:30:29.725+0000] GC(61) Pause Final Update Refs
[2020-04-10T21:30:29.725+0000] GC(61) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:29.725+0000] GC(61) Pause Final Update Refs 0.408ms
[2020-04-10T21:30:29.725+0000] GC(61) Concurrent cleanup
[2020-04-10T21:30:29.725+0000] GC(61) Concurrent cleanup 2026M->1282M(2350M) 0.213ms
[2020-04-10T21:30:29.725+0000] Free: 931M, Max: 1024K regular, 117M humongous, Frag: 88% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:29.725+0000] Metaspace: 256482K(268432K)->256542K(268432K) NonClass: 227433K(235444K)->227483K(235444K) Class: 29048K(32988K)->29059K(32988K)
[2020-04-10T21:30:29.725+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:30.127+0000] Trigger: Average GC time (270.62 ms) is above the time for allocation rate (1048 MB/s) to deplete free headroom (283M)
[2020-04-10T21:30:30.127+0000] Free headroom: 400M (free) - 117M (spike) - 0B (penalties) = 283M
[2020-04-10T21:30:30.127+0000] Free: 400M, Max: 1024K regular, 117M humongous, Frag: 71% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:30.127+0000] GC(62) Concurrent reset
[2020-04-10T21:30:30.127+0000] GC(62) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:30.127+0000] GC(62) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:30.128+0000] GC(62) Concurrent reset 0.921ms
[2020-04-10T21:30:30.129+0000] GC(62) Pause Init Mark
[2020-04-10T21:30:30.129+0000] GC(62) Using 16 of 16 workers for init marking
[2020-04-10T21:30:30.134+0000] GC(62) Pacer for Mark. Expected Live: 1031M, Free: 399M, Non-Taxable: 40882K, Alloc Tax Rate: 9.5x
[2020-04-10T21:30:30.134+0000] GC(62) Pause Init Mark 4.874ms
[2020-04-10T21:30:30.134+0000] GC(62) Concurrent marking
[2020-04-10T21:30:30.134+0000] GC(62) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:30.294+0000] GC(62) Concurrent marking 160.377ms
[2020-04-10T21:30:30.295+0000] GC(62) Pause Final Mark
[2020-04-10T21:30:30.295+0000] GC(62) Using 16 of 16 workers for final marking
[2020-04-10T21:30:30.296+0000] GC(62) Adaptive CSet Selection. Target Free: 332M, Actual Free: 501M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:30.297+0000] GC(62) Collectable Garbage: 678M (88%), Immediate: 60672K (7%), CSet: 619M (80%)
[2020-04-10T21:30:30.307+0000] GC(62) Pacer for Evacuation. Used CSet: 667M, Free: 388M, Non-Taxable: 39794K, Alloc Tax Rate: 4.2x
[2020-04-10T21:30:30.307+0000] GC(62) Pause Final Mark 12.077ms
[2020-04-10T21:30:30.308+0000] GC(62) Concurrent roots processing
[2020-04-10T21:30:30.308+0000] GC(62) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:30.311+0000] GC(62) Concurrent roots processing 3.268ms
[2020-04-10T21:30:30.311+0000] GC(62) Concurrent cleanup
[2020-04-10T21:30:30.311+0000] GC(62) Concurrent cleanup 1888M->1830M(2350M) 0.289ms
[2020-04-10T21:30:30.311+0000] GC(62) Free: 382M, Max: 1024K regular, 117M humongous, Frag: 70% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:30.311+0000] GC(62) Concurrent evacuation
[2020-04-10T21:30:30.311+0000] GC(62) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:30.320+0000] GC(62) Concurrent evacuation 8.936ms
[2020-04-10T21:30:30.321+0000] GC(62) Pause Init Update Refs
[2020-04-10T21:30:30.321+0000] GC(62) Pacer for Update Refs. Used: 1892M, Free: 371M, Non-Taxable: 38074K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:30.321+0000] GC(62) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:30.321+0000] GC(62) Concurrent update references
[2020-04-10T21:30:30.321+0000] GC(62) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:30.405+0000] GC(62) Concurrent update references 83.325ms
[2020-04-10T21:30:30.406+0000] GC(62) Pause Final Update Refs
[2020-04-10T21:30:30.406+0000] GC(62) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:30.406+0000] GC(62) Pause Final Update Refs 0.494ms
[2020-04-10T21:30:30.406+0000] GC(62) Concurrent cleanup
[2020-04-10T21:30:30.406+0000] GC(62) Concurrent cleanup 1965M->1299M(2350M) 0.204ms
[2020-04-10T21:30:30.407+0000] Free: 915M, Max: 1024K regular, 111M humongous, Frag: 88% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:30.407+0000] Metaspace: 256848K(268892K)->256890K(268892K) NonClass: 227746K(235904K)->227787K(235904K) Class: 29101K(32988K)->29102K(32988K)
[2020-04-10T21:30:30.407+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:31.108+0000] Trigger: Average GC time (272.91 ms) is above the time for allocation rate (769 MB/s) to deplete free headroom (209M)
[2020-04-10T21:30:31.108+0000] Free headroom: 327M (free) - 117M (spike) - 0B (penalties) = 209M
[2020-04-10T21:30:31.108+0000] Free: 327M, Max: 1024K regular, 111M humongous, Frag: 66% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:31.108+0000] GC(63) Concurrent reset
[2020-04-10T21:30:31.108+0000] GC(63) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:31.108+0000] GC(63) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:31.109+0000] GC(63) Concurrent reset 0.940ms
[2020-04-10T21:30:31.110+0000] GC(63) Pause Init Mark
[2020-04-10T21:30:31.110+0000] GC(63) Using 16 of 16 workers for init marking
[2020-04-10T21:30:31.115+0000] GC(63) Pacer for Mark. Expected Live: 1033M, Free: 326M, Non-Taxable: 33430K, Alloc Tax Rate: 11.6x
[2020-04-10T21:30:31.115+0000] GC(63) Pause Init Mark 5.257ms
[2020-04-10T21:30:31.115+0000] GC(63) Concurrent marking
[2020-04-10T21:30:31.115+0000] GC(63) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:31.263+0000] GC(63) Concurrent marking 148.167ms
[2020-04-10T21:30:31.264+0000] GC(63) Pause Final Mark
[2020-04-10T21:30:31.264+0000] GC(63) Using 16 of 16 workers for final marking
[2020-04-10T21:30:31.265+0000] GC(63) Adaptive CSet Selection. Target Free: 332M, Actual Free: 445M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:31.265+0000] GC(63) Collectable Garbage: 745M (89%), Immediate: 68531K (8%), CSet: 678M (81%)
[2020-04-10T21:30:31.276+0000] GC(63) Pacer for Evacuation. Used CSet: 724M, Free: 336M, Non-Taxable: 34506K, Alloc Tax Rate: 5.3x
[2020-04-10T21:30:31.276+0000] GC(63) Pause Final Mark 11.571ms
[2020-04-10T21:30:31.276+0000] GC(63) Concurrent roots processing
[2020-04-10T21:30:31.276+0000] GC(63) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:31.279+0000] GC(63) Concurrent roots processing 2.724ms
[2020-04-10T21:30:31.279+0000] GC(63) Concurrent cleanup
[2020-04-10T21:30:31.279+0000] GC(63) Concurrent cleanup 1947M->1881M(2350M) 0.160ms
[2020-04-10T21:30:31.279+0000] GC(63) Free: 332M, Max: 1024K regular, 88064K humongous, Frag: 74% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:31.279+0000] GC(63) Concurrent evacuation
[2020-04-10T21:30:31.279+0000] GC(63) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:31.288+0000] GC(63) Concurrent evacuation 8.477ms
[2020-04-10T21:30:31.289+0000] GC(63) Pause Init Update Refs
[2020-04-10T21:30:31.289+0000] GC(63) Pacer for Update Refs. Used: 1940M, Free: 323M, Non-Taxable: 33095K, Alloc Tax Rate: 7.3x
[2020-04-10T21:30:31.289+0000] GC(63) Pause Init Update Refs 0.087ms
[2020-04-10T21:30:31.289+0000] GC(63) Concurrent update references
[2020-04-10T21:30:31.289+0000] GC(63) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:31.372+0000] GC(63) Concurrent update references 83.143ms
[2020-04-10T21:30:31.373+0000] GC(63) Pause Final Update Refs
[2020-04-10T21:30:31.373+0000] GC(63) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:31.373+0000] GC(63) Pause Final Update Refs 0.404ms
[2020-04-10T21:30:31.373+0000] GC(63) Concurrent cleanup
[2020-04-10T21:30:31.374+0000] GC(63) Concurrent cleanup 2021M->1298M(2350M) 0.208ms
[2020-04-10T21:30:31.374+0000] Free: 916M, Max: 1024K regular, 88064K humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:31.374+0000] Metaspace: 257334K(269532K)->257369K(269532K) NonClass: 228157K(236416K)->228190K(236416K) Class: 29177K(33116K)->29179K(33116K)
[2020-04-10T21:30:31.374+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:31.738+0000] Trigger: Average GC time (271.28 ms) is above the time for allocation rate (1065 MB/s) to deplete free headroom (288M)
[2020-04-10T21:30:31.738+0000] Free headroom: 406M (free) - 117M (spike) - 0B (penalties) = 288M
[2020-04-10T21:30:31.738+0000] Free: 406M, Max: 1024K regular, 88064K humongous, Frag: 79% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:31.738+0000] GC(64) Concurrent reset
[2020-04-10T21:30:31.738+0000] GC(64) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:31.738+0000] GC(64) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:31.739+0000] GC(64) Concurrent reset 0.870ms
[2020-04-10T21:30:31.740+0000] GC(64) Pause Init Mark
[2020-04-10T21:30:31.740+0000] GC(64) Using 16 of 16 workers for init marking
[2020-04-10T21:30:31.745+0000] GC(64) Pacer for Mark. Expected Live: 1037M, Free: 405M, Non-Taxable: 41486K, Alloc Tax Rate: 9.4x
[2020-04-10T21:30:31.745+0000] GC(64) Pause Init Mark 5.115ms
[2020-04-10T21:30:31.745+0000] GC(64) Concurrent marking
[2020-04-10T21:30:31.745+0000] GC(64) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:31.891+0000] GC(64) Concurrent marking 145.260ms
[2020-04-10T21:30:31.891+0000] GC(64) Pause Final Mark
[2020-04-10T21:30:31.891+0000] GC(64) Using 16 of 16 workers for final marking
[2020-04-10T21:30:31.892+0000] GC(64) Adaptive CSet Selection. Target Free: 332M, Actual Free: 484M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:31.893+0000] GC(64) Collectable Garbage: 671M (88%), Immediate: 35831K (4%), CSet: 636M (83%)
[2020-04-10T21:30:31.904+0000] GC(64) Pacer for Evacuation. Used CSet: 678M, Free: 368M, Non-Taxable: 37764K, Alloc Tax Rate: 4.5x
[2020-04-10T21:30:31.904+0000] GC(64) Pause Final Mark 12.307ms
[2020-04-10T21:30:31.904+0000] GC(64) Concurrent roots processing
[2020-04-10T21:30:31.904+0000] GC(64) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:31.907+0000] GC(64) Concurrent roots processing 3.047ms
[2020-04-10T21:30:31.907+0000] GC(64) Concurrent cleanup
[2020-04-10T21:30:31.907+0000] GC(64) Concurrent cleanup 1884M->1849M(2350M) 0.148ms
[2020-04-10T21:30:31.907+0000] GC(64) Free: 362M, Max: 1024K regular, 88064K humongous, Frag: 77% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:31.907+0000] GC(64) Concurrent evacuation
[2020-04-10T21:30:31.907+0000] GC(64) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:31.915+0000] GC(64) Concurrent evacuation 7.852ms
[2020-04-10T21:30:31.916+0000] GC(64) Pause Init Update Refs
[2020-04-10T21:30:31.916+0000] GC(64) Pacer for Update Refs. Used: 1904M, Free: 354M, Non-Taxable: 36330K, Alloc Tax Rate: 6.6x
[2020-04-10T21:30:31.916+0000] GC(64) Pause Init Update Refs 0.083ms
[2020-04-10T21:30:31.916+0000] GC(64) Concurrent update references
[2020-04-10T21:30:31.916+0000] GC(64) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:31.999+0000] GC(64) Concurrent update references 82.733ms
[2020-04-10T21:30:32.000+0000] GC(64) Pause Final Update Refs
[2020-04-10T21:30:32.000+0000] GC(64) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:32.000+0000] GC(64) Pause Final Update Refs 0.472ms
[2020-04-10T21:30:32.000+0000] GC(64) Concurrent cleanup
[2020-04-10T21:30:32.001+0000] GC(64) Concurrent cleanup 2021M->1343M(2350M) 0.199ms
[2020-04-10T21:30:32.001+0000] Free: 868M, Max: 1024K regular, 88064K humongous, Frag: 91% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:32.001+0000] Metaspace: 258353K(270528K)->259102K(271216K) NonClass: 229018K(237184K)->229706K(237872K) Class: 29334K(33344K)->29395K(33344K)
[2020-04-10T21:30:32.001+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:32.265+0000] Trigger: Average GC time (273.41 ms) is above the time for allocation rate (1199 MB/s) to deplete free headroom (323M)
[2020-04-10T21:30:32.265+0000] Free headroom: 441M (free) - 117M (spike) - 0B (penalties) = 323M
[2020-04-10T21:30:32.265+0000] Free: 441M, Max: 1024K regular, 88064K humongous, Frag: 81% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:32.265+0000] GC(65) Concurrent reset
[2020-04-10T21:30:32.266+0000] GC(65) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:32.266+0000] GC(65) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:32.266+0000] GC(65) Concurrent reset 0.932ms
[2020-04-10T21:30:32.267+0000] GC(65) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:32.267+0000] GC(65) Using 16 of 16 workers for init marking
[2020-04-10T21:30:32.272+0000] GC(65) Pacer for Mark. Expected Live: 1041M, Free: 440M, Non-Taxable: 45063K, Alloc Tax Rate: 8.7x
[2020-04-10T21:30:32.272+0000] GC(65) Pause Init Mark (process weakrefs) 4.915ms
[2020-04-10T21:30:32.273+0000] GC(65) Concurrent marking (process weakrefs)
[2020-04-10T21:30:32.273+0000] GC(65) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:32.441+0000] GC(65) Concurrent marking (process weakrefs) 168.739ms
[2020-04-10T21:30:32.441+0000] GC(65) Concurrent precleaning
[2020-04-10T21:30:32.441+0000] GC(65) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:32.441+0000] GC(65) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:32.462+0000] GC(65) Concurrent precleaning 20.845ms
[2020-04-10T21:30:32.464+0000] GC(65) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:32.464+0000] GC(65) Using 16 of 16 workers for final marking
[2020-04-10T21:30:32.467+0000] GC(65) Adaptive CSet Selection. Target Free: 332M, Actual Free: 441M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:32.468+0000] GC(65) Collectable Garbage: 625M (87%), Immediate: 14354K (1%), CSet: 611M (85%)
[2020-04-10T21:30:32.479+0000] GC(65) Pacer for Evacuation. Used CSet: 658M, Free: 329M, Non-Taxable: 33748K, Alloc Tax Rate: 4.9x
[2020-04-10T21:30:32.479+0000] GC(65) Pause Final Mark (process weakrefs) 15.611ms
[2020-04-10T21:30:32.479+0000] GC(65) Concurrent roots processing
[2020-04-10T21:30:32.480+0000] GC(65) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:32.484+0000] GC(65) Concurrent roots processing 4.459ms
[2020-04-10T21:30:32.484+0000] GC(65) Concurrent cleanup
[2020-04-10T21:30:32.484+0000] GC(65) Concurrent cleanup 1909M->1896M(2350M) 0.220ms
[2020-04-10T21:30:32.484+0000] GC(65) Free: 313M, Max: 1024K regular, 88064K humongous, Frag: 73% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:32.484+0000] GC(65) Concurrent evacuation
[2020-04-10T21:30:32.484+0000] GC(65) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:32.494+0000] GC(65) Concurrent evacuation 9.279ms
[2020-04-10T21:30:32.495+0000] GC(65) Pause Init Update Refs
[2020-04-10T21:30:32.495+0000] GC(65) Pacer for Update Refs. Used: 1963M, Free: 298M, Non-Taxable: 30517K, Alloc Tax Rate: 8.1x
[2020-04-10T21:30:32.495+0000] GC(65) Pause Init Update Refs 0.126ms
[2020-04-10T21:30:32.495+0000] GC(65) Concurrent update references
[2020-04-10T21:30:32.495+0000] GC(65) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:32.584+0000] GC(65) Concurrent update references 89.016ms
[2020-04-10T21:30:32.585+0000] GC(65) Pause Final Update Refs
[2020-04-10T21:30:32.585+0000] GC(65) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:32.586+0000] GC(65) Pause Final Update Refs 0.640ms
[2020-04-10T21:30:32.586+0000] GC(65) Concurrent cleanup
[2020-04-10T21:30:32.586+0000] GC(65) Concurrent cleanup 2078M->1422M(2350M) 0.220ms
[2020-04-10T21:30:32.586+0000] Free: 786M, Max: 1024K regular, 90112K humongous, Frag: 89% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:32.586+0000] Metaspace: 259503K(271856K)->259589K(271856K) NonClass: 230060K(238384K)->230138K(238384K) Class: 29442K(33472K)->29450K(33472K)
[2020-04-10T21:30:32.586+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:32.970+0000] Trigger: Average GC time (277.69 ms) is above the time for allocation rate (968 MB/s) to deplete free headroom (267M)
[2020-04-10T21:30:32.970+0000] Free headroom: 384M (free) - 117M (spike) - 0B (penalties) = 267M
[2020-04-10T21:30:32.970+0000] Free: 384M, Max: 1024K regular, 88064K humongous, Frag: 78% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:32.970+0000] GC(66) Concurrent reset
[2020-04-10T21:30:32.970+0000] GC(66) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:32.970+0000] GC(66) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:32.971+0000] GC(66) Concurrent reset 0.884ms
[2020-04-10T21:30:32.971+0000] GC(66) Pause Init Mark
[2020-04-10T21:30:32.971+0000] GC(66) Using 16 of 16 workers for init marking
[2020-04-10T21:30:32.977+0000] GC(66) Pacer for Mark. Expected Live: 1045M, Free: 384M, Non-Taxable: 39368K, Alloc Tax Rate: 10.0x
[2020-04-10T21:30:32.977+0000] GC(66) Pause Init Mark 5.411ms
[2020-04-10T21:30:32.977+0000] GC(66) Concurrent marking
[2020-04-10T21:30:32.977+0000] GC(66) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:33.128+0000] GC(66) Concurrent marking 150.970ms
[2020-04-10T21:30:33.128+0000] GC(66) Pause Final Mark
[2020-04-10T21:30:33.129+0000] GC(66) Using 16 of 16 workers for final marking
[2020-04-10T21:30:33.129+0000] GC(66) Adaptive CSet Selection. Target Free: 332M, Actual Free: 487M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:33.130+0000] GC(66) Collectable Garbage: 695M (88%), Immediate: 50708K (6%), CSet: 645M (82%)
[2020-04-10T21:30:33.140+0000] GC(66) Pacer for Evacuation. Used CSet: 665M, Free: 379M, Non-Taxable: 38852K, Alloc Tax Rate: 4.3x
[2020-04-10T21:30:33.140+0000] GC(66) Pause Final Mark 11.916ms
[2020-04-10T21:30:33.141+0000] GC(66) Concurrent roots processing
[2020-04-10T21:30:33.141+0000] GC(66) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:33.144+0000] GC(66) Concurrent roots processing 3.203ms
[2020-04-10T21:30:33.144+0000] GC(66) Concurrent cleanup
[2020-04-10T21:30:33.144+0000] GC(66) Concurrent cleanup 1881M->1832M(2350M) 0.150ms
[2020-04-10T21:30:33.144+0000] GC(66) Free: 377M, Max: 1024K regular, 88064K humongous, Frag: 78% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:33.144+0000] GC(66) Concurrent evacuation
[2020-04-10T21:30:33.144+0000] GC(66) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:33.148+0000] GC(66) Concurrent evacuation 3.738ms
[2020-04-10T21:30:33.148+0000] GC(66) Pause Init Update Refs
[2020-04-10T21:30:33.148+0000] GC(66) Pacer for Update Refs. Used: 1855M, Free: 376M, Non-Taxable: 38530K, Alloc Tax Rate: 6.0x
[2020-04-10T21:30:33.148+0000] GC(66) Pause Init Update Refs 0.067ms
[2020-04-10T21:30:33.148+0000] GC(66) Concurrent update references
[2020-04-10T21:30:33.148+0000] GC(66) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:33.211+0000] GC(66) Concurrent update references 63.015ms
[2020-04-10T21:30:33.212+0000] GC(66) Pause Final Update Refs
[2020-04-10T21:30:33.212+0000] GC(66) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:33.212+0000] GC(66) Pause Final Update Refs 0.360ms
[2020-04-10T21:30:33.213+0000] GC(66) Concurrent cleanup
[2020-04-10T21:30:33.213+0000] GC(66) Concurrent cleanup 1879M->1214M(2350M) 0.181ms
[2020-04-10T21:30:33.213+0000] Free: 996M, Max: 1024K regular, 117M humongous, Frag: 89% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:33.213+0000] Metaspace: 259647K(271856K)->259652K(271856K) NonClass: 230190K(238384K)->230194K(238384K) Class: 29456K(33472K)->29457K(33472K)
[2020-04-10T21:30:33.213+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:34.331+0000] Trigger: Average GC time (274.23 ms) is above the time for allocation rate (593 MB/s) to deplete free headroom (160M)
[2020-04-10T21:30:34.331+0000] Free headroom: 277M (free) - 117M (spike) - 0B (penalties) = 160M
[2020-04-10T21:30:34.331+0000] Free: 277M, Max: 1024K regular, 102M humongous, Frag: 64% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:34.331+0000] GC(67) Concurrent reset
[2020-04-10T21:30:34.331+0000] GC(67) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:34.331+0000] GC(67) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:34.332+0000] GC(67) Concurrent reset 0.894ms
[2020-04-10T21:30:34.333+0000] GC(67) Pause Init Mark
[2020-04-10T21:30:34.333+0000] GC(67) Using 16 of 16 workers for init marking
[2020-04-10T21:30:34.338+0000] GC(67) Pacer for Mark. Expected Live: 1045M, Free: 276M, Non-Taxable: 28337K, Alloc Tax Rate: 13.9x
[2020-04-10T21:30:34.338+0000] GC(67) Pause Init Mark 5.486ms
[2020-04-10T21:30:34.338+0000] GC(67) Concurrent marking
[2020-04-10T21:30:34.338+0000] GC(67) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:34.483+0000] GC(67) Concurrent marking 145.102ms
[2020-04-10T21:30:34.484+0000] GC(67) Pause Final Mark
[2020-04-10T21:30:34.484+0000] GC(67) Using 16 of 16 workers for final marking
[2020-04-10T21:30:34.485+0000] GC(67) Adaptive CSet Selection. Target Free: 332M, Actual Free: 506M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:34.485+0000] GC(67) Collectable Garbage: 784M (89%), Immediate: 165M (18%), CSet: 618M (70%)
[2020-04-10T21:30:34.497+0000] GC(67) Pacer for Evacuation. Used CSet: 649M, Free: 396M, Non-Taxable: 40634K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:34.497+0000] GC(67) Pause Final Mark 12.172ms
[2020-04-10T21:30:34.497+0000] GC(67) Concurrent roots processing
[2020-04-10T21:30:34.497+0000] GC(67) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:34.500+0000] GC(67) Concurrent roots processing 3.480ms
[2020-04-10T21:30:34.500+0000] GC(67) Concurrent cleanup
[2020-04-10T21:30:34.500+0000] GC(67) Concurrent cleanup 1987M->1823M(2350M) 0.179ms
[2020-04-10T21:30:34.500+0000] GC(67) Free: 391M, Max: 1024K regular, 88064K humongous, Frag: 78% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:34.500+0000] GC(67) Concurrent evacuation
[2020-04-10T21:30:34.500+0000] GC(67) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:34.507+0000] GC(67) Concurrent evacuation 6.061ms
[2020-04-10T21:30:34.507+0000] GC(67) Pause Init Update Refs
[2020-04-10T21:30:34.508+0000] GC(67) Pacer for Update Refs. Used: 1865M, Free: 382M, Non-Taxable: 39218K, Alloc Tax Rate: 6.0x
[2020-04-10T21:30:34.508+0000] GC(67) Pause Init Update Refs 0.088ms
[2020-04-10T21:30:34.508+0000] GC(67) Concurrent update references
[2020-04-10T21:30:34.508+0000] GC(67) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:34.589+0000] GC(67) Concurrent update references 81.406ms
[2020-04-10T21:30:34.590+0000] GC(67) Pause Final Update Refs
[2020-04-10T21:30:34.590+0000] GC(67) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:34.591+0000] GC(67) Pause Final Update Refs 0.586ms
[2020-04-10T21:30:34.591+0000] GC(67) Concurrent cleanup
[2020-04-10T21:30:34.591+0000] GC(67) Concurrent cleanup 1996M->1348M(2350M) 0.213ms
[2020-04-10T21:30:34.591+0000] Free: 864M, Max: 1024K regular, 88064K humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:34.591+0000] Metaspace: 259790K(271936K)->259850K(271936K) NonClass: 230311K(238464K)->230364K(238464K) Class: 29479K(33472K)->29485K(33472K)
[2020-04-10T21:30:34.591+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:34.978+0000] Trigger: Average GC time (270.34 ms) is above the time for allocation rate (1034 MB/s) to deplete free headroom (279M)
[2020-04-10T21:30:34.978+0000] Free headroom: 397M (free) - 117M (spike) - 0B (penalties) = 279M
[2020-04-10T21:30:34.978+0000] Free: 397M, Max: 1024K regular, 88064K humongous, Frag: 79% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:34.978+0000] GC(68) Concurrent reset
[2020-04-10T21:30:34.978+0000] GC(68) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:34.978+0000] GC(68) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:34.979+0000] GC(68) Concurrent reset 0.864ms
[2020-04-10T21:30:34.980+0000] GC(68) Pause Init Mark
[2020-04-10T21:30:34.980+0000] GC(68) Using 16 of 16 workers for init marking
[2020-04-10T21:30:34.985+0000] GC(68) Pacer for Mark. Expected Live: 1047M, Free: 395M, Non-Taxable: 40495K, Alloc Tax Rate: 9.7x
[2020-04-10T21:30:34.985+0000] GC(68) Pause Init Mark 5.276ms
[2020-04-10T21:30:34.985+0000] GC(68) Concurrent marking
[2020-04-10T21:30:34.985+0000] GC(68) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:35.156+0000] GC(68) Concurrent marking 170.866ms
[2020-04-10T21:30:35.157+0000] GC(68) Pause Final Mark
[2020-04-10T21:30:35.157+0000] GC(68) Using 16 of 16 workers for final marking
[2020-04-10T21:30:35.158+0000] GC(68) Adaptive CSet Selection. Target Free: 332M, Actual Free: 490M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:35.158+0000] GC(68) Collectable Garbage: 651M (87%), Immediate: 54766K (7%), CSet: 597M (80%)
[2020-04-10T21:30:35.170+0000] GC(68) Pacer for Evacuation. Used CSet: 635M, Free: 379M, Non-Taxable: 38909K, Alloc Tax Rate: 4.1x
[2020-04-10T21:30:35.170+0000] GC(68) Pause Final Mark 12.582ms
[2020-04-10T21:30:35.170+0000] GC(68) Concurrent roots processing
[2020-04-10T21:30:35.170+0000] GC(68) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:35.174+0000] GC(68) Concurrent roots processing 3.734ms
[2020-04-10T21:30:35.174+0000] GC(68) Concurrent cleanup
[2020-04-10T21:30:35.174+0000] GC(68) Concurrent cleanup 1894M->1842M(2350M) 0.189ms
[2020-04-10T21:30:35.174+0000] GC(68) Free: 368M, Max: 1024K regular, 88064K humongous, Frag: 77% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:35.174+0000] GC(68) Concurrent evacuation
[2020-04-10T21:30:35.174+0000] GC(68) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:35.181+0000] GC(68) Concurrent evacuation 7.385ms
[2020-04-10T21:30:35.182+0000] GC(68) Pause Init Update Refs
[2020-04-10T21:30:35.183+0000] GC(68) Pacer for Update Refs. Used: 1899M, Free: 352M, Non-Taxable: 36072K, Alloc Tax Rate: 6.6x
[2020-04-10T21:30:35.183+0000] GC(68) Pause Init Update Refs 0.087ms
[2020-04-10T21:30:35.183+0000] GC(68) Concurrent update references
[2020-04-10T21:30:35.183+0000] GC(68) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:35.272+0000] GC(68) Concurrent update references 88.897ms
[2020-04-10T21:30:35.273+0000] GC(68) Pause Final Update Refs
[2020-04-10T21:30:35.273+0000] GC(68) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:35.273+0000] GC(68) Pause Final Update Refs 0.597ms
[2020-04-10T21:30:35.273+0000] GC(68) Concurrent cleanup
[2020-04-10T21:30:35.274+0000] GC(68) Concurrent cleanup 2074M->1440M(2350M) 0.209ms
[2020-04-10T21:30:35.274+0000] Free: 773M, Max: 1024K regular, 88064K humongous, Frag: 89% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:35.274+0000] Metaspace: 259949K(272192K)->260002K(272192K) NonClass: 230456K(238720K)->230503K(238720K) Class: 29492K(33472K)->29498K(33472K)
[2020-04-10T21:30:35.274+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:35.583+0000] Trigger: Average GC time (276.33 ms) is above the time for allocation rate (1064 MB/s) to deplete free headroom (292M)
[2020-04-10T21:30:35.583+0000] Free headroom: 410M (free) - 117M (spike) - 0B (penalties) = 292M
[2020-04-10T21:30:35.583+0000] Free: 410M, Max: 1024K regular, 88064K humongous, Frag: 79% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:35.583+0000] GC(69) Concurrent reset
[2020-04-10T21:30:35.583+0000] GC(69) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:35.583+0000] GC(69) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:35.584+0000] GC(69) Concurrent reset 1.037ms
[2020-04-10T21:30:35.586+0000] GC(69) Pause Init Mark
[2020-04-10T21:30:35.586+0000] GC(69) Using 16 of 16 workers for init marking
[2020-04-10T21:30:35.591+0000] GC(69) Pacer for Mark. Expected Live: 1051M, Free: 409M, Non-Taxable: 41925K, Alloc Tax Rate: 9.4x
[2020-04-10T21:30:35.591+0000] GC(69) Pause Init Mark 5.538ms
[2020-04-10T21:30:35.591+0000] GC(69) Concurrent marking
[2020-04-10T21:30:35.591+0000] GC(69) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:35.751+0000] GC(69) Concurrent marking 159.190ms
[2020-04-10T21:30:35.752+0000] GC(69) Pause Final Mark
[2020-04-10T21:30:35.752+0000] GC(69) Using 16 of 16 workers for final marking
[2020-04-10T21:30:35.752+0000] GC(69) Adaptive CSet Selection. Target Free: 332M, Actual Free: 479M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:35.752+0000] GC(69) Collectable Garbage: 626M (86%), Immediate: 24296K (3%), CSet: 603M (83%)
[2020-04-10T21:30:35.764+0000] GC(69) Pacer for Evacuation. Used CSet: 650M, Free: 370M, Non-Taxable: 37933K, Alloc Tax Rate: 4.3x
[2020-04-10T21:30:35.764+0000] GC(69) Pause Final Mark 12.118ms
[2020-04-10T21:30:35.764+0000] GC(69) Concurrent roots processing
[2020-04-10T21:30:35.764+0000] GC(69) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:35.767+0000] GC(69) Concurrent roots processing 2.963ms
[2020-04-10T21:30:35.767+0000] GC(69) Concurrent cleanup
[2020-04-10T21:30:35.767+0000] GC(69) Concurrent cleanup 1871M->1849M(2350M) 0.151ms
[2020-04-10T21:30:35.767+0000] GC(69) Free: 362M, Max: 1024K regular, 88064K humongous, Frag: 77% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:35.767+0000] GC(69) Concurrent evacuation
[2020-04-10T21:30:35.767+0000] GC(69) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:35.776+0000] GC(69) Concurrent evacuation 8.686ms
[2020-04-10T21:30:35.777+0000] GC(69) Pause Init Update Refs
[2020-04-10T21:30:35.777+0000] GC(69) Pacer for Update Refs. Used: 1917M, Free: 346M, Non-Taxable: 35457K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:35.777+0000] GC(69) Pause Init Update Refs 0.083ms
[2020-04-10T21:30:35.777+0000] GC(69) Concurrent update references
[2020-04-10T21:30:35.777+0000] GC(69) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:35.871+0000] GC(69) Concurrent update references 93.721ms
[2020-04-10T21:30:35.871+0000] GC(69) Pause Final Update Refs
[2020-04-10T21:30:35.872+0000] GC(69) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:35.872+0000] GC(69) Pause Final Update Refs 0.662ms
[2020-04-10T21:30:35.872+0000] GC(69) Concurrent cleanup
[2020-04-10T21:30:35.873+0000] GC(69) Concurrent cleanup 2038M->1389M(2350M) 0.222ms
[2020-04-10T21:30:35.873+0000] Free: 824M, Max: 1024K regular, 117M humongous, Frag: 86% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:35.873+0000] Metaspace: 260103K(272288K)->260155K(272544K) NonClass: 230592K(238720K)->230641K(238976K) Class: 29511K(33568K)->29514K(33568K)
[2020-04-10T21:30:35.873+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:36.595+0000] Trigger: Average GC time (281.78 ms) is above the time for allocation rate (715 MB/s) to deplete free headroom (200M)
[2020-04-10T21:30:36.595+0000] Free headroom: 318M (free) - 117M (spike) - 0B (penalties) = 200M
[2020-04-10T21:30:36.595+0000] Free: 318M, Max: 1024K regular, 117M humongous, Frag: 63% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:36.595+0000] GC(70) Concurrent reset
[2020-04-10T21:30:36.595+0000] GC(70) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:36.595+0000] GC(70) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:36.596+0000] GC(70) Concurrent reset 1.507ms
[2020-04-10T21:30:36.597+0000] GC(70) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:36.597+0000] GC(70) Using 16 of 16 workers for init marking
[2020-04-10T21:30:36.602+0000] GC(70) Pacer for Mark. Expected Live: 1057M, Free: 316M, Non-Taxable: 32390K, Alloc Tax Rate: 12.3x
[2020-04-10T21:30:36.602+0000] GC(70) Pause Init Mark (process weakrefs) 5.044ms
[2020-04-10T21:30:36.602+0000] GC(70) Concurrent marking (process weakrefs)
[2020-04-10T21:30:36.602+0000] GC(70) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:36.752+0000] GC(70) Concurrent marking (process weakrefs) 150.129ms
[2020-04-10T21:30:36.752+0000] GC(70) Concurrent precleaning
[2020-04-10T21:30:36.752+0000] GC(70) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:36.752+0000] GC(70) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:36.773+0000] GC(70) Concurrent precleaning 21.156ms
[2020-04-10T21:30:36.774+0000] GC(70) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:36.774+0000] GC(70) Using 16 of 16 workers for final marking
[2020-04-10T21:30:36.776+0000] GC(70) Adaptive CSet Selection. Target Free: 332M, Actual Free: 386M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:36.777+0000] GC(70) Collectable Garbage: 719M (88%), Immediate: 33495K (4%), CSet: 686M (84%)
[2020-04-10T21:30:36.787+0000] GC(70) Pacer for Evacuation. Used CSet: 733M, Free: 273M, Non-Taxable: 27964K, Alloc Tax Rate: 6.6x
[2020-04-10T21:30:36.788+0000] GC(70) Pause Final Mark (process weakrefs) 13.258ms
[2020-04-10T21:30:36.788+0000] GC(70) Concurrent roots processing
[2020-04-10T21:30:36.788+0000] GC(70) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:36.791+0000] GC(70) Concurrent roots processing 2.922ms
[2020-04-10T21:30:36.791+0000] GC(70) Concurrent cleanup
[2020-04-10T21:30:36.791+0000] GC(70) Concurrent cleanup 1975M->1942M(2350M) 0.142ms
[2020-04-10T21:30:36.791+0000] GC(70) Free: 270M, Max: 1024K regular, 103M humongous, Frag: 62% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:36.791+0000] GC(70) Concurrent evacuation
[2020-04-10T21:30:36.791+0000] GC(70) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:36.797+0000] GC(70) Concurrent evacuation 6.307ms
[2020-04-10T21:30:36.798+0000] GC(70) Pause Init Update Refs
[2020-04-10T21:30:36.798+0000] GC(70) Pacer for Update Refs. Used: 1994M, Free: 268M, Non-Taxable: 27501K, Alloc Tax Rate: 9.1x
[2020-04-10T21:30:36.798+0000] GC(70) Pause Init Update Refs 0.078ms
[2020-04-10T21:30:36.798+0000] GC(70) Concurrent update references
[2020-04-10T21:30:36.798+0000] GC(70) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:36.870+0000] GC(70) Concurrent update references 72.643ms
[2020-04-10T21:30:36.871+0000] GC(70) Pause Final Update Refs
[2020-04-10T21:30:36.871+0000] GC(70) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:36.872+0000] GC(70) Pause Final Update Refs 0.436ms
[2020-04-10T21:30:36.872+0000] GC(70) Concurrent cleanup
[2020-04-10T21:30:36.872+0000] GC(70) Concurrent cleanup 2057M->1325M(2350M) 0.222ms
[2020-04-10T21:30:36.872+0000] Free: 886M, Max: 1024K regular, 88064K humongous, Frag: 91% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:36.872+0000] Metaspace: 260288K(272544K)->260326K(272544K) NonClass: 230759K(238976K)->230792K(238976K) Class: 29528K(33568K)->29533K(33568K)
[2020-04-10T21:30:36.872+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:38.030+0000] Trigger: Average GC time (273.10 ms) is above the time for allocation rate (540 MB/s) to deplete free headroom (147M)
[2020-04-10T21:30:38.030+0000] Free headroom: 264M (free) - 117M (spike) - 0B (penalties) = 147M
[2020-04-10T21:30:38.030+0000] Free: 264M, Max: 1024K regular, 88064K humongous, Frag: 68% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:38.030+0000] GC(71) Concurrent reset
[2020-04-10T21:30:38.030+0000] GC(71) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:38.030+0000] GC(71) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:38.031+0000] GC(71) Concurrent reset 0.942ms
[2020-04-10T21:30:38.032+0000] GC(71) Pause Init Mark
[2020-04-10T21:30:38.032+0000] GC(71) Using 16 of 16 workers for init marking
[2020-04-10T21:30:38.037+0000] GC(71) Pacer for Mark. Expected Live: 1061M, Free: 263M, Non-Taxable: 26988K, Alloc Tax Rate: 14.8x
[2020-04-10T21:30:38.037+0000] GC(71) Pause Init Mark 4.907ms
[2020-04-10T21:30:38.037+0000] GC(71) Concurrent marking
[2020-04-10T21:30:38.037+0000] GC(71) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:38.187+0000] GC(71) Concurrent marking 150.141ms
[2020-04-10T21:30:38.188+0000] GC(71) Pause Final Mark
[2020-04-10T21:30:38.188+0000] GC(71) Using 16 of 16 workers for final marking
[2020-04-10T21:30:38.189+0000] GC(71) Adaptive CSet Selection. Target Free: 332M, Actual Free: 509M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:38.189+0000] GC(71) Collectable Garbage: 768M (88%), Immediate: 178M (20%), CSet: 590M (68%)
[2020-04-10T21:30:38.200+0000] GC(71) Pacer for Evacuation. Used CSet: 617M, Free: 406M, Non-Taxable: 41613K, Alloc Tax Rate: 3.7x
[2020-04-10T21:30:38.200+0000] GC(71) Pause Final Mark 12.061ms
[2020-04-10T21:30:38.200+0000] GC(71) Concurrent roots processing
[2020-04-10T21:30:38.200+0000] GC(71) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:38.203+0000] GC(71) Concurrent roots processing 2.980ms
[2020-04-10T21:30:38.203+0000] GC(71) Concurrent cleanup
[2020-04-10T21:30:38.204+0000] GC(71) Concurrent cleanup 1987M->1810M(2350M) 0.164ms
[2020-04-10T21:30:38.204+0000] GC(71) Free: 401M, Max: 1024K regular, 88064K humongous, Frag: 79% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:38.204+0000] GC(71) Concurrent evacuation
[2020-04-10T21:30:38.204+0000] GC(71) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:38.209+0000] GC(71) Concurrent evacuation 5.275ms
[2020-04-10T21:30:38.210+0000] GC(71) Pause Init Update Refs
[2020-04-10T21:30:38.210+0000] GC(71) Pacer for Update Refs. Used: 1851M, Free: 392M, Non-Taxable: 40237K, Alloc Tax Rate: 5.8x
[2020-04-10T21:30:38.210+0000] GC(71) Pause Init Update Refs 0.080ms
[2020-04-10T21:30:38.210+0000] GC(71) Concurrent update references
[2020-04-10T21:30:38.210+0000] GC(71) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:38.284+0000] GC(71) Concurrent update references 74.352ms
[2020-04-10T21:30:38.285+0000] GC(71) Pause Final Update Refs
[2020-04-10T21:30:38.285+0000] GC(71) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:38.286+0000] GC(71) Pause Final Update Refs 0.499ms
[2020-04-10T21:30:38.286+0000] GC(71) Concurrent cleanup
[2020-04-10T21:30:38.286+0000] GC(71) Concurrent cleanup 1911M->1295M(2350M) 0.194ms
[2020-04-10T21:30:38.286+0000] Free: 918M, Max: 1024K regular, 117M humongous, Frag: 88% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:38.286+0000] Metaspace: 260504K(272876K)->260568K(272876K) NonClass: 230951K(239308K)->231007K(239308K) Class: 29553K(33568K)->29561K(33568K)
[2020-04-10T21:30:38.286+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:38.667+0000] Trigger: Average GC time (275.66 ms) is above the time for allocation rate (1016 MB/s) to deplete free headroom (278M)
[2020-04-10T21:30:38.667+0000] Free headroom: 396M (free) - 117M (spike) - 0B (penalties) = 278M
[2020-04-10T21:30:38.667+0000] Free: 396M, Max: 1024K regular, 117M humongous, Frag: 71% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:38.667+0000] GC(72) Concurrent reset
[2020-04-10T21:30:38.667+0000] GC(72) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:38.667+0000] GC(72) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:38.668+0000] GC(72) Concurrent reset 1.061ms
[2020-04-10T21:30:38.670+0000] GC(72) Pause Init Mark
[2020-04-10T21:30:38.670+0000] GC(72) Using 16 of 16 workers for init marking
[2020-04-10T21:30:38.675+0000] GC(72) Pacer for Mark. Expected Live: 1068M, Free: 393M, Non-Taxable: 40296K, Alloc Tax Rate: 10.0x
[2020-04-10T21:30:38.675+0000] GC(72) Pause Init Mark 5.259ms
[2020-04-10T21:30:38.675+0000] GC(72) Concurrent marking
[2020-04-10T21:30:38.675+0000] GC(72) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:38.838+0000] GC(72) Concurrent marking 163.063ms
[2020-04-10T21:30:38.839+0000] GC(72) Pause Final Mark
[2020-04-10T21:30:38.839+0000] GC(72) Using 16 of 16 workers for final marking
[2020-04-10T21:30:38.840+0000] GC(72) Adaptive CSet Selection. Target Free: 332M, Actual Free: 492M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:38.840+0000] GC(72) Collectable Garbage: 634M (86%), Immediate: 49153K (6%), CSet: 586M (80%)
[2020-04-10T21:30:38.851+0000] GC(72) Pacer for Evacuation. Used CSet: 623M, Free: 378M, Non-Taxable: 38756K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:38.851+0000] GC(72) Pause Final Mark 11.878ms
[2020-04-10T21:30:38.851+0000] GC(72) Concurrent roots processing
[2020-04-10T21:30:38.851+0000] GC(72) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:38.854+0000] GC(72) Concurrent roots processing 2.525ms
[2020-04-10T21:30:38.854+0000] GC(72) Concurrent cleanup
[2020-04-10T21:30:38.854+0000] GC(72) Concurrent cleanup 1890M->1844M(2350M) 0.146ms
[2020-04-10T21:30:38.854+0000] GC(72) Free: 370M, Max: 1024K regular, 117M humongous, Frag: 69% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:38.854+0000] GC(72) Concurrent evacuation
[2020-04-10T21:30:38.854+0000] GC(72) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:38.861+0000] GC(72) Concurrent evacuation 6.910ms
[2020-04-10T21:30:38.862+0000] GC(72) Pause Init Update Refs
[2020-04-10T21:30:38.862+0000] GC(72) Pacer for Update Refs. Used: 1898M, Free: 356M, Non-Taxable: 36487K, Alloc Tax Rate: 6.5x
[2020-04-10T21:30:38.862+0000] GC(72) Pause Init Update Refs 0.076ms
[2020-04-10T21:30:38.862+0000] GC(72) Concurrent update references
[2020-04-10T21:30:38.862+0000] GC(72) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:38.942+0000] GC(72) Concurrent update references 80.509ms
[2020-04-10T21:30:38.943+0000] GC(72) Pause Final Update Refs
[2020-04-10T21:30:38.943+0000] GC(72) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:38.944+0000] GC(72) Pause Final Update Refs 0.373ms
[2020-04-10T21:30:38.944+0000] GC(72) Concurrent cleanup
[2020-04-10T21:30:38.944+0000] GC(72) Concurrent cleanup 1968M->1346M(2350M) 0.180ms
[2020-04-10T21:30:38.944+0000] Free: 866M, Max: 1024K regular, 117M humongous, Frag: 87% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:38.944+0000] Metaspace: 260647K(272952K)->260672K(272952K) NonClass: 231077K(239308K)->231101K(239308K) Class: 29570K(33644K)->29571K(33644K)
[2020-04-10T21:30:38.944+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:39.657+0000] Trigger: Average GC time (279.00 ms) is above the time for allocation rate (720 MB/s) to deplete free headroom (199M)
[2020-04-10T21:30:39.657+0000] Free headroom: 316M (free) - 117M (spike) - 0B (penalties) = 199M
[2020-04-10T21:30:39.657+0000] Free: 316M, Max: 1024K regular, 117M humongous, Frag: 63% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:39.657+0000] GC(73) Concurrent reset
[2020-04-10T21:30:39.657+0000] GC(73) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:39.657+0000] GC(73) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:39.658+0000] GC(73) Concurrent reset 0.839ms
[2020-04-10T21:30:39.659+0000] GC(73) Pause Init Mark
[2020-04-10T21:30:39.659+0000] GC(73) Using 16 of 16 workers for init marking
[2020-04-10T21:30:39.664+0000] GC(73) Pacer for Mark. Expected Live: 1075M, Free: 315M, Non-Taxable: 32340K, Alloc Tax Rate: 12.5x
[2020-04-10T21:30:39.664+0000] GC(73) Pause Init Mark 5.025ms
[2020-04-10T21:30:39.664+0000] GC(73) Concurrent marking
[2020-04-10T21:30:39.664+0000] GC(73) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:39.816+0000] GC(73) Concurrent marking 151.361ms
[2020-04-10T21:30:39.817+0000] GC(73) Pause Final Mark
[2020-04-10T21:30:39.817+0000] GC(73) Using 16 of 16 workers for final marking
[2020-04-10T21:30:39.818+0000] GC(73) Adaptive CSet Selection. Target Free: 332M, Actual Free: 412M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:39.818+0000] GC(73) Collectable Garbage: 704M (87%), Immediate: 42391K (5%), CSet: 663M (82%)
[2020-04-10T21:30:39.829+0000] GC(73) Pacer for Evacuation. Used CSet: 707M, Free: 298M, Non-Taxable: 30520K, Alloc Tax Rate: 5.8x
[2020-04-10T21:30:39.829+0000] GC(73) Pause Final Mark 11.864ms
[2020-04-10T21:30:39.829+0000] GC(73) Concurrent roots processing
[2020-04-10T21:30:39.829+0000] GC(73) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:39.832+0000] GC(73) Concurrent roots processing 2.713ms
[2020-04-10T21:30:39.832+0000] GC(73) Concurrent cleanup
[2020-04-10T21:30:39.832+0000] GC(73) Concurrent cleanup 1959M->1917M(2350M) 0.153ms
[2020-04-10T21:30:39.832+0000] GC(73) Free: 294M, Max: 1024K regular, 117M humongous, Frag: 60% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:39.832+0000] GC(73) Concurrent evacuation
[2020-04-10T21:30:39.832+0000] GC(73) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:39.840+0000] GC(73) Concurrent evacuation 7.991ms
[2020-04-10T21:30:39.844+0000] GC(73) Pause Init Update Refs
[2020-04-10T21:30:39.844+0000] GC(73) Pacer for Update Refs. Used: 1982M, Free: 277M, Non-Taxable: 28424K, Alloc Tax Rate: 8.7x
[2020-04-10T21:30:39.844+0000] GC(73) Pause Init Update Refs 0.092ms
[2020-04-10T21:30:39.844+0000] GC(73) Concurrent update references
[2020-04-10T21:30:39.844+0000] GC(73) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:39.932+0000] GC(73) Concurrent update references 87.489ms
[2020-04-10T21:30:39.933+0000] GC(73) Pause Final Update Refs
[2020-04-10T21:30:39.933+0000] GC(73) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:39.933+0000] GC(73) Pause Final Update Refs 0.433ms
[2020-04-10T21:30:39.933+0000] GC(73) Concurrent cleanup
[2020-04-10T21:30:39.933+0000] GC(73) Concurrent cleanup 2234M->1528M(2350M) 0.195ms
[2020-04-10T21:30:39.933+0000] Free: 686M, Max: 1024K regular, 68608K humongous, Frag: 91% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:39.933+0000] Metaspace: 260789K(273208K)->260841K(273208K) NonClass: 231208K(239564K)->231252K(239564K) Class: 29580K(33644K)->29589K(33644K)
[2020-04-10T21:30:39.933+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:39.968+0000] Trigger: Average GC time (275.11 ms) is above the time for allocation rate (1555 MB/s) to deplete free headroom (421M)
[2020-04-10T21:30:39.968+0000] Free headroom: 539M (free) - 117M (spike) - 0B (penalties) = 421M
[2020-04-10T21:30:39.968+0000] Free: 538M, Max: 1024K regular, 68608K humongous, Frag: 88% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:39.968+0000] GC(74) Concurrent reset
[2020-04-10T21:30:39.968+0000] GC(74) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:39.968+0000] GC(74) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:39.969+0000] GC(74) Concurrent reset 0.960ms
[2020-04-10T21:30:39.971+0000] GC(74) Pause Init Mark
[2020-04-10T21:30:39.971+0000] GC(74) Using 16 of 16 workers for init marking
[2020-04-10T21:30:39.976+0000] GC(74) Pacer for Mark. Expected Live: 1081M, Free: 531M, Non-Taxable: 54435K, Alloc Tax Rate: 7.5x
[2020-04-10T21:30:39.976+0000] GC(74) Pause Init Mark 5.248ms
[2020-04-10T21:30:39.976+0000] GC(74) Concurrent marking
[2020-04-10T21:30:39.976+0000] GC(74) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:40.147+0000] GC(74) Concurrent marking 170.555ms
[2020-04-10T21:30:40.148+0000] GC(74) Pause Final Mark
[2020-04-10T21:30:40.148+0000] GC(74) Using 16 of 16 workers for final marking
[2020-04-10T21:30:40.149+0000] GC(74) Adaptive CSet Selection. Target Free: 332M, Actual Free: 554M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:40.149+0000] GC(74) Collectable Garbage: 440M (81%), Immediate: 7168K (1%), CSet: 433M (80%)
[2020-04-10T21:30:40.161+0000] GC(74) Pacer for Evacuation. Used CSet: 514M, Free: 437M, Non-Taxable: 44781K, Alloc Tax Rate: 2.9x
[2020-04-10T21:30:40.161+0000] GC(74) Pause Final Mark 12.314ms
[2020-04-10T21:30:40.162+0000] GC(74) Concurrent roots processing
[2020-04-10T21:30:40.162+0000] GC(74) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:40.166+0000] GC(74) Concurrent roots processing 3.629ms
[2020-04-10T21:30:40.166+0000] GC(74) Concurrent cleanup
[2020-04-10T21:30:40.166+0000] GC(74) Concurrent cleanup 1797M->1791M(2350M) 0.238ms
[2020-04-10T21:30:40.166+0000] GC(74) Free: 422M, Max: 1024K regular, 68608K humongous, Frag: 85% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:40.166+0000] GC(74) Concurrent evacuation
[2020-04-10T21:30:40.166+0000] GC(74) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:40.183+0000] GC(74) Concurrent evacuation 16.777ms
[2020-04-10T21:30:40.184+0000] GC(74) Pause Init Update Refs
[2020-04-10T21:30:40.184+0000] GC(74) Pacer for Update Refs. Used: 1902M, Free: 396M, Non-Taxable: 40591K, Alloc Tax Rate: 5.9x
[2020-04-10T21:30:40.184+0000] GC(74) Pause Init Update Refs 0.098ms
[2020-04-10T21:30:40.184+0000] GC(74) Concurrent update references
[2020-04-10T21:30:40.184+0000] GC(74) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:40.295+0000] GC(74) Concurrent update references 110.222ms
[2020-04-10T21:30:40.295+0000] GC(74) Pause Final Update Refs
[2020-04-10T21:30:40.296+0000] GC(74) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:40.296+0000] GC(74) Pause Final Update Refs 0.821ms
[2020-04-10T21:30:40.296+0000] GC(74) Concurrent cleanup
[2020-04-10T21:30:40.297+0000] GC(74) Concurrent cleanup 2151M->1638M(2350M) 0.209ms
[2020-04-10T21:30:40.297+0000] Free: 575M, Max: 1024K regular, 126M humongous, Frag: 79% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:40.297+0000] Metaspace: 260850K(273208K)->260979K(273464K) NonClass: 231260K(239564K)->231371K(239820K) Class: 29590K(33644K)->29607K(33644K)
[2020-04-10T21:30:40.297+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:40.313+0000] Trigger: Average GC time (282.91 ms) is above the time for allocation rate (1370 MB/s) to deplete free headroom (385M)
[2020-04-10T21:30:40.313+0000] Free headroom: 502M (free) - 117M (spike) - 0B (penalties) = 385M
[2020-04-10T21:30:40.313+0000] Free: 502M, Max: 1024K regular, 117M humongous, Frag: 77% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:40.313+0000] GC(75) Concurrent reset
[2020-04-10T21:30:40.313+0000] GC(75) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:40.313+0000] GC(75) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:40.314+0000] GC(75) Concurrent reset 1.072ms
[2020-04-10T21:30:40.319+0000] GC(75) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:40.319+0000] GC(75) Using 16 of 16 workers for init marking
[2020-04-10T21:30:40.325+0000] GC(75) Pacer for Mark. Expected Live: 1094M, Free: 500M, Non-Taxable: 51245K, Alloc Tax Rate: 8.0x
[2020-04-10T21:30:40.325+0000] GC(75) Pause Init Mark (process weakrefs) 5.209ms
[2020-04-10T21:30:40.325+0000] GC(75) Concurrent marking (process weakrefs)
[2020-04-10T21:30:40.325+0000] GC(75) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:40.488+0000] GC(75) Concurrent marking (process weakrefs) 163.195ms
[2020-04-10T21:30:40.488+0000] GC(75) Concurrent precleaning
[2020-04-10T21:30:40.488+0000] GC(75) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:40.488+0000] GC(75) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:40.510+0000] GC(75) Concurrent precleaning 22.028ms
[2020-04-10T21:30:40.514+0000] GC(75) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:40.514+0000] GC(75) Using 16 of 16 workers for final marking
[2020-04-10T21:30:40.516+0000] GC(75) Adaptive CSet Selection. Target Free: 332M, Actual Free: 448M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:40.517+0000] GC(75) Collectable Garbage: 505M (83%), Immediate: 8192K (1%), CSet: 497M (82%)
[2020-04-10T21:30:40.528+0000] GC(75) Pacer for Evacuation. Used CSet: 549M, Free: 331M, Non-Taxable: 33988K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:40.528+0000] GC(75) Pause Final Mark (process weakrefs) 13.743ms
[2020-04-10T21:30:40.531+0000] GC(75) Concurrent roots processing
[2020-04-10T21:30:40.531+0000] GC(75) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:40.535+0000] GC(75) Concurrent roots processing 4.211ms
[2020-04-10T21:30:40.535+0000] GC(75) Concurrent cleanup
[2020-04-10T21:30:40.535+0000] GC(75) Concurrent cleanup 1910M->1903M(2350M) 0.155ms
[2020-04-10T21:30:40.535+0000] GC(75) Free: 310M, Max: 1024K regular, 117M humongous, Frag: 63% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:40.535+0000] GC(75) Concurrent evacuation
[2020-04-10T21:30:40.535+0000] GC(75) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:40.554+0000] GC(75) Concurrent evacuation 18.711ms
[2020-04-10T21:30:40.555+0000] GC(75) Pause Init Update Refs
[2020-04-10T21:30:40.555+0000] GC(75) Pacer for Update Refs. Used: 2008M, Free: 263M, Non-Taxable: 26981K, Alloc Tax Rate: 9.3x
[2020-04-10T21:30:40.555+0000] GC(75) Pause Init Update Refs 0.085ms
[2020-04-10T21:30:40.555+0000] GC(75) Concurrent update references
[2020-04-10T21:30:40.555+0000] GC(75) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:40.660+0000] GC(75) Concurrent update references 104.756ms
[2020-04-10T21:30:40.661+0000] GC(75) Pause Final Update Refs
[2020-04-10T21:30:40.661+0000] GC(75) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:40.662+0000] GC(75) Pause Final Update Refs 0.407ms
[2020-04-10T21:30:40.662+0000] GC(75) Concurrent cleanup
[2020-04-10T21:30:40.662+0000] GC(75) Concurrent cleanup 2212M->1664M(2350M) 0.306ms
[2020-04-10T21:30:40.662+0000] Free: 548M, Max: 1024K regular, 89088K humongous, Frag: 85% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:40.662+0000] Metaspace: 260982K(273464K)->261227K(273592K) NonClass: 231375K(239820K)->231567K(239820K) Class: 29607K(33644K)->29660K(33772K)
[2020-04-10T21:30:40.662+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:40.674+0000] Trigger: Average GC time (297.24 ms) is above the time for allocation rate (1356 MB/s) to deplete free headroom (397M)
[2020-04-10T21:30:40.674+0000] Free headroom: 515M (free) - 117M (spike) - 0B (penalties) = 397M
[2020-04-10T21:30:40.674+0000] Free: 514M, Max: 1024K regular, 89088K humongous, Frag: 84% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:40.674+0000] GC(76) Concurrent reset
[2020-04-10T21:30:40.674+0000] GC(76) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:40.674+0000] GC(76) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:40.675+0000] GC(76) Concurrent reset 0.847ms
[2020-04-10T21:30:40.676+0000] GC(76) Pause Init Mark
[2020-04-10T21:30:40.676+0000] GC(76) Using 16 of 16 workers for init marking
[2020-04-10T21:30:40.681+0000] GC(76) Pacer for Mark. Expected Live: 1101M, Free: 513M, Non-Taxable: 52541K, Alloc Tax Rate: 7.9x
[2020-04-10T21:30:40.681+0000] GC(76) Pause Init Mark 5.010ms
[2020-04-10T21:30:40.681+0000] GC(76) Concurrent marking
[2020-04-10T21:30:40.681+0000] GC(76) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:40.842+0000] GC(76) Concurrent marking 161.038ms
[2020-04-10T21:30:40.843+0000] GC(76) Pause Final Mark
[2020-04-10T21:30:40.843+0000] GC(76) Using 16 of 16 workers for final marking
[2020-04-10T21:30:40.844+0000] GC(76) Adaptive CSet Selection. Target Free: 332M, Actual Free: 539M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:40.844+0000] GC(76) Collectable Garbage: 463M (82%), Immediate: 1024K (0%), CSet: 462M (82%)
[2020-04-10T21:30:40.855+0000] GC(76) Pacer for Evacuation. Used CSet: 534M, Free: 424M, Non-Taxable: 43493K, Alloc Tax Rate: 3.1x
[2020-04-10T21:30:40.855+0000] GC(76) Pause Final Mark 11.628ms
[2020-04-10T21:30:40.855+0000] GC(76) Concurrent roots processing
[2020-04-10T21:30:40.855+0000] GC(76) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:40.858+0000] GC(76) Concurrent roots processing 3.060ms
[2020-04-10T21:30:40.858+0000] GC(76) Concurrent cleanup
[2020-04-10T21:30:40.858+0000] GC(76) Concurrent cleanup 1797M->1797M(2350M) 0.158ms
[2020-04-10T21:30:40.858+0000] GC(76) Free: 415M, Max: 1024K regular, 89088K humongous, Frag: 79% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:40.858+0000] GC(76) Concurrent evacuation
[2020-04-10T21:30:40.858+0000] GC(76) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:40.871+0000] GC(76) Concurrent evacuation 12.949ms
[2020-04-10T21:30:40.873+0000] GC(76) Pause Init Update Refs
[2020-04-10T21:30:40.873+0000] GC(76) Pacer for Update Refs. Used: 1902M, Free: 386M, Non-Taxable: 39578K, Alloc Tax Rate: 6.0x
[2020-04-10T21:30:40.873+0000] GC(76) Pause Init Update Refs 0.095ms
[2020-04-10T21:30:40.873+0000] GC(76) Concurrent update references
[2020-04-10T21:30:40.873+0000] GC(76) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:40.973+0000] GC(76) Concurrent update references 99.991ms
[2020-04-10T21:30:40.974+0000] GC(76) Pause Final Update Refs
[2020-04-10T21:30:40.974+0000] GC(76) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:40.974+0000] GC(76) Pause Final Update Refs 0.426ms
[2020-04-10T21:30:40.974+0000] GC(76) Concurrent cleanup
[2020-04-10T21:30:40.975+0000] GC(76) Concurrent cleanup 2057M->1523M(2350M) 0.175ms
[2020-04-10T21:30:40.975+0000] Free: 689M, Max: 1024K regular, 117M humongous, Frag: 83% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:40.975+0000] Metaspace: 261229K(273848K)->261270K(273848K) NonClass: 231569K(240076K)->231607K(240076K) Class: 29660K(33772K)->29663K(33772K)
[2020-04-10T21:30:40.975+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:41.136+0000] Trigger: Average GC time (306.17 ms) is above the time for allocation rate (1121 MB/s) to deplete free headroom (341M)
[2020-04-10T21:30:41.136+0000] Free headroom: 459M (free) - 117M (spike) - 0B (penalties) = 341M
[2020-04-10T21:30:41.136+0000] Free: 459M, Max: 1024K regular, 117M humongous, Frag: 75% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:41.136+0000] GC(77) Concurrent reset
[2020-04-10T21:30:41.136+0000] GC(77) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:41.136+0000] GC(77) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:41.137+0000] GC(77) Concurrent reset 0.848ms
[2020-04-10T21:30:41.138+0000] GC(77) Pause Init Mark
[2020-04-10T21:30:41.138+0000] GC(77) Using 16 of 16 workers for init marking
[2020-04-10T21:30:41.143+0000] GC(77) Pacer for Mark. Expected Live: 1114M, Free: 457M, Non-Taxable: 46879K, Alloc Tax Rate: 8.9x
[2020-04-10T21:30:41.143+0000] GC(77) Pause Init Mark 4.842ms
[2020-04-10T21:30:41.143+0000] GC(77) Concurrent marking
[2020-04-10T21:30:41.143+0000] GC(77) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:41.301+0000] GC(77) Concurrent marking 158.514ms
[2020-04-10T21:30:41.302+0000] GC(77) Pause Final Mark
[2020-04-10T21:30:41.302+0000] GC(77) Using 16 of 16 workers for final marking
[2020-04-10T21:30:41.303+0000] GC(77) Adaptive CSet Selection. Target Free: 332M, Actual Free: 505M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:41.303+0000] GC(77) Collectable Garbage: 546M (84%), Immediate: 6748K (1%), CSet: 539M (83%)
[2020-04-10T21:30:41.314+0000] GC(77) Pacer for Evacuation. Used CSet: 585M, Free: 393M, Non-Taxable: 40295K, Alloc Tax Rate: 3.6x
[2020-04-10T21:30:41.314+0000] GC(77) Pause Final Mark 12.109ms
[2020-04-10T21:30:41.315+0000] GC(77) Concurrent roots processing
[2020-04-10T21:30:41.315+0000] GC(77) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:41.317+0000] GC(77) Concurrent roots processing 2.818ms
[2020-04-10T21:30:41.317+0000] GC(77) Concurrent cleanup
[2020-04-10T21:30:41.318+0000] GC(77) Concurrent cleanup 1829M->1824M(2350M) 0.148ms
[2020-04-10T21:30:41.318+0000] GC(77) Free: 388M, Max: 1024K regular, 117M humongous, Frag: 70% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:41.318+0000] GC(77) Concurrent evacuation
[2020-04-10T21:30:41.318+0000] GC(77) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:41.325+0000] GC(77) Concurrent evacuation 7.124ms
[2020-04-10T21:30:41.326+0000] GC(77) Pause Init Update Refs
[2020-04-10T21:30:41.326+0000] GC(77) Pacer for Update Refs. Used: 1885M, Free: 376M, Non-Taxable: 38552K, Alloc Tax Rate: 6.1x
[2020-04-10T21:30:41.326+0000] GC(77) Pause Init Update Refs 0.080ms
[2020-04-10T21:30:41.326+0000] GC(77) Concurrent update references
[2020-04-10T21:30:41.326+0000] GC(77) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:41.409+0000] GC(77) Concurrent update references 83.382ms
[2020-04-10T21:30:41.410+0000] GC(77) Pause Final Update Refs
[2020-04-10T21:30:41.410+0000] GC(77) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:41.410+0000] GC(77) Pause Final Update Refs 0.460ms
[2020-04-10T21:30:41.411+0000] GC(77) Concurrent cleanup
[2020-04-10T21:30:41.411+0000] GC(77) Concurrent cleanup 1975M->1391M(2350M) 0.178ms
[2020-04-10T21:30:41.411+0000] Free: 820M, Max: 1024K regular, 117M humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:41.411+0000] Metaspace: 261329K(273848K)->261376K(273848K) NonClass: 231658K(240076K)->231700K(240076K) Class: 29670K(33772K)->29675K(33772K)
[2020-04-10T21:30:41.411+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:42.005+0000] Trigger: Average GC time (305.75 ms) is above the time for allocation rate (759 MB/s) to deplete free headroom (231M)
[2020-04-10T21:30:42.005+0000] Free headroom: 349M (free) - 117M (spike) - 0B (penalties) = 231M
[2020-04-10T21:30:42.005+0000] Free: 349M, Max: 1024K regular, 117M humongous, Frag: 67% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:42.005+0000] GC(78) Concurrent reset
[2020-04-10T21:30:42.005+0000] GC(78) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:42.005+0000] GC(78) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:42.006+0000] GC(78) Concurrent reset 0.897ms
[2020-04-10T21:30:42.007+0000] GC(78) Pause Init Mark
[2020-04-10T21:30:42.007+0000] GC(78) Using 16 of 16 workers for init marking
[2020-04-10T21:30:42.012+0000] GC(78) Pacer for Mark. Expected Live: 1119M, Free: 347M, Non-Taxable: 35578K, Alloc Tax Rate: 11.8x
[2020-04-10T21:30:42.012+0000] GC(78) Pause Init Mark 5.172ms
[2020-04-10T21:30:42.012+0000] GC(78) Concurrent marking
[2020-04-10T21:30:42.012+0000] GC(78) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:42.161+0000] GC(78) Concurrent marking 148.518ms
[2020-04-10T21:30:42.161+0000] GC(78) Pause Final Mark
[2020-04-10T21:30:42.161+0000] GC(78) Using 16 of 16 workers for final marking
[2020-04-10T21:30:42.162+0000] GC(78) Adaptive CSet Selection. Target Free: 332M, Actual Free: 450M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:42.162+0000] GC(78) Collectable Garbage: 656M (86%), Immediate: 46688K (6%), CSet: 610M (80%)
[2020-04-10T21:30:42.173+0000] GC(78) Pacer for Evacuation. Used CSet: 644M, Free: 339M, Non-Taxable: 34733K, Alloc Tax Rate: 4.6x
[2020-04-10T21:30:42.173+0000] GC(78) Pause Final Mark 11.922ms
[2020-04-10T21:30:42.174+0000] GC(78) Concurrent roots processing
[2020-04-10T21:30:42.174+0000] GC(78) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:42.176+0000] GC(78) Concurrent roots processing 2.773ms
[2020-04-10T21:30:42.176+0000] GC(78) Concurrent cleanup
[2020-04-10T21:30:42.176+0000] GC(78) Concurrent cleanup 1919M->1874M(2350M) 0.149ms
[2020-04-10T21:30:42.176+0000] GC(78) Free: 336M, Max: 1024K regular, 117M humongous, Frag: 66% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:42.176+0000] GC(78) Concurrent evacuation
[2020-04-10T21:30:42.176+0000] GC(78) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:42.181+0000] GC(78) Concurrent evacuation 4.904ms
[2020-04-10T21:30:42.182+0000] GC(78) Pause Init Update Refs
[2020-04-10T21:30:42.182+0000] GC(78) Pacer for Update Refs. Used: 1913M, Free: 333M, Non-Taxable: 34199K, Alloc Tax Rate: 7.0x
[2020-04-10T21:30:42.182+0000] GC(78) Pause Init Update Refs 0.069ms
[2020-04-10T21:30:42.182+0000] GC(78) Concurrent update references
[2020-04-10T21:30:42.182+0000] GC(78) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:42.254+0000] GC(78) Concurrent update references 71.514ms
[2020-04-10T21:30:42.255+0000] GC(78) Pause Final Update Refs
[2020-04-10T21:30:42.255+0000] GC(78) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:42.255+0000] GC(78) Pause Final Update Refs 0.426ms
[2020-04-10T21:30:42.255+0000] GC(78) Concurrent cleanup
[2020-04-10T21:30:42.255+0000] GC(78) Concurrent cleanup 1972M->1329M(2350M) 0.183ms
[2020-04-10T21:30:42.255+0000] Free: 884M, Max: 1024K regular, 117M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:42.255+0000] Metaspace: 261534K(274104K)->261584K(274104K) NonClass: 231848K(240332K)->231897K(240332K) Class: 29685K(33772K)->29687K(33772K)
[2020-04-10T21:30:42.255+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:42.847+0000] Trigger: Average GC time (300.62 ms) is above the time for allocation rate (783 MB/s) to deplete free headroom (234M)
[2020-04-10T21:30:42.847+0000] Free headroom: 351M (free) - 117M (spike) - 0B (penalties) = 234M
[2020-04-10T21:30:42.847+0000] Free: 351M, Max: 1024K regular, 117M humongous, Frag: 67% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:42.847+0000] GC(79) Concurrent reset
[2020-04-10T21:30:42.847+0000] GC(79) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:42.847+0000] GC(79) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:42.848+0000] GC(79) Concurrent reset 1.065ms
[2020-04-10T21:30:42.849+0000] GC(79) Pause Init Mark
[2020-04-10T21:30:42.849+0000] GC(79) Using 16 of 16 workers for init marking
[2020-04-10T21:30:42.854+0000] GC(79) Pacer for Mark. Expected Live: 1120M, Free: 350M, Non-Taxable: 35930K, Alloc Tax Rate: 11.7x
[2020-04-10T21:30:42.854+0000] GC(79) Pause Init Mark 4.828ms
[2020-04-10T21:30:42.854+0000] GC(79) Concurrent marking
[2020-04-10T21:30:42.854+0000] GC(79) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:43.015+0000] GC(79) Concurrent marking 161.203ms
[2020-04-10T21:30:43.016+0000] GC(79) Pause Final Mark
[2020-04-10T21:30:43.016+0000] GC(79) Using 16 of 16 workers for final marking
[2020-04-10T21:30:43.017+0000] GC(79) Adaptive CSet Selection. Target Free: 332M, Actual Free: 476M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:43.017+0000] GC(79) Collectable Garbage: 629M (85%), Immediate: 73789K (9%), CSet: 557M (76%)
[2020-04-10T21:30:43.029+0000] GC(79) Pacer for Evacuation. Used CSet: 605M, Free: 368M, Non-Taxable: 37694K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:43.029+0000] GC(79) Pause Final Mark 12.254ms
[2020-04-10T21:30:43.029+0000] GC(79) Concurrent roots processing
[2020-04-10T21:30:43.029+0000] GC(79) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:43.032+0000] GC(79) Concurrent roots processing 3.183ms
[2020-04-10T21:30:43.032+0000] GC(79) Concurrent cleanup
[2020-04-10T21:30:43.032+0000] GC(79) Concurrent cleanup 1916M->1845M(2350M) 0.239ms
[2020-04-10T21:30:43.032+0000] GC(79) Free: 362M, Max: 1024K regular, 117M humongous, Frag: 68% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:43.032+0000] GC(79) Concurrent evacuation
[2020-04-10T21:30:43.032+0000] GC(79) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:43.038+0000] GC(79) Concurrent evacuation 6.186ms
[2020-04-10T21:30:43.039+0000] GC(79) Pause Init Update Refs
[2020-04-10T21:30:43.039+0000] GC(79) Pacer for Update Refs. Used: 1906M, Free: 353M, Non-Taxable: 36197K, Alloc Tax Rate: 6.6x
[2020-04-10T21:30:43.039+0000] GC(79) Pause Init Update Refs 0.082ms
[2020-04-10T21:30:43.039+0000] GC(79) Concurrent update references
[2020-04-10T21:30:43.039+0000] GC(79) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:43.116+0000] GC(79) Concurrent update references 76.914ms
[2020-04-10T21:30:43.117+0000] GC(79) Pause Final Update Refs
[2020-04-10T21:30:43.117+0000] GC(79) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:43.118+0000] GC(79) Pause Final Update Refs 0.435ms
[2020-04-10T21:30:43.118+0000] GC(79) Concurrent cleanup
[2020-04-10T21:30:43.118+0000] GC(79) Concurrent cleanup 1994M->1390M(2350M) 0.196ms
[2020-04-10T21:30:43.118+0000] Free: 823M, Max: 1024K regular, 117M humongous, Frag: 86% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:43.118+0000] Metaspace: 262050K(274612K)->262132K(274868K) NonClass: 232321K(240764K)->232402K(241020K) Class: 29728K(33848K)->29729K(33848K)
[2020-04-10T21:30:43.118+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:43.393+0000] Trigger: Average GC time (289.04 ms) is above the time for allocation rate (1049 MB/s) to deplete free headroom (303M)
[2020-04-10T21:30:43.393+0000] Free headroom: 420M (free) - 117M (spike) - 0B (penalties) = 303M
[2020-04-10T21:30:43.393+0000] Free: 420M, Max: 1024K regular, 117M humongous, Frag: 73% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:43.393+0000] GC(80) Concurrent reset
[2020-04-10T21:30:43.394+0000] GC(80) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:43.394+0000] GC(80) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:43.394+0000] GC(80) Concurrent reset 0.885ms
[2020-04-10T21:30:43.396+0000] GC(80) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:43.396+0000] GC(80) Using 16 of 16 workers for init marking
[2020-04-10T21:30:43.401+0000] GC(80) Pacer for Mark. Expected Live: 1115M, Free: 419M, Non-Taxable: 42995K, Alloc Tax Rate: 9.7x
[2020-04-10T21:30:43.401+0000] GC(80) Pause Init Mark (process weakrefs) 5.327ms
[2020-04-10T21:30:43.401+0000] GC(80) Concurrent marking (process weakrefs)
[2020-04-10T21:30:43.401+0000] GC(80) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:43.556+0000] GC(80) Concurrent marking (process weakrefs) 154.638ms
[2020-04-10T21:30:43.556+0000] GC(80) Concurrent precleaning
[2020-04-10T21:30:43.556+0000] GC(80) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:43.556+0000] GC(80) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:43.579+0000] GC(80) Concurrent precleaning 23.124ms
[2020-04-10T21:30:43.580+0000] GC(80) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:43.580+0000] GC(80) Using 16 of 16 workers for final marking
[2020-04-10T21:30:43.582+0000] GC(80) Adaptive CSet Selection. Target Free: 332M, Actual Free: 453M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:43.583+0000] GC(80) Collectable Garbage: 592M (85%), Immediate: 44396K (6%), CSet: 549M (78%)
[2020-04-10T21:30:43.594+0000] GC(80) Pacer for Evacuation. Used CSet: 576M, Free: 339M, Non-Taxable: 34727K, Alloc Tax Rate: 4.2x
[2020-04-10T21:30:43.594+0000] GC(80) Pause Final Mark (process weakrefs) 13.552ms
[2020-04-10T21:30:43.594+0000] GC(80) Concurrent roots processing
[2020-04-10T21:30:43.594+0000] GC(80) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:43.597+0000] GC(80) Concurrent roots processing 3.058ms
[2020-04-10T21:30:43.597+0000] GC(80) Concurrent cleanup
[2020-04-10T21:30:43.597+0000] GC(80) Concurrent cleanup 1917M->1876M(2350M) 0.162ms
[2020-04-10T21:30:43.597+0000] GC(80) Free: 334M, Max: 1024K regular, 117M humongous, Frag: 65% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:43.597+0000] GC(80) Concurrent evacuation
[2020-04-10T21:30:43.597+0000] GC(80) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:43.602+0000] GC(80) Concurrent evacuation 4.991ms
[2020-04-10T21:30:43.603+0000] GC(80) Pause Init Update Refs
[2020-04-10T21:30:43.603+0000] GC(80) Pacer for Update Refs. Used: 1915M, Free: 326M, Non-Taxable: 33460K, Alloc Tax Rate: 7.2x
[2020-04-10T21:30:43.603+0000] GC(80) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:43.603+0000] GC(80) Concurrent update references
[2020-04-10T21:30:43.603+0000] GC(80) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:43.688+0000] GC(80) Concurrent update references 84.631ms
[2020-04-10T21:30:43.689+0000] GC(80) Pause Final Update Refs
[2020-04-10T21:30:43.689+0000] GC(80) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:43.689+0000] GC(80) Pause Final Update Refs 0.436ms
[2020-04-10T21:30:43.689+0000] GC(80) Concurrent cleanup
[2020-04-10T21:30:43.690+0000] GC(80) Concurrent cleanup 1986M->1411M(2350M) 0.262ms
[2020-04-10T21:30:43.690+0000] Free: 801M, Max: 1024K regular, 117M humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:43.690+0000] Metaspace: 262209K(274868K)->262380K(274868K) NonClass: 232476K(241020K)->232622K(241020K) Class: 29733K(33848K)->29758K(33848K)
[2020-04-10T21:30:43.690+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:44.309+0000] Trigger: Average GC time (278.48 ms) is above the time for allocation rate (751 MB/s) to deplete free headroom (208M)
[2020-04-10T21:30:44.309+0000] Free headroom: 326M (free) - 117M (spike) - 0B (penalties) = 208M
[2020-04-10T21:30:44.309+0000] Free: 326M, Max: 1024K regular, 117M humongous, Frag: 64% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:44.309+0000] GC(81) Concurrent reset
[2020-04-10T21:30:44.309+0000] GC(81) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:44.309+0000] GC(81) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:44.310+0000] GC(81) Concurrent reset 0.961ms
[2020-04-10T21:30:44.311+0000] GC(81) Pause Init Mark
[2020-04-10T21:30:44.311+0000] GC(81) Using 16 of 16 workers for init marking
[2020-04-10T21:30:44.316+0000] GC(81) Pacer for Mark. Expected Live: 1111M, Free: 325M, Non-Taxable: 33338K, Alloc Tax Rate: 12.5x
[2020-04-10T21:30:44.316+0000] GC(81) Pause Init Mark 5.261ms
[2020-04-10T21:30:44.316+0000] GC(81) Concurrent marking
[2020-04-10T21:30:44.316+0000] GC(81) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:44.480+0000] GC(81) Concurrent marking 163.852ms
[2020-04-10T21:30:44.481+0000] GC(81) Pause Final Mark
[2020-04-10T21:30:44.481+0000] GC(81) Using 16 of 16 workers for final marking
[2020-04-10T21:30:44.482+0000] GC(81) Adaptive CSet Selection. Target Free: 332M, Actual Free: 448M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:44.482+0000] GC(81) Collectable Garbage: 661M (86%), Immediate: 67557K (8%), CSet: 595M (77%)
[2020-04-10T21:30:44.493+0000] GC(81) Pacer for Evacuation. Used CSet: 633M, Free: 340M, Non-Taxable: 34911K, Alloc Tax Rate: 4.5x
[2020-04-10T21:30:44.493+0000] GC(81) Pause Final Mark 12.500ms
[2020-04-10T21:30:44.494+0000] GC(81) Concurrent roots processing
[2020-04-10T21:30:44.494+0000] GC(81) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:44.497+0000] GC(81) Concurrent roots processing 3.207ms
[2020-04-10T21:30:44.497+0000] GC(81) Concurrent cleanup
[2020-04-10T21:30:44.497+0000] GC(81) Concurrent cleanup 1942M->1877M(2350M) 0.151ms
[2020-04-10T21:30:44.497+0000] GC(81) Free: 334M, Max: 1024K regular, 117M humongous, Frag: 65% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:44.497+0000] GC(81) Concurrent evacuation
[2020-04-10T21:30:44.497+0000] GC(81) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:44.504+0000] GC(81) Concurrent evacuation 6.679ms
[2020-04-10T21:30:44.505+0000] GC(81) Pause Init Update Refs
[2020-04-10T21:30:44.505+0000] GC(81) Pacer for Update Refs. Used: 1927M, Free: 326M, Non-Taxable: 33470K, Alloc Tax Rate: 7.2x
[2020-04-10T21:30:44.505+0000] GC(81) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:44.505+0000] GC(81) Concurrent update references
[2020-04-10T21:30:44.505+0000] GC(81) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:44.591+0000] GC(81) Concurrent update references 86.316ms
[2020-04-10T21:30:44.592+0000] GC(81) Pause Final Update Refs
[2020-04-10T21:30:44.592+0000] GC(81) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:44.592+0000] GC(81) Pause Final Update Refs 0.389ms
[2020-04-10T21:30:44.592+0000] GC(81) Concurrent cleanup
[2020-04-10T21:30:44.593+0000] GC(81) Concurrent cleanup 1999M->1367M(2350M) 0.191ms
[2020-04-10T21:30:44.593+0000] Free: 845M, Max: 1024K regular, 117M humongous, Frag: 87% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:44.593+0000] Metaspace: 262426K(274868K)->262557K(275200K) NonClass: 232665K(241020K)->232771K(241276K) Class: 29760K(33848K)->29785K(33924K)
[2020-04-10T21:30:44.593+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:45.066+0000] Trigger: Average GC time (275.10 ms) is above the time for allocation rate (850 MB/s) to deplete free headroom (233M)
[2020-04-10T21:30:45.066+0000] Free headroom: 350M (free) - 117M (spike) - 0B (penalties) = 233M
[2020-04-10T21:30:45.066+0000] Free: 350M, Max: 1024K regular, 117M humongous, Frag: 67% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:45.066+0000] GC(82) Concurrent reset
[2020-04-10T21:30:45.066+0000] GC(82) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:45.066+0000] GC(82) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:45.067+0000] GC(82) Concurrent reset 0.863ms
[2020-04-10T21:30:45.068+0000] GC(82) Pause Init Mark
[2020-04-10T21:30:45.068+0000] GC(82) Using 16 of 16 workers for init marking
[2020-04-10T21:30:45.073+0000] GC(82) Pacer for Mark. Expected Live: 1106M, Free: 350M, Non-Taxable: 35856K, Alloc Tax Rate: 11.6x
[2020-04-10T21:30:45.073+0000] GC(82) Pause Init Mark 5.181ms
[2020-04-10T21:30:45.073+0000] GC(82) Concurrent marking
[2020-04-10T21:30:45.073+0000] GC(82) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:45.232+0000] GC(82) Concurrent marking 158.786ms
[2020-04-10T21:30:45.233+0000] GC(82) Pause Final Mark
[2020-04-10T21:30:45.233+0000] GC(82) Using 16 of 16 workers for final marking
[2020-04-10T21:30:45.234+0000] GC(82) Adaptive CSet Selection. Target Free: 332M, Actual Free: 450M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:45.234+0000] GC(82) Collectable Garbage: 646M (85%), Immediate: 46974K (6%), CSet: 600M (79%)
[2020-04-10T21:30:45.245+0000] GC(82) Pacer for Evacuation. Used CSet: 628M, Free: 337M, Non-Taxable: 34594K, Alloc Tax Rate: 4.5x
[2020-04-10T21:30:45.245+0000] GC(82) Pause Final Mark 12.086ms
[2020-04-10T21:30:45.245+0000] GC(82) Concurrent roots processing
[2020-04-10T21:30:45.245+0000] GC(82) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:45.249+0000] GC(82) Concurrent roots processing 3.415ms
[2020-04-10T21:30:45.249+0000] GC(82) Concurrent cleanup
[2020-04-10T21:30:45.249+0000] GC(82) Concurrent cleanup 1920M->1876M(2350M) 0.160ms
[2020-04-10T21:30:45.249+0000] GC(82) Free: 332M, Max: 1024K regular, 117M humongous, Frag: 65% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:45.249+0000] GC(82) Concurrent evacuation
[2020-04-10T21:30:45.249+0000] GC(82) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:45.254+0000] GC(82) Concurrent evacuation 4.910ms
[2020-04-10T21:30:45.255+0000] GC(82) Pause Init Update Refs
[2020-04-10T21:30:45.255+0000] GC(82) Pacer for Update Refs. Used: 1910M, Free: 327M, Non-Taxable: 33556K, Alloc Tax Rate: 7.1x
[2020-04-10T21:30:45.255+0000] GC(82) Pause Init Update Refs 0.074ms
[2020-04-10T21:30:45.255+0000] GC(82) Concurrent update references
[2020-04-10T21:30:45.255+0000] GC(82) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:45.343+0000] GC(82) Concurrent update references 88.203ms
[2020-04-10T21:30:45.344+0000] GC(82) Pause Final Update Refs
[2020-04-10T21:30:45.344+0000] GC(82) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:45.344+0000] GC(82) Pause Final Update Refs 0.439ms
[2020-04-10T21:30:45.344+0000] GC(82) Concurrent cleanup
[2020-04-10T21:30:45.345+0000] GC(82) Concurrent cleanup 2019M->1393M(2350M) 0.199ms
[2020-04-10T21:30:45.345+0000] Free: 821M, Max: 1024K regular, 117M humongous, Frag: 86% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:45.345+0000] Metaspace: 262707K(275200K)->262732K(275200K) NonClass: 232911K(241276K)->232930K(241276K) Class: 29795K(33924K)->29802K(33924K)
[2020-04-10T21:30:45.345+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:45.625+0000] Trigger: Average GC time (275.85 ms) is above the time for allocation rate (1066 MB/s) to deplete free headroom (290M)
[2020-04-10T21:30:45.625+0000] Free headroom: 408M (free) - 117M (spike) - 0B (penalties) = 290M
[2020-04-10T21:30:45.625+0000] Free: 407M, Max: 1024K regular, 117M humongous, Frag: 72% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:45.625+0000] GC(83) Concurrent reset
[2020-04-10T21:30:45.625+0000] GC(83) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:45.625+0000] GC(83) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:45.626+0000] GC(83) Concurrent reset 1.057ms
[2020-04-10T21:30:45.627+0000] GC(83) Pause Init Mark
[2020-04-10T21:30:45.627+0000] GC(83) Using 16 of 16 workers for init marking
[2020-04-10T21:30:45.632+0000] GC(83) Pacer for Mark. Expected Live: 1105M, Free: 404M, Non-Taxable: 41408K, Alloc Tax Rate: 10.0x
[2020-04-10T21:30:45.633+0000] GC(83) Pause Init Mark 5.139ms
[2020-04-10T21:30:45.633+0000] GC(83) Concurrent marking
[2020-04-10T21:30:45.633+0000] GC(83) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:45.799+0000] GC(83) Concurrent marking 166.032ms
[2020-04-10T21:30:45.800+0000] GC(83) Pause Final Mark
[2020-04-10T21:30:45.800+0000] GC(83) Using 16 of 16 workers for final marking
[2020-04-10T21:30:45.800+0000] GC(83) Adaptive CSet Selection. Target Free: 332M, Actual Free: 528M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:45.801+0000] GC(83) Collectable Garbage: 585M (84%), Immediate: 87010K (12%), CSet: 500M (72%)
[2020-04-10T21:30:45.812+0000] GC(83) Pacer for Evacuation. Used CSet: 534M, Free: 411M, Non-Taxable: 42140K, Alloc Tax Rate: 3.2x
[2020-04-10T21:30:45.812+0000] GC(83) Pause Final Mark 12.343ms
[2020-04-10T21:30:45.812+0000] GC(83) Concurrent roots processing
[2020-04-10T21:30:45.812+0000] GC(83) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:45.816+0000] GC(83) Concurrent roots processing 3.480ms
[2020-04-10T21:30:45.816+0000] GC(83) Concurrent cleanup
[2020-04-10T21:30:45.816+0000] GC(83) Concurrent cleanup 1890M->1805M(2350M) 0.152ms
[2020-04-10T21:30:45.816+0000] GC(83) Free: 408M, Max: 1024K regular, 117M humongous, Frag: 72% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:45.816+0000] GC(83) Concurrent evacuation
[2020-04-10T21:30:45.816+0000] GC(83) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:45.822+0000] GC(83) Concurrent evacuation 6.092ms
[2020-04-10T21:30:45.823+0000] GC(83) Pause Init Update Refs
[2020-04-10T21:30:45.823+0000] GC(83) Pacer for Update Refs. Used: 1850M, Free: 402M, Non-Taxable: 41239K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:45.823+0000] GC(83) Pause Init Update Refs 0.083ms
[2020-04-10T21:30:45.823+0000] GC(83) Concurrent update references
[2020-04-10T21:30:45.823+0000] GC(83) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:45.914+0000] GC(83) Concurrent update references 90.692ms
[2020-04-10T21:30:45.915+0000] GC(83) Pause Final Update Refs
[2020-04-10T21:30:45.915+0000] GC(83) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:45.915+0000] GC(83) Pause Final Update Refs 0.521ms
[2020-04-10T21:30:45.915+0000] GC(83) Concurrent cleanup
[2020-04-10T21:30:45.915+0000] GC(83) Concurrent cleanup 1967M->1434M(2350M) 0.202ms
[2020-04-10T21:30:45.915+0000] Free: 780M, Max: 1024K regular, 117M humongous, Frag: 85% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:45.915+0000] Metaspace: 262775K(275532K)->262834K(275532K) NonClass: 232968K(241532K)->233023K(241532K) Class: 29807K(34000K)->29811K(34000K)
[2020-04-10T21:30:45.915+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:46.306+0000] Trigger: Average GC time (283.79 ms) is above the time for allocation rate (904 MB/s) to deplete free headroom (256M)
[2020-04-10T21:30:46.306+0000] Free headroom: 373M (free) - 117M (spike) - 0B (penalties) = 256M
[2020-04-10T21:30:46.306+0000] Free: 373M, Max: 1024K regular, 117M humongous, Frag: 69% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:46.306+0000] GC(84) Concurrent reset
[2020-04-10T21:30:46.306+0000] GC(84) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:46.306+0000] GC(84) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:46.307+0000] GC(84) Concurrent reset 0.881ms
[2020-04-10T21:30:46.308+0000] GC(84) Pause Init Mark
[2020-04-10T21:30:46.308+0000] GC(84) Using 16 of 16 workers for init marking
[2020-04-10T21:30:46.313+0000] GC(84) Pacer for Mark. Expected Live: 1108M, Free: 372M, Non-Taxable: 38105K, Alloc Tax Rate: 10.9x
[2020-04-10T21:30:46.313+0000] GC(84) Pause Init Mark 5.078ms
[2020-04-10T21:30:46.313+0000] GC(84) Concurrent marking
[2020-04-10T21:30:46.313+0000] GC(84) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:46.474+0000] GC(84) Concurrent marking 161.089ms
[2020-04-10T21:30:46.475+0000] GC(84) Pause Final Mark
[2020-04-10T21:30:46.475+0000] GC(84) Using 16 of 16 workers for final marking
[2020-04-10T21:30:46.476+0000] GC(84) Adaptive CSet Selection. Target Free: 332M, Actual Free: 436M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:46.476+0000] GC(84) Collectable Garbage: 614M (85%), Immediate: 20400K (2%), CSet: 594M (82%)
[2020-04-10T21:30:46.488+0000] GC(84) Pacer for Evacuation. Used CSet: 626M, Free: 320M, Non-Taxable: 32857K, Alloc Tax Rate: 4.8x
[2020-04-10T21:30:46.488+0000] GC(84) Pause Final Mark 13.060ms
[2020-04-10T21:30:46.488+0000] GC(84) Concurrent roots processing
[2020-04-10T21:30:46.488+0000] GC(84) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:46.492+0000] GC(84) Concurrent roots processing 3.767ms
[2020-04-10T21:30:46.492+0000] GC(84) Concurrent cleanup
[2020-04-10T21:30:46.492+0000] GC(84) Concurrent cleanup 1922M->1903M(2350M) 0.163ms
[2020-04-10T21:30:46.492+0000] GC(84) Free: 310M, Max: 1024K regular, 117M humongous, Frag: 63% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:46.492+0000] GC(84) Concurrent evacuation
[2020-04-10T21:30:46.492+0000] GC(84) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:46.498+0000] GC(84) Concurrent evacuation 5.952ms
[2020-04-10T21:30:46.499+0000] GC(84) Pause Init Update Refs
[2020-04-10T21:30:46.499+0000] GC(84) Pacer for Update Refs. Used: 1946M, Free: 302M, Non-Taxable: 30965K, Alloc Tax Rate: 7.9x
[2020-04-10T21:30:46.499+0000] GC(84) Pause Init Update Refs 0.127ms
[2020-04-10T21:30:46.499+0000] GC(84) Concurrent update references
[2020-04-10T21:30:46.499+0000] GC(84) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:46.580+0000] GC(84) Concurrent update references 80.203ms
[2020-04-10T21:30:46.580+0000] GC(84) Pause Final Update Refs
[2020-04-10T21:30:46.580+0000] GC(84) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:46.581+0000] GC(84) Pause Final Update Refs 0.397ms
[2020-04-10T21:30:46.581+0000] GC(84) Concurrent cleanup
[2020-04-10T21:30:46.581+0000] GC(84) Concurrent cleanup 2056M->1432M(2350M) 0.195ms
[2020-04-10T21:30:46.581+0000] Free: 780M, Max: 1024K regular, 112M humongous, Frag: 86% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:46.581+0000] Metaspace: 262911K(275532K)->262969K(275788K) NonClass: 233092K(241532K)->233142K(241788K) Class: 29819K(34000K)->29826K(34000K)
[2020-04-10T21:30:46.581+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:47.028+0000] Trigger: Average GC time (284.73 ms) is above the time for allocation rate (867 MB/s) to deplete free headroom (243M)
[2020-04-10T21:30:47.028+0000] Free headroom: 361M (free) - 117M (spike) - 0B (penalties) = 243M
[2020-04-10T21:30:47.028+0000] Free: 361M, Max: 1024K regular, 112M humongous, Frag: 69% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:47.028+0000] GC(85) Concurrent reset
[2020-04-10T21:30:47.028+0000] GC(85) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:47.028+0000] GC(85) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:47.029+0000] GC(85) Concurrent reset 1.036ms
[2020-04-10T21:30:47.030+0000] GC(85) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:47.030+0000] GC(85) Using 16 of 16 workers for init marking
[2020-04-10T21:30:47.035+0000] GC(85) Pacer for Mark. Expected Live: 1109M, Free: 360M, Non-Taxable: 36873K, Alloc Tax Rate: 11.3x
[2020-04-10T21:30:47.035+0000] GC(85) Pause Init Mark (process weakrefs) 5.185ms
[2020-04-10T21:30:47.035+0000] GC(85) Concurrent marking (process weakrefs)
[2020-04-10T21:30:47.035+0000] GC(85) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:47.207+0000] GC(85) Concurrent marking (process weakrefs) 171.968ms
[2020-04-10T21:30:47.207+0000] GC(85) Concurrent precleaning
[2020-04-10T21:30:47.207+0000] GC(85) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:47.207+0000] GC(85) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:47.230+0000] GC(85) Concurrent precleaning 23.019ms
[2020-04-10T21:30:47.231+0000] GC(85) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:47.231+0000] GC(85) Using 16 of 16 workers for final marking
[2020-04-10T21:30:47.233+0000] GC(85) Adaptive CSet Selection. Target Free: 332M, Actual Free: 414M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:47.234+0000] GC(85) Collectable Garbage: 629M (85%), Immediate: 65481K (8%), CSet: 565M (76%)
[2020-04-10T21:30:47.245+0000] GC(85) Pacer for Evacuation. Used CSet: 591M, Free: 299M, Non-Taxable: 30685K, Alloc Tax Rate: 4.8x
[2020-04-10T21:30:47.245+0000] GC(85) Pause Final Mark (process weakrefs) 13.325ms
[2020-04-10T21:30:47.245+0000] GC(85) Concurrent roots processing
[2020-04-10T21:30:47.245+0000] GC(85) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:47.248+0000] GC(85) Concurrent roots processing 2.960ms
[2020-04-10T21:30:47.248+0000] GC(85) Concurrent cleanup
[2020-04-10T21:30:47.248+0000] GC(85) Concurrent cleanup 1984M->1921M(2350M) 0.161ms
[2020-04-10T21:30:47.248+0000] GC(85) Free: 291M, Max: 1024K regular, 112M humongous, Frag: 62% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:47.248+0000] GC(85) Concurrent evacuation
[2020-04-10T21:30:47.248+0000] GC(85) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:47.253+0000] GC(85) Concurrent evacuation 5.228ms
[2020-04-10T21:30:47.254+0000] GC(85) Pause Init Update Refs
[2020-04-10T21:30:47.255+0000] GC(85) Pacer for Update Refs. Used: 1960M, Free: 282M, Non-Taxable: 28949K, Alloc Tax Rate: 8.5x
[2020-04-10T21:30:47.255+0000] GC(85) Pause Init Update Refs 0.080ms
[2020-04-10T21:30:47.255+0000] GC(85) Concurrent update references
[2020-04-10T21:30:47.255+0000] GC(85) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:47.346+0000] GC(85) Concurrent update references 91.401ms
[2020-04-10T21:30:47.347+0000] GC(85) Pause Final Update Refs
[2020-04-10T21:30:47.347+0000] GC(85) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:47.347+0000] GC(85) Pause Final Update Refs 0.387ms
[2020-04-10T21:30:47.347+0000] GC(85) Concurrent cleanup
[2020-04-10T21:30:47.348+0000] GC(85) Concurrent cleanup 2129M->1539M(2350M) 0.198ms
[2020-04-10T21:30:47.348+0000] Free: 673M, Max: 1024K regular, 79872K humongous, Frag: 89% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:47.348+0000] Metaspace: 263000K(275788K)->263120K(275916K) NonClass: 233171K(241788K)->233262K(241788K) Class: 29829K(34000K)->29857K(34128K)
[2020-04-10T21:30:47.348+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:47.701+0000] Trigger: Average GC time (289.42 ms) is above the time for allocation rate (908 MB/s) to deplete free headroom (259M)
[2020-04-10T21:30:47.701+0000] Free headroom: 377M (free) - 117M (spike) - 0B (penalties) = 259M
[2020-04-10T21:30:47.701+0000] Free: 377M, Max: 1024K regular, 79872K humongous, Frag: 80% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:47.701+0000] GC(86) Concurrent reset
[2020-04-10T21:30:47.701+0000] GC(86) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:47.701+0000] GC(86) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:47.702+0000] GC(86) Concurrent reset 0.907ms
[2020-04-10T21:30:47.703+0000] GC(86) Pause Init Mark
[2020-04-10T21:30:47.703+0000] GC(86) Using 16 of 16 workers for init marking
[2020-04-10T21:30:47.709+0000] GC(86) Pacer for Mark. Expected Live: 1113M, Free: 374M, Non-Taxable: 38393K, Alloc Tax Rate: 10.9x
[2020-04-10T21:30:47.709+0000] GC(86) Pause Init Mark 5.382ms
[2020-04-10T21:30:47.709+0000] GC(86) Concurrent marking
[2020-04-10T21:30:47.709+0000] GC(86) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:47.873+0000] GC(86) Concurrent marking 164.562ms
[2020-04-10T21:30:47.874+0000] GC(86) Pause Final Mark
[2020-04-10T21:30:47.874+0000] GC(86) Using 16 of 16 workers for final marking
[2020-04-10T21:30:47.875+0000] GC(86) Adaptive CSet Selection. Target Free: 332M, Actual Free: 468M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:47.875+0000] GC(86) Collectable Garbage: 599M (84%), Immediate: 45461K (6%), CSet: 555M (78%)
[2020-04-10T21:30:47.887+0000] GC(86) Pacer for Evacuation. Used CSet: 586M, Free: 355M, Non-Taxable: 36357K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:47.887+0000] GC(86) Pause Final Mark 12.483ms
[2020-04-10T21:30:47.887+0000] GC(86) Concurrent roots processing
[2020-04-10T21:30:47.887+0000] GC(86) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:47.890+0000] GC(86) Concurrent roots processing 3.410ms
[2020-04-10T21:30:47.890+0000] GC(86) Concurrent cleanup
[2020-04-10T21:30:47.891+0000] GC(86) Concurrent cleanup 1903M->1860M(2350M) 0.154ms
[2020-04-10T21:30:47.891+0000] GC(86) Free: 349M, Max: 1024K regular, 79872K humongous, Frag: 78% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:47.891+0000] GC(86) Concurrent evacuation
[2020-04-10T21:30:47.891+0000] GC(86) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:47.896+0000] GC(86) Concurrent evacuation 5.586ms
[2020-04-10T21:30:47.897+0000] GC(86) Pause Init Update Refs
[2020-04-10T21:30:47.897+0000] GC(86) Pacer for Update Refs. Used: 1905M, Free: 341M, Non-Taxable: 34928K, Alloc Tax Rate: 6.8x
[2020-04-10T21:30:47.897+0000] GC(86) Pause Init Update Refs 0.086ms
[2020-04-10T21:30:47.897+0000] GC(86) Concurrent update references
[2020-04-10T21:30:47.897+0000] GC(86) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:47.982+0000] GC(86) Concurrent update references 85.022ms
[2020-04-10T21:30:47.983+0000] GC(86) Pause Final Update Refs
[2020-04-10T21:30:47.983+0000] GC(86) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:47.984+0000] GC(86) Pause Final Update Refs 0.446ms
[2020-04-10T21:30:47.984+0000] GC(86) Concurrent cleanup
[2020-04-10T21:30:47.984+0000] GC(86) Concurrent cleanup 2027M->1441M(2350M) 0.202ms
[2020-04-10T21:30:47.984+0000] Free: 770M, Max: 1024K regular, 117M humongous, Frag: 85% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:47.984+0000] Metaspace: 263156K(275916K)->263177K(275916K) NonClass: 233296K(241788K)->233314K(241788K) Class: 29859K(34128K)->29862K(34128K)
[2020-04-10T21:30:47.984+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:48.442+0000] Trigger: Average GC time (289.27 ms) is above the time for allocation rate (835 MB/s) to deplete free headroom (240M)
[2020-04-10T21:30:48.442+0000] Free headroom: 357M (free) - 117M (spike) - 0B (penalties) = 240M
[2020-04-10T21:30:48.442+0000] Free: 357M, Max: 1024K regular, 117M humongous, Frag: 68% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:48.442+0000] GC(87) Concurrent reset
[2020-04-10T21:30:48.442+0000] GC(87) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:48.442+0000] GC(87) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:48.443+0000] GC(87) Concurrent reset 0.894ms
[2020-04-10T21:30:48.444+0000] GC(87) Pause Init Mark
[2020-04-10T21:30:48.444+0000] GC(87) Using 16 of 16 workers for init marking
[2020-04-10T21:30:48.449+0000] GC(87) Pacer for Mark. Expected Live: 1116M, Free: 355M, Non-Taxable: 36432K, Alloc Tax Rate: 11.5x
[2020-04-10T21:30:48.449+0000] GC(87) Pause Init Mark 5.317ms
[2020-04-10T21:30:48.450+0000] GC(87) Concurrent marking
[2020-04-10T21:30:48.450+0000] GC(87) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:48.619+0000] GC(87) Concurrent marking 169.569ms
[2020-04-10T21:30:48.620+0000] GC(87) Pause Final Mark
[2020-04-10T21:30:48.620+0000] GC(87) Using 16 of 16 workers for final marking
[2020-04-10T21:30:48.621+0000] GC(87) Adaptive CSet Selection. Target Free: 332M, Actual Free: 456M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:48.621+0000] GC(87) Collectable Garbage: 592M (84%), Immediate: 61585K (8%), CSet: 532M (75%)
[2020-04-10T21:30:48.632+0000] GC(87) Pacer for Evacuation. Used CSet: 579M, Free: 347M, Non-Taxable: 35634K, Alloc Tax Rate: 4.1x
[2020-04-10T21:30:48.632+0000] GC(87) Pause Final Mark 12.262ms
[2020-04-10T21:30:48.633+0000] GC(87) Concurrent roots processing
[2020-04-10T21:30:48.633+0000] GC(87) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:48.636+0000] GC(87) Concurrent roots processing 3.330ms
[2020-04-10T21:30:48.636+0000] GC(87) Concurrent cleanup
[2020-04-10T21:30:48.636+0000] GC(87) Concurrent cleanup 1935M->1877M(2350M) 0.168ms
[2020-04-10T21:30:48.636+0000] GC(87) Free: 335M, Max: 1024K regular, 117M humongous, Frag: 65% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:48.636+0000] GC(87) Concurrent evacuation
[2020-04-10T21:30:48.636+0000] GC(87) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:48.645+0000] GC(87) Concurrent evacuation 9.023ms
[2020-04-10T21:30:48.646+0000] GC(87) Pause Init Update Refs
[2020-04-10T21:30:48.646+0000] GC(87) Pacer for Update Refs. Used: 1945M, Free: 318M, Non-Taxable: 32645K, Alloc Tax Rate: 7.5x
[2020-04-10T21:30:48.646+0000] GC(87) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:48.647+0000] GC(87) Concurrent update references
[2020-04-10T21:30:48.647+0000] GC(87) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:48.741+0000] GC(87) Concurrent update references 94.450ms
[2020-04-10T21:30:48.742+0000] GC(87) Pause Final Update Refs
[2020-04-10T21:30:48.742+0000] GC(87) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:48.742+0000] GC(87) Pause Final Update Refs 0.404ms
[2020-04-10T21:30:48.742+0000] GC(87) Concurrent cleanup
[2020-04-10T21:30:48.743+0000] GC(87) Concurrent cleanup 2086M->1508M(2350M) 0.180ms
[2020-04-10T21:30:48.743+0000] Free: 704M, Max: 1024K regular, 112M humongous, Frag: 85% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:48.743+0000] Metaspace: 263229K(276172K)->263251K(276172K) NonClass: 233360K(242044K)->233380K(242044K) Class: 29869K(34128K)->29870K(34128K)
[2020-04-10T21:30:48.743+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:49.377+0000] Trigger: Average GC time (293.68 ms) is above the time for allocation rate (682 MB/s) to deplete free headroom (200M)
[2020-04-10T21:30:49.377+0000] Free headroom: 317M (free) - 117M (spike) - 0B (penalties) = 200M
[2020-04-10T21:30:49.377+0000] Free: 317M, Max: 1024K regular, 112M humongous, Frag: 65% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:49.377+0000] GC(88) Concurrent reset
[2020-04-10T21:30:49.377+0000] GC(88) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:49.377+0000] GC(88) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:49.378+0000] GC(88) Concurrent reset 0.918ms
[2020-04-10T21:30:49.378+0000] GC(88) Pause Init Mark
[2020-04-10T21:30:49.378+0000] GC(88) Using 16 of 16 workers for init marking
[2020-04-10T21:30:49.384+0000] GC(88) Pacer for Mark. Expected Live: 1125M, Free: 316M, Non-Taxable: 32460K, Alloc Tax Rate: 13.0x
[2020-04-10T21:30:49.384+0000] GC(88) Pause Init Mark 5.286ms
[2020-04-10T21:30:49.384+0000] GC(88) Concurrent marking
[2020-04-10T21:30:49.384+0000] GC(88) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:49.548+0000] GC(88) Concurrent marking 163.999ms
[2020-04-10T21:30:49.549+0000] GC(88) Pause Final Mark
[2020-04-10T21:30:49.549+0000] GC(88) Using 16 of 16 workers for final marking
[2020-04-10T21:30:49.550+0000] GC(88) Adaptive CSet Selection. Target Free: 332M, Actual Free: 479M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:49.550+0000] GC(88) Collectable Garbage: 629M (85%), Immediate: 101M (13%), CSet: 528M (71%)
[2020-04-10T21:30:49.561+0000] GC(88) Pacer for Evacuation. Used CSet: 566M, Free: 372M, Non-Taxable: 38115K, Alloc Tax Rate: 3.7x
[2020-04-10T21:30:49.561+0000] GC(88) Pause Final Mark 12.191ms
[2020-04-10T21:30:49.561+0000] GC(88) Concurrent roots processing
[2020-04-10T21:30:49.561+0000] GC(88) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:49.564+0000] GC(88) Concurrent roots processing 2.906ms
[2020-04-10T21:30:49.564+0000] GC(88) Concurrent cleanup
[2020-04-10T21:30:49.564+0000] GC(88) Concurrent cleanup 1943M->1842M(2350M) 0.149ms
[2020-04-10T21:30:49.564+0000] GC(88) Free: 368M, Max: 1024K regular, 112M humongous, Frag: 70% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:49.564+0000] GC(88) Concurrent evacuation
[2020-04-10T21:30:49.564+0000] GC(88) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:49.570+0000] GC(88) Concurrent evacuation 6.291ms
[2020-04-10T21:30:49.571+0000] GC(88) Pause Init Update Refs
[2020-04-10T21:30:49.571+0000] GC(88) Pacer for Update Refs. Used: 1894M, Free: 360M, Non-Taxable: 36874K, Alloc Tax Rate: 6.4x
[2020-04-10T21:30:49.571+0000] GC(88) Pause Init Update Refs 0.074ms
[2020-04-10T21:30:49.571+0000] GC(88) Concurrent update references
[2020-04-10T21:30:49.571+0000] GC(88) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:49.665+0000] GC(88) Concurrent update references 93.738ms
[2020-04-10T21:30:49.666+0000] GC(88) Pause Final Update Refs
[2020-04-10T21:30:49.666+0000] GC(88) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:49.666+0000] GC(88) Pause Final Update Refs 0.408ms
[2020-04-10T21:30:49.666+0000] GC(88) Concurrent cleanup
[2020-04-10T21:30:49.667+0000] GC(88) Concurrent cleanup 1984M->1418M(2350M) 0.184ms
[2020-04-10T21:30:49.667+0000] Free: 795M, Max: 1024K regular, 117M humongous, Frag: 86% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:49.667+0000] Metaspace: 263419K(276172K)->263486K(276428K) NonClass: 233511K(242044K)->233574K(242300K) Class: 29908K(34128K)->29911K(34128K)
[2020-04-10T21:30:49.667+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:50.263+0000] Trigger: Average GC time (293.70 ms) is above the time for allocation rate (713 MB/s) to deplete free headroom (208M)
[2020-04-10T21:30:50.263+0000] Free headroom: 325M (free) - 117M (spike) - 0B (penalties) = 208M
[2020-04-10T21:30:50.263+0000] Free: 325M, Max: 1024K regular, 117M humongous, Frag: 64% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:50.263+0000] GC(89) Concurrent reset
[2020-04-10T21:30:50.263+0000] GC(89) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:50.263+0000] GC(89) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:50.264+0000] GC(89) Concurrent reset 0.824ms
[2020-04-10T21:30:50.265+0000] GC(89) Pause Init Mark
[2020-04-10T21:30:50.265+0000] GC(89) Using 16 of 16 workers for init marking
[2020-04-10T21:30:50.270+0000] GC(89) Pacer for Mark. Expected Live: 1131M, Free: 324M, Non-Taxable: 33277K, Alloc Tax Rate: 12.8x
[2020-04-10T21:30:50.270+0000] GC(89) Pause Init Mark 5.583ms
[2020-04-10T21:30:50.270+0000] GC(89) Concurrent marking
[2020-04-10T21:30:50.270+0000] GC(89) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:50.437+0000] GC(89) Concurrent marking 166.669ms
[2020-04-10T21:30:50.438+0000] GC(89) Pause Final Mark
[2020-04-10T21:30:50.438+0000] GC(89) Using 16 of 16 workers for final marking
[2020-04-10T21:30:50.439+0000] GC(89) Adaptive CSet Selection. Target Free: 332M, Actual Free: 493M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:50.439+0000] GC(89) Collectable Garbage: 635M (85%), Immediate: 107M (14%), CSet: 527M (70%)
[2020-04-10T21:30:50.451+0000] GC(89) Pacer for Evacuation. Used CSet: 558M, Free: 380M, Non-Taxable: 38927K, Alloc Tax Rate: 3.6x
[2020-04-10T21:30:50.451+0000] GC(89) Pause Final Mark 12.641ms
[2020-04-10T21:30:50.451+0000] GC(89) Concurrent roots processing
[2020-04-10T21:30:50.451+0000] GC(89) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:50.454+0000] GC(89) Concurrent roots processing 3.263ms
[2020-04-10T21:30:50.454+0000] GC(89) Concurrent cleanup
[2020-04-10T21:30:50.454+0000] GC(89) Concurrent cleanup 1944M->1839M(2350M) 0.150ms
[2020-04-10T21:30:50.454+0000] GC(89) Free: 375M, Max: 1024K regular, 117M humongous, Frag: 69% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:50.454+0000] GC(89) Concurrent evacuation
[2020-04-10T21:30:50.454+0000] GC(89) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:50.460+0000] GC(89) Concurrent evacuation 5.696ms
[2020-04-10T21:30:50.461+0000] GC(89) Pause Init Update Refs
[2020-04-10T21:30:50.461+0000] GC(89) Pacer for Update Refs. Used: 1878M, Free: 368M, Non-Taxable: 37763K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:50.461+0000] GC(89) Pause Init Update Refs 0.082ms
[2020-04-10T21:30:50.461+0000] GC(89) Concurrent update references
[2020-04-10T21:30:50.461+0000] GC(89) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:50.547+0000] GC(89) Concurrent update references 85.788ms
[2020-04-10T21:30:50.548+0000] GC(89) Pause Final Update Refs
[2020-04-10T21:30:50.548+0000] GC(89) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:50.548+0000] GC(89) Pause Final Update Refs 0.424ms
[2020-04-10T21:30:50.548+0000] GC(89) Concurrent cleanup
[2020-04-10T21:30:50.548+0000] GC(89) Concurrent cleanup 1972M->1415M(2350M) 0.187ms
[2020-04-10T21:30:50.548+0000] Free: 799M, Max: 1024K regular, 117M humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:50.548+0000] Metaspace: 263898K(276812K)->263915K(276812K) NonClass: 233934K(242556K)->233951K(242556K) Class: 29963K(34256K)->29964K(34256K)
[2020-04-10T21:30:50.548+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:51.250+0000] Trigger: Average GC time (295.66 ms) is above the time for allocation rate (659 MB/s) to deplete free headroom (194M)
[2020-04-10T21:30:51.255+0000] Free headroom: 312M (free) - 117M (spike) - 0B (penalties) = 194M
[2020-04-10T21:30:51.255+0000] Free: 309M, Max: 1024K regular, 117M humongous, Frag: 63% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:51.255+0000] GC(90) Concurrent reset
[2020-04-10T21:30:51.255+0000] GC(90) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:51.255+0000] GC(90) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:51.256+0000] GC(90) Concurrent reset 0.885ms
[2020-04-10T21:30:51.257+0000] GC(90) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:51.257+0000] GC(90) Using 16 of 16 workers for init marking
[2020-04-10T21:30:51.262+0000] GC(90) Pacer for Mark. Expected Live: 1135M, Free: 309M, Non-Taxable: 31661K, Alloc Tax Rate: 13.5x
[2020-04-10T21:30:51.262+0000] GC(90) Pause Init Mark (process weakrefs) 5.628ms
[2020-04-10T21:30:51.262+0000] GC(90) Concurrent marking (process weakrefs)
[2020-04-10T21:30:51.262+0000] GC(90) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:51.448+0000] GC(90) Concurrent marking (process weakrefs) 185.677ms
[2020-04-10T21:30:51.448+0000] GC(90) Concurrent precleaning
[2020-04-10T21:30:51.448+0000] GC(90) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:51.448+0000] GC(90) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:51.473+0000] GC(90) Concurrent precleaning 24.732ms
[2020-04-10T21:30:51.474+0000] GC(90) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:51.474+0000] GC(90) Using 16 of 16 workers for final marking
[2020-04-10T21:30:51.477+0000] GC(90) Adaptive CSet Selection. Target Free: 332M, Actual Free: 385M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:51.477+0000] GC(90) Collectable Garbage: 644M (85%), Immediate: 56329K (7%), CSet: 589M (78%)
[2020-04-10T21:30:51.489+0000] GC(90) Pacer for Evacuation. Used CSet: 621M, Free: 273M, Non-Taxable: 28021K, Alloc Tax Rate: 5.6x
[2020-04-10T21:30:51.489+0000] GC(90) Pause Final Mark (process weakrefs) 14.633ms
[2020-04-10T21:30:51.489+0000] GC(90) Concurrent roots processing
[2020-04-10T21:30:51.489+0000] GC(90) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:51.493+0000] GC(90) Concurrent roots processing 3.965ms
[2020-04-10T21:30:51.493+0000] GC(90) Concurrent cleanup
[2020-04-10T21:30:51.493+0000] GC(90) Concurrent cleanup 1992M->1939M(2350M) 0.151ms
[2020-04-10T21:30:51.493+0000] GC(90) Free: 268M, Max: 1024K regular, 117M humongous, Frag: 57% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:51.493+0000] GC(90) Concurrent evacuation
[2020-04-10T21:30:51.493+0000] GC(90) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:51.499+0000] GC(90) Concurrent evacuation 6.227ms
[2020-04-10T21:30:51.500+0000] GC(90) Pause Init Update Refs
[2020-04-10T21:30:51.500+0000] GC(90) Pacer for Update Refs. Used: 1980M, Free: 264M, Non-Taxable: 27065K, Alloc Tax Rate: 9.2x
[2020-04-10T21:30:51.500+0000] GC(90) Pause Init Update Refs 0.083ms
[2020-04-10T21:30:51.500+0000] GC(90) Concurrent update references
[2020-04-10T21:30:51.500+0000] GC(90) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:51.598+0000] GC(90) Concurrent update references 97.202ms
[2020-04-10T21:30:51.599+0000] GC(90) Pause Final Update Refs
[2020-04-10T21:30:51.599+0000] GC(90) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:51.599+0000] GC(90) Pause Final Update Refs 0.496ms
[2020-04-10T21:30:51.599+0000] GC(90) Concurrent cleanup
[2020-04-10T21:30:51.600+0000] GC(90) Concurrent cleanup 2086M->1465M(2350M) 0.196ms
[2020-04-10T21:30:51.600+0000] Free: 746M, Max: 1024K regular, 104M humongous, Frag: 87% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:51.600+0000] Metaspace: 264157K(277192K)->264225K(277192K) NonClass: 234149K(242936K)->234205K(242936K) Class: 30007K(34256K)->30019K(34256K)
[2020-04-10T21:30:51.600+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:51.746+0000] Trigger: Average GC time (300.69 ms) is above the time for allocation rate (1065 MB/s) to deplete free headroom (319M)
[2020-04-10T21:30:51.746+0000] Free headroom: 436M (free) - 117M (spike) - 0B (penalties) = 319M
[2020-04-10T21:30:51.746+0000] Free: 436M, Max: 1024K regular, 104M humongous, Frag: 77% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:51.746+0000] GC(91) Concurrent reset
[2020-04-10T21:30:51.746+0000] GC(91) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:51.746+0000] GC(91) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:51.747+0000] GC(91) Concurrent reset 1.022ms
[2020-04-10T21:30:51.748+0000] GC(91) Pause Init Mark
[2020-04-10T21:30:51.748+0000] GC(91) Using 16 of 16 workers for init marking
[2020-04-10T21:30:51.753+0000] GC(91) Pacer for Mark. Expected Live: 1140M, Free: 433M, Non-Taxable: 44367K, Alloc Tax Rate: 9.6x
[2020-04-10T21:30:51.753+0000] GC(91) Pause Init Mark 5.292ms
[2020-04-10T21:30:51.753+0000] GC(91) Concurrent marking
[2020-04-10T21:30:51.753+0000] GC(91) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:51.921+0000] GC(91) Concurrent marking 167.687ms
[2020-04-10T21:30:51.922+0000] GC(91) Pause Final Mark
[2020-04-10T21:30:51.922+0000] GC(91) Using 16 of 16 workers for final marking
[2020-04-10T21:30:51.924+0000] GC(91) Adaptive CSet Selection. Target Free: 332M, Actual Free: 491M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:51.924+0000] GC(91) Collectable Garbage: 506M (81%), Immediate: 15789K (2%), CSet: 490M (79%)
[2020-04-10T21:30:51.936+0000] GC(91) Pacer for Evacuation. Used CSet: 543M, Free: 377M, Non-Taxable: 38652K, Alloc Tax Rate: 3.5x
[2020-04-10T21:30:51.936+0000] GC(91) Pause Final Mark 13.897ms
[2020-04-10T21:30:51.936+0000] GC(91) Concurrent roots processing
[2020-04-10T21:30:51.936+0000] GC(91) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:51.940+0000] GC(91) Concurrent roots processing 3.860ms
[2020-04-10T21:30:51.940+0000] GC(91) Concurrent cleanup
[2020-04-10T21:30:51.940+0000] GC(91) Concurrent cleanup 1855M->1840M(2350M) 0.154ms
[2020-04-10T21:30:51.940+0000] GC(91) Free: 374M, Max: 1024K regular, 104M humongous, Frag: 73% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:51.940+0000] GC(91) Concurrent evacuation
[2020-04-10T21:30:51.940+0000] GC(91) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:51.949+0000] GC(91) Concurrent evacuation 9.093ms
[2020-04-10T21:30:51.950+0000] GC(91) Pause Init Update Refs
[2020-04-10T21:30:51.950+0000] GC(91) Pacer for Update Refs. Used: 1904M, Free: 366M, Non-Taxable: 37487K, Alloc Tax Rate: 6.4x
[2020-04-10T21:30:51.950+0000] GC(91) Pause Init Update Refs 0.075ms
[2020-04-10T21:30:51.950+0000] GC(91) Concurrent update references
[2020-04-10T21:30:51.950+0000] GC(91) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:52.034+0000] GC(91) Concurrent update references 83.631ms
[2020-04-10T21:30:52.035+0000] GC(91) Pause Final Update Refs
[2020-04-10T21:30:52.035+0000] GC(91) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:52.035+0000] GC(91) Pause Final Update Refs 0.428ms
[2020-04-10T21:30:52.035+0000] GC(91) Concurrent cleanup
[2020-04-10T21:30:52.035+0000] GC(91) Concurrent cleanup 1962M->1420M(2350M) 0.201ms
[2020-04-10T21:30:52.035+0000] Free: 793M, Max: 1024K regular, 117M humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:52.035+0000] Metaspace: 264311K(277268K)->264322K(277268K) NonClass: 234277K(242936K)->234287K(242936K) Class: 30034K(34332K)->30035K(34332K)
[2020-04-10T21:30:52.035+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:52.339+0000] Trigger: Average GC time (302.08 ms) is above the time for allocation rate (927 MB/s) to deplete free headroom (277M)
[2020-04-10T21:30:52.339+0000] Free headroom: 395M (free) - 117M (spike) - 0B (penalties) = 277M
[2020-04-10T21:30:52.339+0000] Free: 395M, Max: 1024K regular, 117M humongous, Frag: 71% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:52.339+0000] GC(92) Concurrent reset
[2020-04-10T21:30:52.339+0000] GC(92) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:52.339+0000] GC(92) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:52.340+0000] GC(92) Concurrent reset 0.890ms
[2020-04-10T21:30:52.341+0000] GC(92) Pause Init Mark
[2020-04-10T21:30:52.341+0000] GC(92) Using 16 of 16 workers for init marking
[2020-04-10T21:30:52.347+0000] GC(92) Pacer for Mark. Expected Live: 1147M, Free: 393M, Non-Taxable: 40273K, Alloc Tax Rate: 10.7x
[2020-04-10T21:30:52.347+0000] GC(92) Pause Init Mark 5.786ms
[2020-04-10T21:30:52.347+0000] GC(92) Concurrent marking
[2020-04-10T21:30:52.347+0000] GC(92) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:52.527+0000] GC(92) Concurrent marking 180.257ms
[2020-04-10T21:30:52.528+0000] GC(92) Pause Final Mark
[2020-04-10T21:30:52.528+0000] GC(92) Using 16 of 16 workers for final marking
[2020-04-10T21:30:52.530+0000] GC(92) Adaptive CSet Selection. Target Free: 332M, Actual Free: 449M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:52.530+0000] GC(92) Collectable Garbage: 526M (82%), Immediate: 13920K (2%), CSet: 512M (80%)
[2020-04-10T21:30:52.542+0000] GC(92) Pacer for Evacuation. Used CSet: 553M, Free: 338M, Non-Taxable: 34670K, Alloc Tax Rate: 4.0x
[2020-04-10T21:30:52.542+0000] GC(92) Pause Final Mark 13.469ms
[2020-04-10T21:30:52.542+0000] GC(92) Concurrent roots processing
[2020-04-10T21:30:52.542+0000] GC(92) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:52.545+0000] GC(92) Concurrent roots processing 3.394ms
[2020-04-10T21:30:52.545+0000] GC(92) Concurrent cleanup
[2020-04-10T21:30:52.545+0000] GC(92) Concurrent cleanup 1891M->1879M(2350M) 0.148ms
[2020-04-10T21:30:52.545+0000] GC(92) Free: 330M, Max: 1024K regular, 117M humongous, Frag: 65% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:52.545+0000] GC(92) Concurrent evacuation
[2020-04-10T21:30:52.545+0000] GC(92) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:52.552+0000] GC(92) Concurrent evacuation 6.608ms
[2020-04-10T21:30:52.553+0000] GC(92) Pause Init Update Refs
[2020-04-10T21:30:52.553+0000] GC(92) Pacer for Update Refs. Used: 1932M, Free: 322M, Non-Taxable: 32982K, Alloc Tax Rate: 7.3x
[2020-04-10T21:30:52.553+0000] GC(92) Pause Init Update Refs 0.081ms
[2020-04-10T21:30:52.553+0000] GC(92) Concurrent update references
[2020-04-10T21:30:52.553+0000] GC(92) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:52.643+0000] GC(92) Concurrent update references 89.832ms
[2020-04-10T21:30:52.644+0000] GC(92) Pause Final Update Refs
[2020-04-10T21:30:52.644+0000] GC(92) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:52.644+0000] GC(92) Pause Final Update Refs 0.374ms
[2020-04-10T21:30:52.644+0000] GC(92) Concurrent cleanup
[2020-04-10T21:30:52.644+0000] GC(92) Concurrent cleanup 2021M->1469M(2350M) 0.180ms
[2020-04-10T21:30:52.644+0000] Free: 745M, Max: 1024K regular, 117M humongous, Frag: 85% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:52.644+0000] Metaspace: 264405K(277268K)->264413K(277268K) NonClass: 234356K(242936K)->234364K(242936K) Class: 30048K(34332K)->30048K(34332K)
[2020-04-10T21:30:52.644+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:52.844+0000] Trigger: Average GC time (303.02 ms) is above the time for allocation rate (1010 MB/s) to deplete free headroom (301M)
[2020-04-10T21:30:52.844+0000] Free headroom: 418M (free) - 117M (spike) - 0B (penalties) = 301M
[2020-04-10T21:30:52.844+0000] Free: 418M, Max: 1024K regular, 117M humongous, Frag: 72% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:52.844+0000] GC(93) Concurrent reset
[2020-04-10T21:30:52.844+0000] GC(93) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:52.844+0000] GC(93) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:52.845+0000] GC(93) Concurrent reset 0.907ms
[2020-04-10T21:30:52.845+0000] GC(93) Pause Init Mark
[2020-04-10T21:30:52.845+0000] GC(93) Using 16 of 16 workers for init marking
[2020-04-10T21:30:52.851+0000] GC(93) Pacer for Mark. Expected Live: 1151M, Free: 415M, Non-Taxable: 42574K, Alloc Tax Rate: 10.2x
[2020-04-10T21:30:52.851+0000] GC(93) Pause Init Mark 5.507ms
[2020-04-10T21:30:52.851+0000] GC(93) Concurrent marking
[2020-04-10T21:30:52.851+0000] GC(93) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:53.024+0000] GC(93) Concurrent marking 172.734ms
[2020-04-10T21:30:53.025+0000] GC(93) Pause Final Mark
[2020-04-10T21:30:53.025+0000] GC(93) Using 16 of 16 workers for final marking
[2020-04-10T21:30:53.025+0000] GC(93) Adaptive CSet Selection. Target Free: 332M, Actual Free: 487M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:53.025+0000] GC(93) Collectable Garbage: 515M (82%), Immediate: 28668K (4%), CSet: 487M (77%)
[2020-04-10T21:30:53.037+0000] GC(93) Pacer for Evacuation. Used CSet: 546M, Free: 371M, Non-Taxable: 38066K, Alloc Tax Rate: 3.6x
[2020-04-10T21:30:53.037+0000] GC(93) Pause Final Mark 12.337ms
[2020-04-10T21:30:53.037+0000] GC(93) Concurrent roots processing
[2020-04-10T21:30:53.037+0000] GC(93) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:53.040+0000] GC(93) Concurrent roots processing 3.073ms
[2020-04-10T21:30:53.040+0000] GC(93) Concurrent cleanup
[2020-04-10T21:30:53.040+0000] GC(93) Concurrent cleanup 1884M->1857M(2350M) 0.148ms
[2020-04-10T21:30:53.040+0000] GC(93) Free: 358M, Max: 1024K regular, 117M humongous, Frag: 68% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:53.040+0000] GC(93) Concurrent evacuation
[2020-04-10T21:30:53.040+0000] GC(93) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:53.052+0000] GC(93) Concurrent evacuation 11.519ms
[2020-04-10T21:30:53.053+0000] GC(93) Pause Init Update Refs
[2020-04-10T21:30:53.053+0000] GC(93) Pacer for Update Refs. Used: 1962M, Free: 316M, Non-Taxable: 32429K, Alloc Tax Rate: 7.6x
[2020-04-10T21:30:53.053+0000] GC(93) Pause Init Update Refs 0.091ms
[2020-04-10T21:30:53.053+0000] GC(93) Concurrent update references
[2020-04-10T21:30:53.053+0000] GC(93) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:53.158+0000] GC(93) Concurrent update references 104.645ms
[2020-04-10T21:30:53.159+0000] GC(93) Pause Final Update Refs
[2020-04-10T21:30:53.159+0000] GC(93) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:53.159+0000] GC(93) Pause Final Update Refs 0.454ms
[2020-04-10T21:30:53.159+0000] GC(93) Concurrent cleanup
[2020-04-10T21:30:53.160+0000] GC(93) Concurrent cleanup 2149M->1604M(2350M) 0.203ms
[2020-04-10T21:30:53.160+0000] Free: 607M, Max: 1024K regular, 103M humongous, Frag: 83% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:53.160+0000] Metaspace: 264439K(277268K)->264479K(277524K) NonClass: 234390K(242936K)->234425K(243192K) Class: 30048K(34332K)->30053K(34332K)
[2020-04-10T21:30:53.160+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:53.291+0000] Trigger: Average GC time (308.18 ms) is above the time for allocation rate (1078 MB/s) to deplete free headroom (330M)
[2020-04-10T21:30:53.291+0000] Free headroom: 447M (free) - 117M (spike) - 0B (penalties) = 330M
[2020-04-10T21:30:53.291+0000] Free: 447M, Max: 1024K regular, 103M humongous, Frag: 77% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:53.291+0000] GC(94) Concurrent reset
[2020-04-10T21:30:53.291+0000] GC(94) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:53.291+0000] GC(94) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:53.292+0000] GC(94) Concurrent reset 0.816ms
[2020-04-10T21:30:53.293+0000] GC(94) Pause Init Mark
[2020-04-10T21:30:53.293+0000] GC(94) Using 16 of 16 workers for init marking
[2020-04-10T21:30:53.299+0000] GC(94) Pacer for Mark. Expected Live: 1156M, Free: 446M, Non-Taxable: 45672K, Alloc Tax Rate: 9.5x
[2020-04-10T21:30:53.299+0000] GC(94) Pause Init Mark 6.009ms
[2020-04-10T21:30:53.299+0000] GC(94) Concurrent marking
[2020-04-10T21:30:53.299+0000] GC(94) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:53.471+0000] GC(94) Concurrent marking 172.496ms
[2020-04-10T21:30:53.472+0000] GC(94) Pause Final Mark
[2020-04-10T21:30:53.472+0000] GC(94) Using 16 of 16 workers for final marking
[2020-04-10T21:30:53.473+0000] GC(94) Adaptive CSet Selection. Target Free: 332M, Actual Free: 498M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:53.473+0000] GC(94) Collectable Garbage: 498M (81%), Immediate: 12584K (2%), CSet: 485M (79%)
[2020-04-10T21:30:53.485+0000] GC(94) Pacer for Evacuation. Used CSet: 514M, Free: 386M, Non-Taxable: 39579K, Alloc Tax Rate: 3.3x
[2020-04-10T21:30:53.485+0000] GC(94) Pause Final Mark 13.180ms
[2020-04-10T21:30:53.486+0000] GC(94) Concurrent roots processing
[2020-04-10T21:30:53.486+0000] GC(94) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:53.490+0000] GC(94) Concurrent roots processing 4.178ms
[2020-04-10T21:30:53.490+0000] GC(94) Concurrent cleanup
[2020-04-10T21:30:53.490+0000] GC(94) Concurrent cleanup 1856M->1846M(2350M) 0.158ms
[2020-04-10T21:30:53.490+0000] GC(94) Free: 369M, Max: 1024K regular, 104M humongous, Frag: 72% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:53.490+0000] GC(94) Concurrent evacuation
[2020-04-10T21:30:53.490+0000] GC(94) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:53.496+0000] GC(94) Concurrent evacuation 5.926ms
[2020-04-10T21:30:53.497+0000] GC(94) Pause Init Update Refs
[2020-04-10T21:30:53.497+0000] GC(94) Pacer for Update Refs. Used: 1893M, Free: 354M, Non-Taxable: 36300K, Alloc Tax Rate: 6.5x
[2020-04-10T21:30:53.497+0000] GC(94) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:53.497+0000] GC(94) Concurrent update references
[2020-04-10T21:30:53.497+0000] GC(94) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:53.587+0000] GC(94) Concurrent update references 90.154ms
[2020-04-10T21:30:53.588+0000] GC(94) Pause Final Update Refs
[2020-04-10T21:30:53.588+0000] GC(94) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:53.589+0000] GC(94) Pause Final Update Refs 0.507ms
[2020-04-10T21:30:53.589+0000] GC(94) Concurrent cleanup
[2020-04-10T21:30:53.589+0000] GC(94) Concurrent cleanup 2029M->1516M(2350M) 0.219ms
[2020-04-10T21:30:53.589+0000] Free: 699M, Max: 1024K regular, 117M humongous, Frag: 84% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:53.589+0000] Metaspace: 264527K(277524K)->264551K(277524K) NonClass: 234469K(243192K)->234491K(243192K) Class: 30058K(34332K)->30060K(34332K)
[2020-04-10T21:30:53.589+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:53.781+0000] Trigger: Average GC time (310.77 ms) is above the time for allocation rate (1037 MB/s) to deplete free headroom (321M)
[2020-04-10T21:30:53.781+0000] Free headroom: 438M (free) - 117M (spike) - 0B (penalties) = 321M
[2020-04-10T21:30:53.781+0000] Free: 438M, Max: 1024K regular, 117M humongous, Frag: 74% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:53.781+0000] GC(95) Concurrent reset
[2020-04-10T21:30:53.781+0000] GC(95) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:53.781+0000] GC(95) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:53.782+0000] GC(95) Concurrent reset 0.935ms
[2020-04-10T21:30:53.783+0000] GC(95) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:53.783+0000] GC(95) Using 16 of 16 workers for init marking
[2020-04-10T21:30:53.788+0000] GC(95) Pacer for Mark. Expected Live: 1159M, Free: 437M, Non-Taxable: 44765K, Alloc Tax Rate: 9.7x
[2020-04-10T21:30:53.788+0000] GC(95) Pause Init Mark (process weakrefs) 5.522ms
[2020-04-10T21:30:53.789+0000] GC(95) Concurrent marking (process weakrefs)
[2020-04-10T21:30:53.789+0000] GC(95) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:53.988+0000] GC(95) Concurrent marking (process weakrefs) 199.475ms
[2020-04-10T21:30:53.988+0000] GC(95) Concurrent precleaning
[2020-04-10T21:30:53.988+0000] GC(95) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:53.988+0000] GC(95) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:54.014+0000] GC(95) Concurrent precleaning 25.878ms
[2020-04-10T21:30:54.015+0000] GC(95) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:54.015+0000] GC(95) Using 16 of 16 workers for final marking
[2020-04-10T21:30:54.017+0000] GC(95) Adaptive CSet Selection. Target Free: 332M, Actual Free: 424M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:54.017+0000] GC(95) Collectable Garbage: 492M (81%), Immediate: 13696K (2%), CSet: 479M (79%)
[2020-04-10T21:30:54.030+0000] GC(95) Pacer for Evacuation. Used CSet: 522M, Free: 312M, Non-Taxable: 32015K, Alloc Tax Rate: 4.1x
[2020-04-10T21:30:54.030+0000] GC(95) Pause Final Mark (process weakrefs) 14.709ms
[2020-04-10T21:30:54.030+0000] GC(95) Concurrent roots processing
[2020-04-10T21:30:54.030+0000] GC(95) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:54.034+0000] GC(95) Concurrent roots processing 3.741ms
[2020-04-10T21:30:54.034+0000] GC(95) Concurrent cleanup
[2020-04-10T21:30:54.034+0000] GC(95) Concurrent cleanup 1914M->1902M(2350M) 0.210ms
[2020-04-10T21:30:54.034+0000] GC(95) Free: 304M, Max: 1024K regular, 117M humongous, Frag: 62% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:54.034+0000] GC(95) Concurrent evacuation
[2020-04-10T21:30:54.034+0000] GC(95) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:54.042+0000] GC(95) Concurrent evacuation 8.074ms
[2020-04-10T21:30:54.043+0000] GC(95) Pause Init Update Refs
[2020-04-10T21:30:54.043+0000] GC(95) Pacer for Update Refs. Used: 1961M, Free: 292M, Non-Taxable: 29980K, Alloc Tax Rate: 8.2x
[2020-04-10T21:30:54.043+0000] GC(95) Pause Init Update Refs 0.084ms
[2020-04-10T21:30:54.043+0000] GC(95) Concurrent update references
[2020-04-10T21:30:54.043+0000] GC(95) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:54.149+0000] GC(95) Concurrent update references 105.826ms
[2020-04-10T21:30:54.150+0000] GC(95) Pause Final Update Refs
[2020-04-10T21:30:54.150+0000] GC(95) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:54.151+0000] GC(95) Pause Final Update Refs 0.485ms
[2020-04-10T21:30:54.151+0000] GC(95) Concurrent cleanup
[2020-04-10T21:30:54.151+0000] GC(95) Concurrent cleanup 2101M->1579M(2350M) 0.200ms
[2020-04-10T21:30:54.151+0000] Free: 628M, Max: 1024K regular, 115M humongous, Frag: 82% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:54.151+0000] Metaspace: 264597K(277524K)->264641K(277524K) NonClass: 234534K(243192K)->234575K(243192K) Class: 30062K(34332K)->30065K(34332K)
[2020-04-10T21:30:54.151+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:54.249+0000] Trigger: Average GC time (315.81 ms) is above the time for allocation rate (1049 MB/s) to deplete free headroom (331M)
[2020-04-10T21:30:54.249+0000] Free headroom: 448M (free) - 117M (spike) - 0B (penalties) = 331M
[2020-04-10T21:30:54.249+0000] Free: 448M, Max: 1024K regular, 115M humongous, Frag: 75% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:54.249+0000] GC(96) Concurrent reset
[2020-04-10T21:30:54.249+0000] GC(96) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:54.249+0000] GC(96) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:54.250+0000] GC(96) Concurrent reset 0.907ms
[2020-04-10T21:30:54.251+0000] GC(96) Pause Init Mark
[2020-04-10T21:30:54.251+0000] GC(96) Using 16 of 16 workers for init marking
[2020-04-10T21:30:54.256+0000] GC(96) Pacer for Mark. Expected Live: 1165M, Free: 446M, Non-Taxable: 45768K, Alloc Tax Rate: 9.6x
[2020-04-10T21:30:54.256+0000] GC(96) Pause Init Mark 5.674ms
[2020-04-10T21:30:54.257+0000] GC(96) Concurrent marking
[2020-04-10T21:30:54.257+0000] GC(96) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:54.431+0000] GC(96) Concurrent marking 174.380ms
[2020-04-10T21:30:54.432+0000] GC(96) Pause Final Mark
[2020-04-10T21:30:54.432+0000] GC(96) Using 16 of 16 workers for final marking
[2020-04-10T21:30:54.433+0000] GC(96) Adaptive CSet Selection. Target Free: 332M, Actual Free: 515M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:54.433+0000] GC(96) Collectable Garbage: 475M (80%), Immediate: 27112K (4%), CSet: 448M (76%)
[2020-04-10T21:30:54.444+0000] GC(96) Pacer for Evacuation. Used CSet: 487M, Free: 406M, Non-Taxable: 41661K, Alloc Tax Rate: 2.9x
[2020-04-10T21:30:54.444+0000] GC(96) Pause Final Mark 12.354ms
[2020-04-10T21:30:54.445+0000] GC(96) Concurrent roots processing
[2020-04-10T21:30:54.445+0000] GC(96) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:54.448+0000] GC(96) Concurrent roots processing 3.364ms
[2020-04-10T21:30:54.448+0000] GC(96) Concurrent cleanup
[2020-04-10T21:30:54.448+0000] GC(96) Concurrent cleanup 1844M->1819M(2350M) 0.155ms
[2020-04-10T21:30:54.448+0000] GC(96) Free: 392M, Max: 1024K regular, 115M humongous, Frag: 71% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:54.448+0000] GC(96) Concurrent evacuation
[2020-04-10T21:30:54.448+0000] GC(96) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:54.456+0000] GC(96) Concurrent evacuation 8.058ms
[2020-04-10T21:30:54.458+0000] GC(96) Pause Init Update Refs
[2020-04-10T21:30:54.458+0000] GC(96) Pacer for Update Refs. Used: 1882M, Free: 373M, Non-Taxable: 38204K, Alloc Tax Rate: 6.2x
[2020-04-10T21:30:54.458+0000] GC(96) Pause Init Update Refs 0.085ms
[2020-04-10T21:30:54.458+0000] GC(96) Concurrent update references
[2020-04-10T21:30:54.458+0000] GC(96) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:54.559+0000] GC(96) Concurrent update references 100.937ms
[2020-04-10T21:30:54.560+0000] GC(96) Pause Final Update Refs
[2020-04-10T21:30:54.560+0000] GC(96) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:54.561+0000] GC(96) Pause Final Update Refs 0.411ms
[2020-04-10T21:30:54.561+0000] GC(96) Concurrent cleanup
[2020-04-10T21:30:54.561+0000] GC(96) Concurrent cleanup 2086M->1600M(2350M) 0.193ms
[2020-04-10T21:30:54.561+0000] Free: 615M, Max: 1024K regular, 117M humongous, Frag: 81% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:54.561+0000] Metaspace: 264751K(277780K)->264827K(277908K) NonClass: 234667K(243448K)->234736K(243448K) Class: 30084K(34332K)->30091K(34460K)
[2020-04-10T21:30:54.561+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:54.642+0000] Trigger: Average GC time (320.33 ms) is above the time for allocation rate (1140 MB/s) to deplete free headroom (362M)
[2020-04-10T21:30:54.642+0000] Free headroom: 480M (free) - 117M (spike) - 0B (penalties) = 362M
[2020-04-10T21:30:54.642+0000] Free: 480M, Max: 1024K regular, 117M humongous, Frag: 76% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:54.642+0000] GC(97) Concurrent reset
[2020-04-10T21:30:54.642+0000] GC(97) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:54.642+0000] GC(97) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:54.643+0000] GC(97) Concurrent reset 0.802ms
[2020-04-10T21:30:54.644+0000] GC(97) Pause Init Mark
[2020-04-10T21:30:54.644+0000] GC(97) Using 16 of 16 workers for init marking
[2020-04-10T21:30:54.649+0000] GC(97) Pacer for Mark. Expected Live: 1166M, Free: 477M, Non-Taxable: 48934K, Alloc Tax Rate: 9.0x
[2020-04-10T21:30:54.649+0000] GC(97) Pause Init Mark 4.992ms
[2020-04-10T21:30:54.649+0000] GC(97) Concurrent marking
[2020-04-10T21:30:54.649+0000] GC(97) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:54.814+0000] GC(97) Concurrent marking 165.088ms
[2020-04-10T21:30:54.815+0000] GC(97) Pause Final Mark
[2020-04-10T21:30:54.815+0000] GC(97) Using 16 of 16 workers for final marking
[2020-04-10T21:30:54.816+0000] GC(97) Adaptive CSet Selection. Target Free: 332M, Actual Free: 520M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:54.816+0000] GC(97) Collectable Garbage: 449M (79%), Immediate: 7648K (1%), CSet: 442M (78%)
[2020-04-10T21:30:54.827+0000] GC(97) Pacer for Evacuation. Used CSet: 484M, Free: 406M, Non-Taxable: 41623K, Alloc Tax Rate: 2.9x
[2020-04-10T21:30:54.827+0000] GC(97) Pause Final Mark 12.697ms
[2020-04-10T21:30:54.828+0000] GC(97) Concurrent roots processing
[2020-04-10T21:30:54.828+0000] GC(97) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:54.831+0000] GC(97) Concurrent roots processing 3.062ms
[2020-04-10T21:30:54.831+0000] GC(97) Concurrent cleanup
[2020-04-10T21:30:54.831+0000] GC(97) Concurrent cleanup 1815M->1807M(2350M) 0.135ms
[2020-04-10T21:30:54.831+0000] GC(97) Free: 405M, Max: 1024K regular, 117M humongous, Frag: 72% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:54.831+0000] GC(97) Concurrent evacuation
[2020-04-10T21:30:54.831+0000] GC(97) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:54.838+0000] GC(97) Concurrent evacuation 6.818ms
[2020-04-10T21:30:54.839+0000] GC(97) Pause Init Update Refs
[2020-04-10T21:30:54.839+0000] GC(97) Pacer for Update Refs. Used: 1867M, Free: 392M, Non-Taxable: 40167K, Alloc Tax Rate: 5.8x
[2020-04-10T21:30:54.839+0000] GC(97) Pause Init Update Refs 0.082ms
[2020-04-10T21:30:54.839+0000] GC(97) Concurrent update references
[2020-04-10T21:30:54.839+0000] GC(97) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:54.939+0000] GC(97) Concurrent update references 99.871ms
[2020-04-10T21:30:54.940+0000] GC(97) Pause Final Update Refs
[2020-04-10T21:30:54.940+0000] GC(97) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:54.940+0000] GC(97) Pause Final Update Refs 0.454ms
[2020-04-10T21:30:54.940+0000] GC(97) Concurrent cleanup
[2020-04-10T21:30:54.941+0000] GC(97) Concurrent cleanup 2043M->1560M(2350M) 0.186ms
[2020-04-10T21:30:54.941+0000] Free: 653M, Max: 1024K regular, 118M humongous, Frag: 82% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:54.941+0000] Metaspace: 264887K(277908K)->264928K(277908K) NonClass: 234788K(243448K)->234826K(243448K) Class: 30098K(34460K)->30102K(34460K)
[2020-04-10T21:30:54.941+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:55.058+0000] Trigger: Average GC time (319.06 ms) is above the time for allocation rate (1109 MB/s) to deplete free headroom (352M)
[2020-04-10T21:30:55.058+0000] Free headroom: 469M (free) - 117M (spike) - 0B (penalties) = 352M
[2020-04-10T21:30:55.058+0000] Free: 469M, Max: 1024K regular, 117M humongous, Frag: 75% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:55.058+0000] GC(98) Concurrent reset
[2020-04-10T21:30:55.058+0000] GC(98) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:55.058+0000] GC(98) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:55.058+0000] GC(98) Concurrent reset 0.791ms
[2020-04-10T21:30:55.059+0000] GC(98) Pause Init Mark
[2020-04-10T21:30:55.059+0000] GC(98) Using 16 of 16 workers for init marking
[2020-04-10T21:30:55.065+0000] GC(98) Pacer for Mark. Expected Live: 1166M, Free: 468M, Non-Taxable: 47963K, Alloc Tax Rate: 9.1x
[2020-04-10T21:30:55.065+0000] GC(98) Pause Init Mark 5.636ms
[2020-04-10T21:30:55.065+0000] GC(98) Concurrent marking
[2020-04-10T21:30:55.065+0000] GC(98) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:55.230+0000] GC(98) Concurrent marking 165.295ms
[2020-04-10T21:30:55.231+0000] GC(98) Pause Final Mark
[2020-04-10T21:30:55.231+0000] GC(98) Using 16 of 16 workers for final marking
[2020-04-10T21:30:55.232+0000] GC(98) Adaptive CSet Selection. Target Free: 332M, Actual Free: 529M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:55.233+0000] GC(98) Collectable Garbage: 449M (79%), Immediate: 21569K (3%), CSet: 428M (76%)
[2020-04-10T21:30:55.244+0000] GC(98) Pacer for Evacuation. Used CSet: 468M, Free: 419M, Non-Taxable: 42925K, Alloc Tax Rate: 2.7x
[2020-04-10T21:30:55.244+0000] GC(98) Pause Final Mark 13.167ms
[2020-04-10T21:30:55.245+0000] GC(98) Concurrent roots processing
[2020-04-10T21:30:55.245+0000] GC(98) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:55.248+0000] GC(98) Concurrent roots processing 2.928ms
[2020-04-10T21:30:55.248+0000] GC(98) Concurrent cleanup
[2020-04-10T21:30:55.248+0000] GC(98) Concurrent cleanup 1818M->1798M(2350M) 0.147ms
[2020-04-10T21:30:55.248+0000] GC(98) Free: 414M, Max: 1024K regular, 117M humongous, Frag: 72% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:55.248+0000] GC(98) Concurrent evacuation
[2020-04-10T21:30:55.248+0000] GC(98) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:55.254+0000] GC(98) Concurrent evacuation 5.892ms
[2020-04-10T21:30:55.255+0000] GC(98) Pause Init Update Refs
[2020-04-10T21:30:55.255+0000] GC(98) Pacer for Update Refs. Used: 1848M, Free: 409M, Non-Taxable: 41907K, Alloc Tax Rate: 5.5x
[2020-04-10T21:30:55.255+0000] GC(98) Pause Init Update Refs 0.085ms
[2020-04-10T21:30:55.255+0000] GC(98) Concurrent update references
[2020-04-10T21:30:55.255+0000] GC(98) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:55.344+0000] GC(98) Concurrent update references 88.724ms
[2020-04-10T21:30:55.344+0000] GC(98) Pause Final Update Refs
[2020-04-10T21:30:55.344+0000] GC(98) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:55.345+0000] GC(98) Pause Final Update Refs 0.380ms
[2020-04-10T21:30:55.345+0000] GC(98) Concurrent cleanup
[2020-04-10T21:30:55.345+0000] GC(98) Concurrent cleanup 1893M->1425M(2350M) 0.172ms
[2020-04-10T21:30:55.345+0000] Free: 788M, Max: 1024K regular, 117M humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:55.345+0000] Metaspace: 264953K(277908K)->264955K(277908K) NonClass: 234848K(243448K)->234850K(243448K) Class: 30105K(34460K)->30105K(34460K)
[2020-04-10T21:30:55.345+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:55.972+0000] Trigger: Average GC time (313.37 ms) is above the time for allocation rate (656 MB/s) to deplete free headroom (204M)
[2020-04-10T21:30:55.972+0000] Free headroom: 321M (free) - 117M (spike) - 0B (penalties) = 204M
[2020-04-10T21:30:55.972+0000] Free: 321M, Max: 1024K regular, 117M humongous, Frag: 64% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:55.972+0000] GC(99) Concurrent reset
[2020-04-10T21:30:55.972+0000] GC(99) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:55.972+0000] GC(99) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:55.973+0000] GC(99) Concurrent reset 1.094ms
[2020-04-10T21:30:55.974+0000] GC(99) Pause Init Mark
[2020-04-10T21:30:55.974+0000] GC(99) Using 16 of 16 workers for init marking
[2020-04-10T21:30:55.979+0000] GC(99) Pacer for Mark. Expected Live: 1167M, Free: 319M, Non-Taxable: 32754K, Alloc Tax Rate: 13.4x
[2020-04-10T21:30:55.979+0000] GC(99) Pause Init Mark 5.001ms
[2020-04-10T21:30:55.979+0000] GC(99) Concurrent marking
[2020-04-10T21:30:55.979+0000] GC(99) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:56.156+0000] GC(99) Concurrent marking 176.673ms
[2020-04-10T21:30:56.156+0000] GC(99) Pause Final Mark
[2020-04-10T21:30:56.156+0000] GC(99) Using 16 of 16 workers for final marking
[2020-04-10T21:30:56.158+0000] GC(99) Adaptive CSet Selection. Target Free: 332M, Actual Free: 430M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:56.158+0000] GC(99) Collectable Garbage: 602M (84%), Immediate: 48757K (6%), CSet: 555M (77%)
[2020-04-10T21:30:56.169+0000] GC(99) Pacer for Evacuation. Used CSet: 591M, Free: 318M, Non-Taxable: 32609K, Alloc Tax Rate: 4.5x
[2020-04-10T21:30:56.169+0000] GC(99) Pause Final Mark 13.156ms
[2020-04-10T21:30:56.170+0000] GC(99) Concurrent roots processing
[2020-04-10T21:30:56.170+0000] GC(99) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:56.173+0000] GC(99) Concurrent roots processing 3.303ms
[2020-04-10T21:30:56.173+0000] GC(99) Concurrent cleanup
[2020-04-10T21:30:56.173+0000] GC(99) Concurrent cleanup 1952M->1904M(2350M) 0.147ms
[2020-04-10T21:30:56.173+0000] GC(99) Free: 311M, Max: 1024K regular, 117M humongous, Frag: 63% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:56.173+0000] GC(99) Concurrent evacuation
[2020-04-10T21:30:56.173+0000] GC(99) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:56.179+0000] GC(99) Concurrent evacuation 5.720ms
[2020-04-10T21:30:56.179+0000] GC(99) Pause Init Update Refs
[2020-04-10T21:30:56.179+0000] GC(99) Pacer for Update Refs. Used: 1954M, Free: 302M, Non-Taxable: 30969K, Alloc Tax Rate: 7.9x
[2020-04-10T21:30:56.180+0000] GC(99) Pause Init Update Refs 0.070ms
[2020-04-10T21:30:56.180+0000] GC(99) Concurrent update references
[2020-04-10T21:30:56.180+0000] GC(99) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:56.260+0000] GC(99) Concurrent update references 79.951ms
[2020-04-10T21:30:56.260+0000] GC(99) Pause Final Update Refs
[2020-04-10T21:30:56.260+0000] GC(99) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:56.261+0000] GC(99) Pause Final Update Refs 0.364ms
[2020-04-10T21:30:56.261+0000] GC(99) Concurrent cleanup
[2020-04-10T21:30:56.261+0000] GC(99) Concurrent cleanup 2033M->1442M(2350M) 0.177ms
[2020-04-10T21:30:56.261+0000] Free: 773M, Max: 1024K regular, 117M humongous, Frag: 85% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:56.261+0000] Metaspace: 265065K(278188K)->265098K(278188K) NonClass: 234943K(243728K)->234973K(243728K) Class: 30121K(34460K)->30124K(34460K)
[2020-04-10T21:30:56.261+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:56.718+0000] Trigger: Average GC time (311.52 ms) is above the time for allocation rate (765 MB/s) to deplete free headroom (237M)
[2020-04-10T21:30:56.718+0000] Free headroom: 354M (free) - 117M (spike) - 0B (penalties) = 237M
[2020-04-10T21:30:56.718+0000] Free: 354M, Max: 1024K regular, 117M humongous, Frag: 67% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:56.718+0000] GC(100) Concurrent reset
[2020-04-10T21:30:56.718+0000] GC(100) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:56.718+0000] GC(100) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:56.719+0000] GC(100) Concurrent reset 0.884ms
[2020-04-10T21:30:56.720+0000] GC(100) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:56.720+0000] GC(100) Using 16 of 16 workers for init marking
[2020-04-10T21:30:56.726+0000] GC(100) Pacer for Mark. Expected Live: 1172M, Free: 353M, Non-Taxable: 36194K, Alloc Tax Rate: 12.2x
[2020-04-10T21:30:56.726+0000] GC(100) Pause Init Mark (process weakrefs) 5.734ms
[2020-04-10T21:30:56.726+0000] GC(100) Concurrent marking (process weakrefs)
[2020-04-10T21:30:56.726+0000] GC(100) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:56.903+0000] GC(100) Concurrent marking (process weakrefs) 177.032ms
[2020-04-10T21:30:56.903+0000] GC(100) Concurrent precleaning
[2020-04-10T21:30:56.903+0000] GC(100) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:56.903+0000] GC(100) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:56.929+0000] GC(100) Concurrent precleaning 25.973ms
[2020-04-10T21:30:56.930+0000] GC(100) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:56.930+0000] GC(100) Using 16 of 16 workers for final marking
[2020-04-10T21:30:56.933+0000] GC(100) Adaptive CSet Selection. Target Free: 332M, Actual Free: 376M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:56.933+0000] GC(100) Collectable Garbage: 558M (82%), Immediate: 41821K (6%), CSet: 517M (76%)
[2020-04-10T21:30:56.944+0000] GC(100) Pacer for Evacuation. Used CSet: 560M, Free: 262M, Non-Taxable: 26881K, Alloc Tax Rate: 5.2x
[2020-04-10T21:30:56.944+0000] GC(100) Pause Final Mark (process weakrefs) 14.008ms
[2020-04-10T21:30:56.945+0000] GC(100) Concurrent roots processing
[2020-04-10T21:30:56.945+0000] GC(100) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:56.948+0000] GC(100) Concurrent roots processing 3.452ms
[2020-04-10T21:30:56.948+0000] GC(100) Concurrent cleanup
[2020-04-10T21:30:56.948+0000] GC(100) Concurrent cleanup 1994M->1954M(2350M) 0.154ms
[2020-04-10T21:30:56.948+0000] GC(100) Free: 258M, Max: 1024K regular, 117M humongous, Frag: 55% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:56.948+0000] GC(100) Concurrent evacuation
[2020-04-10T21:30:56.948+0000] GC(100) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:56.956+0000] GC(100) Concurrent evacuation 7.736ms
[2020-04-10T21:30:56.957+0000] GC(100) Pause Init Update Refs
[2020-04-10T21:30:56.957+0000] GC(100) Pacer for Update Refs. Used: 2010M, Free: 248M, Non-Taxable: 25408K, Alloc Tax Rate: 9.9x
[2020-04-10T21:30:56.957+0000] GC(100) Pause Init Update Refs 0.085ms
[2020-04-10T21:30:56.957+0000] GC(100) Concurrent update references
[2020-04-10T21:30:56.957+0000] GC(100) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:57.067+0000] GC(100) Concurrent update references 109.186ms
[2020-04-10T21:30:57.067+0000] GC(100) Pause Final Update Refs
[2020-04-10T21:30:57.067+0000] GC(100) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:57.068+0000] GC(100) Pause Final Update Refs 0.974ms
[2020-04-10T21:30:57.069+0000] GC(100) Concurrent cleanup
[2020-04-10T21:30:57.069+0000] GC(100) Concurrent cleanup 2137M->1577M(2350M) 0.186ms
[2020-04-10T21:30:57.069+0000] Free: 635M, Max: 1024K regular, 106M humongous, Frag: 84% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:57.069+0000] Metaspace: 265197K(278188K)->265394K(278444K) NonClass: 235059K(243728K)->235240K(243984K) Class: 30138K(34460K)->30153K(34460K)
[2020-04-10T21:30:57.069+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:57.150+0000] Trigger: Average GC time (307.65 ms) is above the time for allocation rate (1082 MB/s) to deplete free headroom (332M)
[2020-04-10T21:30:57.150+0000] Free headroom: 449M (free) - 117M (spike) - 0B (penalties) = 332M
[2020-04-10T21:30:57.150+0000] Free: 449M, Max: 1024K regular, 106M humongous, Frag: 77% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:57.150+0000] GC(101) Concurrent reset
[2020-04-10T21:30:57.150+0000] GC(101) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:57.150+0000] GC(101) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:57.151+0000] GC(101) Concurrent reset 0.934ms
[2020-04-10T21:30:57.152+0000] GC(101) Pause Init Mark
[2020-04-10T21:30:57.152+0000] GC(101) Using 16 of 16 workers for init marking
[2020-04-10T21:30:57.157+0000] GC(101) Pacer for Mark. Expected Live: 1175M, Free: 447M, Non-Taxable: 45806K, Alloc Tax Rate: 9.6x
[2020-04-10T21:30:57.157+0000] GC(101) Pause Init Mark 5.192ms
[2020-04-10T21:30:57.157+0000] GC(101) Concurrent marking
[2020-04-10T21:30:57.157+0000] GC(101) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:57.341+0000] GC(101) Concurrent marking 184.279ms
[2020-04-10T21:30:57.343+0000] GC(101) Pause Final Mark
[2020-04-10T21:30:57.343+0000] GC(101) Using 16 of 16 workers for final marking
[2020-04-10T21:30:57.345+0000] GC(101) Adaptive CSet Selection. Target Free: 332M, Actual Free: 504M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:57.345+0000] GC(101) Collectable Garbage: 442M (79%), Immediate: 20016K (3%), CSet: 422M (75%)
[2020-04-10T21:30:57.357+0000] GC(101) Pacer for Evacuation. Used CSet: 486M, Free: 390M, Non-Taxable: 40038K, Alloc Tax Rate: 3.0x
[2020-04-10T21:30:57.357+0000] GC(101) Pause Final Mark 14.237ms
[2020-04-10T21:30:57.357+0000] GC(101) Concurrent roots processing
[2020-04-10T21:30:57.357+0000] GC(101) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:57.361+0000] GC(101) Concurrent roots processing 3.471ms
[2020-04-10T21:30:57.361+0000] GC(101) Concurrent cleanup
[2020-04-10T21:30:57.361+0000] GC(101) Concurrent cleanup 1851M->1833M(2350M) 0.160ms
[2020-04-10T21:30:57.361+0000] GC(101) Free: 380M, Max: 1024K regular, 106M humongous, Frag: 73% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:57.361+0000] GC(101) Concurrent evacuation
[2020-04-10T21:30:57.361+0000] GC(101) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:57.375+0000] GC(101) Concurrent evacuation 14.129ms
[2020-04-10T21:30:57.377+0000] GC(101) Pause Init Update Refs
[2020-04-10T21:30:57.377+0000] GC(101) Pacer for Update Refs. Used: 1938M, Free: 343M, Non-Taxable: 35156K, Alloc Tax Rate: 6.9x
[2020-04-10T21:30:57.377+0000] GC(101) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:57.377+0000] GC(101) Concurrent update references
[2020-04-10T21:30:57.377+0000] GC(101) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:57.492+0000] GC(101) Concurrent update references 114.953ms
[2020-04-10T21:30:57.493+0000] GC(101) Pause Final Update Refs
[2020-04-10T21:30:57.493+0000] GC(101) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:57.494+0000] GC(101) Pause Final Update Refs 0.450ms
[2020-04-10T21:30:57.494+0000] GC(101) Concurrent cleanup
[2020-04-10T21:30:57.494+0000] GC(101) Concurrent cleanup 2111M->1626M(2350M) 0.238ms
[2020-04-10T21:30:57.494+0000] Free: 583M, Max: 1024K regular, 98304K humongous, Frag: 84% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:57.494+0000] Metaspace: 265432K(278444K)->265519K(278444K) NonClass: 235276K(243984K)->235360K(243984K) Class: 30155K(34460K)->30158K(34460K)
[2020-04-10T21:30:57.494+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:57.536+0000] Trigger: Average GC time (314.07 ms) is above the time for allocation rate (1106 MB/s) to deplete free headroom (346M)
[2020-04-10T21:30:57.536+0000] Free headroom: 464M (free) - 117M (spike) - 0B (penalties) = 346M
[2020-04-10T21:30:57.536+0000] Free: 464M, Max: 1024K regular, 94208K humongous, Frag: 81% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:57.536+0000] GC(102) Concurrent reset
[2020-04-10T21:30:57.536+0000] GC(102) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:57.536+0000] GC(102) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:57.537+0000] GC(102) Concurrent reset 0.940ms
[2020-04-10T21:30:57.538+0000] GC(102) Pause Init Mark
[2020-04-10T21:30:57.538+0000] GC(102) Using 16 of 16 workers for init marking
[2020-04-10T21:30:57.544+0000] GC(102) Pacer for Mark. Expected Live: 1182M, Free: 462M, Non-Taxable: 47353K, Alloc Tax Rate: 9.4x
[2020-04-10T21:30:57.544+0000] GC(102) Pause Init Mark 5.569ms
[2020-04-10T21:30:57.544+0000] GC(102) Concurrent marking
[2020-04-10T21:30:57.544+0000] GC(102) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:57.732+0000] GC(102) Concurrent marking 188.042ms
[2020-04-10T21:30:57.733+0000] GC(102) Pause Final Mark
[2020-04-10T21:30:57.733+0000] GC(102) Using 16 of 16 workers for final marking
[2020-04-10T21:30:57.734+0000] GC(102) Adaptive CSet Selection. Target Free: 332M, Actual Free: 515M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:57.734+0000] GC(102) Collectable Garbage: 404M (77%), Immediate: 16486K (3%), CSet: 388M (74%)
[2020-04-10T21:30:57.746+0000] GC(102) Pacer for Evacuation. Used CSet: 465M, Free: 403M, Non-Taxable: 41368K, Alloc Tax Rate: 2.8x
[2020-04-10T21:30:57.746+0000] GC(102) Pause Final Mark 12.850ms
[2020-04-10T21:30:57.746+0000] GC(102) Concurrent roots processing
[2020-04-10T21:30:57.746+0000] GC(102) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:57.750+0000] GC(102) Concurrent roots processing 3.252ms
[2020-04-10T21:30:57.750+0000] GC(102) Concurrent cleanup
[2020-04-10T21:30:57.750+0000] GC(102) Concurrent cleanup 1835M->1819M(2350M) 0.184ms
[2020-04-10T21:30:57.750+0000] GC(102) Free: 395M, Max: 1024K regular, 94208K humongous, Frag: 77% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:30:57.750+0000] GC(102) Concurrent evacuation
[2020-04-10T21:30:57.750+0000] GC(102) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:57.764+0000] GC(102) Concurrent evacuation 14.199ms
[2020-04-10T21:30:57.765+0000] GC(102) Pause Init Update Refs
[2020-04-10T21:30:57.765+0000] GC(102) Pacer for Update Refs. Used: 1927M, Free: 369M, Non-Taxable: 37802K, Alloc Tax Rate: 6.4x
[2020-04-10T21:30:57.765+0000] GC(102) Pause Init Update Refs 0.108ms
[2020-04-10T21:30:57.766+0000] GC(102) Concurrent update references
[2020-04-10T21:30:57.766+0000] GC(102) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:57.883+0000] GC(102) Concurrent update references 117.823ms
[2020-04-10T21:30:57.885+0000] GC(102) Pause Final Update Refs
[2020-04-10T21:30:57.885+0000] GC(102) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:57.885+0000] GC(102) Pause Final Update Refs 0.515ms
[2020-04-10T21:30:57.886+0000] GC(102) Concurrent cleanup
[2020-04-10T21:30:57.886+0000] GC(102) Concurrent cleanup 2092M->1627M(2350M) 0.185ms
[2020-04-10T21:30:57.886+0000] Free: 588M, Max: 1024K regular, 124M humongous, Frag: 79% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:57.886+0000] Metaspace: 265530K(278444K)->265631K(278596K) NonClass: 235371K(243984K)->235465K(244136K) Class: 30159K(34460K)->30165K(34460K)
[2020-04-10T21:30:57.886+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:58.121+0000] Trigger: Average GC time (324.24 ms) is above the time for allocation rate (828 MB/s) to deplete free headroom (268M)
[2020-04-10T21:30:58.121+0000] Free headroom: 385M (free) - 117M (spike) - 0B (penalties) = 268M
[2020-04-10T21:30:58.121+0000] Free: 385M, Max: 1024K regular, 71680K humongous, Frag: 82% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:58.121+0000] GC(103) Concurrent reset
[2020-04-10T21:30:58.121+0000] GC(103) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:58.121+0000] GC(103) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:58.122+0000] GC(103) Concurrent reset 0.985ms
[2020-04-10T21:30:58.123+0000] GC(103) Pause Init Mark
[2020-04-10T21:30:58.123+0000] GC(103) Using 16 of 16 workers for init marking
[2020-04-10T21:30:58.129+0000] GC(103) Pacer for Mark. Expected Live: 1193M, Free: 384M, Non-Taxable: 39423K, Alloc Tax Rate: 11.4x
[2020-04-10T21:30:58.129+0000] GC(103) Pause Init Mark 5.433ms
[2020-04-10T21:30:58.129+0000] GC(103) Concurrent marking
[2020-04-10T21:30:58.129+0000] GC(103) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:58.292+0000] GC(103) Concurrent marking 163.681ms
[2020-04-10T21:30:58.293+0000] GC(103) Pause Final Mark
[2020-04-10T21:30:58.293+0000] GC(103) Using 16 of 16 workers for final marking
[2020-04-10T21:30:58.294+0000] GC(103) Adaptive CSet Selection. Target Free: 332M, Actual Free: 445M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:58.294+0000] GC(103) Collectable Garbage: 540M (82%), Immediate: 11544K (1%), CSet: 529M (80%)
[2020-04-10T21:30:58.306+0000] GC(103) Pacer for Evacuation. Used CSet: 565M, Free: 331M, Non-Taxable: 33953K, Alloc Tax Rate: 4.2x
[2020-04-10T21:30:58.306+0000] GC(103) Pause Final Mark 12.679ms
[2020-04-10T21:30:58.306+0000] GC(103) Concurrent roots processing
[2020-04-10T21:30:58.306+0000] GC(103) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:58.309+0000] GC(103) Concurrent roots processing 2.701ms
[2020-04-10T21:30:58.309+0000] GC(103) Concurrent cleanup
[2020-04-10T21:30:58.309+0000] GC(103) Concurrent cleanup 1902M->1890M(2350M) 0.162ms
[2020-04-10T21:30:58.309+0000] GC(103) Free: 324M, Max: 1024K regular, 71680K humongous, Frag: 79% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:58.309+0000] GC(103) Concurrent evacuation
[2020-04-10T21:30:58.309+0000] GC(103) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:58.315+0000] GC(103) Concurrent evacuation 6.187ms
[2020-04-10T21:30:58.316+0000] GC(103) Pause Init Update Refs
[2020-04-10T21:30:58.316+0000] GC(103) Pacer for Update Refs. Used: 1939M, Free: 316M, Non-Taxable: 32434K, Alloc Tax Rate: 7.5x
[2020-04-10T21:30:58.316+0000] GC(103) Pause Init Update Refs 0.079ms
[2020-04-10T21:30:58.316+0000] GC(103) Concurrent update references
[2020-04-10T21:30:58.316+0000] GC(103) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:58.403+0000] GC(103) Concurrent update references 86.559ms
[2020-04-10T21:30:58.404+0000] GC(103) Pause Final Update Refs
[2020-04-10T21:30:58.404+0000] GC(103) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:58.404+0000] GC(103) Pause Final Update Refs 0.382ms
[2020-04-10T21:30:58.404+0000] GC(103) Concurrent cleanup
[2020-04-10T21:30:58.404+0000] GC(103) Concurrent cleanup 2027M->1463M(2350M) 0.181ms
[2020-04-10T21:30:58.404+0000] Free: 751M, Max: 1024K regular, 131M humongous, Frag: 83% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:58.404+0000] Metaspace: 265723K(278852K)->265769K(278852K) NonClass: 235553K(244392K)->235597K(244392K) Class: 30170K(34460K)->30171K(34460K)
[2020-04-10T21:30:58.404+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:58.690+0000] Trigger: Average GC time (323.33 ms) is above the time for allocation rate (908 MB/s) to deplete free headroom (292M)
[2020-04-10T21:30:58.690+0000] Free headroom: 410M (free) - 117M (spike) - 0B (penalties) = 292M
[2020-04-10T21:30:58.690+0000] Free: 410M, Max: 1024K regular, 131M humongous, Frag: 68% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:58.690+0000] GC(104) Concurrent reset
[2020-04-10T21:30:58.690+0000] GC(104) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:58.690+0000] GC(104) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:58.691+0000] GC(104) Concurrent reset 0.897ms
[2020-04-10T21:30:58.692+0000] GC(104) Pause Init Mark
[2020-04-10T21:30:58.692+0000] GC(104) Using 16 of 16 workers for init marking
[2020-04-10T21:30:58.697+0000] GC(104) Pacer for Mark. Expected Live: 1192M, Free: 408M, Non-Taxable: 41813K, Alloc Tax Rate: 10.7x
[2020-04-10T21:30:58.697+0000] GC(104) Pause Init Mark 5.543ms
[2020-04-10T21:30:58.697+0000] GC(104) Concurrent marking
[2020-04-10T21:30:58.697+0000] GC(104) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:58.887+0000] GC(104) Concurrent marking 189.437ms
[2020-04-10T21:30:58.888+0000] GC(104) Pause Final Mark
[2020-04-10T21:30:58.888+0000] GC(104) Using 16 of 16 workers for final marking
[2020-04-10T21:30:58.889+0000] GC(104) Adaptive CSet Selection. Target Free: 332M, Actual Free: 502M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:58.889+0000] GC(104) Collectable Garbage: 492M (80%), Immediate: 46049K (7%), CSet: 447M (73%)
[2020-04-10T21:30:58.901+0000] GC(104) Pacer for Evacuation. Used CSet: 473M, Free: 393M, Non-Taxable: 40300K, Alloc Tax Rate: 2.9x
[2020-04-10T21:30:58.901+0000] GC(104) Pause Final Mark 13.179ms
[2020-04-10T21:30:58.901+0000] GC(104) Concurrent roots processing
[2020-04-10T21:30:58.901+0000] GC(104) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:58.905+0000] GC(104) Concurrent roots processing 3.453ms
[2020-04-10T21:30:58.905+0000] GC(104) Concurrent cleanup
[2020-04-10T21:30:58.905+0000] GC(104) Concurrent cleanup 1865M->1821M(2350M) 0.149ms
[2020-04-10T21:30:58.905+0000] GC(104) Free: 388M, Max: 1024K regular, 129M humongous, Frag: 67% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:58.905+0000] GC(104) Concurrent evacuation
[2020-04-10T21:30:58.905+0000] GC(104) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:58.910+0000] GC(104) Concurrent evacuation 4.655ms
[2020-04-10T21:30:58.910+0000] GC(104) Pause Init Update Refs
[2020-04-10T21:30:58.911+0000] GC(104) Pacer for Update Refs. Used: 1857M, Free: 384M, Non-Taxable: 39385K, Alloc Tax Rate: 5.9x
[2020-04-10T21:30:58.911+0000] GC(104) Pause Init Update Refs 0.083ms
[2020-04-10T21:30:58.911+0000] GC(104) Concurrent update references
[2020-04-10T21:30:58.911+0000] GC(104) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:58.997+0000] GC(104) Concurrent update references 86.144ms
[2020-04-10T21:30:58.998+0000] GC(104) Pause Final Update Refs
[2020-04-10T21:30:58.998+0000] GC(104) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:58.998+0000] GC(104) Pause Final Update Refs 0.414ms
[2020-04-10T21:30:58.998+0000] GC(104) Concurrent cleanup
[2020-04-10T21:30:58.998+0000] GC(104) Concurrent cleanup 1910M->1437M(2350M) 0.176ms
[2020-04-10T21:30:58.998+0000] Free: 777M, Max: 1024K regular, 121M humongous, Frag: 85% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:58.998+0000] Metaspace: 265860K(278852K)->265972K(279140K) NonClass: 235688K(244392K)->235795K(244604K) Class: 30172K(34460K)->30177K(34536K)
[2020-04-10T21:30:58.998+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:30:59.478+0000] Trigger: Average GC time (327.26 ms) is above the time for allocation rate (714 MB/s) to deplete free headroom (230M)
[2020-04-10T21:30:59.478+0000] Free headroom: 348M (free) - 117M (spike) - 0B (penalties) = 230M
[2020-04-10T21:30:59.478+0000] Free: 348M, Max: 1024K regular, 121M humongous, Frag: 66% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:59.478+0000] GC(105) Concurrent reset
[2020-04-10T21:30:59.478+0000] GC(105) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:30:59.478+0000] GC(105) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:30:59.479+0000] GC(105) Concurrent reset 0.953ms
[2020-04-10T21:30:59.480+0000] GC(105) Pause Init Mark (process weakrefs)
[2020-04-10T21:30:59.480+0000] GC(105) Using 16 of 16 workers for init marking
[2020-04-10T21:30:59.485+0000] GC(105) Pacer for Mark. Expected Live: 1194M, Free: 346M, Non-Taxable: 35469K, Alloc Tax Rate: 12.6x
[2020-04-10T21:30:59.485+0000] GC(105) Pause Init Mark (process weakrefs) 5.051ms
[2020-04-10T21:30:59.485+0000] GC(105) Concurrent marking (process weakrefs)
[2020-04-10T21:30:59.485+0000] GC(105) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:30:59.655+0000] GC(105) Concurrent marking (process weakrefs) 170.453ms
[2020-04-10T21:30:59.655+0000] GC(105) Concurrent precleaning
[2020-04-10T21:30:59.655+0000] GC(105) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:30:59.655+0000] GC(105) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:30:59.682+0000] GC(105) Concurrent precleaning 27.040ms
[2020-04-10T21:30:59.683+0000] GC(105) Pause Final Mark (process weakrefs)
[2020-04-10T21:30:59.683+0000] GC(105) Using 16 of 16 workers for final marking
[2020-04-10T21:30:59.686+0000] GC(105) Adaptive CSet Selection. Target Free: 332M, Actual Free: 383M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:30:59.686+0000] GC(105) Collectable Garbage: 558M (82%), Immediate: 63567K (9%), CSet: 496M (73%)
[2020-04-10T21:30:59.699+0000] GC(105) Pacer for Evacuation. Used CSet: 528M, Free: 277M, Non-Taxable: 28402K, Alloc Tax Rate: 4.7x
[2020-04-10T21:30:59.699+0000] GC(105) Pause Final Mark (process weakrefs) 15.383ms
[2020-04-10T21:30:59.699+0000] GC(105) Concurrent roots processing
[2020-04-10T21:30:59.699+0000] GC(105) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:30:59.702+0000] GC(105) Concurrent roots processing 3.155ms
[2020-04-10T21:30:59.702+0000] GC(105) Concurrent cleanup
[2020-04-10T21:30:59.702+0000] GC(105) Concurrent cleanup 2004M->1944M(2350M) 0.152ms
[2020-04-10T21:30:59.702+0000] GC(105) Free: 268M, Max: 1024K regular, 112M humongous, Frag: 58% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:30:59.702+0000] GC(105) Concurrent evacuation
[2020-04-10T21:30:59.702+0000] GC(105) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:30:59.709+0000] GC(105) Concurrent evacuation 6.477ms
[2020-04-10T21:30:59.710+0000] GC(105) Pause Init Update Refs
[2020-04-10T21:30:59.710+0000] GC(105) Pacer for Update Refs. Used: 1997M, Free: 249M, Non-Taxable: 25556K, Alloc Tax Rate: 9.8x
[2020-04-10T21:30:59.710+0000] GC(105) Pause Init Update Refs 0.123ms
[2020-04-10T21:30:59.710+0000] GC(105) Concurrent update references
[2020-04-10T21:30:59.710+0000] GC(105) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:30:59.808+0000] GC(105) Concurrent update references 97.504ms
[2020-04-10T21:30:59.808+0000] GC(105) Pause Final Update Refs
[2020-04-10T21:30:59.808+0000] GC(105) Using 16 of 16 workers for final reference update
[2020-04-10T21:30:59.809+0000] GC(105) Pause Final Update Refs 0.580ms
[2020-04-10T21:30:59.809+0000] GC(105) Concurrent cleanup
[2020-04-10T21:30:59.809+0000] GC(105) Concurrent cleanup 2117M->1589M(2350M) 0.189ms
[2020-04-10T21:30:59.809+0000] Free: 619M, Max: 1024K regular, 117M humongous, Frag: 82% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:30:59.809+0000] Metaspace: 266189K(279396K)->266233K(279396K) NonClass: 235994K(244860K)->236034K(244860K) Class: 30194K(34536K)->30198K(34536K)
[2020-04-10T21:30:59.809+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:00.027+0000] Trigger: Average GC time (323.43 ms) is above the time for allocation rate (922 MB/s) to deplete free headroom (295M)
[2020-04-10T21:31:00.027+0000] Free headroom: 412M (free) - 117M (spike) - 0B (penalties) = 295M
[2020-04-10T21:31:00.027+0000] Free: 412M, Max: 1024K regular, 117M humongous, Frag: 72% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:00.027+0000] GC(106) Concurrent reset
[2020-04-10T21:31:00.027+0000] GC(106) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:00.027+0000] GC(106) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:00.028+0000] GC(106) Concurrent reset 0.911ms
[2020-04-10T21:31:00.029+0000] GC(106) Pause Init Mark
[2020-04-10T21:31:00.029+0000] GC(106) Using 16 of 16 workers for init marking
[2020-04-10T21:31:00.034+0000] GC(106) Pacer for Mark. Expected Live: 1193M, Free: 411M, Non-Taxable: 42141K, Alloc Tax Rate: 10.6x
[2020-04-10T21:31:00.034+0000] GC(106) Pause Init Mark 5.398ms
[2020-04-10T21:31:00.034+0000] GC(106) Concurrent marking
[2020-04-10T21:31:00.034+0000] GC(106) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:00.217+0000] GC(106) Concurrent marking 183.162ms
[2020-04-10T21:31:00.218+0000] GC(106) Pause Final Mark
[2020-04-10T21:31:00.218+0000] GC(106) Using 16 of 16 workers for final marking
[2020-04-10T21:31:00.219+0000] GC(106) Adaptive CSet Selection. Target Free: 332M, Actual Free: 486M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:00.219+0000] GC(106) Collectable Garbage: 483M (80%), Immediate: 37018K (6%), CSet: 446M (74%)
[2020-04-10T21:31:00.230+0000] GC(106) Pacer for Evacuation. Used CSet: 485M, Free: 377M, Non-Taxable: 38637K, Alloc Tax Rate: 3.1x
[2020-04-10T21:31:00.230+0000] GC(106) Pause Final Mark 12.209ms
[2020-04-10T21:31:00.231+0000] GC(106) Concurrent roots processing
[2020-04-10T21:31:00.231+0000] GC(106) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:00.234+0000] GC(106) Concurrent roots processing 3.033ms
[2020-04-10T21:31:00.234+0000] GC(106) Concurrent cleanup
[2020-04-10T21:31:00.234+0000] GC(106) Concurrent cleanup 1882M->1848M(2350M) 0.202ms
[2020-04-10T21:31:00.234+0000] GC(106) Free: 364M, Max: 1024K regular, 117M humongous, Frag: 68% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:00.234+0000] GC(106) Concurrent evacuation
[2020-04-10T21:31:00.234+0000] GC(106) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:00.242+0000] GC(106) Concurrent evacuation 7.630ms
[2020-04-10T21:31:00.243+0000] GC(106) Pause Init Update Refs
[2020-04-10T21:31:00.243+0000] GC(106) Pacer for Update Refs. Used: 1923M, Free: 331M, Non-Taxable: 33935K, Alloc Tax Rate: 7.1x
[2020-04-10T21:31:00.243+0000] GC(106) Pause Init Update Refs 0.098ms
[2020-04-10T21:31:00.243+0000] GC(106) Concurrent update references
[2020-04-10T21:31:00.243+0000] GC(106) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:00.349+0000] GC(106) Concurrent update references 105.929ms
[2020-04-10T21:31:00.350+0000] GC(106) Pause Final Update Refs
[2020-04-10T21:31:00.350+0000] GC(106) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:00.350+0000] GC(106) Pause Final Update Refs 0.450ms
[2020-04-10T21:31:00.351+0000] GC(106) Concurrent cleanup
[2020-04-10T21:31:00.351+0000] GC(106) Concurrent cleanup 2220M->1736M(2350M) 0.176ms
[2020-04-10T21:31:00.351+0000] Free: 477M, Max: 1024K regular, 90112K humongous, Frag: 82% external, 22% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:00.351+0000] Metaspace: 266315K(279396K)->266343K(279396K) NonClass: 236115K(244860K)->236140K(244860K) Class: 30199K(34536K)->30202K(34536K)
[2020-04-10T21:31:00.351+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:00.352+0000] Trigger: Average GC time (319.33 ms) is above the time for allocation rate (1301 MB/s) to deplete free headroom (359M)
[2020-04-10T21:31:00.352+0000] Free headroom: 476M (free) - 117M (spike) - 0B (penalties) = 359M
[2020-04-10T21:31:00.352+0000] Free: 476M, Max: 1024K regular, 89088K humongous, Frag: 82% external, 22% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:00.352+0000] GC(107) Concurrent reset
[2020-04-10T21:31:00.352+0000] GC(107) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:00.352+0000] GC(107) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:00.353+0000] GC(107) Concurrent reset 0.869ms
[2020-04-10T21:31:00.354+0000] GC(107) Pause Init Mark
[2020-04-10T21:31:00.354+0000] GC(107) Using 16 of 16 workers for init marking
[2020-04-10T21:31:00.359+0000] GC(107) Pacer for Mark. Expected Live: 1192M, Free: 473M, Non-Taxable: 48456K, Alloc Tax Rate: 9.2x
[2020-04-10T21:31:00.359+0000] GC(107) Pause Init Mark 5.272ms
[2020-04-10T21:31:00.359+0000] GC(107) Concurrent marking
[2020-04-10T21:31:00.359+0000] GC(107) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:00.544+0000] GC(107) Concurrent marking 184.679ms
[2020-04-10T21:31:00.545+0000] GC(107) Pause Final Mark
[2020-04-10T21:31:00.545+0000] GC(107) Using 16 of 16 workers for final marking
[2020-04-10T21:31:00.546+0000] GC(107) Adaptive CSet Selection. Target Free: 332M, Actual Free: 508M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:00.546+0000] GC(107) Collectable Garbage: 379M (76%), Immediate: 4573K (0%), CSet: 375M (75%)
[2020-04-10T21:31:00.557+0000] GC(107) Pacer for Evacuation. Used CSet: 443M, Free: 394M, Non-Taxable: 40367K, Alloc Tax Rate: 2.8x
[2020-04-10T21:31:00.557+0000] GC(107) Pause Final Mark 12.489ms
[2020-04-10T21:31:00.558+0000] GC(107) Concurrent roots processing
[2020-04-10T21:31:00.558+0000] GC(107) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:00.561+0000] GC(107) Concurrent roots processing 3.831ms
[2020-04-10T21:31:00.561+0000] GC(107) Concurrent cleanup
[2020-04-10T21:31:00.562+0000] GC(107) Concurrent cleanup 1838M->1834M(2350M) 0.279ms
[2020-04-10T21:31:00.562+0000] GC(107) Free: 378M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 2% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:00.562+0000] GC(107) Concurrent evacuation
[2020-04-10T21:31:00.562+0000] GC(107) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:00.576+0000] GC(107) Concurrent evacuation 13.857ms
[2020-04-10T21:31:00.577+0000] GC(107) Pause Init Update Refs
[2020-04-10T21:31:00.577+0000] GC(107) Pacer for Update Refs. Used: 1925M, Free: 360M, Non-Taxable: 36880K, Alloc Tax Rate: 6.5x
[2020-04-10T21:31:00.577+0000] GC(107) Pause Init Update Refs 0.085ms
[2020-04-10T21:31:00.577+0000] GC(107) Concurrent update references
[2020-04-10T21:31:00.577+0000] GC(107) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:00.690+0000] GC(107) Concurrent update references 112.912ms
[2020-04-10T21:31:00.691+0000] GC(107) Pause Final Update Refs
[2020-04-10T21:31:00.691+0000] GC(107) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:00.691+0000] GC(107) Pause Final Update Refs 0.385ms
[2020-04-10T21:31:00.691+0000] GC(107) Concurrent cleanup
[2020-04-10T21:31:00.691+0000] GC(107) Concurrent cleanup 2068M->1625M(2350M) 0.175ms
[2020-04-10T21:31:00.691+0000] Free: 582M, Max: 1024K regular, 131M humongous, Frag: 78% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:00.691+0000] Metaspace: 266343K(279396K)->266368K(279396K) NonClass: 236140K(244860K)->236161K(244860K) Class: 30202K(34536K)->30206K(34536K)
[2020-04-10T21:31:00.691+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:00.968+0000] Trigger: Average GC time (317.28 ms) is above the time for allocation rate (790 MB/s) to deplete free headroom (249M)
[2020-04-10T21:31:00.968+0000] Free headroom: 367M (free) - 117M (spike) - 0B (penalties) = 249M
[2020-04-10T21:31:00.968+0000] Free: 367M, Max: 1024K regular, 131M humongous, Frag: 65% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:00.968+0000] GC(108) Concurrent reset
[2020-04-10T21:31:00.968+0000] GC(108) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:00.968+0000] GC(108) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:00.969+0000] GC(108) Concurrent reset 0.872ms
[2020-04-10T21:31:00.970+0000] GC(108) Pause Init Mark
[2020-04-10T21:31:00.970+0000] GC(108) Using 16 of 16 workers for init marking
[2020-04-10T21:31:00.975+0000] GC(108) Pacer for Mark. Expected Live: 1195M, Free: 366M, Non-Taxable: 37564K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:00.975+0000] GC(108) Pause Init Mark 5.676ms
[2020-04-10T21:31:00.975+0000] GC(108) Concurrent marking
[2020-04-10T21:31:00.975+0000] GC(108) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:01.158+0000] GC(108) Concurrent marking 182.379ms
[2020-04-10T21:31:01.158+0000] GC(108) Pause Final Mark
[2020-04-10T21:31:01.158+0000] GC(108) Using 16 of 16 workers for final marking
[2020-04-10T21:31:01.159+0000] GC(108) Adaptive CSet Selection. Target Free: 332M, Actual Free: 457M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:01.159+0000] GC(108) Collectable Garbage: 510M (81%), Immediate: 35427K (5%), CSet: 476M (75%)
[2020-04-10T21:31:01.171+0000] GC(108) Pacer for Evacuation. Used CSet: 515M, Free: 355M, Non-Taxable: 36425K, Alloc Tax Rate: 3.5x
[2020-04-10T21:31:01.171+0000] GC(108) Pause Final Mark 12.646ms
[2020-04-10T21:31:01.171+0000] GC(108) Concurrent roots processing
[2020-04-10T21:31:01.171+0000] GC(108) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:01.174+0000] GC(108) Concurrent roots processing 3.244ms
[2020-04-10T21:31:01.174+0000] GC(108) Concurrent cleanup
[2020-04-10T21:31:01.175+0000] GC(108) Concurrent cleanup 1894M->1860M(2350M) 0.145ms
[2020-04-10T21:31:01.175+0000] GC(108) Free: 352M, Max: 1024K regular, 131M humongous, Frag: 63% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:01.175+0000] GC(108) Concurrent evacuation
[2020-04-10T21:31:01.175+0000] GC(108) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:01.180+0000] GC(108) Concurrent evacuation 5.819ms
[2020-04-10T21:31:01.181+0000] GC(108) Pause Init Update Refs
[2020-04-10T21:31:01.181+0000] GC(108) Pacer for Update Refs. Used: 1907M, Free: 350M, Non-Taxable: 35851K, Alloc Tax Rate: 6.7x
[2020-04-10T21:31:01.181+0000] GC(108) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:01.182+0000] GC(108) Concurrent update references
[2020-04-10T21:31:01.182+0000] GC(108) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:01.273+0000] GC(108) Concurrent update references 91.252ms
[2020-04-10T21:31:01.274+0000] GC(108) Pause Final Update Refs
[2020-04-10T21:31:01.274+0000] GC(108) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:01.274+0000] GC(108) Pause Final Update Refs 0.459ms
[2020-04-10T21:31:01.274+0000] GC(108) Concurrent cleanup
[2020-04-10T21:31:01.274+0000] GC(108) Concurrent cleanup 2003M->1489M(2350M) 0.170ms
[2020-04-10T21:31:01.274+0000] Free: 721M, Max: 1024K regular, 111M humongous, Frag: 85% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:01.274+0000] Metaspace: 266431K(279848K)->266509K(279848K) NonClass: 236211K(245184K)->236278K(245184K) Class: 30219K(34664K)->30231K(34664K)
[2020-04-10T21:31:01.275+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:01.624+0000] Trigger: Average GC time (322.02 ms) is above the time for allocation rate (791 MB/s) to deplete free headroom (252M)
[2020-04-10T21:31:01.624+0000] Free headroom: 370M (free) - 117M (spike) - 0B (penalties) = 252M
[2020-04-10T21:31:01.624+0000] Free: 369M, Max: 1024K regular, 111M humongous, Frag: 70% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:01.624+0000] GC(109) Concurrent reset
[2020-04-10T21:31:01.624+0000] GC(109) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:01.624+0000] GC(109) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:01.625+0000] GC(109) Concurrent reset 0.856ms
[2020-04-10T21:31:01.626+0000] GC(109) Pause Init Mark
[2020-04-10T21:31:01.626+0000] GC(109) Using 16 of 16 workers for init marking
[2020-04-10T21:31:01.632+0000] GC(109) Pacer for Mark. Expected Live: 1201M, Free: 369M, Non-Taxable: 37808K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:01.632+0000] GC(109) Pause Init Mark 5.520ms
[2020-04-10T21:31:01.632+0000] GC(109) Concurrent marking
[2020-04-10T21:31:01.632+0000] GC(109) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:01.809+0000] GC(109) Concurrent marking 177.554ms
[2020-04-10T21:31:01.810+0000] GC(109) Pause Final Mark
[2020-04-10T21:31:01.810+0000] GC(109) Using 16 of 16 workers for final marking
[2020-04-10T21:31:01.811+0000] GC(109) Adaptive CSet Selection. Target Free: 332M, Actual Free: 471M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:01.811+0000] GC(109) Collectable Garbage: 500M (80%), Immediate: 49904K (7%), CSet: 451M (72%)
[2020-04-10T21:31:01.823+0000] GC(109) Pacer for Evacuation. Used CSet: 489M, Free: 365M, Non-Taxable: 37395K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:01.823+0000] GC(109) Pause Final Mark 12.786ms
[2020-04-10T21:31:01.823+0000] GC(109) Concurrent roots processing
[2020-04-10T21:31:01.823+0000] GC(109) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:01.827+0000] GC(109) Concurrent roots processing 3.284ms
[2020-04-10T21:31:01.827+0000] GC(109) Concurrent cleanup
[2020-04-10T21:31:01.827+0000] GC(109) Concurrent cleanup 1894M->1846M(2350M) 0.153ms
[2020-04-10T21:31:01.827+0000] GC(109) Free: 363M, Max: 1024K regular, 111M humongous, Frag: 70% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:01.827+0000] GC(109) Concurrent evacuation
[2020-04-10T21:31:01.827+0000] GC(109) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:01.833+0000] GC(109) Concurrent evacuation 6.159ms
[2020-04-10T21:31:01.836+0000] GC(109) Pause Init Update Refs
[2020-04-10T21:31:01.836+0000] GC(109) Pacer for Update Refs. Used: 1896M, Free: 354M, Non-Taxable: 36320K, Alloc Tax Rate: 6.5x
[2020-04-10T21:31:01.836+0000] GC(109) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:01.836+0000] GC(109) Concurrent update references
[2020-04-10T21:31:01.836+0000] GC(109) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:01.936+0000] GC(109) Concurrent update references 99.667ms
[2020-04-10T21:31:01.937+0000] GC(109) Pause Final Update Refs
[2020-04-10T21:31:01.937+0000] GC(109) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:01.937+0000] GC(109) Pause Final Update Refs 0.390ms
[2020-04-10T21:31:01.937+0000] GC(109) Concurrent cleanup
[2020-04-10T21:31:01.938+0000] GC(109) Concurrent cleanup 2027M->1539M(2350M) 0.196ms
[2020-04-10T21:31:01.938+0000] Free: 671M, Max: 1024K regular, 84992K humongous, Frag: 88% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:01.938+0000] Metaspace: 266564K(279848K)->266633K(279848K) NonClass: 236326K(245184K)->236392K(245184K) Class: 30237K(34664K)->30240K(34664K)
[2020-04-10T21:31:01.938+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:02.011+0000] Trigger: Average GC time (322.92 ms) is above the time for allocation rate (1075 MB/s) to deplete free headroom (345M)
[2020-04-10T21:31:02.011+0000] Free headroom: 462M (free) - 117M (spike) - 0B (penalties) = 345M
[2020-04-10T21:31:02.011+0000] Free: 462M, Max: 1024K regular, 84992K humongous, Frag: 82% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:02.011+0000] GC(110) Concurrent reset
[2020-04-10T21:31:02.011+0000] GC(110) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:02.011+0000] GC(110) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:02.011+0000] GC(110) Concurrent reset 0.870ms
[2020-04-10T21:31:02.012+0000] GC(110) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:02.012+0000] GC(110) Using 16 of 16 workers for init marking
[2020-04-10T21:31:02.018+0000] GC(110) Pacer for Mark. Expected Live: 1207M, Free: 460M, Non-Taxable: 47189K, Alloc Tax Rate: 9.6x
[2020-04-10T21:31:02.018+0000] GC(110) Pause Init Mark (process weakrefs) 5.709ms
[2020-04-10T21:31:02.018+0000] GC(110) Concurrent marking (process weakrefs)
[2020-04-10T21:31:02.018+0000] GC(110) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:02.196+0000] GC(110) Concurrent marking (process weakrefs) 178.352ms
[2020-04-10T21:31:02.196+0000] GC(110) Concurrent precleaning
[2020-04-10T21:31:02.196+0000] GC(110) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:02.196+0000] GC(110) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:02.218+0000] GC(110) Concurrent precleaning 21.951ms
[2020-04-10T21:31:02.219+0000] GC(110) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:02.219+0000] GC(110) Using 16 of 16 workers for final marking
[2020-04-10T21:31:02.221+0000] GC(110) Adaptive CSet Selection. Target Free: 332M, Actual Free: 450M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:02.222+0000] GC(110) Collectable Garbage: 414M (77%), Immediate: 11829K (2%), CSet: 403M (75%)
[2020-04-10T21:31:02.233+0000] GC(110) Pacer for Evacuation. Used CSet: 448M, Free: 340M, Non-Taxable: 34913K, Alloc Tax Rate: 3.2x
[2020-04-10T21:31:02.233+0000] GC(110) Pause Final Mark (process weakrefs) 14.176ms
[2020-04-10T21:31:02.234+0000] GC(110) Concurrent roots processing
[2020-04-10T21:31:02.234+0000] GC(110) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:02.237+0000] GC(110) Concurrent roots processing 3.402ms
[2020-04-10T21:31:02.237+0000] GC(110) Concurrent cleanup
[2020-04-10T21:31:02.237+0000] GC(110) Concurrent cleanup 1889M->1879M(2350M) 0.148ms
[2020-04-10T21:31:02.237+0000] GC(110) Free: 335M, Max: 1024K regular, 84992K humongous, Frag: 76% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:02.237+0000] GC(110) Concurrent evacuation
[2020-04-10T21:31:02.237+0000] GC(110) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:02.245+0000] GC(110) Concurrent evacuation 7.806ms
[2020-04-10T21:31:02.246+0000] GC(110) Pause Init Update Refs
[2020-04-10T21:31:02.246+0000] GC(110) Pacer for Update Refs. Used: 1935M, Free: 327M, Non-Taxable: 33524K, Alloc Tax Rate: 7.2x
[2020-04-10T21:31:02.246+0000] GC(110) Pause Init Update Refs 0.082ms
[2020-04-10T21:31:02.246+0000] GC(110) Concurrent update references
[2020-04-10T21:31:02.246+0000] GC(110) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:02.346+0000] GC(110) Concurrent update references 99.864ms
[2020-04-10T21:31:02.347+0000] GC(110) Pause Final Update Refs
[2020-04-10T21:31:02.347+0000] GC(110) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:02.347+0000] GC(110) Pause Final Update Refs 0.358ms
[2020-04-10T21:31:02.347+0000] GC(110) Concurrent cleanup
[2020-04-10T21:31:02.347+0000] GC(110) Concurrent cleanup 2013M->1566M(2350M) 0.166ms
[2020-04-10T21:31:02.347+0000] Free: 647M, Max: 1024K regular, 92160K humongous, Frag: 87% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:02.347+0000] Metaspace: 266644K(279848K)->266662K(279848K) NonClass: 236401K(245184K)->236419K(245184K) Class: 30242K(34664K)->30242K(34664K)
[2020-04-10T21:31:02.347+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:02.589+0000] Trigger: Average GC time (323.97 ms) is above the time for allocation rate (846 MB/s) to deplete free headroom (273M)
[2020-04-10T21:31:02.589+0000] Free headroom: 390M (free) - 117M (spike) - 0B (penalties) = 273M
[2020-04-10T21:31:02.589+0000] Free: 390M, Max: 1024K regular, 92160K humongous, Frag: 77% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:02.589+0000] GC(111) Concurrent reset
[2020-04-10T21:31:02.589+0000] GC(111) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:02.589+0000] GC(111) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:02.590+0000] GC(111) Concurrent reset 0.874ms
[2020-04-10T21:31:02.591+0000] GC(111) Pause Init Mark
[2020-04-10T21:31:02.591+0000] GC(111) Using 16 of 16 workers for init marking
[2020-04-10T21:31:02.597+0000] GC(111) Pacer for Mark. Expected Live: 1213M, Free: 390M, Non-Taxable: 39963K, Alloc Tax Rate: 11.4x
[2020-04-10T21:31:02.597+0000] GC(111) Pause Init Mark 5.855ms
[2020-04-10T21:31:02.597+0000] GC(111) Concurrent marking
[2020-04-10T21:31:02.597+0000] GC(111) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:02.783+0000] GC(111) Concurrent marking 186.621ms
[2020-04-10T21:31:02.784+0000] GC(111) Pause Final Mark
[2020-04-10T21:31:02.784+0000] GC(111) Using 16 of 16 workers for final marking
[2020-04-10T21:31:02.786+0000] GC(111) Adaptive CSet Selection. Target Free: 332M, Actual Free: 457M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:02.787+0000] GC(111) Collectable Garbage: 475M (79%), Immediate: 26341K (4%), CSet: 449M (75%)
[2020-04-10T21:31:02.799+0000] GC(111) Pacer for Evacuation. Used CSet: 500M, Free: 349M, Non-Taxable: 35782K, Alloc Tax Rate: 3.5x
[2020-04-10T21:31:02.799+0000] GC(111) Pause Final Mark 14.210ms
[2020-04-10T21:31:02.799+0000] GC(111) Concurrent roots processing
[2020-04-10T21:31:02.799+0000] GC(111) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:02.802+0000] GC(111) Concurrent roots processing 3.487ms
[2020-04-10T21:31:02.802+0000] GC(111) Concurrent cleanup
[2020-04-10T21:31:02.803+0000] GC(111) Concurrent cleanup 1901M->1877M(2350M) 0.147ms
[2020-04-10T21:31:02.803+0000] GC(111) Free: 335M, Max: 1024K regular, 112M humongous, Frag: 67% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:02.803+0000] GC(111) Concurrent evacuation
[2020-04-10T21:31:02.803+0000] GC(111) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:02.813+0000] GC(111) Concurrent evacuation 9.982ms
[2020-04-10T21:31:02.814+0000] GC(111) Pause Init Update Refs
[2020-04-10T21:31:02.814+0000] GC(111) Pacer for Update Refs. Used: 1962M, Free: 304M, Non-Taxable: 31184K, Alloc Tax Rate: 7.9x
[2020-04-10T21:31:02.814+0000] GC(111) Pause Init Update Refs 0.112ms
[2020-04-10T21:31:02.814+0000] GC(111) Concurrent update references
[2020-04-10T21:31:02.814+0000] GC(111) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:02.916+0000] GC(111) Concurrent update references 102.430ms
[2020-04-10T21:31:02.917+0000] GC(111) Pause Final Update Refs
[2020-04-10T21:31:02.917+0000] GC(111) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:02.918+0000] GC(111) Pause Final Update Refs 0.407ms
[2020-04-10T21:31:02.918+0000] GC(111) Concurrent cleanup
[2020-04-10T21:31:02.918+0000] GC(111) Concurrent cleanup 2152M->1653M(2350M) 0.207ms
[2020-04-10T21:31:02.918+0000] Free: 559M, Max: 1024K regular, 83968K humongous, Frag: 86% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:02.918+0000] Metaspace: 266914K(280232K)->266935K(280232K) NonClass: 236622K(245440K)->236640K(245440K) Class: 30292K(34792K)->30294K(34792K)
[2020-04-10T21:31:02.918+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:02.959+0000] Trigger: Average GC time (325.01 ms) is above the time for allocation rate (1090 MB/s) to deplete free headroom (351M)
[2020-04-10T21:31:02.959+0000] Free headroom: 469M (free) - 117M (spike) - 0B (penalties) = 351M
[2020-04-10T21:31:02.959+0000] Free: 469M, Max: 1024K regular, 83968K humongous, Frag: 83% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:02.959+0000] GC(112) Concurrent reset
[2020-04-10T21:31:02.959+0000] GC(112) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:02.959+0000] GC(112) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:02.960+0000] GC(112) Concurrent reset 0.784ms
[2020-04-10T21:31:02.962+0000] GC(112) Pause Init Mark
[2020-04-10T21:31:02.962+0000] GC(112) Using 16 of 16 workers for init marking
[2020-04-10T21:31:02.967+0000] GC(112) Pacer for Mark. Expected Live: 1218M, Free: 467M, Non-Taxable: 47916K, Alloc Tax Rate: 9.5x
[2020-04-10T21:31:02.967+0000] GC(112) Pause Init Mark 5.400ms
[2020-04-10T21:31:02.968+0000] GC(112) Concurrent marking
[2020-04-10T21:31:02.968+0000] GC(112) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:03.150+0000] GC(112) Concurrent marking 182.885ms
[2020-04-10T21:31:03.151+0000] GC(112) Pause Final Mark
[2020-04-10T21:31:03.151+0000] GC(112) Using 16 of 16 workers for final marking
[2020-04-10T21:31:03.153+0000] GC(112) Adaptive CSet Selection. Target Free: 332M, Actual Free: 502M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:03.153+0000] GC(112) Collectable Garbage: 369M (75%), Immediate: 2048K (0%), CSet: 367M (74%)
[2020-04-10T21:31:03.165+0000] GC(112) Pacer for Evacuation. Used CSet: 433M, Free: 387M, Non-Taxable: 39701K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:03.165+0000] GC(112) Pause Final Mark 13.267ms
[2020-04-10T21:31:03.165+0000] GC(112) Concurrent roots processing
[2020-04-10T21:31:03.165+0000] GC(112) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:03.168+0000] GC(112) Concurrent roots processing 3.471ms
[2020-04-10T21:31:03.168+0000] GC(112) Concurrent cleanup
[2020-04-10T21:31:03.168+0000] GC(112) Concurrent cleanup 1834M->1833M(2350M) 0.149ms
[2020-04-10T21:31:03.168+0000] GC(112) Free: 377M, Max: 1024K regular, 83968K humongous, Frag: 79% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:03.168+0000] GC(112) Concurrent evacuation
[2020-04-10T21:31:03.168+0000] GC(112) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:03.181+0000] GC(112) Concurrent evacuation 12.054ms
[2020-04-10T21:31:03.182+0000] GC(112) Pause Init Update Refs
[2020-04-10T21:31:03.182+0000] GC(112) Pacer for Update Refs. Used: 1924M, Free: 358M, Non-Taxable: 36760K, Alloc Tax Rate: 6.6x
[2020-04-10T21:31:03.182+0000] GC(112) Pause Init Update Refs 0.090ms
[2020-04-10T21:31:03.182+0000] GC(112) Concurrent update references
[2020-04-10T21:31:03.182+0000] GC(112) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:03.288+0000] GC(112) Concurrent update references 105.861ms
[2020-04-10T21:31:03.289+0000] GC(112) Pause Final Update Refs
[2020-04-10T21:31:03.289+0000] GC(112) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:03.289+0000] GC(112) Pause Final Update Refs 0.460ms
[2020-04-10T21:31:03.289+0000] GC(112) Concurrent cleanup
[2020-04-10T21:31:03.289+0000] GC(112) Concurrent cleanup 2033M->1601M(2350M) 0.172ms
[2020-04-10T21:31:03.289+0000] Free: 609M, Max: 1024K regular, 203M humongous, Frag: 67% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:03.289+0000] Metaspace: 266941K(280488K)->266985K(280488K) NonClass: 236646K(245696K)->236684K(245696K) Class: 30294K(34792K)->30300K(34792K)
[2020-04-10T21:31:03.289+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:03.443+0000] Trigger: Average GC time (323.28 ms) is above the time for allocation rate (892 MB/s) to deplete free headroom (288M)
[2020-04-10T21:31:03.443+0000] Free headroom: 405M (free) - 117M (spike) - 0B (penalties) = 288M
[2020-04-10T21:31:03.443+0000] Free: 405M, Max: 1024K regular, 203M humongous, Frag: 50% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:03.443+0000] GC(113) Concurrent reset
[2020-04-10T21:31:03.443+0000] GC(113) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:03.443+0000] GC(113) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:03.444+0000] GC(113) Concurrent reset 0.924ms
[2020-04-10T21:31:03.445+0000] GC(113) Pause Init Mark
[2020-04-10T21:31:03.445+0000] GC(113) Using 16 of 16 workers for init marking
[2020-04-10T21:31:03.450+0000] GC(113) Pacer for Mark. Expected Live: 1220M, Free: 404M, Non-Taxable: 41452K, Alloc Tax Rate: 11.1x
[2020-04-10T21:31:03.450+0000] GC(113) Pause Init Mark 5.643ms
[2020-04-10T21:31:03.451+0000] GC(113) Concurrent marking
[2020-04-10T21:31:03.451+0000] GC(113) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:03.640+0000] GC(113) Concurrent marking 189.545ms
[2020-04-10T21:31:03.641+0000] GC(113) Pause Final Mark
[2020-04-10T21:31:03.641+0000] GC(113) Using 16 of 16 workers for final marking
[2020-04-10T21:31:03.642+0000] GC(113) Adaptive CSet Selection. Target Free: 332M, Actual Free: 472M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:03.642+0000] GC(113) Collectable Garbage: 427M (77%), Immediate: 18423K (3%), CSet: 409M (74%)
[2020-04-10T21:31:03.654+0000] GC(113) Pacer for Evacuation. Used CSet: 481M, Free: 361M, Non-Taxable: 37025K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:03.654+0000] GC(113) Pause Final Mark 13.231ms
[2020-04-10T21:31:03.655+0000] GC(113) Concurrent roots processing
[2020-04-10T21:31:03.655+0000] GC(113) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:03.658+0000] GC(113) Concurrent roots processing 3.090ms
[2020-04-10T21:31:03.658+0000] GC(113) Concurrent cleanup
[2020-04-10T21:31:03.658+0000] GC(113) Concurrent cleanup 1883M->1866M(2350M) 0.190ms
[2020-04-10T21:31:03.658+0000] GC(113) Free: 345M, Max: 1024K regular, 203M humongous, Frag: 41% external, 2% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:31:03.658+0000] GC(113) Concurrent evacuation
[2020-04-10T21:31:03.658+0000] GC(113) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:03.668+0000] GC(113) Concurrent evacuation 10.213ms
[2020-04-10T21:31:03.669+0000] GC(113) Pause Init Update Refs
[2020-04-10T21:31:03.669+0000] GC(113) Pacer for Update Refs. Used: 1956M, Free: 328M, Non-Taxable: 33587K, Alloc Tax Rate: 7.3x
[2020-04-10T21:31:03.669+0000] GC(113) Pause Init Update Refs 0.154ms
[2020-04-10T21:31:03.669+0000] GC(113) Concurrent update references
[2020-04-10T21:31:03.669+0000] GC(113) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:03.772+0000] GC(113) Concurrent update references 102.664ms
[2020-04-10T21:31:03.773+0000] GC(113) Pause Final Update Refs
[2020-04-10T21:31:03.773+0000] GC(113) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:03.773+0000] GC(113) Pause Final Update Refs 0.413ms
[2020-04-10T21:31:03.774+0000] GC(113) Concurrent cleanup
[2020-04-10T21:31:03.774+0000] GC(113) Concurrent cleanup 2134M->1654M(2350M) 0.185ms
[2020-04-10T21:31:03.774+0000] Free: 551M, Max: 1024K regular, 81920K humongous, Frag: 86% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:03.774+0000] Metaspace: 266991K(280488K)->267033K(280488K) NonClass: 236690K(245696K)->236729K(245696K) Class: 30301K(34792K)->30303K(34792K)
[2020-04-10T21:31:03.774+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:03.795+0000] Trigger: Average GC time (328.12 ms) is above the time for allocation rate (1065 MB/s) to deplete free headroom (343M)
[2020-04-10T21:31:03.795+0000] Free headroom: 460M (free) - 117M (spike) - 0B (penalties) = 343M
[2020-04-10T21:31:03.795+0000] Free: 460M, Max: 1024K regular, 81920K humongous, Frag: 83% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:03.795+0000] GC(114) Concurrent reset
[2020-04-10T21:31:03.795+0000] GC(114) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:03.795+0000] GC(114) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:03.796+0000] GC(114) Concurrent reset 0.977ms
[2020-04-10T21:31:03.797+0000] GC(114) Pause Init Mark
[2020-04-10T21:31:03.797+0000] GC(114) Using 16 of 16 workers for init marking
[2020-04-10T21:31:03.803+0000] GC(114) Pacer for Mark. Expected Live: 1230M, Free: 457M, Non-Taxable: 46845K, Alloc Tax Rate: 9.9x
[2020-04-10T21:31:03.803+0000] GC(114) Pause Init Mark 5.814ms
[2020-04-10T21:31:03.803+0000] GC(114) Concurrent marking
[2020-04-10T21:31:03.803+0000] GC(114) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:03.991+0000] GC(114) Concurrent marking 187.593ms
[2020-04-10T21:31:03.994+0000] GC(114) Pause Final Mark
[2020-04-10T21:31:03.994+0000] GC(114) Using 16 of 16 workers for final marking
[2020-04-10T21:31:03.995+0000] GC(114) Adaptive CSet Selection. Target Free: 332M, Actual Free: 502M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:03.995+0000] GC(114) Collectable Garbage: 312M (71%), Immediate: 15025K (3%), CSet: 297M (68%)
[2020-04-10T21:31:04.007+0000] GC(114) Pacer for Evacuation. Used CSet: 395M, Free: 394M, Non-Taxable: 40354K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:04.007+0000] GC(114) Pause Final Mark 12.987ms
[2020-04-10T21:31:04.007+0000] GC(114) Concurrent roots processing
[2020-04-10T21:31:04.007+0000] GC(114) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:04.011+0000] GC(114) Concurrent roots processing 3.884ms
[2020-04-10T21:31:04.011+0000] GC(114) Concurrent cleanup
[2020-04-10T21:31:04.011+0000] GC(114) Concurrent cleanup 1851M->1837M(2350M) 0.275ms
[2020-04-10T21:31:04.011+0000] GC(114) Free: 377M, Max: 1024K regular, 81920K humongous, Frag: 79% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:04.011+0000] GC(114) Concurrent evacuation
[2020-04-10T21:31:04.011+0000] GC(114) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:04.026+0000] GC(114) Concurrent evacuation 15.178ms
[2020-04-10T21:31:04.027+0000] GC(114) Pause Init Update Refs
[2020-04-10T21:31:04.028+0000] GC(114) Pacer for Update Refs. Used: 1985M, Free: 329M, Non-Taxable: 33766K, Alloc Tax Rate: 7.4x
[2020-04-10T21:31:04.028+0000] GC(114) Pause Init Update Refs 0.103ms
[2020-04-10T21:31:04.028+0000] GC(114) Concurrent update references
[2020-04-10T21:31:04.028+0000] GC(114) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:04.146+0000] GC(114) Concurrent update references 117.813ms
[2020-04-10T21:31:04.147+0000] GC(114) Pause Final Update Refs
[2020-04-10T21:31:04.147+0000] GC(114) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:04.147+0000] GC(114) Pause Final Update Refs 0.407ms
[2020-04-10T21:31:04.147+0000] GC(114) Concurrent cleanup
[2020-04-10T21:31:04.147+0000] GC(114) Concurrent cleanup 2233M->1839M(2350M) 0.195ms
[2020-04-10T21:31:04.147+0000] Free: 375M, Max: 1024K regular, 80896K humongous, Frag: 79% external, 18% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:04.147+0000] Metaspace: 267033K(280488K)->267097K(280744K) NonClass: 236729K(245696K)->236784K(245952K) Class: 30303K(34792K)->30312K(34792K)
[2020-04-10T21:31:04.147+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:04.148+0000] Trigger: Average GC time (335.91 ms) is above the time for allocation rate (1140 MB/s) to deplete free headroom (256M)
[2020-04-10T21:31:04.148+0000] Free headroom: 373M (free) - 117M (spike) - 0B (penalties) = 256M
[2020-04-10T21:31:04.148+0000] Free: 373M, Max: 1024K regular, 80896K humongous, Frag: 79% external, 18% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:04.148+0000] GC(115) Concurrent reset
[2020-04-10T21:31:04.148+0000] GC(115) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:04.148+0000] GC(115) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:04.149+0000] GC(115) Concurrent reset 0.853ms
[2020-04-10T21:31:04.150+0000] GC(115) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:04.150+0000] GC(115) Using 16 of 16 workers for init marking
[2020-04-10T21:31:04.156+0000] GC(115) Pacer for Mark. Expected Live: 1250M, Free: 372M, Non-Taxable: 38146K, Alloc Tax Rate: 12.3x
[2020-04-10T21:31:04.156+0000] GC(115) Pause Init Mark (process weakrefs) 5.648ms
[2020-04-10T21:31:04.156+0000] GC(115) Concurrent marking (process weakrefs)
[2020-04-10T21:31:04.156+0000] GC(115) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:04.353+0000] GC(115) Concurrent marking (process weakrefs) 196.661ms
[2020-04-10T21:31:04.353+0000] GC(115) Concurrent precleaning
[2020-04-10T21:31:04.353+0000] GC(115) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:04.353+0000] GC(115) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:04.372+0000] GC(115) Concurrent precleaning 19.113ms
[2020-04-10T21:31:04.373+0000] GC(115) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:04.373+0000] GC(115) Using 16 of 16 workers for final marking
[2020-04-10T21:31:04.375+0000] GC(115) Adaptive CSet Selection. Target Free: 332M, Actual Free: 396M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:04.375+0000] GC(115) Collectable Garbage: 406M (76%), Immediate: 9216K (1%), CSet: 397M (74%)
[2020-04-10T21:31:04.387+0000] GC(115) Pacer for Evacuation. Used CSet: 488M, Free: 279M, Non-Taxable: 28575K, Alloc Tax Rate: 4.3x
[2020-04-10T21:31:04.387+0000] GC(115) Pause Final Mark (process weakrefs) 14.127ms
[2020-04-10T21:31:04.387+0000] GC(115) Concurrent roots processing
[2020-04-10T21:31:04.387+0000] GC(115) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:04.391+0000] GC(115) Concurrent roots processing 3.543ms
[2020-04-10T21:31:04.391+0000] GC(115) Concurrent cleanup
[2020-04-10T21:31:04.391+0000] GC(115) Concurrent cleanup 1945M->1937M(2350M) 0.184ms
[2020-04-10T21:31:04.391+0000] GC(115) Free: 275M, Max: 1024K regular, 80896K humongous, Frag: 72% external, 2% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:04.391+0000] GC(115) Concurrent evacuation
[2020-04-10T21:31:04.391+0000] GC(115) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:04.404+0000] GC(115) Concurrent evacuation 12.983ms
[2020-04-10T21:31:04.405+0000] GC(115) Pause Init Update Refs
[2020-04-10T21:31:04.405+0000] GC(115) Pacer for Update Refs. Used: 2044M, Free: 260M, Non-Taxable: 26682K, Alloc Tax Rate: 9.6x
[2020-04-10T21:31:04.405+0000] GC(115) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:04.405+0000] GC(115) Concurrent update references
[2020-04-10T21:31:04.405+0000] GC(115) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:04.523+0000] GC(115) Concurrent update references 118.209ms
[2020-04-10T21:31:04.524+0000] GC(115) Pause Final Update Refs
[2020-04-10T21:31:04.524+0000] GC(115) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:04.525+0000] GC(115) Pause Final Update Refs 0.427ms
[2020-04-10T21:31:04.525+0000] GC(115) Concurrent cleanup
[2020-04-10T21:31:04.525+0000] GC(115) Concurrent cleanup 2169M->1682M(2350M) 0.177ms
[2020-04-10T21:31:04.525+0000] Free: 528M, Max: 1024K regular, 115M humongous, Frag: 79% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:04.525+0000] Metaspace: 267097K(280744K)->267127K(280744K) NonClass: 236784K(245952K)->236814K(245952K) Class: 30312K(34792K)->30313K(34792K)
[2020-04-10T21:31:04.525+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:04.625+0000] Trigger: Average GC time (343.88 ms) is above the time for allocation rate (806 MB/s) to deplete free headroom (275M)
[2020-04-10T21:31:04.625+0000] Free headroom: 392M (free) - 117M (spike) - 0B (penalties) = 275M
[2020-04-10T21:31:04.625+0000] Free: 392M, Max: 1024K regular, 115M humongous, Frag: 71% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:04.625+0000] GC(116) Concurrent reset
[2020-04-10T21:31:04.625+0000] GC(116) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:04.625+0000] GC(116) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:04.626+0000] GC(116) Concurrent reset 0.842ms
[2020-04-10T21:31:04.627+0000] GC(116) Pause Init Mark
[2020-04-10T21:31:04.627+0000] GC(116) Using 16 of 16 workers for init marking
[2020-04-10T21:31:04.632+0000] GC(116) Pacer for Mark. Expected Live: 1269M, Free: 390M, Non-Taxable: 40012K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:04.632+0000] GC(116) Pause Init Mark 5.256ms
[2020-04-10T21:31:04.632+0000] GC(116) Concurrent marking
[2020-04-10T21:31:04.632+0000] GC(116) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:04.822+0000] GC(116) Concurrent marking 189.253ms
[2020-04-10T21:31:04.823+0000] GC(116) Pause Final Mark
[2020-04-10T21:31:04.823+0000] GC(116) Using 16 of 16 workers for final marking
[2020-04-10T21:31:04.824+0000] GC(116) Adaptive CSet Selection. Target Free: 332M, Actual Free: 452M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:04.824+0000] GC(116) Collectable Garbage: 389M (74%), Immediate: 16528K (3%), CSet: 373M (71%)
[2020-04-10T21:31:04.836+0000] GC(116) Pacer for Evacuation. Used CSet: 452M, Free: 338M, Non-Taxable: 34698K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:04.836+0000] GC(116) Pause Final Mark 13.116ms
[2020-04-10T21:31:04.836+0000] GC(116) Concurrent roots processing
[2020-04-10T21:31:04.836+0000] GC(116) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:04.839+0000] GC(116) Concurrent roots processing 3.332ms
[2020-04-10T21:31:04.839+0000] GC(116) Concurrent cleanup
[2020-04-10T21:31:04.840+0000] GC(116) Concurrent cleanup 1891M->1875M(2350M) 0.158ms
[2020-04-10T21:31:04.840+0000] GC(116) Free: 336M, Max: 1024K regular, 190M humongous, Frag: 44% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:04.840+0000] GC(116) Concurrent evacuation
[2020-04-10T21:31:04.840+0000] GC(116) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:04.850+0000] GC(116) Concurrent evacuation 10.746ms
[2020-04-10T21:31:04.851+0000] GC(116) Pause Init Update Refs
[2020-04-10T21:31:04.851+0000] GC(116) Pacer for Update Refs. Used: 1975M, Free: 319M, Non-Taxable: 32739K, Alloc Tax Rate: 7.6x
[2020-04-10T21:31:04.851+0000] GC(116) Pause Init Update Refs 0.084ms
[2020-04-10T21:31:04.851+0000] GC(116) Concurrent update references
[2020-04-10T21:31:04.851+0000] GC(116) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:04.954+0000] GC(116) Concurrent update references 102.217ms
[2020-04-10T21:31:04.955+0000] GC(116) Pause Final Update Refs
[2020-04-10T21:31:04.955+0000] GC(116) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:04.955+0000] GC(116) Pause Final Update Refs 0.458ms
[2020-04-10T21:31:04.955+0000] GC(116) Concurrent cleanup
[2020-04-10T21:31:04.955+0000] GC(116) Concurrent cleanup 2105M->1654M(2350M) 0.170ms
[2020-04-10T21:31:04.955+0000] Free: 557M, Max: 1024K regular, 184M humongous, Frag: 67% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:04.955+0000] Metaspace: 267144K(280744K)->267193K(280744K) NonClass: 236830K(245952K)->236873K(245952K) Class: 30314K(34792K)->30320K(34792K)
[2020-04-10T21:31:04.955+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:05.081+0000] Trigger: Average GC time (344.04 ms) is above the time for allocation rate (831 MB/s) to deplete free headroom (284M)
[2020-04-10T21:31:05.081+0000] Free headroom: 402M (free) - 117M (spike) - 0B (penalties) = 284M
[2020-04-10T21:31:05.081+0000] Free: 402M, Max: 1024K regular, 184M humongous, Frag: 55% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:05.081+0000] GC(117) Concurrent reset
[2020-04-10T21:31:05.081+0000] GC(117) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:05.081+0000] GC(117) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:05.082+0000] GC(117) Concurrent reset 0.949ms
[2020-04-10T21:31:05.083+0000] GC(117) Pause Init Mark
[2020-04-10T21:31:05.083+0000] GC(117) Using 16 of 16 workers for init marking
[2020-04-10T21:31:05.089+0000] GC(117) Pacer for Mark. Expected Live: 1285M, Free: 401M, Non-Taxable: 41150K, Alloc Tax Rate: 11.7x
[2020-04-10T21:31:05.089+0000] GC(117) Pause Init Mark 5.710ms
[2020-04-10T21:31:05.089+0000] GC(117) Concurrent marking
[2020-04-10T21:31:05.089+0000] GC(117) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:05.292+0000] GC(117) Concurrent marking 202.730ms
[2020-04-10T21:31:05.293+0000] GC(117) Pause Final Mark
[2020-04-10T21:31:05.293+0000] GC(117) Using 16 of 16 workers for final marking
[2020-04-10T21:31:05.294+0000] GC(117) Adaptive CSet Selection. Target Free: 332M, Actual Free: 483M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:05.294+0000] GC(117) Collectable Garbage: 376M (74%), Immediate: 34411K (6%), CSet: 343M (67%)
[2020-04-10T21:31:05.306+0000] GC(117) Pacer for Evacuation. Used CSet: 381M, Free: 372M, Non-Taxable: 38104K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:05.306+0000] GC(117) Pause Final Mark 13.270ms
[2020-04-10T21:31:05.306+0000] GC(117) Concurrent roots processing
[2020-04-10T21:31:05.306+0000] GC(117) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:05.310+0000] GC(117) Concurrent roots processing 3.370ms
[2020-04-10T21:31:05.310+0000] GC(117) Concurrent cleanup
[2020-04-10T21:31:05.310+0000] GC(117) Concurrent cleanup 1882M->1850M(2350M) 0.157ms
[2020-04-10T21:31:05.310+0000] GC(117) Free: 358M, Max: 1024K regular, 192M humongous, Frag: 47% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:05.310+0000] GC(117) Concurrent evacuation
[2020-04-10T21:31:05.310+0000] GC(117) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:05.316+0000] GC(117) Concurrent evacuation 6.520ms
[2020-04-10T21:31:05.317+0000] GC(117) Pause Init Update Refs
[2020-04-10T21:31:05.317+0000] GC(117) Pacer for Update Refs. Used: 1902M, Free: 349M, Non-Taxable: 35772K, Alloc Tax Rate: 6.7x
[2020-04-10T21:31:05.317+0000] GC(117) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:05.317+0000] GC(117) Concurrent update references
[2020-04-10T21:31:05.318+0000] GC(117) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:05.424+0000] GC(117) Concurrent update references 106.875ms
[2020-04-10T21:31:05.426+0000] GC(117) Pause Final Update Refs
[2020-04-10T21:31:05.426+0000] GC(117) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:05.426+0000] GC(117) Pause Final Update Refs 0.422ms
[2020-04-10T21:31:05.426+0000] GC(117) Concurrent cleanup
[2020-04-10T21:31:05.426+0000] GC(117) Concurrent cleanup 2043M->1662M(2350M) 0.237ms
[2020-04-10T21:31:05.426+0000] Free: 542M, Max: 1024K regular, 211M humongous, Frag: 61% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:05.426+0000] Metaspace: 267249K(280744K)->267272K(280744K) NonClass: 236923K(245952K)->236943K(245952K) Class: 30325K(34792K)->30328K(34792K)
[2020-04-10T21:31:05.426+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:05.503+0000] Trigger: Average GC time (346.90 ms) is above the time for allocation rate (866 MB/s) to deplete free headroom (300M)
[2020-04-10T21:31:05.503+0000] Free headroom: 418M (free) - 117M (spike) - 0B (penalties) = 300M
[2020-04-10T21:31:05.503+0000] Free: 418M, Max: 1024K regular, 211M humongous, Frag: 50% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:05.503+0000] GC(118) Concurrent reset
[2020-04-10T21:31:05.503+0000] GC(118) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:05.503+0000] GC(118) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:05.504+0000] GC(118) Concurrent reset 0.888ms
[2020-04-10T21:31:05.505+0000] GC(118) Pause Init Mark
[2020-04-10T21:31:05.505+0000] GC(118) Using 16 of 16 workers for init marking
[2020-04-10T21:31:05.510+0000] GC(118) Pacer for Mark. Expected Live: 1295M, Free: 417M, Non-Taxable: 42713K, Alloc Tax Rate: 11.4x
[2020-04-10T21:31:05.510+0000] GC(118) Pause Init Mark 5.498ms
[2020-04-10T21:31:05.510+0000] GC(118) Concurrent marking
[2020-04-10T21:31:05.510+0000] GC(118) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:05.718+0000] GC(118) Concurrent marking 207.317ms
[2020-04-10T21:31:05.719+0000] GC(118) Pause Final Mark
[2020-04-10T21:31:05.719+0000] GC(118) Using 16 of 16 workers for final marking
[2020-04-10T21:31:05.720+0000] GC(118) Adaptive CSet Selection. Target Free: 332M, Actual Free: 476M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:05.720+0000] GC(118) Collectable Garbage: 325M (71%), Immediate: 22392K (4%), CSet: 303M (66%)
[2020-04-10T21:31:05.732+0000] GC(118) Pacer for Evacuation. Used CSet: 355M, Free: 370M, Non-Taxable: 37915K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:05.732+0000] GC(118) Pause Final Mark 13.493ms
[2020-04-10T21:31:05.733+0000] GC(118) Concurrent roots processing
[2020-04-10T21:31:05.733+0000] GC(118) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:05.736+0000] GC(118) Concurrent roots processing 3.109ms
[2020-04-10T21:31:05.736+0000] GC(118) Concurrent cleanup
[2020-04-10T21:31:05.736+0000] GC(118) Concurrent cleanup 1874M->1855M(2350M) 0.150ms
[2020-04-10T21:31:05.736+0000] GC(118) Free: 357M, Max: 1024K regular, 211M humongous, Frag: 41% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:05.736+0000] GC(118) Concurrent evacuation
[2020-04-10T21:31:05.736+0000] GC(118) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:05.746+0000] GC(118) Concurrent evacuation 10.155ms
[2020-04-10T21:31:05.748+0000] GC(118) Pause Init Update Refs
[2020-04-10T21:31:05.748+0000] GC(118) Pacer for Update Refs. Used: 1941M, Free: 328M, Non-Taxable: 33595K, Alloc Tax Rate: 7.2x
[2020-04-10T21:31:05.748+0000] GC(118) Pause Init Update Refs 0.156ms
[2020-04-10T21:31:05.749+0000] GC(118) Concurrent update references
[2020-04-10T21:31:05.749+0000] GC(118) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:05.868+0000] GC(118) Concurrent update references 119.575ms
[2020-04-10T21:31:05.869+0000] GC(118) Pause Final Update Refs
[2020-04-10T21:31:05.869+0000] GC(118) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:05.870+0000] GC(118) Pause Final Update Refs 0.569ms
[2020-04-10T21:31:05.870+0000] GC(118) Concurrent cleanup
[2020-04-10T21:31:05.870+0000] GC(118) Concurrent cleanup 2155M->1802M(2350M) 0.176ms
[2020-04-10T21:31:05.870+0000] Free: 408M, Max: 1024K regular, 72704K humongous, Frag: 83% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:05.870+0000] Metaspace: 267288K(280744K)->267318K(280744K) NonClass: 236958K(245952K)->236985K(245952K) Class: 30330K(34792K)->30332K(34792K)
[2020-04-10T21:31:05.870+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:05.871+0000] Trigger: Average GC time (354.17 ms) is above the time for allocation rate (932 MB/s) to deplete free headroom (289M)
[2020-04-10T21:31:05.871+0000] Free headroom: 406M (free) - 117M (spike) - 0B (penalties) = 289M
[2020-04-10T21:31:05.871+0000] Free: 406M, Max: 1024K regular, 72704K humongous, Frag: 83% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:05.871+0000] GC(119) Concurrent reset
[2020-04-10T21:31:05.871+0000] GC(119) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:05.871+0000] GC(119) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:05.872+0000] GC(119) Concurrent reset 0.813ms
[2020-04-10T21:31:05.873+0000] GC(119) Pause Init Mark
[2020-04-10T21:31:05.873+0000] GC(119) Using 16 of 16 workers for init marking
[2020-04-10T21:31:05.879+0000] GC(119) Pacer for Mark. Expected Live: 1310M, Free: 405M, Non-Taxable: 41480K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:05.879+0000] GC(119) Pause Init Mark 5.556ms
[2020-04-10T21:31:05.879+0000] GC(119) Concurrent marking
[2020-04-10T21:31:05.879+0000] GC(119) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:06.078+0000] GC(119) Concurrent marking 199.042ms
[2020-04-10T21:31:06.082+0000] GC(119) Pause Final Mark
[2020-04-10T21:31:06.082+0000] GC(119) Using 16 of 16 workers for final marking
[2020-04-10T21:31:06.084+0000] GC(119) Adaptive CSet Selection. Target Free: 332M, Actual Free: 455M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:06.084+0000] GC(119) Collectable Garbage: 321M (70%), Immediate: 6876K (1%), CSet: 314M (69%)
[2020-04-10T21:31:06.096+0000] GC(119) Pacer for Evacuation. Used CSet: 376M, Free: 344M, Non-Taxable: 35240K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:06.097+0000] GC(119) Pause Final Mark 14.113ms
[2020-04-10T21:31:06.097+0000] GC(119) Concurrent roots processing
[2020-04-10T21:31:06.097+0000] GC(119) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:06.100+0000] GC(119) Concurrent roots processing 3.147ms
[2020-04-10T21:31:06.100+0000] GC(119) Concurrent cleanup
[2020-04-10T21:31:06.100+0000] GC(119) Concurrent cleanup 1887M->1881M(2350M) 0.160ms
[2020-04-10T21:31:06.100+0000] GC(119) Free: 331M, Max: 1024K regular, 74752K humongous, Frag: 78% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:06.100+0000] GC(119) Concurrent evacuation
[2020-04-10T21:31:06.100+0000] GC(119) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:06.112+0000] GC(119) Concurrent evacuation 11.733ms
[2020-04-10T21:31:06.113+0000] GC(119) Pause Init Update Refs
[2020-04-10T21:31:06.113+0000] GC(119) Pacer for Update Refs. Used: 1986M, Free: 293M, Non-Taxable: 30033K, Alloc Tax Rate: 8.3x
[2020-04-10T21:31:06.113+0000] GC(119) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:06.113+0000] GC(119) Concurrent update references
[2020-04-10T21:31:06.113+0000] GC(119) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:06.230+0000] GC(119) Concurrent update references 116.735ms
[2020-04-10T21:31:06.231+0000] GC(119) Pause Final Update Refs
[2020-04-10T21:31:06.231+0000] GC(119) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:06.231+0000] GC(119) Pause Final Update Refs 0.462ms
[2020-04-10T21:31:06.231+0000] GC(119) Concurrent cleanup
[2020-04-10T21:31:06.231+0000] GC(119) Concurrent cleanup 2131M->1756M(2350M) 0.175ms
[2020-04-10T21:31:06.231+0000] Free: 457M, Max: 1024K regular, 54272K humongous, Frag: 89% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:06.231+0000] Metaspace: 267318K(280744K)->267358K(280744K) NonClass: 236985K(245952K)->237019K(245952K) Class: 30332K(34792K)->30338K(34792K)
[2020-04-10T21:31:06.231+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:06.266+0000] Trigger: Average GC time (355.78 ms) is above the time for allocation rate (816 MB/s) to deplete free headroom (290M)
[2020-04-10T21:31:06.266+0000] Free headroom: 407M (free) - 117M (spike) - 0B (penalties) = 290M
[2020-04-10T21:31:06.266+0000] Free: 407M, Max: 1024K regular, 54272K humongous, Frag: 87% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:06.266+0000] GC(120) Concurrent reset
[2020-04-10T21:31:06.266+0000] GC(120) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:06.266+0000] GC(120) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:06.267+0000] GC(120) Concurrent reset 0.850ms
[2020-04-10T21:31:06.268+0000] GC(120) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:06.268+0000] GC(120) Using 16 of 16 workers for init marking
[2020-04-10T21:31:06.273+0000] GC(120) Pacer for Mark. Expected Live: 1317M, Free: 406M, Non-Taxable: 41648K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:06.273+0000] GC(120) Pause Init Mark (process weakrefs) 5.402ms
[2020-04-10T21:31:06.273+0000] GC(120) Concurrent marking (process weakrefs)
[2020-04-10T21:31:06.273+0000] GC(120) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:06.479+0000] GC(120) Concurrent marking (process weakrefs) 205.278ms
[2020-04-10T21:31:06.479+0000] GC(120) Concurrent precleaning
[2020-04-10T21:31:06.479+0000] GC(120) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:06.479+0000] GC(120) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:06.533+0000] GC(120) Concurrent precleaning 53.751ms
[2020-04-10T21:31:06.533+0000] GC(120) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:06.533+0000] GC(120) Using 16 of 16 workers for final marking
[2020-04-10T21:31:06.536+0000] GC(120) Adaptive CSet Selection. Target Free: 332M, Actual Free: 301M, Max CSet: 100266K, Min Garbage: 32682K
[2020-04-10T21:31:06.537+0000] GC(120) Collectable Garbage: 340M (71%), Immediate: 4096K (0%), CSet: 336M (70%)
[2020-04-10T21:31:06.548+0000] GC(120) Pacer for Evacuation. Used CSet: 399M, Free: 185M, Non-Taxable: 19024K, Alloc Tax Rate: 5.3x
[2020-04-10T21:31:06.548+0000] GC(120) Pause Final Mark (process weakrefs) 14.755ms
[2020-04-10T21:31:06.548+0000] GC(120) Concurrent roots processing
[2020-04-10T21:31:06.548+0000] GC(120) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:06.552+0000] GC(120) Concurrent roots processing 3.192ms
[2020-04-10T21:31:06.552+0000] GC(120) Concurrent cleanup
[2020-04-10T21:31:06.552+0000] GC(120) Concurrent cleanup 2034M->2031M(2350M) 0.148ms
[2020-04-10T21:31:06.552+0000] GC(120) Free: 180M, Max: 1024K regular, 55296K humongous, Frag: 70% external, 4% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:06.552+0000] GC(120) Concurrent evacuation
[2020-04-10T21:31:06.552+0000] GC(120) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:06.564+0000] GC(120) Concurrent evacuation 12.362ms
[2020-04-10T21:31:06.565+0000] GC(120) Pause Init Update Refs
[2020-04-10T21:31:06.565+0000] GC(120) Pacer for Update Refs. Used: 2113M, Free: 166M, Non-Taxable: 17009K, Alloc Tax Rate: 15.6x
[2020-04-10T21:31:06.565+0000] GC(120) Pause Init Update Refs 0.090ms
[2020-04-10T21:31:06.565+0000] GC(120) Concurrent update references
[2020-04-10T21:31:06.565+0000] GC(120) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:06.691+0000] GC(120) Concurrent update references 125.746ms
[2020-04-10T21:31:06.692+0000] GC(120) Pause Final Update Refs
[2020-04-10T21:31:06.692+0000] GC(120) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:06.693+0000] GC(120) Pause Final Update Refs 0.471ms
[2020-04-10T21:31:06.693+0000] GC(120) Concurrent cleanup
[2020-04-10T21:31:06.693+0000] GC(120) Concurrent cleanup 2263M->1864M(2350M) 0.179ms
[2020-04-10T21:31:06.693+0000] Free: 347M, Max: 1024K regular, 45056K humongous, Frag: 88% external, 20% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:06.693+0000] Metaspace: 267365K(280744K)->267416K(280744K) NonClass: 237025K(245952K)->237072K(245952K) Class: 30339K(34792K)->30344K(34792K)
[2020-04-10T21:31:06.693+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:06.694+0000] Trigger: Average GC time (365.80 ms) is above the time for allocation rate (934 MB/s) to deplete free headroom (228M)
[2020-04-10T21:31:06.694+0000] Free headroom: 346M (free) - 117M (spike) - 0B (penalties) = 228M
[2020-04-10T21:31:06.694+0000] Free: 346M, Max: 1024K regular, 45056K humongous, Frag: 88% external, 20% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:06.694+0000] GC(121) Concurrent reset
[2020-04-10T21:31:06.694+0000] GC(121) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:06.694+0000] GC(121) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:06.695+0000] GC(121) Concurrent reset 0.821ms
[2020-04-10T21:31:06.696+0000] GC(121) Pause Init Mark
[2020-04-10T21:31:06.696+0000] GC(121) Using 16 of 16 workers for init marking
[2020-04-10T21:31:06.702+0000] GC(121) Pacer for Mark. Expected Live: 1322M, Free: 345M, Non-Taxable: 35358K, Alloc Tax Rate: 14.0x
[2020-04-10T21:31:06.702+0000] GC(121) Pause Init Mark 5.571ms
[2020-04-10T21:31:06.702+0000] GC(121) Concurrent marking
[2020-04-10T21:31:06.702+0000] GC(121) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:06.906+0000] GC(121) Concurrent marking 203.844ms
[2020-04-10T21:31:06.907+0000] GC(121) Pause Final Mark
[2020-04-10T21:31:06.907+0000] GC(121) Using 16 of 16 workers for final marking
[2020-04-10T21:31:06.908+0000] GC(121) Adaptive CSet Selection. Target Free: 332M, Actual Free: 399M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:06.908+0000] GC(121) Collectable Garbage: 373M (73%), Immediate: 5793K (1%), CSet: 368M (72%)
[2020-04-10T21:31:06.920+0000] GC(121) Pacer for Evacuation. Used CSet: 450M, Free: 287M, Non-Taxable: 29394K, Alloc Tax Rate: 3.8x
[2020-04-10T21:31:06.920+0000] GC(121) Pause Final Mark 13.265ms
[2020-04-10T21:31:06.920+0000] GC(121) Concurrent roots processing
[2020-04-10T21:31:06.920+0000] GC(121) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:06.924+0000] GC(121) Concurrent roots processing 3.856ms
[2020-04-10T21:31:06.924+0000] GC(121) Concurrent cleanup
[2020-04-10T21:31:06.924+0000] GC(121) Concurrent cleanup 1944M->1939M(2350M) 0.180ms
[2020-04-10T21:31:06.924+0000] GC(121) Free: 275M, Max: 1024K regular, 45056K humongous, Frag: 84% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:06.924+0000] GC(121) Concurrent evacuation
[2020-04-10T21:31:06.924+0000] GC(121) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:06.944+0000] GC(121) Concurrent evacuation 19.333ms
[2020-04-10T21:31:06.946+0000] GC(121) Pause Init Update Refs
[2020-04-10T21:31:06.946+0000] GC(121) Pacer for Update Refs. Used: 2074M, Free: 226M, Non-Taxable: 23179K, Alloc Tax Rate: 11.2x
[2020-04-10T21:31:06.946+0000] GC(121) Pause Init Update Refs 0.096ms
[2020-04-10T21:31:06.946+0000] GC(121) Concurrent update references
[2020-04-10T21:31:06.946+0000] GC(121) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:07.076+0000] GC(121) Concurrent update references 130.300ms
[2020-04-10T21:31:07.077+0000] GC(121) Pause Final Update Refs
[2020-04-10T21:31:07.077+0000] GC(121) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:07.078+0000] GC(121) Pause Final Update Refs 0.482ms
[2020-04-10T21:31:07.078+0000] GC(121) Concurrent cleanup
[2020-04-10T21:31:07.078+0000] GC(121) Concurrent cleanup 2264M->1815M(2350M) 0.212ms
[2020-04-10T21:31:07.078+0000] Free: 396M, Max: 1024K regular, 95232K humongous, Frag: 77% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.078+0000] Metaspace: 267416K(280744K)->267459K(280744K) NonClass: 237072K(245952K)->237114K(245952K) Class: 30344K(34792K)->30345K(34792K)
[2020-04-10T21:31:07.078+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:07.079+0000] Trigger: Average GC time (376.64 ms) is above the time for allocation rate (858 MB/s) to deplete free headroom (273M)
[2020-04-10T21:31:07.079+0000] Free headroom: 390M (free) - 117M (spike) - 0B (penalties) = 273M
[2020-04-10T21:31:07.079+0000] Free: 390M, Max: 1024K regular, 95232K humongous, Frag: 76% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.079+0000] GC(122) Concurrent reset
[2020-04-10T21:31:07.079+0000] GC(122) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:07.079+0000] GC(122) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:07.080+0000] GC(122) Concurrent reset 0.996ms
[2020-04-10T21:31:07.082+0000] GC(122) Pause Init Mark
[2020-04-10T21:31:07.082+0000] GC(122) Using 16 of 16 workers for init marking
[2020-04-10T21:31:07.088+0000] GC(122) Pacer for Mark. Expected Live: 1333M, Free: 386M, Non-Taxable: 39554K, Alloc Tax Rate: 12.7x
[2020-04-10T21:31:07.088+0000] GC(122) Pause Init Mark 5.981ms
[2020-04-10T21:31:07.088+0000] GC(122) Concurrent marking
[2020-04-10T21:31:07.088+0000] GC(122) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:07.296+0000] GC(122) Concurrent marking 207.834ms
[2020-04-10T21:31:07.298+0000] GC(122) Pause Final Mark
[2020-04-10T21:31:07.298+0000] GC(122) Using 16 of 16 workers for final marking
[2020-04-10T21:31:07.298+0000] GC(122) Adaptive CSet Selection. Target Free: 332M, Actual Free: 436M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:07.299+0000] GC(122) Collectable Garbage: 332M (71%), Immediate: 6573K (1%), CSet: 325M (69%)
[2020-04-10T21:31:07.311+0000] GC(122) Pacer for Evacuation. Used CSet: 386M, Free: 323M, Non-Taxable: 33146K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:07.311+0000] GC(122) Pause Final Mark 13.116ms
[2020-04-10T21:31:07.318+0000] GC(122) Concurrent roots processing
[2020-04-10T21:31:07.318+0000] GC(122) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:07.322+0000] GC(122) Concurrent roots processing 3.841ms
[2020-04-10T21:31:07.322+0000] GC(122) Concurrent cleanup
[2020-04-10T21:31:07.322+0000] GC(122) Concurrent cleanup 1934M->1927M(2350M) 0.176ms
[2020-04-10T21:31:07.322+0000] GC(122) Free: 291M, Max: 1024K regular, 95232K humongous, Frag: 68% external, 2% internal; Reserve: 113M, Max: 1024K
[2020-04-10T21:31:07.322+0000] GC(122) Concurrent evacuation
[2020-04-10T21:31:07.322+0000] GC(122) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:07.333+0000] GC(122) Concurrent evacuation 11.280ms
[2020-04-10T21:31:07.334+0000] GC(122) Pause Init Update Refs
[2020-04-10T21:31:07.334+0000] GC(122) Pacer for Update Refs. Used: 2015M, Free: 265M, Non-Taxable: 27221K, Alloc Tax Rate: 9.3x
[2020-04-10T21:31:07.334+0000] GC(122) Pause Init Update Refs 0.089ms
[2020-04-10T21:31:07.335+0000] GC(122) Concurrent update references
[2020-04-10T21:31:07.335+0000] GC(122) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:07.458+0000] GC(122) Concurrent update references 123.367ms
[2020-04-10T21:31:07.459+0000] GC(122) Pause Final Update Refs
[2020-04-10T21:31:07.459+0000] GC(122) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:07.460+0000] GC(122) Pause Final Update Refs 0.439ms
[2020-04-10T21:31:07.460+0000] GC(122) Concurrent cleanup
[2020-04-10T21:31:07.460+0000] GC(122) Concurrent cleanup 2232M->1848M(2350M) 0.176ms
[2020-04-10T21:31:07.460+0000] Free: 366M, Max: 1024K regular, 44032K humongous, Frag: 89% external, 19% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.460+0000] Metaspace: 267459K(280744K)->267547K(280920K) NonClass: 237114K(245952K)->237194K(246128K) Class: 30345K(34792K)->30353K(34792K)
[2020-04-10T21:31:07.460+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:07.461+0000] Trigger: Average GC time (383.76 ms) is above the time for allocation rate (931 MB/s) to deplete free headroom (247M)
[2020-04-10T21:31:07.461+0000] Free headroom: 365M (free) - 117M (spike) - 0B (penalties) = 247M
[2020-04-10T21:31:07.461+0000] Free: 365M, Max: 1024K regular, 44032K humongous, Frag: 89% external, 19% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.461+0000] GC(123) Concurrent reset
[2020-04-10T21:31:07.461+0000] GC(123) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:07.461+0000] GC(123) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:07.462+0000] GC(123) Concurrent reset 0.946ms
[2020-04-10T21:31:07.463+0000] GC(123) Pause Init Mark
[2020-04-10T21:31:07.463+0000] GC(123) Using 16 of 16 workers for init marking
[2020-04-10T21:31:07.469+0000] GC(123) Pacer for Mark. Expected Live: 1345M, Free: 364M, Non-Taxable: 37321K, Alloc Tax Rate: 13.5x
[2020-04-10T21:31:07.469+0000] GC(123) Pause Init Mark 5.842ms
[2020-04-10T21:31:07.469+0000] GC(123) Concurrent marking
[2020-04-10T21:31:07.469+0000] GC(123) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:07.676+0000] GC(123) Concurrent marking 207.163ms
[2020-04-10T21:31:07.677+0000] GC(123) Pause Final Mark
[2020-04-10T21:31:07.677+0000] GC(123) Using 16 of 16 workers for final marking
[2020-04-10T21:31:07.678+0000] GC(123) Adaptive CSet Selection. Target Free: 332M, Actual Free: 418M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:07.678+0000] GC(123) Collectable Garbage: 371M (73%), Immediate: 2048K (0%), CSet: 369M (72%)
[2020-04-10T21:31:07.690+0000] GC(123) Pacer for Evacuation. Used CSet: 415M, Free: 303M, Non-Taxable: 31088K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:07.690+0000] GC(123) Pause Final Mark 12.683ms
[2020-04-10T21:31:07.690+0000] GC(123) Concurrent roots processing
[2020-04-10T21:31:07.690+0000] GC(123) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:07.693+0000] GC(123) Concurrent roots processing 2.914ms
[2020-04-10T21:31:07.693+0000] GC(123) Concurrent cleanup
[2020-04-10T21:31:07.693+0000] GC(123) Concurrent cleanup 1925M->1924M(2350M) 0.158ms
[2020-04-10T21:31:07.693+0000] GC(123) Free: 291M, Max: 1024K regular, 44032K humongous, Frag: 86% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:07.693+0000] GC(123) Concurrent evacuation
[2020-04-10T21:31:07.693+0000] GC(123) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:07.702+0000] GC(123) Concurrent evacuation 9.261ms
[2020-04-10T21:31:07.704+0000] GC(123) Pause Init Update Refs
[2020-04-10T21:31:07.704+0000] GC(123) Pacer for Update Refs. Used: 2001M, Free: 262M, Non-Taxable: 26890K, Alloc Tax Rate: 9.3x
[2020-04-10T21:31:07.704+0000] GC(123) Pause Init Update Refs 0.098ms
[2020-04-10T21:31:07.706+0000] GC(123) Concurrent update references
[2020-04-10T21:31:07.706+0000] GC(123) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:07.825+0000] GC(123) Concurrent update references 119.860ms
[2020-04-10T21:31:07.827+0000] GC(123) Pause Final Update Refs
[2020-04-10T21:31:07.827+0000] GC(123) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:07.827+0000] GC(123) Pause Final Update Refs 0.446ms
[2020-04-10T21:31:07.827+0000] GC(123) Concurrent cleanup
[2020-04-10T21:31:07.827+0000] GC(123) Concurrent cleanup 2229M->1816M(2350M) 0.183ms
[2020-04-10T21:31:07.827+0000] Free: 399M, Max: 1024K regular, 50176K humongous, Frag: 88% external, 21% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.827+0000] Metaspace: 267547K(280920K)->267565K(280920K) NonClass: 237194K(246128K)->237208K(246128K) Class: 30353K(34792K)->30357K(34792K)
[2020-04-10T21:31:07.827+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:07.829+0000] Trigger: Average GC time (383.55 ms) is above the time for allocation rate (921 MB/s) to deplete free headroom (279M)
[2020-04-10T21:31:07.829+0000] Free headroom: 397M (free) - 117M (spike) - 0B (penalties) = 279M
[2020-04-10T21:31:07.829+0000] Free: 397M, Max: 1024K regular, 50176K humongous, Frag: 88% external, 21% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:07.829+0000] GC(124) Concurrent reset
[2020-04-10T21:31:07.829+0000] GC(124) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:07.829+0000] GC(124) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:07.830+0000] GC(124) Concurrent reset 1.394ms
[2020-04-10T21:31:07.831+0000] GC(124) Pause Init Mark
[2020-04-10T21:31:07.831+0000] GC(124) Using 16 of 16 workers for init marking
[2020-04-10T21:31:07.836+0000] GC(124) Pacer for Mark. Expected Live: 1348M, Free: 394M, Non-Taxable: 40430K, Alloc Tax Rate: 12.5x
[2020-04-10T21:31:07.836+0000] GC(124) Pause Init Mark 5.496ms
[2020-04-10T21:31:07.837+0000] GC(124) Concurrent marking
[2020-04-10T21:31:07.837+0000] GC(124) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:08.044+0000] GC(124) Concurrent marking 207.463ms
[2020-04-10T21:31:08.045+0000] GC(124) Pause Final Mark
[2020-04-10T21:31:08.045+0000] GC(124) Using 16 of 16 workers for final marking
[2020-04-10T21:31:08.046+0000] GC(124) Adaptive CSet Selection. Target Free: 332M, Actual Free: 444M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:08.046+0000] GC(124) Collectable Garbage: 339M (71%), Immediate: 1024K (0%), CSet: 338M (71%)
[2020-04-10T21:31:08.058+0000] GC(124) Pacer for Evacuation. Used CSet: 384M, Free: 328M, Non-Taxable: 33622K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:08.058+0000] GC(124) Pause Final Mark 12.913ms
[2020-04-10T21:31:08.058+0000] GC(124) Concurrent roots processing
[2020-04-10T21:31:08.058+0000] GC(124) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:08.062+0000] GC(124) Concurrent roots processing 3.710ms
[2020-04-10T21:31:08.062+0000] GC(124) Concurrent cleanup
[2020-04-10T21:31:08.062+0000] GC(124) Concurrent cleanup 1895M->1895M(2350M) 0.148ms
[2020-04-10T21:31:08.062+0000] GC(124) Free: 319M, Max: 1024K regular, 50176K humongous, Frag: 85% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:08.062+0000] GC(124) Concurrent evacuation
[2020-04-10T21:31:08.062+0000] GC(124) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:08.071+0000] GC(124) Concurrent evacuation 9.062ms
[2020-04-10T21:31:08.072+0000] GC(124) Pause Init Update Refs
[2020-04-10T21:31:08.072+0000] GC(124) Pacer for Update Refs. Used: 1963M, Free: 301M, Non-Taxable: 30862K, Alloc Tax Rate: 8.0x
[2020-04-10T21:31:08.072+0000] GC(124) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:08.073+0000] GC(124) Concurrent update references
[2020-04-10T21:31:08.073+0000] GC(124) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:08.183+0000] GC(124) Concurrent update references 110.624ms
[2020-04-10T21:31:08.185+0000] GC(124) Pause Final Update Refs
[2020-04-10T21:31:08.185+0000] GC(124) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:08.185+0000] GC(124) Pause Final Update Refs 0.497ms
[2020-04-10T21:31:08.185+0000] GC(124) Concurrent cleanup
[2020-04-10T21:31:08.185+0000] GC(124) Concurrent cleanup 2087M->1704M(2350M) 0.173ms
[2020-04-10T21:31:08.185+0000] Free: 508M, Max: 1024K regular, 78848K humongous, Frag: 85% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:08.185+0000] Metaspace: 267565K(280920K)->267613K(280920K) NonClass: 237208K(246128K)->237249K(246128K) Class: 30357K(34792K)->30363K(34792K)
[2020-04-10T21:31:08.185+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:08.464+0000] Trigger: Average GC time (382.83 ms) is above the time for allocation rate (606 MB/s) to deplete free headroom (230M)
[2020-04-10T21:31:08.464+0000] Free headroom: 347M (free) - 117M (spike) - 0B (penalties) = 230M
[2020-04-10T21:31:08.464+0000] Free: 347M, Max: 1024K regular, 78848K humongous, Frag: 78% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:08.464+0000] GC(125) Concurrent reset
[2020-04-10T21:31:08.464+0000] GC(125) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:08.464+0000] GC(125) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:08.465+0000] GC(125) Concurrent reset 0.923ms
[2020-04-10T21:31:08.466+0000] GC(125) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:08.466+0000] GC(125) Using 16 of 16 workers for init marking
[2020-04-10T21:31:08.472+0000] GC(125) Pacer for Mark. Expected Live: 1347M, Free: 347M, Non-Taxable: 35580K, Alloc Tax Rate: 14.2x
[2020-04-10T21:31:08.472+0000] GC(125) Pause Init Mark (process weakrefs) 6.073ms
[2020-04-10T21:31:08.472+0000] GC(125) Concurrent marking (process weakrefs)
[2020-04-10T21:31:08.472+0000] GC(125) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:08.682+0000] GC(125) Concurrent marking (process weakrefs) 210.296ms
[2020-04-10T21:31:08.682+0000] GC(125) Concurrent precleaning
[2020-04-10T21:31:08.682+0000] GC(125) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:08.682+0000] GC(125) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:08.728+0000] GC(125) Concurrent precleaning 45.111ms
[2020-04-10T21:31:08.729+0000] GC(125) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:08.729+0000] GC(125) Using 16 of 16 workers for final marking
[2020-04-10T21:31:08.731+0000] GC(125) Adaptive CSet Selection. Target Free: 332M, Actual Free: 340M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:08.731+0000] GC(125) Collectable Garbage: 396M (74%), Immediate: 10793K (1%), CSet: 385M (72%)
[2020-04-10T21:31:08.743+0000] GC(125) Pacer for Evacuation. Used CSet: 422M, Free: 226M, Non-Taxable: 23224K, Alloc Tax Rate: 4.6x
[2020-04-10T21:31:08.743+0000] GC(125) Pause Final Mark (process weakrefs) 14.464ms
[2020-04-10T21:31:08.743+0000] GC(125) Concurrent roots processing
[2020-04-10T21:31:08.743+0000] GC(125) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:08.747+0000] GC(125) Concurrent roots processing 3.483ms
[2020-04-10T21:31:08.747+0000] GC(125) Concurrent cleanup
[2020-04-10T21:31:08.747+0000] GC(125) Concurrent cleanup 2003M->1994M(2350M) 0.148ms
[2020-04-10T21:31:08.747+0000] GC(125) Free: 221M, Max: 1024K regular, 78848K humongous, Frag: 65% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:08.747+0000] GC(125) Concurrent evacuation
[2020-04-10T21:31:08.747+0000] GC(125) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:08.753+0000] GC(125) Concurrent evacuation 6.618ms
[2020-04-10T21:31:08.754+0000] GC(125) Pause Init Update Refs
[2020-04-10T21:31:08.755+0000] GC(125) Pacer for Update Refs. Used: 2045M, Free: 209M, Non-Taxable: 21480K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:08.755+0000] GC(125) Pause Init Update Refs 0.081ms
[2020-04-10T21:31:08.755+0000] GC(125) Concurrent update references
[2020-04-10T21:31:08.755+0000] GC(125) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:08.870+0000] GC(125) Concurrent update references 115.495ms
[2020-04-10T21:31:08.871+0000] GC(125) Pause Final Update Refs
[2020-04-10T21:31:08.871+0000] GC(125) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:08.871+0000] GC(125) Pause Final Update Refs 0.413ms
[2020-04-10T21:31:08.871+0000] GC(125) Concurrent cleanup
[2020-04-10T21:31:08.872+0000] GC(125) Concurrent cleanup 2195M->1774M(2350M) 0.186ms
[2020-04-10T21:31:08.872+0000] Free: 439M, Max: 1024K regular, 58368K humongous, Frag: 87% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:08.872+0000] Metaspace: 267624K(280920K)->267676K(281176K) NonClass: 237260K(246128K)->237304K(246384K) Class: 30363K(34792K)->30371K(34792K)
[2020-04-10T21:31:08.872+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:08.898+0000] Trigger: Average GC time (379.00 ms) is above the time for allocation rate (773 MB/s) to deplete free headroom (291M)
[2020-04-10T21:31:08.899+0000] Free headroom: 408M (free) - 117M (spike) - 0B (penalties) = 291M
[2020-04-10T21:31:08.899+0000] Free: 408M, Max: 1024K regular, 58368K humongous, Frag: 86% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:08.899+0000] GC(126) Concurrent reset
[2020-04-10T21:31:08.899+0000] GC(126) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:08.899+0000] GC(126) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:08.900+0000] GC(126) Concurrent reset 1.289ms
[2020-04-10T21:31:08.901+0000] GC(126) Pause Init Mark
[2020-04-10T21:31:08.901+0000] GC(126) Using 16 of 16 workers for init marking
[2020-04-10T21:31:08.906+0000] GC(126) Pacer for Mark. Expected Live: 1347M, Free: 405M, Non-Taxable: 41566K, Alloc Tax Rate: 12.2x
[2020-04-10T21:31:08.906+0000] GC(126) Pause Init Mark 5.023ms
[2020-04-10T21:31:08.906+0000] GC(126) Concurrent marking
[2020-04-10T21:31:08.906+0000] GC(126) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:09.098+0000] GC(126) Concurrent marking 191.810ms
[2020-04-10T21:31:09.099+0000] GC(126) Pause Final Mark
[2020-04-10T21:31:09.099+0000] GC(126) Using 16 of 16 workers for final marking
[2020-04-10T21:31:09.099+0000] GC(126) Adaptive CSet Selection. Target Free: 332M, Actual Free: 454M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:09.100+0000] GC(126) Collectable Garbage: 330M (70%), Immediate: 6279K (1%), CSet: 324M (69%)
[2020-04-10T21:31:09.111+0000] GC(126) Pacer for Evacuation. Used CSet: 346M, Free: 342M, Non-Taxable: 35058K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:09.111+0000] GC(126) Pause Final Mark 12.884ms
[2020-04-10T21:31:09.112+0000] GC(126) Concurrent roots processing
[2020-04-10T21:31:09.112+0000] GC(126) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:09.115+0000] GC(126) Concurrent roots processing 3.077ms
[2020-04-10T21:31:09.115+0000] GC(126) Concurrent cleanup
[2020-04-10T21:31:09.115+0000] GC(126) Concurrent cleanup 1882M->1877M(2350M) 0.144ms
[2020-04-10T21:31:09.115+0000] GC(126) Free: 336M, Max: 1024K regular, 58368K humongous, Frag: 83% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:09.115+0000] GC(126) Concurrent evacuation
[2020-04-10T21:31:09.115+0000] GC(126) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:09.119+0000] GC(126) Concurrent evacuation 4.324ms
[2020-04-10T21:31:09.120+0000] GC(126) Pause Init Update Refs
[2020-04-10T21:31:09.120+0000] GC(126) Pacer for Update Refs. Used: 1915M, Free: 325M, Non-Taxable: 33313K, Alloc Tax Rate: 7.2x
[2020-04-10T21:31:09.120+0000] GC(126) Pause Init Update Refs 0.084ms
[2020-04-10T21:31:09.120+0000] GC(126) Concurrent update references
[2020-04-10T21:31:09.120+0000] GC(126) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:09.229+0000] GC(126) Concurrent update references 108.315ms
[2020-04-10T21:31:09.230+0000] GC(126) Pause Final Update Refs
[2020-04-10T21:31:09.230+0000] GC(126) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:09.230+0000] GC(126) Pause Final Update Refs 0.469ms
[2020-04-10T21:31:09.230+0000] GC(126) Concurrent cleanup
[2020-04-10T21:31:09.230+0000] GC(126) Concurrent cleanup 2085M->1740M(2350M) 0.187ms
[2020-04-10T21:31:09.230+0000] Free: 473M, Max: 1024K regular, 62464K humongous, Frag: 87% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:09.230+0000] Metaspace: 267677K(281176K)->267692K(281176K) NonClass: 237305K(246384K)->237320K(246384K) Class: 30371K(34792K)->30371K(34792K)
[2020-04-10T21:31:09.230+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:09.245+0000] Trigger: Average GC time (368.52 ms) is above the time for allocation rate (872 MB/s) to deplete free headroom (317M)
[2020-04-10T21:31:09.245+0000] Free headroom: 435M (free) - 117M (spike) - 0B (penalties) = 317M
[2020-04-10T21:31:09.245+0000] Free: 435M, Max: 1024K regular, 62464K humongous, Frag: 86% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:09.245+0000] GC(127) Concurrent reset
[2020-04-10T21:31:09.245+0000] GC(127) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:09.245+0000] GC(127) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:09.246+0000] GC(127) Concurrent reset 0.855ms
[2020-04-10T21:31:09.247+0000] GC(127) Pause Init Mark
[2020-04-10T21:31:09.247+0000] GC(127) Using 16 of 16 workers for init marking
[2020-04-10T21:31:09.253+0000] GC(127) Pacer for Mark. Expected Live: 1343M, Free: 432M, Non-Taxable: 44308K, Alloc Tax Rate: 11.4x
[2020-04-10T21:31:09.253+0000] GC(127) Pause Init Mark 5.619ms
[2020-04-10T21:31:09.253+0000] GC(127) Concurrent marking
[2020-04-10T21:31:09.253+0000] GC(127) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:09.449+0000] GC(127) Concurrent marking 195.920ms
[2020-04-10T21:31:09.450+0000] GC(127) Pause Final Mark
[2020-04-10T21:31:09.450+0000] GC(127) Using 16 of 16 workers for final marking
[2020-04-10T21:31:09.451+0000] GC(127) Adaptive CSet Selection. Target Free: 332M, Actual Free: 480M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:09.451+0000] GC(127) Collectable Garbage: 296M (68%), Immediate: 9861K (2%), CSet: 286M (66%)
[2020-04-10T21:31:09.463+0000] GC(127) Pacer for Evacuation. Used CSet: 322M, Free: 370M, Non-Taxable: 37946K, Alloc Tax Rate: 2.1x
[2020-04-10T21:31:09.463+0000] GC(127) Pause Final Mark 13.075ms
[2020-04-10T21:31:09.463+0000] GC(127) Concurrent roots processing
[2020-04-10T21:31:09.463+0000] GC(127) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:09.466+0000] GC(127) Concurrent roots processing 3.261ms
[2020-04-10T21:31:09.466+0000] GC(127) Concurrent cleanup
[2020-04-10T21:31:09.466+0000] GC(127) Concurrent cleanup 1856M->1848M(2350M) 0.167ms
[2020-04-10T21:31:09.466+0000] GC(127) Free: 364M, Max: 1024K regular, 62464K humongous, Frag: 84% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:09.467+0000] GC(127) Concurrent evacuation
[2020-04-10T21:31:09.467+0000] GC(127) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:09.473+0000] GC(127) Concurrent evacuation 6.643ms
[2020-04-10T21:31:09.474+0000] GC(127) Pause Init Update Refs
[2020-04-10T21:31:09.474+0000] GC(127) Pacer for Update Refs. Used: 1901M, Free: 351M, Non-Taxable: 35986K, Alloc Tax Rate: 6.6x
[2020-04-10T21:31:09.474+0000] GC(127) Pause Init Update Refs 0.078ms
[2020-04-10T21:31:09.475+0000] GC(127) Concurrent update references
[2020-04-10T21:31:09.475+0000] GC(127) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:09.585+0000] GC(127) Concurrent update references 110.083ms
[2020-04-10T21:31:09.585+0000] GC(127) Pause Final Update Refs
[2020-04-10T21:31:09.586+0000] GC(127) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:09.586+0000] GC(127) Pause Final Update Refs 0.503ms
[2020-04-10T21:31:09.586+0000] GC(127) Concurrent cleanup
[2020-04-10T21:31:09.586+0000] GC(127) Concurrent cleanup 2031M->1709M(2350M) 0.180ms
[2020-04-10T21:31:09.586+0000] Free: 505M, Max: 1024K regular, 78848K humongous, Frag: 85% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:09.586+0000] Metaspace: 267699K(281176K)->267738K(281252K) NonClass: 237327K(246384K)->237362K(246384K) Class: 30371K(34792K)->30375K(34868K)
[2020-04-10T21:31:09.586+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:09.758+0000] Trigger: Average GC time (360.57 ms) is above the time for allocation rate (705 MB/s) to deplete free headroom (253M)
[2020-04-10T21:31:09.758+0000] Free headroom: 370M (free) - 117M (spike) - 0B (penalties) = 253M
[2020-04-10T21:31:09.758+0000] Free: 370M, Max: 1024K regular, 78848K humongous, Frag: 80% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:09.758+0000] GC(128) Concurrent reset
[2020-04-10T21:31:09.758+0000] GC(128) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:09.758+0000] GC(128) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:09.759+0000] GC(128) Concurrent reset 0.823ms
[2020-04-10T21:31:09.760+0000] GC(128) Pause Init Mark
[2020-04-10T21:31:09.760+0000] GC(128) Using 16 of 16 workers for init marking
[2020-04-10T21:31:09.765+0000] GC(128) Pacer for Mark. Expected Live: 1340M, Free: 368M, Non-Taxable: 37763K, Alloc Tax Rate: 13.3x
[2020-04-10T21:31:09.765+0000] GC(128) Pause Init Mark 5.543ms
[2020-04-10T21:31:09.766+0000] GC(128) Concurrent marking
[2020-04-10T21:31:09.766+0000] GC(128) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:09.968+0000] GC(128) Concurrent marking 202.779ms
[2020-04-10T21:31:09.969+0000] GC(128) Pause Final Mark
[2020-04-10T21:31:09.969+0000] GC(128) Using 16 of 16 workers for final marking
[2020-04-10T21:31:09.970+0000] GC(128) Adaptive CSet Selection. Target Free: 332M, Actual Free: 420M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:09.970+0000] GC(128) Collectable Garbage: 369M (72%), Immediate: 1122K (0%), CSet: 367M (72%)
[2020-04-10T21:31:09.982+0000] GC(128) Pacer for Evacuation. Used CSet: 399M, Free: 306M, Non-Taxable: 31364K, Alloc Tax Rate: 3.2x
[2020-04-10T21:31:09.982+0000] GC(128) Pause Final Mark 12.879ms
[2020-04-10T21:31:09.982+0000] GC(128) Concurrent roots processing
[2020-04-10T21:31:09.982+0000] GC(128) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:09.986+0000] GC(128) Concurrent roots processing 3.762ms
[2020-04-10T21:31:09.986+0000] GC(128) Concurrent cleanup
[2020-04-10T21:31:09.986+0000] GC(128) Concurrent cleanup 1918M->1918M(2350M) 0.169ms
[2020-04-10T21:31:09.986+0000] GC(128) Free: 297M, Max: 1024K regular, 78848K humongous, Frag: 74% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:09.986+0000] GC(128) Concurrent evacuation
[2020-04-10T21:31:09.986+0000] GC(128) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:09.993+0000] GC(128) Concurrent evacuation 6.448ms
[2020-04-10T21:31:09.994+0000] GC(128) Pause Init Update Refs
[2020-04-10T21:31:09.994+0000] GC(128) Pacer for Update Refs. Used: 1964M, Free: 287M, Non-Taxable: 29440K, Alloc Tax Rate: 8.3x
[2020-04-10T21:31:09.994+0000] GC(128) Pause Init Update Refs 0.090ms
[2020-04-10T21:31:09.994+0000] GC(128) Concurrent update references
[2020-04-10T21:31:09.994+0000] GC(128) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:10.106+0000] GC(128) Concurrent update references 112.374ms
[2020-04-10T21:31:10.107+0000] GC(128) Pause Final Update Refs
[2020-04-10T21:31:10.107+0000] GC(128) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:10.108+0000] GC(128) Pause Final Update Refs 0.437ms
[2020-04-10T21:31:10.108+0000] GC(128) Concurrent cleanup
[2020-04-10T21:31:10.108+0000] GC(128) Concurrent cleanup 2131M->1733M(2350M) 0.162ms
[2020-04-10T21:31:10.108+0000] Free: 480M, Max: 1024K regular, 70656K humongous, Frag: 86% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:10.108+0000] Metaspace: 267764K(281252K)->267860K(281252K) NonClass: 237384K(246384K)->237466K(246384K) Class: 30379K(34868K)->30394K(34868K)
[2020-04-10T21:31:10.108+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:10.146+0000] Trigger: Average GC time (357.31 ms) is above the time for allocation rate (834 MB/s) to deplete free headroom (296M)
[2020-04-10T21:31:10.146+0000] Free headroom: 414M (free) - 117M (spike) - 0B (penalties) = 296M
[2020-04-10T21:31:10.146+0000] Free: 414M, Max: 1024K regular, 70656K humongous, Frag: 84% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:10.146+0000] GC(129) Concurrent reset
[2020-04-10T21:31:10.146+0000] GC(129) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:10.146+0000] GC(129) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:10.147+0000] GC(129) Concurrent reset 0.814ms
[2020-04-10T21:31:10.148+0000] GC(129) Pause Init Mark
[2020-04-10T21:31:10.148+0000] GC(129) Using 16 of 16 workers for init marking
[2020-04-10T21:31:10.154+0000] GC(129) Pacer for Mark. Expected Live: 1339M, Free: 411M, Non-Taxable: 42182K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:10.154+0000] GC(129) Pause Init Mark 5.543ms
[2020-04-10T21:31:10.154+0000] GC(129) Concurrent marking
[2020-04-10T21:31:10.154+0000] GC(129) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:10.369+0000] GC(129) Concurrent marking 215.266ms
[2020-04-10T21:31:10.370+0000] GC(129) Pause Final Mark
[2020-04-10T21:31:10.370+0000] GC(129) Using 16 of 16 workers for final marking
[2020-04-10T21:31:10.371+0000] GC(129) Adaptive CSet Selection. Target Free: 332M, Actual Free: 457M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:10.371+0000] GC(129) Collectable Garbage: 309M (68%), Immediate: 8832K (1%), CSet: 300M (67%)
[2020-04-10T21:31:10.383+0000] GC(129) Pacer for Evacuation. Used CSet: 337M, Free: 345M, Non-Taxable: 35386K, Alloc Tax Rate: 2.4x
[2020-04-10T21:31:10.383+0000] GC(129) Pause Final Mark 12.850ms
[2020-04-10T21:31:10.383+0000] GC(129) Concurrent roots processing
[2020-04-10T21:31:10.383+0000] GC(129) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:10.387+0000] GC(129) Concurrent roots processing 3.282ms
[2020-04-10T21:31:10.387+0000] GC(129) Concurrent cleanup
[2020-04-10T21:31:10.387+0000] GC(129) Concurrent cleanup 1884M->1878M(2350M) 0.170ms
[2020-04-10T21:31:10.387+0000] GC(129) Free: 336M, Max: 1024K regular, 71680K humongous, Frag: 80% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:10.387+0000] GC(129) Concurrent evacuation
[2020-04-10T21:31:10.387+0000] GC(129) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:10.394+0000] GC(129) Concurrent evacuation 6.870ms
[2020-04-10T21:31:10.395+0000] GC(129) Pause Init Update Refs
[2020-04-10T21:31:10.395+0000] GC(129) Pacer for Update Refs. Used: 1932M, Free: 323M, Non-Taxable: 33152K, Alloc Tax Rate: 7.3x
[2020-04-10T21:31:10.395+0000] GC(129) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:10.395+0000] GC(129) Concurrent update references
[2020-04-10T21:31:10.395+0000] GC(129) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:10.507+0000] GC(129) Concurrent update references 112.018ms
[2020-04-10T21:31:10.508+0000] GC(129) Pause Final Update Refs
[2020-04-10T21:31:10.508+0000] GC(129) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:10.509+0000] GC(129) Pause Final Update Refs 0.415ms
[2020-04-10T21:31:10.509+0000] GC(129) Concurrent cleanup
[2020-04-10T21:31:10.509+0000] GC(129) Concurrent cleanup 2115M->1779M(2350M) 0.162ms
[2020-04-10T21:31:10.509+0000] Free: 436M, Max: 1024K regular, 78848K humongous, Frag: 83% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:10.509+0000] Metaspace: 267887K(281508K)->267920K(281508K) NonClass: 237492K(246640K)->237523K(246640K) Class: 30395K(34868K)->30397K(34868K)
[2020-04-10T21:31:10.509+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:10.519+0000] Trigger: Average GC time (358.50 ms) is above the time for allocation rate (835 MB/s) to deplete free headroom (294M)
[2020-04-10T21:31:10.519+0000] Free headroom: 412M (free) - 117M (spike) - 0B (penalties) = 294M
[2020-04-10T21:31:10.519+0000] Free: 411M, Max: 1024K regular, 78848K humongous, Frag: 82% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:10.519+0000] GC(130) Concurrent reset
[2020-04-10T21:31:10.519+0000] GC(130) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:10.519+0000] GC(130) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:10.520+0000] GC(130) Concurrent reset 0.886ms
[2020-04-10T21:31:10.521+0000] GC(130) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:10.521+0000] GC(130) Using 16 of 16 workers for init marking
[2020-04-10T21:31:10.526+0000] GC(130) Pacer for Mark. Expected Live: 1341M, Free: 410M, Non-Taxable: 42053K, Alloc Tax Rate: 12.0x
[2020-04-10T21:31:10.526+0000] GC(130) Pause Init Mark (process weakrefs) 5.702ms
[2020-04-10T21:31:10.526+0000] GC(130) Concurrent marking (process weakrefs)
[2020-04-10T21:31:10.527+0000] GC(130) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:10.741+0000] GC(130) Concurrent marking (process weakrefs) 214.539ms
[2020-04-10T21:31:10.741+0000] GC(130) Concurrent precleaning
[2020-04-10T21:31:10.741+0000] GC(130) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:10.741+0000] GC(130) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:10.778+0000] GC(130) Concurrent precleaning 36.534ms
[2020-04-10T21:31:10.778+0000] GC(130) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:10.778+0000] GC(130) Using 16 of 16 workers for final marking
[2020-04-10T21:31:10.781+0000] GC(130) Adaptive CSet Selection. Target Free: 332M, Actual Free: 419M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:10.781+0000] GC(130) Collectable Garbage: 298M (68%), Immediate: 8192K (1%), CSet: 290M (66%)
[2020-04-10T21:31:10.793+0000] GC(130) Pacer for Evacuation. Used CSet: 343M, Free: 305M, Non-Taxable: 31240K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:10.793+0000] GC(130) Pause Final Mark (process weakrefs) 14.220ms
[2020-04-10T21:31:10.793+0000] GC(130) Concurrent roots processing
[2020-04-10T21:31:10.793+0000] GC(130) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:10.796+0000] GC(130) Concurrent roots processing 3.377ms
[2020-04-10T21:31:10.796+0000] GC(130) Concurrent cleanup
[2020-04-10T21:31:10.796+0000] GC(130) Concurrent cleanup 1919M->1912M(2350M) 0.149ms
[2020-04-10T21:31:10.796+0000] GC(130) Free: 302M, Max: 1024K regular, 78848K humongous, Frag: 75% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:10.796+0000] GC(130) Concurrent evacuation
[2020-04-10T21:31:10.796+0000] GC(130) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:10.805+0000] GC(130) Concurrent evacuation 8.333ms
[2020-04-10T21:31:10.806+0000] GC(130) Pause Init Update Refs
[2020-04-10T21:31:10.806+0000] GC(130) Pacer for Update Refs. Used: 1973M, Free: 298M, Non-Taxable: 30560K, Alloc Tax Rate: 8.1x
[2020-04-10T21:31:10.806+0000] GC(130) Pause Init Update Refs 0.117ms
[2020-04-10T21:31:10.806+0000] GC(130) Concurrent update references
[2020-04-10T21:31:10.806+0000] GC(130) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:10.915+0000] GC(130) Concurrent update references 109.126ms
[2020-04-10T21:31:10.916+0000] GC(130) Pause Final Update Refs
[2020-04-10T21:31:10.916+0000] GC(130) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:10.916+0000] GC(130) Pause Final Update Refs 0.381ms
[2020-04-10T21:31:10.916+0000] GC(130) Concurrent cleanup
[2020-04-10T21:31:10.916+0000] GC(130) Concurrent cleanup 2031M->1689M(2350M) 0.181ms
[2020-04-10T21:31:10.916+0000] Free: 525M, Max: 1024K regular, 78848K humongous, Frag: 86% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:10.916+0000] Metaspace: 267920K(281508K)->267940K(281508K) NonClass: 237523K(246640K)->237542K(246640K) Class: 30397K(34868K)->30398K(34868K)
[2020-04-10T21:31:10.916+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:11.188+0000] Trigger: Average GC time (356.51 ms) is above the time for allocation rate (580 MB/s) to deplete free headroom (203M)
[2020-04-10T21:31:11.188+0000] Free headroom: 320M (free) - 117M (spike) - 0B (penalties) = 203M
[2020-04-10T21:31:11.188+0000] Free: 320M, Max: 1024K regular, 78848K humongous, Frag: 76% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:11.188+0000] GC(131) Concurrent reset
[2020-04-10T21:31:11.188+0000] GC(131) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:11.188+0000] GC(131) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:11.188+0000] GC(131) Concurrent reset 0.825ms
[2020-04-10T21:31:11.189+0000] GC(131) Pause Init Mark
[2020-04-10T21:31:11.189+0000] GC(131) Using 16 of 16 workers for init marking
[2020-04-10T21:31:11.195+0000] GC(131) Pacer for Mark. Expected Live: 1347M, Free: 319M, Non-Taxable: 32694K, Alloc Tax Rate: 15.5x
[2020-04-10T21:31:11.195+0000] GC(131) Pause Init Mark 5.835ms
[2020-04-10T21:31:11.195+0000] GC(131) Concurrent marking
[2020-04-10T21:31:11.195+0000] GC(131) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:11.391+0000] GC(131) Concurrent marking 196.055ms
[2020-04-10T21:31:11.392+0000] GC(131) Pause Final Mark
[2020-04-10T21:31:11.392+0000] GC(131) Using 16 of 16 workers for final marking
[2020-04-10T21:31:11.393+0000] GC(131) Adaptive CSet Selection. Target Free: 332M, Actual Free: 391M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:11.393+0000] GC(131) Collectable Garbage: 409M (74%), Immediate: 15908K (2%), CSet: 393M (71%)
[2020-04-10T21:31:11.405+0000] GC(131) Pacer for Evacuation. Used CSet: 429M, Free: 276M, Non-Taxable: 28325K, Alloc Tax Rate: 3.8x
[2020-04-10T21:31:11.405+0000] GC(131) Pause Final Mark 12.661ms
[2020-04-10T21:31:11.405+0000] GC(131) Concurrent roots processing
[2020-04-10T21:31:11.405+0000] GC(131) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:11.408+0000] GC(131) Concurrent roots processing 3.267ms
[2020-04-10T21:31:11.409+0000] GC(131) Concurrent cleanup
[2020-04-10T21:31:11.409+0000] GC(131) Concurrent cleanup 1962M->1948M(2350M) 0.170ms
[2020-04-10T21:31:11.409+0000] GC(131) Free: 269M, Max: 1024K regular, 78848K humongous, Frag: 72% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:11.409+0000] GC(131) Concurrent evacuation
[2020-04-10T21:31:11.409+0000] GC(131) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:11.416+0000] GC(131) Concurrent evacuation 6.918ms
[2020-04-10T21:31:11.417+0000] GC(131) Pause Init Update Refs
[2020-04-10T21:31:11.417+0000] GC(131) Pacer for Update Refs. Used: 2004M, Free: 252M, Non-Taxable: 25871K, Alloc Tax Rate: 9.7x
[2020-04-10T21:31:11.417+0000] GC(131) Pause Init Update Refs 0.083ms
[2020-04-10T21:31:11.417+0000] GC(131) Concurrent update references
[2020-04-10T21:31:11.417+0000] GC(131) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:11.527+0000] GC(131) Concurrent update references 109.691ms
[2020-04-10T21:31:11.528+0000] GC(131) Pause Final Update Refs
[2020-04-10T21:31:11.528+0000] GC(131) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:11.528+0000] GC(131) Pause Final Update Refs 0.381ms
[2020-04-10T21:31:11.528+0000] GC(131) Concurrent cleanup
[2020-04-10T21:31:11.528+0000] GC(131) Concurrent cleanup 2206M->1779M(2350M) 0.186ms
[2020-04-10T21:31:11.528+0000] Free: 432M, Max: 1024K regular, 80896K humongous, Frag: 82% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:11.528+0000] Metaspace: 267996K(281508K)->268048K(281508K) NonClass: 237593K(246640K)->237645K(246640K) Class: 30402K(34868K)->30403K(34868K)
[2020-04-10T21:31:11.528+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:11.533+0000] Trigger: Average GC time (358.28 ms) is above the time for allocation rate (868 MB/s) to deplete free headroom (310M)
[2020-04-10T21:31:11.533+0000] Free headroom: 427M (free) - 117M (spike) - 0B (penalties) = 310M
[2020-04-10T21:31:11.533+0000] Free: 427M, Max: 1024K regular, 80896K humongous, Frag: 82% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:11.533+0000] GC(132) Concurrent reset
[2020-04-10T21:31:11.533+0000] GC(132) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:11.533+0000] GC(132) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:11.534+0000] GC(132) Concurrent reset 0.911ms
[2020-04-10T21:31:11.534+0000] GC(132) Pause Init Mark
[2020-04-10T21:31:11.534+0000] GC(132) Using 16 of 16 workers for init marking
[2020-04-10T21:31:11.540+0000] GC(132) Pacer for Mark. Expected Live: 1349M, Free: 426M, Non-Taxable: 43723K, Alloc Tax Rate: 11.6x
[2020-04-10T21:31:11.540+0000] GC(132) Pause Init Mark 5.490ms
[2020-04-10T21:31:11.540+0000] GC(132) Concurrent marking
[2020-04-10T21:31:11.540+0000] GC(132) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:11.750+0000] GC(132) Concurrent marking 210.218ms
[2020-04-10T21:31:11.751+0000] GC(132) Pause Final Mark
[2020-04-10T21:31:11.751+0000] GC(132) Using 16 of 16 workers for final marking
[2020-04-10T21:31:11.752+0000] GC(132) Adaptive CSet Selection. Target Free: 332M, Actual Free: 478M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:11.752+0000] GC(132) Collectable Garbage: 293M (67%), Immediate: 9471K (2%), CSet: 284M (65%)
[2020-04-10T21:31:11.764+0000] GC(132) Pacer for Evacuation. Used CSet: 310M, Free: 367M, Non-Taxable: 37628K, Alloc Tax Rate: 2.1x
[2020-04-10T21:31:11.764+0000] GC(132) Pause Final Mark 12.952ms
[2020-04-10T21:31:11.765+0000] GC(132) Concurrent roots processing
[2020-04-10T21:31:11.765+0000] GC(132) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:11.768+0000] GC(132) Concurrent roots processing 3.354ms
[2020-04-10T21:31:11.768+0000] GC(132) Concurrent cleanup
[2020-04-10T21:31:11.768+0000] GC(132) Concurrent cleanup 1866M->1858M(2350M) 0.148ms
[2020-04-10T21:31:11.768+0000] GC(132) Free: 355M, Max: 1024K regular, 80896K humongous, Frag: 78% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:11.768+0000] GC(132) Concurrent evacuation
[2020-04-10T21:31:11.768+0000] GC(132) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:11.774+0000] GC(132) Concurrent evacuation 5.321ms
[2020-04-10T21:31:11.775+0000] GC(132) Pause Init Update Refs
[2020-04-10T21:31:11.775+0000] GC(132) Pacer for Update Refs. Used: 1903M, Free: 341M, Non-Taxable: 34997K, Alloc Tax Rate: 6.8x
[2020-04-10T21:31:11.775+0000] GC(132) Pause Init Update Refs 0.074ms
[2020-04-10T21:31:11.775+0000] GC(132) Concurrent update references
[2020-04-10T21:31:11.775+0000] GC(132) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:11.891+0000] GC(132) Concurrent update references 115.630ms
[2020-04-10T21:31:11.892+0000] GC(132) Pause Final Update Refs
[2020-04-10T21:31:11.892+0000] GC(132) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:11.892+0000] GC(132) Pause Final Update Refs 0.481ms
[2020-04-10T21:31:11.892+0000] GC(132) Concurrent cleanup
[2020-04-10T21:31:11.892+0000] GC(132) Concurrent cleanup 2069M->1760M(2350M) 0.202ms
[2020-04-10T21:31:11.892+0000] Free: 452M, Max: 1024K regular, 62464K humongous, Frag: 87% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:11.892+0000] Metaspace: 268049K(281508K)->268098K(281508K) NonClass: 237645K(246640K)->237692K(246640K) Class: 30403K(34868K)->30405K(34868K)
[2020-04-10T21:31:11.893+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:11.910+0000] Trigger: Average GC time (362.08 ms) is above the time for allocation rate (819 MB/s) to deplete free headroom (295M)
[2020-04-10T21:31:11.910+0000] Free headroom: 412M (free) - 117M (spike) - 0B (penalties) = 295M
[2020-04-10T21:31:11.910+0000] Free: 412M, Max: 1024K regular, 62464K humongous, Frag: 86% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:11.910+0000] GC(133) Concurrent reset
[2020-04-10T21:31:11.910+0000] GC(133) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:11.910+0000] GC(133) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:11.911+0000] GC(133) Concurrent reset 0.858ms
[2020-04-10T21:31:11.912+0000] GC(133) Pause Init Mark
[2020-04-10T21:31:11.912+0000] GC(133) Using 16 of 16 workers for init marking
[2020-04-10T21:31:11.917+0000] GC(133) Pacer for Mark. Expected Live: 1350M, Free: 410M, Non-Taxable: 42043K, Alloc Tax Rate: 12.1x
[2020-04-10T21:31:11.917+0000] GC(133) Pause Init Mark 5.398ms
[2020-04-10T21:31:11.918+0000] GC(133) Concurrent marking
[2020-04-10T21:31:11.918+0000] GC(133) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:12.125+0000] GC(133) Concurrent marking 207.679ms
[2020-04-10T21:31:12.126+0000] GC(133) Pause Final Mark
[2020-04-10T21:31:12.126+0000] GC(133) Using 16 of 16 workers for final marking
[2020-04-10T21:31:12.127+0000] GC(133) Adaptive CSet Selection. Target Free: 332M, Actual Free: 445M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:12.127+0000] GC(133) Collectable Garbage: 272M (65%), Immediate: 5594K (1%), CSet: 266M (64%)
[2020-04-10T21:31:12.139+0000] GC(133) Pacer for Evacuation. Used CSet: 329M, Free: 332M, Non-Taxable: 34076K, Alloc Tax Rate: 2.4x
[2020-04-10T21:31:12.139+0000] GC(133) Pause Final Mark 12.841ms
[2020-04-10T21:31:12.139+0000] GC(133) Concurrent roots processing
[2020-04-10T21:31:12.140+0000] GC(133) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:12.143+0000] GC(133) Concurrent roots processing 3.452ms
[2020-04-10T21:31:12.143+0000] GC(133) Concurrent cleanup
[2020-04-10T21:31:12.143+0000] GC(133) Concurrent cleanup 1897M->1894M(2350M) 0.157ms
[2020-04-10T21:31:12.143+0000] GC(133) Free: 319M, Max: 1024K regular, 62464K humongous, Frag: 81% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:12.143+0000] GC(133) Concurrent evacuation
[2020-04-10T21:31:12.143+0000] GC(133) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:12.156+0000] GC(133) Concurrent evacuation 13.332ms
[2020-04-10T21:31:12.158+0000] GC(133) Pause Init Update Refs
[2020-04-10T21:31:12.158+0000] GC(133) Pacer for Update Refs. Used: 1993M, Free: 288M, Non-Taxable: 29566K, Alloc Tax Rate: 8.4x
[2020-04-10T21:31:12.158+0000] GC(133) Pause Init Update Refs 0.076ms
[2020-04-10T21:31:12.158+0000] GC(133) Concurrent update references
[2020-04-10T21:31:12.158+0000] GC(133) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:12.289+0000] GC(133) Concurrent update references 131.521ms
[2020-04-10T21:31:12.291+0000] GC(133) Pause Final Update Refs
[2020-04-10T21:31:12.291+0000] GC(133) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:12.291+0000] GC(133) Pause Final Update Refs 0.484ms
[2020-04-10T21:31:12.291+0000] GC(133) Concurrent cleanup
[2020-04-10T21:31:12.292+0000] GC(133) Concurrent cleanup 2198M->1870M(2350M) 0.195ms
[2020-04-10T21:31:12.292+0000] Free: 343M, Max: 1024K regular, 89088K humongous, Frag: 75% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:12.292+0000] Metaspace: 268107K(281508K)->268218K(281764K) NonClass: 237702K(246640K)->237801K(246896K) Class: 30405K(34868K)->30416K(34868K)
[2020-04-10T21:31:12.292+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:12.293+0000] Trigger: Average GC time (368.38 ms) is above the time for allocation rate (897 MB/s) to deplete free headroom (223M)
[2020-04-10T21:31:12.293+0000] Free headroom: 340M (free) - 117M (spike) - 0B (penalties) = 223M
[2020-04-10T21:31:12.293+0000] Free: 340M, Max: 1024K regular, 86016K humongous, Frag: 76% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:12.293+0000] GC(134) Concurrent reset
[2020-04-10T21:31:12.293+0000] GC(134) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:12.293+0000] GC(134) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:12.296+0000] GC(134) Concurrent reset 2.753ms
[2020-04-10T21:31:12.297+0000] GC(134) Pause Init Mark
[2020-04-10T21:31:12.297+0000] GC(134) Using 16 of 16 workers for init marking
[2020-04-10T21:31:12.302+0000] GC(134) Pacer for Mark. Expected Live: 1360M, Free: 334M, Non-Taxable: 34274K, Alloc Tax Rate: 14.9x
[2020-04-10T21:31:12.302+0000] GC(134) Pause Init Mark 5.568ms
[2020-04-10T21:31:12.302+0000] GC(134) Concurrent marking
[2020-04-10T21:31:12.302+0000] GC(134) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:12.558+0000] GC(134) Concurrent marking 255.407ms
[2020-04-10T21:31:12.559+0000] GC(134) Pause Final Mark
[2020-04-10T21:31:12.559+0000] GC(134) Using 16 of 16 workers for final marking
[2020-04-10T21:31:12.560+0000] GC(134) Adaptive CSet Selection. Target Free: 332M, Actual Free: 394M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:12.561+0000] GC(134) Collectable Garbage: 318M (69%), Immediate: 6242K (1%), CSet: 312M (67%)
[2020-04-10T21:31:12.573+0000] GC(134) Pacer for Evacuation. Used CSet: 404M, Free: 280M, Non-Taxable: 28750K, Alloc Tax Rate: 3.5x
[2020-04-10T21:31:12.573+0000] GC(134) Pause Final Mark 13.161ms
[2020-04-10T21:31:12.574+0000] GC(134) Concurrent roots processing
[2020-04-10T21:31:12.574+0000] GC(134) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:12.579+0000] GC(134) Concurrent roots processing 5.050ms
[2020-04-10T21:31:12.579+0000] GC(134) Concurrent cleanup
[2020-04-10T21:31:12.580+0000] GC(134) Concurrent cleanup 1956M->1951M(2350M) 0.284ms
[2020-04-10T21:31:12.580+0000] GC(134) Free: 266M, Max: 1024K regular, 41984K humongous, Frag: 85% external, 3% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:12.580+0000] GC(134) Concurrent evacuation
[2020-04-10T21:31:12.580+0000] GC(134) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:12.604+0000] GC(134) Concurrent evacuation 24.107ms
[2020-04-10T21:31:12.605+0000] GC(134) Pause Init Update Refs
[2020-04-10T21:31:12.605+0000] GC(134) Pacer for Update Refs. Used: 2090M, Free: 223M, Non-Taxable: 22929K, Alloc Tax Rate: 11.4x
[2020-04-10T21:31:12.605+0000] GC(134) Pause Init Update Refs 0.098ms
[2020-04-10T21:31:12.606+0000] GC(134) Concurrent update references
[2020-04-10T21:31:12.606+0000] GC(134) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:12.762+0000] GC(134) Concurrent update references 156.109ms
[2020-04-10T21:31:12.763+0000] GC(134) Pause Final Update Refs
[2020-04-10T21:31:12.763+0000] GC(134) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:12.764+0000] GC(134) Pause Final Update Refs 0.453ms
[2020-04-10T21:31:12.764+0000] GC(134) Concurrent cleanup
[2020-04-10T21:31:12.764+0000] GC(134) Concurrent cleanup 2288M->1887M(2350M) 0.176ms
[2020-04-10T21:31:12.764+0000] Free: 327M, Max: 1024K regular, 62464K humongous, Frag: 82% external, 22% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:12.764+0000] Metaspace: 268218K(281764K)->268281K(281764K) NonClass: 237801K(246896K)->237857K(246896K) Class: 30416K(34868K)->30423K(34868K)
[2020-04-10T21:31:12.764+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:12.765+0000] Trigger: Average GC time (390.13 ms) is above the time for allocation rate (701 MB/s) to deplete free headroom (206M)
[2020-04-10T21:31:12.765+0000] Free headroom: 324M (free) - 117M (spike) - 0B (penalties) = 206M
[2020-04-10T21:31:12.765+0000] Free: 323M, Max: 1024K regular, 62464K humongous, Frag: 81% external, 22% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:12.765+0000] GC(135) Concurrent reset
[2020-04-10T21:31:12.765+0000] GC(135) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:12.765+0000] GC(135) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:12.766+0000] GC(135) Concurrent reset 0.962ms
[2020-04-10T21:31:12.768+0000] GC(135) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:12.768+0000] GC(135) Using 16 of 16 workers for init marking
[2020-04-10T21:31:12.774+0000] GC(135) Pacer for Mark. Expected Live: 1373M, Free: 322M, Non-Taxable: 33033K, Alloc Tax Rate: 15.6x
[2020-04-10T21:31:12.774+0000] GC(135) Pause Init Mark (process weakrefs) 6.116ms
[2020-04-10T21:31:12.778+0000] GC(135) Concurrent marking (process weakrefs)
[2020-04-10T21:31:12.778+0000] GC(135) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:13.003+0000] GC(135) Concurrent marking (process weakrefs) 225.023ms
[2020-04-10T21:31:13.003+0000] GC(135) Concurrent precleaning
[2020-04-10T21:31:13.003+0000] GC(135) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:13.003+0000] GC(135) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:13.051+0000] GC(135) Concurrent precleaning 48.339ms
[2020-04-10T21:31:13.052+0000] GC(135) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:13.052+0000] GC(135) Using 16 of 16 workers for final marking
[2020-04-10T21:31:13.055+0000] GC(135) Adaptive CSet Selection. Target Free: 332M, Actual Free: 260M, Max CSet: 100266K, Min Garbage: 73644K
[2020-04-10T21:31:13.055+0000] GC(135) Collectable Garbage: 334M (69%), Immediate: 4094K (0%), CSet: 330M (69%)
[2020-04-10T21:31:13.067+0000] GC(135) Pacer for Evacuation. Used CSet: 411M, Free: 147M, Non-Taxable: 15059K, Alloc Tax Rate: 6.8x
[2020-04-10T21:31:13.067+0000] GC(135) Pause Final Mark (process weakrefs) 14.971ms
[2020-04-10T21:31:13.067+0000] GC(135) Concurrent roots processing
[2020-04-10T21:31:13.067+0000] GC(135) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:13.071+0000] GC(135) Concurrent roots processing 3.670ms
[2020-04-10T21:31:13.071+0000] GC(135) Concurrent cleanup
[2020-04-10T21:31:13.071+0000] GC(135) Concurrent cleanup 2080M->2078M(2350M) 0.186ms
[2020-04-10T21:31:13.071+0000] GC(135) Free: 138M, Max: 1024K regular, 62464K humongous, Frag: 56% external, 6% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:13.071+0000] GC(135) Concurrent evacuation
[2020-04-10T21:31:13.071+0000] GC(135) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:13.090+0000] GC(135) Concurrent evacuation 18.922ms
[2020-04-10T21:31:13.092+0000] GC(135) Pause Init Update Refs
[2020-04-10T21:31:13.092+0000] GC(135) Pacer for Update Refs. Used: 2190M, Free: 108M, Non-Taxable: 11071K, Alloc Tax Rate: 24.8x
[2020-04-10T21:31:13.092+0000] GC(135) Pause Init Update Refs 0.094ms
[2020-04-10T21:31:13.092+0000] GC(135) Concurrent update references
[2020-04-10T21:31:13.092+0000] GC(135) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:13.221+0000] GC(135) Concurrent update references 129.626ms
[2020-04-10T21:31:13.222+0000] GC(135) Pause Final Update Refs
[2020-04-10T21:31:13.222+0000] GC(135) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:13.223+0000] GC(135) Pause Final Update Refs 0.455ms
[2020-04-10T21:31:13.223+0000] GC(135) Concurrent cleanup
[2020-04-10T21:31:13.223+0000] GC(135) Concurrent cleanup 2287M->1876M(2350M) 0.209ms
[2020-04-10T21:31:13.223+0000] Free: 336M, Max: 1024K regular, 80896K humongous, Frag: 77% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.223+0000] Metaspace: 268281K(281764K)->268347K(281764K) NonClass: 237857K(246896K)->237916K(246896K) Class: 30423K(34868K)->30430K(34868K)
[2020-04-10T21:31:13.223+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:13.224+0000] Trigger: Average GC time (402.16 ms) is above the time for allocation rate (696 MB/s) to deplete free headroom (218M)
[2020-04-10T21:31:13.224+0000] Free headroom: 336M (free) - 117M (spike) - 0B (penalties) = 218M
[2020-04-10T21:31:13.224+0000] Free: 336M, Max: 1024K regular, 80896K humongous, Frag: 77% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.224+0000] GC(136) Concurrent reset
[2020-04-10T21:31:13.224+0000] GC(136) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:13.224+0000] GC(136) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:13.225+0000] GC(136) Concurrent reset 0.781ms
[2020-04-10T21:31:13.226+0000] GC(136) Pause Init Mark
[2020-04-10T21:31:13.226+0000] GC(136) Using 16 of 16 workers for init marking
[2020-04-10T21:31:13.231+0000] GC(136) Pacer for Mark. Expected Live: 1383M, Free: 335M, Non-Taxable: 34348K, Alloc Tax Rate: 15.1x
[2020-04-10T21:31:13.231+0000] GC(136) Pause Init Mark 5.270ms
[2020-04-10T21:31:13.231+0000] GC(136) Concurrent marking
[2020-04-10T21:31:13.231+0000] GC(136) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:13.450+0000] GC(136) Concurrent marking 219.204ms
[2020-04-10T21:31:13.451+0000] GC(136) Pause Final Mark
[2020-04-10T21:31:13.451+0000] GC(136) Using 16 of 16 workers for final marking
[2020-04-10T21:31:13.452+0000] GC(136) Adaptive CSet Selection. Target Free: 332M, Actual Free: 388M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:13.452+0000] GC(136) Collectable Garbage: 357M (71%), Immediate: 4465K (0%), CSet: 352M (70%)
[2020-04-10T21:31:13.464+0000] GC(136) Pacer for Evacuation. Used CSet: 408M, Free: 274M, Non-Taxable: 28134K, Alloc Tax Rate: 3.6x
[2020-04-10T21:31:13.464+0000] GC(136) Pause Final Mark 12.779ms
[2020-04-10T21:31:13.464+0000] GC(136) Concurrent roots processing
[2020-04-10T21:31:13.464+0000] GC(136) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:13.467+0000] GC(136) Concurrent roots processing 2.778ms
[2020-04-10T21:31:13.467+0000] GC(136) Concurrent cleanup
[2020-04-10T21:31:13.467+0000] GC(136) Concurrent cleanup 1950M->1946M(2350M) 0.150ms
[2020-04-10T21:31:13.467+0000] GC(136) Free: 269M, Max: 1024K regular, 41984K humongous, Frag: 85% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:13.467+0000] GC(136) Concurrent evacuation
[2020-04-10T21:31:13.467+0000] GC(136) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:13.478+0000] GC(136) Concurrent evacuation 10.347ms
[2020-04-10T21:31:13.479+0000] GC(136) Pause Init Update Refs
[2020-04-10T21:31:13.479+0000] GC(136) Pacer for Update Refs. Used: 2019M, Free: 255M, Non-Taxable: 26146K, Alloc Tax Rate: 9.7x
[2020-04-10T21:31:13.479+0000] GC(136) Pause Init Update Refs 0.091ms
[2020-04-10T21:31:13.479+0000] GC(136) Concurrent update references
[2020-04-10T21:31:13.479+0000] GC(136) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:13.597+0000] GC(136) Concurrent update references 117.945ms
[2020-04-10T21:31:13.598+0000] GC(136) Pause Final Update Refs
[2020-04-10T21:31:13.598+0000] GC(136) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:13.599+0000] GC(136) Pause Final Update Refs 0.399ms
[2020-04-10T21:31:13.599+0000] GC(136) Concurrent cleanup
[2020-04-10T21:31:13.599+0000] GC(136) Concurrent cleanup 2183M->1776M(2350M) 0.203ms
[2020-04-10T21:31:13.599+0000] Free: 436M, Max: 1024K regular, 78848K humongous, Frag: 83% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.599+0000] Metaspace: 268347K(281764K)->268380K(281916K) NonClass: 237916K(246896K)->237950K(247048K) Class: 30430K(34868K)->30430K(34868K)
[2020-04-10T21:31:13.599+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:13.607+0000] Trigger: Average GC time (409.00 ms) is above the time for allocation rate (738 MB/s) to deplete free headroom (296M)
[2020-04-10T21:31:13.607+0000] Free headroom: 414M (free) - 117M (spike) - 0B (penalties) = 296M
[2020-04-10T21:31:13.607+0000] Free: 414M, Max: 1024K regular, 78848K humongous, Frag: 82% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.607+0000] GC(137) Concurrent reset
[2020-04-10T21:31:13.607+0000] GC(137) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:13.607+0000] GC(137) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:13.608+0000] GC(137) Concurrent reset 1.207ms
[2020-04-10T21:31:13.609+0000] GC(137) Pause Init Mark
[2020-04-10T21:31:13.609+0000] GC(137) Using 16 of 16 workers for init marking
[2020-04-10T21:31:13.614+0000] GC(137) Pacer for Mark. Expected Live: 1389M, Free: 411M, Non-Taxable: 42166K, Alloc Tax Rate: 12.4x
[2020-04-10T21:31:13.614+0000] GC(137) Pause Init Mark 5.532ms
[2020-04-10T21:31:13.615+0000] GC(137) Concurrent marking
[2020-04-10T21:31:13.615+0000] GC(137) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:13.826+0000] GC(137) Concurrent marking 211.846ms
[2020-04-10T21:31:13.827+0000] GC(137) Pause Final Mark
[2020-04-10T21:31:13.827+0000] GC(137) Using 16 of 16 workers for final marking
[2020-04-10T21:31:13.828+0000] GC(137) Adaptive CSet Selection. Target Free: 332M, Actual Free: 456M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:13.829+0000] GC(137) Collectable Garbage: 265M (64%), Immediate: 4465K (1%), CSet: 261M (63%)
[2020-04-10T21:31:13.841+0000] GC(137) Pacer for Evacuation. Used CSet: 317M, Free: 344M, Non-Taxable: 35310K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:13.841+0000] GC(137) Pause Final Mark 13.374ms
[2020-04-10T21:31:13.841+0000] GC(137) Concurrent roots processing
[2020-04-10T21:31:13.841+0000] GC(137) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:13.844+0000] GC(137) Concurrent roots processing 3.455ms
[2020-04-10T21:31:13.844+0000] GC(137) Concurrent cleanup
[2020-04-10T21:31:13.845+0000] GC(137) Concurrent cleanup 1877M->1872M(2350M) 0.139ms
[2020-04-10T21:31:13.845+0000] GC(137) Free: 342M, Max: 1024K regular, 78848K humongous, Frag: 78% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:13.845+0000] GC(137) Concurrent evacuation
[2020-04-10T21:31:13.845+0000] GC(137) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:13.854+0000] GC(137) Concurrent evacuation 9.510ms
[2020-04-10T21:31:13.857+0000] GC(137) Pause Init Update Refs
[2020-04-10T21:31:13.857+0000] GC(137) Pacer for Update Refs. Used: 1954M, Free: 318M, Non-Taxable: 32592K, Alloc Tax Rate: 7.5x
[2020-04-10T21:31:13.857+0000] GC(137) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:13.858+0000] GC(137) Concurrent update references
[2020-04-10T21:31:13.858+0000] GC(137) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:13.972+0000] GC(137) Concurrent update references 114.463ms
[2020-04-10T21:31:13.973+0000] GC(137) Pause Final Update Refs
[2020-04-10T21:31:13.973+0000] GC(137) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:13.973+0000] GC(137) Pause Final Update Refs 0.393ms
[2020-04-10T21:31:13.973+0000] GC(137) Concurrent cleanup
[2020-04-10T21:31:13.974+0000] GC(137) Concurrent cleanup 2159M->1842M(2350M) 0.171ms
[2020-04-10T21:31:13.974+0000] Free: 368M, Max: 1024K regular, 86016K humongous, Frag: 77% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.974+0000] Metaspace: 268380K(281916K)->268429K(282044K) NonClass: 237950K(247048K)->237993K(247048K) Class: 30430K(34868K)->30436K(34996K)
[2020-04-10T21:31:13.974+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:13.975+0000] Trigger: Average GC time (410.42 ms) is above the time for allocation rate (852 MB/s) to deplete free headroom (250M)
[2020-04-10T21:31:13.975+0000] Free headroom: 368M (free) - 117M (spike) - 0B (penalties) = 250M
[2020-04-10T21:31:13.975+0000] Free: 368M, Max: 1024K regular, 86016K humongous, Frag: 77% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:13.975+0000] GC(138) Concurrent reset
[2020-04-10T21:31:13.975+0000] GC(138) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:13.975+0000] GC(138) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:13.976+0000] GC(138) Concurrent reset 0.810ms
[2020-04-10T21:31:13.976+0000] GC(138) Pause Init Mark
[2020-04-10T21:31:13.976+0000] GC(138) Using 16 of 16 workers for init marking
[2020-04-10T21:31:13.982+0000] GC(138) Pacer for Mark. Expected Live: 1397M, Free: 366M, Non-Taxable: 37479K, Alloc Tax Rate: 14.0x
[2020-04-10T21:31:13.982+0000] GC(138) Pause Init Mark 5.947ms
[2020-04-10T21:31:13.982+0000] GC(138) Concurrent marking
[2020-04-10T21:31:13.982+0000] GC(138) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:14.193+0000] GC(138) Concurrent marking 211.012ms
[2020-04-10T21:31:14.194+0000] GC(138) Pause Final Mark
[2020-04-10T21:31:14.194+0000] GC(138) Using 16 of 16 workers for final marking
[2020-04-10T21:31:14.196+0000] GC(138) Adaptive CSet Selection. Target Free: 332M, Actual Free: 421M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:14.196+0000] GC(138) Collectable Garbage: 302M (67%), Immediate: 9720K (2%), CSet: 293M (65%)
[2020-04-10T21:31:14.208+0000] GC(138) Pacer for Evacuation. Used CSet: 335M, Free: 311M, Non-Taxable: 31913K, Alloc Tax Rate: 2.6x
[2020-04-10T21:31:14.208+0000] GC(138) Pause Final Mark 13.856ms
[2020-04-10T21:31:14.208+0000] GC(138) Concurrent roots processing
[2020-04-10T21:31:14.208+0000] GC(138) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:14.212+0000] GC(138) Concurrent roots processing 4.002ms
[2020-04-10T21:31:14.212+0000] GC(138) Concurrent cleanup
[2020-04-10T21:31:14.213+0000] GC(138) Concurrent cleanup 1919M->1910M(2350M) 0.183ms
[2020-04-10T21:31:14.213+0000] GC(138) Free: 303M, Max: 1024K regular, 68608K humongous, Frag: 78% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:14.213+0000] GC(138) Concurrent evacuation
[2020-04-10T21:31:14.213+0000] GC(138) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:14.219+0000] GC(138) Concurrent evacuation 6.859ms
[2020-04-10T21:31:14.221+0000] GC(138) Pause Init Update Refs
[2020-04-10T21:31:14.221+0000] GC(138) Pacer for Update Refs. Used: 1966M, Free: 292M, Non-Taxable: 29971K, Alloc Tax Rate: 8.2x
[2020-04-10T21:31:14.221+0000] GC(138) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:14.221+0000] GC(138) Concurrent update references
[2020-04-10T21:31:14.221+0000] GC(138) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:14.331+0000] GC(138) Concurrent update references 110.053ms
[2020-04-10T21:31:14.332+0000] GC(138) Pause Final Update Refs
[2020-04-10T21:31:14.332+0000] GC(138) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:14.332+0000] GC(138) Pause Final Update Refs 0.436ms
[2020-04-10T21:31:14.332+0000] GC(138) Concurrent cleanup
[2020-04-10T21:31:14.333+0000] GC(138) Concurrent cleanup 2069M->1735M(2350M) 0.164ms
[2020-04-10T21:31:14.333+0000] Free: 481M, Max: 1024K regular, 80896K humongous, Frag: 84% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:14.333+0000] Metaspace: 268430K(282044K)->268456K(282044K) NonClass: 237994K(247048K)->238017K(247048K) Class: 30436K(34996K)->30439K(34996K)
[2020-04-10T21:31:14.333+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:14.583+0000] Trigger: Average GC time (405.73 ms) is above the time for allocation rate (549 MB/s) to deplete free headroom (221M)
[2020-04-10T21:31:14.583+0000] Free headroom: 338M (free) - 117M (spike) - 0B (penalties) = 221M
[2020-04-10T21:31:14.583+0000] Free: 338M, Max: 1024K regular, 62464K humongous, Frag: 82% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:14.583+0000] GC(139) Concurrent reset
[2020-04-10T21:31:14.583+0000] GC(139) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:14.583+0000] GC(139) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:14.584+0000] GC(139) Concurrent reset 0.916ms
[2020-04-10T21:31:14.585+0000] GC(139) Pause Init Mark
[2020-04-10T21:31:14.585+0000] GC(139) Using 16 of 16 workers for init marking
[2020-04-10T21:31:14.591+0000] GC(139) Pacer for Mark. Expected Live: 1399M, Free: 338M, Non-Taxable: 34630K, Alloc Tax Rate: 15.2x
[2020-04-10T21:31:14.591+0000] GC(139) Pause Init Mark 5.651ms
[2020-04-10T21:31:14.591+0000] GC(139) Concurrent marking
[2020-04-10T21:31:14.591+0000] GC(139) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:14.790+0000] GC(139) Concurrent marking 198.963ms
[2020-04-10T21:31:14.790+0000] GC(139) Pause Final Mark
[2020-04-10T21:31:14.790+0000] GC(139) Using 16 of 16 workers for final marking
[2020-04-10T21:31:14.791+0000] GC(139) Adaptive CSet Selection. Target Free: 332M, Actual Free: 410M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:14.792+0000] GC(139) Collectable Garbage: 367M (71%), Immediate: 18669K (3%), CSet: 349M (68%)
[2020-04-10T21:31:14.804+0000] GC(139) Pacer for Evacuation. Used CSet: 375M, Free: 296M, Non-Taxable: 30338K, Alloc Tax Rate: 3.1x
[2020-04-10T21:31:14.804+0000] GC(139) Pause Final Mark 13.327ms
[2020-04-10T21:31:14.804+0000] GC(139) Concurrent roots processing
[2020-04-10T21:31:14.804+0000] GC(139) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:14.807+0000] GC(139) Concurrent roots processing 2.905ms
[2020-04-10T21:31:14.807+0000] GC(139) Concurrent cleanup
[2020-04-10T21:31:14.807+0000] GC(139) Concurrent cleanup 1943M->1926M(2350M) 0.148ms
[2020-04-10T21:31:14.807+0000] GC(139) Free: 288M, Max: 1024K regular, 62464K humongous, Frag: 79% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:14.807+0000] GC(139) Concurrent evacuation
[2020-04-10T21:31:14.807+0000] GC(139) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:14.812+0000] GC(139) Concurrent evacuation 4.637ms
[2020-04-10T21:31:14.813+0000] GC(139) Pause Init Update Refs
[2020-04-10T21:31:14.813+0000] GC(139) Pacer for Update Refs. Used: 1966M, Free: 278M, Non-Taxable: 28533K, Alloc Tax Rate: 8.6x
[2020-04-10T21:31:14.813+0000] GC(139) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:14.813+0000] GC(139) Concurrent update references
[2020-04-10T21:31:14.813+0000] GC(139) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:14.920+0000] GC(139) Concurrent update references 106.712ms
[2020-04-10T21:31:14.921+0000] GC(139) Pause Final Update Refs
[2020-04-10T21:31:14.921+0000] GC(139) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:14.921+0000] GC(139) Pause Final Update Refs 0.485ms
[2020-04-10T21:31:14.921+0000] GC(139) Concurrent cleanup
[2020-04-10T21:31:14.922+0000] GC(139) Concurrent cleanup 2126M->1753M(2350M) 0.222ms
[2020-04-10T21:31:14.922+0000] Free: 463M, Max: 1024K regular, 78848K humongous, Frag: 84% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:14.922+0000] Metaspace: 268457K(282044K)->268473K(282044K) NonClass: 238018K(247048K)->238033K(247048K) Class: 30439K(34996K)->30440K(34996K)
[2020-04-10T21:31:14.922+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:14.944+0000] Trigger: Average GC time (379.16 ms) is above the time for allocation rate (798 MB/s) to deplete free headroom (299M)
[2020-04-10T21:31:14.944+0000] Free headroom: 416M (free) - 117M (spike) - 0B (penalties) = 299M
[2020-04-10T21:31:14.944+0000] Free: 416M, Max: 1024K regular, 78848K humongous, Frag: 82% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:14.944+0000] GC(140) Concurrent reset
[2020-04-10T21:31:14.944+0000] GC(140) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:14.944+0000] GC(140) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:14.945+0000] GC(140) Concurrent reset 0.972ms
[2020-04-10T21:31:14.947+0000] GC(140) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:14.947+0000] GC(140) Using 16 of 16 workers for init marking
[2020-04-10T21:31:14.952+0000] GC(140) Pacer for Mark. Expected Live: 1389M, Free: 414M, Non-Taxable: 42400K, Alloc Tax Rate: 12.3x
[2020-04-10T21:31:14.952+0000] GC(140) Pause Init Mark (process weakrefs) 5.645ms
[2020-04-10T21:31:14.952+0000] GC(140) Concurrent marking (process weakrefs)
[2020-04-10T21:31:14.952+0000] GC(140) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:15.191+0000] GC(140) Concurrent marking (process weakrefs) 238.322ms
[2020-04-10T21:31:15.191+0000] GC(140) Concurrent precleaning
[2020-04-10T21:31:15.191+0000] GC(140) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:15.191+0000] GC(140) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:15.232+0000] GC(140) Concurrent precleaning 41.836ms
[2020-04-10T21:31:15.233+0000] GC(140) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:15.233+0000] GC(140) Using 16 of 16 workers for final marking
[2020-04-10T21:31:15.235+0000] GC(140) Adaptive CSet Selection. Target Free: 332M, Actual Free: 331M, Max CSet: 100266K, Min Garbage: 940K
[2020-04-10T21:31:15.235+0000] GC(140) Collectable Garbage: 265M (64%), Immediate: 2045K (0%), CSet: 263M (64%)
[2020-04-10T21:31:15.247+0000] GC(140) Pacer for Evacuation. Used CSet: 308M, Free: 216M, Non-Taxable: 22210K, Alloc Tax Rate: 3.5x
[2020-04-10T21:31:15.247+0000] GC(140) Pause Final Mark (process weakrefs) 13.842ms
[2020-04-10T21:31:15.247+0000] GC(140) Concurrent roots processing
[2020-04-10T21:31:15.247+0000] GC(140) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:15.251+0000] GC(140) Concurrent roots processing 3.100ms
[2020-04-10T21:31:15.251+0000] GC(140) Concurrent cleanup
[2020-04-10T21:31:15.251+0000] GC(140) Concurrent cleanup 2007M->2006M(2350M) 0.141ms
[2020-04-10T21:31:15.251+0000] GC(140) Free: 211M, Max: 1024K regular, 78848K humongous, Frag: 64% external, 4% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:15.251+0000] GC(140) Concurrent evacuation
[2020-04-10T21:31:15.251+0000] GC(140) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:15.259+0000] GC(140) Concurrent evacuation 7.983ms
[2020-04-10T21:31:15.260+0000] GC(140) Pause Init Update Refs
[2020-04-10T21:31:15.260+0000] GC(140) Pacer for Update Refs. Used: 2066M, Free: 201M, Non-Taxable: 20612K, Alloc Tax Rate: 12.5x
[2020-04-10T21:31:15.260+0000] GC(140) Pause Init Update Refs 0.078ms
[2020-04-10T21:31:15.260+0000] GC(140) Concurrent update references
[2020-04-10T21:31:15.260+0000] GC(140) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:15.380+0000] GC(140) Concurrent update references 120.474ms
[2020-04-10T21:31:15.381+0000] GC(140) Pause Final Update Refs
[2020-04-10T21:31:15.381+0000] GC(140) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:15.382+0000] GC(140) Pause Final Update Refs 0.377ms
[2020-04-10T21:31:15.382+0000] GC(140) Concurrent cleanup
[2020-04-10T21:31:15.382+0000] GC(140) Concurrent cleanup 2166M->1858M(2350M) 0.168ms
[2020-04-10T21:31:15.382+0000] Free: 355M, Max: 1024K regular, 64512K humongous, Frag: 83% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:15.382+0000] Metaspace: 268478K(282044K)->268837K(282504K) NonClass: 238037K(247048K)->238343K(247508K) Class: 30440K(34996K)->30493K(34996K)
[2020-04-10T21:31:15.382+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:15.383+0000] Trigger: Average GC time (375.14 ms) is above the time for allocation rate (735 MB/s) to deplete free headroom (236M)
[2020-04-10T21:31:15.383+0000] Free headroom: 353M (free) - 117M (spike) - 0B (penalties) = 236M
[2020-04-10T21:31:15.383+0000] Free: 353M, Max: 1024K regular, 64512K humongous, Frag: 82% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:15.383+0000] GC(141) Concurrent reset
[2020-04-10T21:31:15.383+0000] GC(141) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:15.383+0000] GC(141) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:15.384+0000] GC(141) Concurrent reset 0.796ms
[2020-04-10T21:31:15.385+0000] GC(141) Pause Init Mark
[2020-04-10T21:31:15.385+0000] GC(141) Using 16 of 16 workers for init marking
[2020-04-10T21:31:15.390+0000] GC(141) Pacer for Mark. Expected Live: 1384M, Free: 353M, Non-Taxable: 36168K, Alloc Tax Rate: 14.4x
[2020-04-10T21:31:15.390+0000] GC(141) Pause Init Mark 5.514ms
[2020-04-10T21:31:15.390+0000] GC(141) Concurrent marking
[2020-04-10T21:31:15.391+0000] GC(141) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:15.601+0000] GC(141) Concurrent marking 210.309ms
[2020-04-10T21:31:15.602+0000] GC(141) Pause Final Mark
[2020-04-10T21:31:15.602+0000] GC(141) Using 16 of 16 workers for final marking
[2020-04-10T21:31:15.603+0000] GC(141) Adaptive CSet Selection. Target Free: 332M, Actual Free: 417M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:15.603+0000] GC(141) Collectable Garbage: 320M (68%), Immediate: 10239K (2%), CSet: 310M (66%)
[2020-04-10T21:31:15.615+0000] GC(141) Pacer for Evacuation. Used CSet: 341M, Free: 305M, Non-Taxable: 31331K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:15.615+0000] GC(141) Pause Final Mark 13.248ms
[2020-04-10T21:31:15.615+0000] GC(141) Concurrent roots processing
[2020-04-10T21:31:15.615+0000] GC(141) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:15.618+0000] GC(141) Concurrent roots processing 3.291ms
[2020-04-10T21:31:15.618+0000] GC(141) Concurrent cleanup
[2020-04-10T21:31:15.619+0000] GC(141) Concurrent cleanup 1921M->1912M(2350M) 0.144ms
[2020-04-10T21:31:15.619+0000] GC(141) Free: 300M, Max: 1024K regular, 64512K humongous, Frag: 79% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:15.619+0000] GC(141) Concurrent evacuation
[2020-04-10T21:31:15.619+0000] GC(141) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:15.624+0000] GC(141) Concurrent evacuation 5.580ms
[2020-04-10T21:31:15.625+0000] GC(141) Pause Init Update Refs
[2020-04-10T21:31:15.625+0000] GC(141) Pacer for Update Refs. Used: 1956M, Free: 292M, Non-Taxable: 29976K, Alloc Tax Rate: 8.2x
[2020-04-10T21:31:15.625+0000] GC(141) Pause Init Update Refs 0.092ms
[2020-04-10T21:31:15.625+0000] GC(141) Concurrent update references
[2020-04-10T21:31:15.625+0000] GC(141) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:15.736+0000] GC(141) Concurrent update references 110.675ms
[2020-04-10T21:31:15.737+0000] GC(141) Pause Final Update Refs
[2020-04-10T21:31:15.737+0000] GC(141) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:15.737+0000] GC(141) Pause Final Update Refs 0.351ms
[2020-04-10T21:31:15.737+0000] GC(141) Concurrent cleanup
[2020-04-10T21:31:15.737+0000] GC(141) Concurrent cleanup 2036M->1695M(2350M) 0.173ms
[2020-04-10T21:31:15.737+0000] Free: 517M, Max: 1024K regular, 64512K humongous, Frag: 88% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:15.737+0000] Metaspace: 268837K(282504K)->268846K(282504K) NonClass: 238343K(247508K)->238353K(247508K) Class: 30493K(34996K)->30493K(34996K)
[2020-04-10T21:31:15.737+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:15.963+0000] Trigger: Average GC time (371.01 ms) is above the time for allocation rate (584 MB/s) to deplete free headroom (216M)
[2020-04-10T21:31:15.963+0000] Free headroom: 333M (free) - 117M (spike) - 0B (penalties) = 216M
[2020-04-10T21:31:15.963+0000] Free: 333M, Max: 1024K regular, 64512K humongous, Frag: 81% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:15.963+0000] GC(142) Concurrent reset
[2020-04-10T21:31:15.963+0000] GC(142) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:15.963+0000] GC(142) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:15.964+0000] GC(142) Concurrent reset 0.957ms
[2020-04-10T21:31:15.964+0000] GC(142) Pause Init Mark
[2020-04-10T21:31:15.964+0000] GC(142) Using 16 of 16 workers for init marking
[2020-04-10T21:31:15.971+0000] GC(142) Pacer for Mark. Expected Live: 1387M, Free: 332M, Non-Taxable: 34094K, Alloc Tax Rate: 15.3x
[2020-04-10T21:31:15.971+0000] GC(142) Pause Init Mark 6.097ms
[2020-04-10T21:31:15.971+0000] GC(142) Concurrent marking
[2020-04-10T21:31:15.971+0000] GC(142) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:16.188+0000] GC(142) Concurrent marking 217.376ms
[2020-04-10T21:31:16.189+0000] GC(142) Pause Final Mark
[2020-04-10T21:31:16.189+0000] GC(142) Using 16 of 16 workers for final marking
[2020-04-10T21:31:16.190+0000] GC(142) Adaptive CSet Selection. Target Free: 332M, Actual Free: 408M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:16.190+0000] GC(142) Collectable Garbage: 356M (70%), Immediate: 26715K (5%), CSet: 330M (65%)
[2020-04-10T21:31:16.203+0000] GC(142) Pacer for Evacuation. Used CSet: 362M, Free: 296M, Non-Taxable: 30374K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:16.203+0000] GC(142) Pause Final Mark 13.663ms
[2020-04-10T21:31:16.203+0000] GC(142) Concurrent roots processing
[2020-04-10T21:31:16.203+0000] GC(142) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:16.206+0000] GC(142) Concurrent roots processing 3.428ms
[2020-04-10T21:31:16.206+0000] GC(142) Concurrent cleanup
[2020-04-10T21:31:16.206+0000] GC(142) Concurrent cleanup 1958M->1934M(2350M) 0.147ms
[2020-04-10T21:31:16.206+0000] GC(142) Free: 282M, Max: 1024K regular, 65536K humongous, Frag: 77% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:16.206+0000] GC(142) Concurrent evacuation
[2020-04-10T21:31:16.206+0000] GC(142) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:16.212+0000] GC(142) Concurrent evacuation 5.918ms
[2020-04-10T21:31:16.213+0000] GC(142) Pause Init Update Refs
[2020-04-10T21:31:16.213+0000] GC(142) Pacer for Update Refs. Used: 1987M, Free: 265M, Non-Taxable: 27153K, Alloc Tax Rate: 9.2x
[2020-04-10T21:31:16.213+0000] GC(142) Pause Init Update Refs 0.082ms
[2020-04-10T21:31:16.213+0000] GC(142) Concurrent update references
[2020-04-10T21:31:16.213+0000] GC(142) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:16.328+0000] GC(142) Concurrent update references 114.868ms
[2020-04-10T21:31:16.329+0000] GC(142) Pause Final Update Refs
[2020-04-10T21:31:16.329+0000] GC(142) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:16.330+0000] GC(142) Pause Final Update Refs 0.439ms
[2020-04-10T21:31:16.330+0000] GC(142) Concurrent cleanup
[2020-04-10T21:31:16.330+0000] GC(142) Concurrent cleanup 2162M->1801M(2350M) 0.174ms
[2020-04-10T21:31:16.330+0000] Free: 414M, Max: 1024K regular, 78848K humongous, Frag: 82% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:16.330+0000] Metaspace: 268883K(282504K)->268921K(282504K) NonClass: 238385K(247508K)->238419K(247508K) Class: 30497K(34996K)->30502K(34996K)
[2020-04-10T21:31:16.330+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:16.341+0000] Trigger: Average GC time (371.12 ms) is above the time for allocation rate (763 MB/s) to deplete free headroom (282M)
[2020-04-10T21:31:16.341+0000] Free headroom: 399M (free) - 117M (spike) - 0B (penalties) = 282M
[2020-04-10T21:31:16.341+0000] Free: 399M, Max: 1024K regular, 78848K humongous, Frag: 81% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:16.341+0000] GC(143) Concurrent reset
[2020-04-10T21:31:16.341+0000] GC(143) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:16.341+0000] GC(143) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:16.342+0000] GC(143) Concurrent reset 1.106ms
[2020-04-10T21:31:16.343+0000] GC(143) Pause Init Mark
[2020-04-10T21:31:16.343+0000] GC(143) Using 16 of 16 workers for init marking
[2020-04-10T21:31:16.348+0000] GC(143) Pacer for Mark. Expected Live: 1384M, Free: 398M, Non-Taxable: 40763K, Alloc Tax Rate: 12.8x
[2020-04-10T21:31:16.348+0000] GC(143) Pause Init Mark 5.345ms
[2020-04-10T21:31:16.349+0000] GC(143) Concurrent marking
[2020-04-10T21:31:16.349+0000] GC(143) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:16.568+0000] GC(143) Concurrent marking 219.746ms
[2020-04-10T21:31:16.569+0000] GC(143) Pause Final Mark
[2020-04-10T21:31:16.569+0000] GC(143) Using 16 of 16 workers for final marking
[2020-04-10T21:31:16.570+0000] GC(143) Adaptive CSet Selection. Target Free: 332M, Actual Free: 452M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:16.571+0000] GC(143) Collectable Garbage: 283M (65%), Immediate: 9216K (2%), CSet: 274M (63%)
[2020-04-10T21:31:16.583+0000] GC(143) Pacer for Evacuation. Used CSet: 304M, Free: 337M, Non-Taxable: 34594K, Alloc Tax Rate: 2.2x
[2020-04-10T21:31:16.583+0000] GC(143) Pause Final Mark 13.149ms
[2020-04-10T21:31:16.583+0000] GC(143) Concurrent roots processing
[2020-04-10T21:31:16.583+0000] GC(143) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:16.587+0000] GC(143) Concurrent roots processing 3.922ms
[2020-04-10T21:31:16.587+0000] GC(143) Concurrent cleanup
[2020-04-10T21:31:16.587+0000] GC(143) Concurrent cleanup 1897M->1889M(2350M) 0.157ms
[2020-04-10T21:31:16.587+0000] GC(143) Free: 327M, Max: 1024K regular, 78848K humongous, Frag: 77% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:16.587+0000] GC(143) Concurrent evacuation
[2020-04-10T21:31:16.587+0000] GC(143) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:16.593+0000] GC(143) Concurrent evacuation 6.243ms
[2020-04-10T21:31:16.594+0000] GC(143) Pause Init Update Refs
[2020-04-10T21:31:16.594+0000] GC(143) Pacer for Update Refs. Used: 1937M, Free: 312M, Non-Taxable: 32018K, Alloc Tax Rate: 7.6x
[2020-04-10T21:31:16.594+0000] GC(143) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:16.594+0000] GC(143) Concurrent update references
[2020-04-10T21:31:16.595+0000] GC(143) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:16.713+0000] GC(143) Concurrent update references 118.780ms
[2020-04-10T21:31:16.714+0000] GC(143) Pause Final Update Refs
[2020-04-10T21:31:16.714+0000] GC(143) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:16.715+0000] GC(143) Pause Final Update Refs 0.402ms
[2020-04-10T21:31:16.715+0000] GC(143) Concurrent cleanup
[2020-04-10T21:31:16.715+0000] GC(143) Concurrent cleanup 2145M->1841M(2350M) 0.166ms
[2020-04-10T21:31:16.715+0000] Free: 371M, Max: 1024K regular, 71680K humongous, Frag: 81% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:16.715+0000] Metaspace: 268924K(282504K)->268941K(282504K) NonClass: 238421K(247508K)->238436K(247508K) Class: 30502K(34996K)->30504K(34996K)
[2020-04-10T21:31:16.715+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:16.716+0000] Trigger: Average GC time (374.33 ms) is above the time for allocation rate (827 MB/s) to deplete free headroom (252M)
[2020-04-10T21:31:16.716+0000] Free headroom: 369M (free) - 117M (spike) - 0B (penalties) = 252M
[2020-04-10T21:31:16.716+0000] Free: 369M, Max: 1024K regular, 71680K humongous, Frag: 81% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:16.716+0000] GC(144) Concurrent reset
[2020-04-10T21:31:16.716+0000] GC(144) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:16.716+0000] GC(144) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:16.717+0000] GC(144) Concurrent reset 0.844ms
[2020-04-10T21:31:16.718+0000] GC(144) Pause Init Mark
[2020-04-10T21:31:16.718+0000] GC(144) Using 16 of 16 workers for init marking
[2020-04-10T21:31:16.723+0000] GC(144) Pacer for Mark. Expected Live: 1383M, Free: 368M, Non-Taxable: 37712K, Alloc Tax Rate: 13.8x
[2020-04-10T21:31:16.723+0000] GC(144) Pause Init Mark 5.599ms
[2020-04-10T21:31:16.724+0000] GC(144) Concurrent marking
[2020-04-10T21:31:16.724+0000] GC(144) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:16.932+0000] GC(144) Concurrent marking 207.991ms
[2020-04-10T21:31:16.933+0000] GC(144) Pause Final Mark
[2020-04-10T21:31:16.933+0000] GC(144) Using 16 of 16 workers for final marking
[2020-04-10T21:31:16.934+0000] GC(144) Adaptive CSet Selection. Target Free: 332M, Actual Free: 421M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:16.934+0000] GC(144) Collectable Garbage: 286M (66%), Immediate: 4525K (1%), CSet: 281M (65%)
[2020-04-10T21:31:16.946+0000] GC(144) Pacer for Evacuation. Used CSet: 336M, Free: 308M, Non-Taxable: 31570K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:16.946+0000] GC(144) Pause Final Mark 12.947ms
[2020-04-10T21:31:16.946+0000] GC(144) Concurrent roots processing
[2020-04-10T21:31:16.946+0000] GC(144) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:16.949+0000] GC(144) Concurrent roots processing 3.467ms
[2020-04-10T21:31:16.949+0000] GC(144) Concurrent cleanup
[2020-04-10T21:31:16.950+0000] GC(144) Concurrent cleanup 1916M->1913M(2350M) 0.150ms
[2020-04-10T21:31:16.950+0000] GC(144) Free: 299M, Max: 1024K regular, 71680K humongous, Frag: 77% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:16.950+0000] GC(144) Concurrent evacuation
[2020-04-10T21:31:16.950+0000] GC(144) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:16.960+0000] GC(144) Concurrent evacuation 10.450ms
[2020-04-10T21:31:16.961+0000] GC(144) Pause Init Update Refs
[2020-04-10T21:31:16.961+0000] GC(144) Pacer for Update Refs. Used: 1987M, Free: 282M, Non-Taxable: 28923K, Alloc Tax Rate: 8.6x
[2020-04-10T21:31:16.961+0000] GC(144) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:16.961+0000] GC(144) Concurrent update references
[2020-04-10T21:31:16.961+0000] GC(144) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:17.073+0000] GC(144) Concurrent update references 111.857ms
[2020-04-10T21:31:17.074+0000] GC(144) Pause Final Update Refs
[2020-04-10T21:31:17.074+0000] GC(144) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:17.074+0000] GC(144) Pause Final Update Refs 0.434ms
[2020-04-10T21:31:17.075+0000] GC(144) Concurrent cleanup
[2020-04-10T21:31:17.075+0000] GC(144) Concurrent cleanup 2104M->1769M(2350M) 0.172ms
[2020-04-10T21:31:17.075+0000] Free: 443M, Max: 1024K regular, 46080K humongous, Frag: 90% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.075+0000] Metaspace: 268941K(282504K)->268986K(282504K) NonClass: 238436K(247508K)->238477K(247508K) Class: 30504K(34996K)->30509K(34996K)
[2020-04-10T21:31:17.075+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:17.185+0000] Trigger: Average GC time (378.35 ms) is above the time for allocation rate (634 MB/s) to deplete free headroom (239M)
[2020-04-10T21:31:17.185+0000] Free headroom: 357M (free) - 117M (spike) - 0B (penalties) = 239M
[2020-04-10T21:31:17.185+0000] Free: 356M, Max: 1024K regular, 46080K humongous, Frag: 88% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.185+0000] GC(145) Concurrent reset
[2020-04-10T21:31:17.185+0000] GC(145) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:17.185+0000] GC(145) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:17.186+0000] GC(145) Concurrent reset 0.914ms
[2020-04-10T21:31:17.187+0000] GC(145) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:17.187+0000] GC(145) Using 16 of 16 workers for init marking
[2020-04-10T21:31:17.193+0000] GC(145) Pacer for Mark. Expected Live: 1392M, Free: 356M, Non-Taxable: 36465K, Alloc Tax Rate: 14.3x
[2020-04-10T21:31:17.193+0000] GC(145) Pause Init Mark (process weakrefs) 5.762ms
[2020-04-10T21:31:17.193+0000] GC(145) Concurrent marking (process weakrefs)
[2020-04-10T21:31:17.193+0000] GC(145) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:17.404+0000] GC(145) Concurrent marking (process weakrefs) 210.791ms
[2020-04-10T21:31:17.404+0000] GC(145) Concurrent precleaning
[2020-04-10T21:31:17.404+0000] GC(145) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:17.404+0000] GC(145) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:17.451+0000] GC(145) Concurrent precleaning 47.867ms
[2020-04-10T21:31:17.452+0000] GC(145) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:17.452+0000] GC(145) Using 16 of 16 workers for final marking
[2020-04-10T21:31:17.455+0000] GC(145) Adaptive CSet Selection. Target Free: 332M, Actual Free: 310M, Max CSet: 100266K, Min Garbage: 23311K
[2020-04-10T21:31:17.455+0000] GC(145) Collectable Garbage: 327M (69%), Immediate: 16538K (3%), CSet: 311M (65%)
[2020-04-10T21:31:17.467+0000] GC(145) Pacer for Evacuation. Used CSet: 346M, Free: 203M, Non-Taxable: 20834K, Alloc Tax Rate: 4.2x
[2020-04-10T21:31:17.467+0000] GC(145) Pause Final Mark (process weakrefs) 14.467ms
[2020-04-10T21:31:17.467+0000] GC(145) Concurrent roots processing
[2020-04-10T21:31:17.467+0000] GC(145) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:17.471+0000] GC(145) Concurrent roots processing 3.604ms
[2020-04-10T21:31:17.471+0000] GC(145) Concurrent cleanup
[2020-04-10T21:31:17.471+0000] GC(145) Concurrent cleanup 2029M->2013M(2350M) 0.148ms
[2020-04-10T21:31:17.471+0000] GC(145) Free: 197M, Max: 1024K regular, 46080K humongous, Frag: 77% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:17.471+0000] GC(145) Concurrent evacuation
[2020-04-10T21:31:17.471+0000] GC(145) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:17.477+0000] GC(145) Concurrent evacuation 6.068ms
[2020-04-10T21:31:17.478+0000] GC(145) Pause Init Update Refs
[2020-04-10T21:31:17.478+0000] GC(145) Pacer for Update Refs. Used: 2059M, Free: 189M, Non-Taxable: 19364K, Alloc Tax Rate: 13.3x
[2020-04-10T21:31:17.478+0000] GC(145) Pause Init Update Refs 0.068ms
[2020-04-10T21:31:17.478+0000] GC(145) Concurrent update references
[2020-04-10T21:31:17.478+0000] GC(145) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:17.608+0000] GC(145) Concurrent update references 129.938ms
[2020-04-10T21:31:17.609+0000] GC(145) Pause Final Update Refs
[2020-04-10T21:31:17.609+0000] GC(145) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:17.609+0000] GC(145) Pause Final Update Refs 0.422ms
[2020-04-10T21:31:17.609+0000] GC(145) Concurrent cleanup
[2020-04-10T21:31:17.610+0000] GC(145) Concurrent cleanup 2228M->1882M(2350M) 0.167ms
[2020-04-10T21:31:17.610+0000] Free: 327M, Max: 1024K regular, 47104K humongous, Frag: 86% external, 19% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.610+0000] Metaspace: 269014K(282504K)->269050K(282504K) NonClass: 238499K(247508K)->238532K(247508K) Class: 30515K(34996K)->30518K(34996K)
[2020-04-10T21:31:17.610+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:17.611+0000] Trigger: Average GC time (375.70 ms) is above the time for allocation rate (865 MB/s) to deplete free headroom (207M)
[2020-04-10T21:31:17.611+0000] Free headroom: 325M (free) - 117M (spike) - 0B (penalties) = 207M
[2020-04-10T21:31:17.611+0000] Free: 325M, Max: 1024K regular, 47104K humongous, Frag: 86% external, 20% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.611+0000] GC(146) Concurrent reset
[2020-04-10T21:31:17.611+0000] GC(146) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:17.611+0000] GC(146) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:17.612+0000] GC(146) Concurrent reset 0.840ms
[2020-04-10T21:31:17.613+0000] GC(146) Pause Init Mark
[2020-04-10T21:31:17.613+0000] GC(146) Using 16 of 16 workers for init marking
[2020-04-10T21:31:17.618+0000] GC(146) Pacer for Mark. Expected Live: 1389M, Free: 323M, Non-Taxable: 33075K, Alloc Tax Rate: 15.8x
[2020-04-10T21:31:17.619+0000] GC(146) Pause Init Mark 5.895ms
[2020-04-10T21:31:17.619+0000] GC(146) Concurrent marking
[2020-04-10T21:31:17.619+0000] GC(146) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:17.827+0000] GC(146) Concurrent marking 208.247ms
[2020-04-10T21:31:17.828+0000] GC(146) Pause Final Mark
[2020-04-10T21:31:17.828+0000] GC(146) Using 16 of 16 workers for final marking
[2020-04-10T21:31:17.829+0000] GC(146) Adaptive CSet Selection. Target Free: 332M, Actual Free: 400M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:17.829+0000] GC(146) Collectable Garbage: 323M (68%), Immediate: 22886K (4%), CSet: 301M (63%)
[2020-04-10T21:31:17.841+0000] GC(146) Pacer for Evacuation. Used CSet: 353M, Free: 291M, Non-Taxable: 29869K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:17.841+0000] GC(146) Pause Final Mark 13.041ms
[2020-04-10T21:31:17.841+0000] GC(146) Concurrent roots processing
[2020-04-10T21:31:17.841+0000] GC(146) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:17.845+0000] GC(146) Concurrent roots processing 3.405ms
[2020-04-10T21:31:17.845+0000] GC(146) Concurrent cleanup
[2020-04-10T21:31:17.845+0000] GC(146) Concurrent cleanup 1947M->1925M(2350M) 0.141ms
[2020-04-10T21:31:17.845+0000] GC(146) Free: 289M, Max: 1024K regular, 47104K humongous, Frag: 84% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:17.845+0000] GC(146) Concurrent evacuation
[2020-04-10T21:31:17.845+0000] GC(146) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:17.853+0000] GC(146) Concurrent evacuation 8.368ms
[2020-04-10T21:31:17.855+0000] GC(146) Pause Init Update Refs
[2020-04-10T21:31:17.855+0000] GC(146) Pacer for Update Refs. Used: 2005M, Free: 267M, Non-Taxable: 27385K, Alloc Tax Rate: 9.2x
[2020-04-10T21:31:17.855+0000] GC(146) Pause Init Update Refs 0.095ms
[2020-04-10T21:31:17.855+0000] GC(146) Concurrent update references
[2020-04-10T21:31:17.855+0000] GC(146) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:17.976+0000] GC(146) Concurrent update references 120.471ms
[2020-04-10T21:31:17.977+0000] GC(146) Pause Final Update Refs
[2020-04-10T21:31:17.977+0000] GC(146) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:17.977+0000] GC(146) Pause Final Update Refs 0.403ms
[2020-04-10T21:31:17.977+0000] GC(146) Concurrent cleanup
[2020-04-10T21:31:17.978+0000] GC(146) Concurrent cleanup 2202M->1850M(2350M) 0.202ms
[2020-04-10T21:31:17.978+0000] Free: 365M, Max: 1024K regular, 35840K humongous, Frag: 91% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.978+0000] Metaspace: 269050K(282504K)->269099K(282912K) NonClass: 238532K(247508K)->238574K(247840K) Class: 30518K(34996K)->30524K(35072K)
[2020-04-10T21:31:17.978+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:17.979+0000] Trigger: Average GC time (378.20 ms) is above the time for allocation rate (779 MB/s) to deplete free headroom (245M)
[2020-04-10T21:31:17.979+0000] Free headroom: 362M (free) - 117M (spike) - 0B (penalties) = 245M
[2020-04-10T21:31:17.979+0000] Free: 362M, Max: 1024K regular, 35840K humongous, Frag: 91% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:17.979+0000] GC(147) Concurrent reset
[2020-04-10T21:31:17.979+0000] GC(147) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:17.979+0000] GC(147) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:17.980+0000] GC(147) Concurrent reset 0.888ms
[2020-04-10T21:31:17.981+0000] GC(147) Pause Init Mark
[2020-04-10T21:31:17.981+0000] GC(147) Using 16 of 16 workers for init marking
[2020-04-10T21:31:17.986+0000] GC(147) Pacer for Mark. Expected Live: 1394M, Free: 360M, Non-Taxable: 36911K, Alloc Tax Rate: 14.2x
[2020-04-10T21:31:17.986+0000] GC(147) Pause Init Mark 5.720ms
[2020-04-10T21:31:17.986+0000] GC(147) Concurrent marking
[2020-04-10T21:31:17.987+0000] GC(147) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:18.199+0000] GC(147) Concurrent marking 212.137ms
[2020-04-10T21:31:18.200+0000] GC(147) Pause Final Mark
[2020-04-10T21:31:18.200+0000] GC(147) Using 16 of 16 workers for final marking
[2020-04-10T21:31:18.201+0000] GC(147) Adaptive CSet Selection. Target Free: 332M, Actual Free: 411M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:18.201+0000] GC(147) Collectable Garbage: 285M (65%), Immediate: 1024K (0%), CSet: 284M (65%)
[2020-04-10T21:31:18.213+0000] GC(147) Pacer for Evacuation. Used CSet: 344M, Free: 296M, Non-Taxable: 30340K, Alloc Tax Rate: 2.8x
[2020-04-10T21:31:18.213+0000] GC(147) Pause Final Mark 13.107ms
[2020-04-10T21:31:18.213+0000] GC(147) Concurrent roots processing
[2020-04-10T21:31:18.213+0000] GC(147) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:18.217+0000] GC(147) Concurrent roots processing 3.669ms
[2020-04-10T21:31:18.217+0000] GC(147) Concurrent cleanup
[2020-04-10T21:31:18.217+0000] GC(147) Concurrent cleanup 1927M->1927M(2350M) 0.152ms
[2020-04-10T21:31:18.217+0000] GC(147) Free: 286M, Max: 1024K regular, 35840K humongous, Frag: 88% external, 2% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:18.217+0000] GC(147) Concurrent evacuation
[2020-04-10T21:31:18.217+0000] GC(147) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:18.228+0000] GC(147) Concurrent evacuation 11.510ms
[2020-04-10T21:31:18.229+0000] GC(147) Pause Init Update Refs
[2020-04-10T21:31:18.230+0000] GC(147) Pacer for Update Refs. Used: 2016M, Free: 260M, Non-Taxable: 26699K, Alloc Tax Rate: 9.5x
[2020-04-10T21:31:18.230+0000] GC(147) Pause Init Update Refs 0.090ms
[2020-04-10T21:31:18.230+0000] GC(147) Concurrent update references
[2020-04-10T21:31:18.230+0000] GC(147) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:18.359+0000] GC(147) Concurrent update references 128.918ms
[2020-04-10T21:31:18.359+0000] GC(147) Pause Final Update Refs
[2020-04-10T21:31:18.359+0000] GC(147) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:18.360+0000] GC(147) Pause Final Update Refs 0.360ms
[2020-04-10T21:31:18.360+0000] GC(147) Concurrent cleanup
[2020-04-10T21:31:18.360+0000] GC(147) Concurrent cleanup 2200M->1857M(2350M) 0.161ms
[2020-04-10T21:31:18.360+0000] Free: 356M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 17% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:18.360+0000] Metaspace: 269101K(282912K)->269182K(282912K) NonClass: 238576K(247840K)->238644K(247840K) Class: 30524K(35072K)->30537K(35072K)
[2020-04-10T21:31:18.360+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:18.361+0000] Trigger: Average GC time (380.96 ms) is above the time for allocation rate (757 MB/s) to deplete free headroom (237M)
[2020-04-10T21:31:18.361+0000] Free headroom: 354M (free) - 117M (spike) - 0B (penalties) = 237M
[2020-04-10T21:31:18.361+0000] Free: 354M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 17% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:18.361+0000] GC(148) Concurrent reset
[2020-04-10T21:31:18.361+0000] GC(148) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:18.361+0000] GC(148) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:18.362+0000] GC(148) Concurrent reset 0.869ms
[2020-04-10T21:31:18.363+0000] GC(148) Pause Init Mark
[2020-04-10T21:31:18.363+0000] GC(148) Using 16 of 16 workers for init marking
[2020-04-10T21:31:18.369+0000] GC(148) Pacer for Mark. Expected Live: 1403M, Free: 353M, Non-Taxable: 36171K, Alloc Tax Rate: 14.6x
[2020-04-10T21:31:18.369+0000] GC(148) Pause Init Mark 5.864ms
[2020-04-10T21:31:18.369+0000] GC(148) Concurrent marking
[2020-04-10T21:31:18.369+0000] GC(148) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:18.580+0000] GC(148) Concurrent marking 211.286ms
[2020-04-10T21:31:18.581+0000] GC(148) Pause Final Mark
[2020-04-10T21:31:18.581+0000] GC(148) Using 16 of 16 workers for final marking
[2020-04-10T21:31:18.582+0000] GC(148) Adaptive CSet Selection. Target Free: 332M, Actual Free: 406M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:18.582+0000] GC(148) Collectable Garbage: 297M (66%), Immediate: 2458K (0%), CSet: 294M (66%)
[2020-04-10T21:31:18.594+0000] GC(148) Pacer for Evacuation. Used CSet: 341M, Free: 292M, Non-Taxable: 29974K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:18.594+0000] GC(148) Pause Final Mark 13.253ms
[2020-04-10T21:31:18.594+0000] GC(148) Concurrent roots processing
[2020-04-10T21:31:18.595+0000] GC(148) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:18.598+0000] GC(148) Concurrent roots processing 3.365ms
[2020-04-10T21:31:18.598+0000] GC(148) Concurrent cleanup
[2020-04-10T21:31:18.598+0000] GC(148) Concurrent cleanup 1933M->1931M(2350M) 0.153ms
[2020-04-10T21:31:18.598+0000] GC(148) Free: 284M, Max: 1024K regular, 34816K humongous, Frag: 88% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:18.598+0000] GC(148) Concurrent evacuation
[2020-04-10T21:31:18.598+0000] GC(148) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:18.606+0000] GC(148) Concurrent evacuation 8.268ms
[2020-04-10T21:31:18.607+0000] GC(148) Pause Init Update Refs
[2020-04-10T21:31:18.608+0000] GC(148) Pacer for Update Refs. Used: 2003M, Free: 262M, Non-Taxable: 26920K, Alloc Tax Rate: 9.3x
[2020-04-10T21:31:18.608+0000] GC(148) Pause Init Update Refs 0.115ms
[2020-04-10T21:31:18.608+0000] GC(148) Concurrent update references
[2020-04-10T21:31:18.608+0000] GC(148) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:18.718+0000] GC(148) Concurrent update references 110.607ms
[2020-04-10T21:31:18.719+0000] GC(148) Pause Final Update Refs
[2020-04-10T21:31:18.719+0000] GC(148) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:18.720+0000] GC(148) Pause Final Update Refs 0.385ms
[2020-04-10T21:31:18.720+0000] GC(148) Concurrent cleanup
[2020-04-10T21:31:18.720+0000] GC(148) Concurrent cleanup 2155M->1815M(2350M) 0.167ms
[2020-04-10T21:31:18.720+0000] Free: 400M, Max: 1024K regular, 35840K humongous, Frag: 92% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:18.720+0000] Metaspace: 269182K(282912K)->269202K(282912K) NonClass: 238645K(247840K)->238661K(247840K) Class: 30537K(35072K)->30540K(35072K)
[2020-04-10T21:31:18.720+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:18.729+0000] Trigger: Average GC time (377.94 ms) is above the time for allocation rate (716 MB/s) to deplete free headroom (268M)
[2020-04-10T21:31:18.729+0000] Free headroom: 386M (free) - 117M (spike) - 0B (penalties) = 268M
[2020-04-10T21:31:18.729+0000] Free: 386M, Max: 1024K regular, 35840K humongous, Frag: 91% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:18.729+0000] GC(149) Concurrent reset
[2020-04-10T21:31:18.729+0000] GC(149) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:18.729+0000] GC(149) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:18.730+0000] GC(149) Concurrent reset 0.853ms
[2020-04-10T21:31:18.731+0000] GC(149) Pause Init Mark
[2020-04-10T21:31:18.731+0000] GC(149) Using 16 of 16 workers for init marking
[2020-04-10T21:31:18.737+0000] GC(149) Pacer for Mark. Expected Live: 1408M, Free: 384M, Non-Taxable: 39376K, Alloc Tax Rate: 13.4x
[2020-04-10T21:31:18.737+0000] GC(149) Pause Init Mark 6.114ms
[2020-04-10T21:31:18.737+0000] GC(149) Concurrent marking
[2020-04-10T21:31:18.737+0000] GC(149) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:18.949+0000] GC(149) Concurrent marking 211.765ms
[2020-04-10T21:31:18.949+0000] GC(149) Pause Final Mark
[2020-04-10T21:31:18.949+0000] GC(149) Using 16 of 16 workers for final marking
[2020-04-10T21:31:18.950+0000] GC(149) Adaptive CSet Selection. Target Free: 332M, Actual Free: 417M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:18.951+0000] GC(149) Collectable Garbage: 255M (63%), Immediate: 0B (0%), CSet: 255M (63%)
[2020-04-10T21:31:18.963+0000] GC(149) Pacer for Evacuation. Used CSet: 317M, Free: 302M, Non-Taxable: 30931K, Alloc Tax Rate: 2.6x
[2020-04-10T21:31:18.963+0000] GC(149) Pause Final Mark 13.070ms
[2020-04-10T21:31:18.963+0000] GC(149) Concurrent roots processing
[2020-04-10T21:31:18.963+0000] GC(149) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:18.966+0000] GC(149) Concurrent roots processing 3.477ms
[2020-04-10T21:31:18.966+0000] GC(149) Concurrent cleanup
[2020-04-10T21:31:18.967+0000] GC(149) Concurrent cleanup 1926M->1926M(2350M) 0.219ms
[2020-04-10T21:31:18.967+0000] GC(149) Free: 289M, Max: 1024K regular, 35840K humongous, Frag: 88% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:18.967+0000] GC(149) Concurrent evacuation
[2020-04-10T21:31:18.967+0000] GC(149) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:18.979+0000] GC(149) Concurrent evacuation 12.365ms
[2020-04-10T21:31:18.980+0000] GC(149) Pause Init Update Refs
[2020-04-10T21:31:18.980+0000] GC(149) Pacer for Update Refs. Used: 2019M, Free: 261M, Non-Taxable: 26787K, Alloc Tax Rate: 9.4x
[2020-04-10T21:31:18.980+0000] GC(149) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:18.981+0000] GC(149) Concurrent update references
[2020-04-10T21:31:18.981+0000] GC(149) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:19.105+0000] GC(149) Concurrent update references 123.974ms
[2020-04-10T21:31:19.106+0000] GC(149) Pause Final Update Refs
[2020-04-10T21:31:19.106+0000] GC(149) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:19.106+0000] GC(149) Pause Final Update Refs 0.582ms
[2020-04-10T21:31:19.106+0000] GC(149) Concurrent cleanup
[2020-04-10T21:31:19.107+0000] GC(149) Concurrent cleanup 2188M->1871M(2350M) 0.169ms
[2020-04-10T21:31:19.107+0000] Free: 344M, Max: 1024K regular, 34816K humongous, Frag: 90% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.107+0000] Metaspace: 269202K(282912K)->269230K(282912K) NonClass: 238661K(247840K)->238685K(247840K) Class: 30540K(35072K)->30544K(35072K)
[2020-04-10T21:31:19.107+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:19.108+0000] Trigger: Average GC time (381.76 ms) is above the time for allocation rate (783 MB/s) to deplete free headroom (224M)
[2020-04-10T21:31:19.108+0000] Free headroom: 341M (free) - 117M (spike) - 0B (penalties) = 224M
[2020-04-10T21:31:19.108+0000] Free: 341M, Max: 1024K regular, 34816K humongous, Frag: 90% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.108+0000] GC(150) Concurrent reset
[2020-04-10T21:31:19.108+0000] GC(150) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:19.108+0000] GC(150) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:19.109+0000] GC(150) Concurrent reset 0.847ms
[2020-04-10T21:31:19.109+0000] GC(150) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:19.109+0000] GC(150) Using 16 of 16 workers for init marking
[2020-04-10T21:31:19.115+0000] GC(150) Pacer for Mark. Expected Live: 1411M, Free: 340M, Non-Taxable: 34864K, Alloc Tax Rate: 15.2x
[2020-04-10T21:31:19.115+0000] GC(150) Pause Init Mark (process weakrefs) 5.778ms
[2020-04-10T21:31:19.115+0000] GC(150) Concurrent marking (process weakrefs)
[2020-04-10T21:31:19.115+0000] GC(150) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:19.346+0000] GC(150) Concurrent marking (process weakrefs) 231.007ms
[2020-04-10T21:31:19.346+0000] GC(150) Concurrent precleaning
[2020-04-10T21:31:19.346+0000] GC(150) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:19.346+0000] GC(150) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:19.379+0000] GC(150) Concurrent precleaning 32.603ms
[2020-04-10T21:31:19.380+0000] GC(150) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:19.380+0000] GC(150) Using 16 of 16 workers for final marking
[2020-04-10T21:31:19.382+0000] GC(150) Adaptive CSet Selection. Target Free: 332M, Actual Free: 283M, Max CSet: 100266K, Min Garbage: 51114K
[2020-04-10T21:31:19.382+0000] GC(150) Collectable Garbage: 314M (67%), Immediate: 0B (0%), CSet: 314M (67%)
[2020-04-10T21:31:19.394+0000] GC(150) Pacer for Evacuation. Used CSet: 353M, Free: 168M, Non-Taxable: 17288K, Alloc Tax Rate: 5.1x
[2020-04-10T21:31:19.394+0000] GC(150) Pause Final Mark (process weakrefs) 14.287ms
[2020-04-10T21:31:19.394+0000] GC(150) Concurrent roots processing
[2020-04-10T21:31:19.394+0000] GC(150) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:19.398+0000] GC(150) Concurrent roots processing 3.452ms
[2020-04-10T21:31:19.398+0000] GC(150) Concurrent cleanup
[2020-04-10T21:31:19.398+0000] GC(150) Concurrent cleanup 2055M->2055M(2350M) 0.147ms
[2020-04-10T21:31:19.398+0000] GC(150) Free: 162M, Max: 1024K regular, 34816K humongous, Frag: 79% external, 4% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:19.398+0000] GC(150) Concurrent evacuation
[2020-04-10T21:31:19.398+0000] GC(150) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:19.405+0000] GC(150) Concurrent evacuation 6.898ms
[2020-04-10T21:31:19.406+0000] GC(150) Pause Init Update Refs
[2020-04-10T21:31:19.406+0000] GC(150) Pacer for Update Refs. Used: 2108M, Free: 152M, Non-Taxable: 15565K, Alloc Tax Rate: 17.0x
[2020-04-10T21:31:19.406+0000] GC(150) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:19.406+0000] GC(150) Concurrent update references
[2020-04-10T21:31:19.406+0000] GC(150) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:19.526+0000] GC(150) Concurrent update references 119.473ms
[2020-04-10T21:31:19.526+0000] GC(150) Pause Final Update Refs
[2020-04-10T21:31:19.526+0000] GC(150) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:19.527+0000] GC(150) Pause Final Update Refs 0.413ms
[2020-04-10T21:31:19.527+0000] GC(150) Concurrent cleanup
[2020-04-10T21:31:19.527+0000] GC(150) Concurrent cleanup 2247M->1893M(2350M) 0.171ms
[2020-04-10T21:31:19.527+0000] Free: 322M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.527+0000] Metaspace: 269230K(282912K)->269298K(282912K) NonClass: 238685K(247840K)->238742K(247840K) Class: 30544K(35072K)->30555K(35072K)
[2020-04-10T21:31:19.527+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:19.528+0000] Trigger: Average GC time (380.77 ms) is above the time for allocation rate (781 MB/s) to deplete free headroom (204M)
[2020-04-10T21:31:19.528+0000] Free headroom: 321M (free) - 117M (spike) - 0B (penalties) = 204M
[2020-04-10T21:31:19.528+0000] Free: 321M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.528+0000] GC(151) Concurrent reset
[2020-04-10T21:31:19.528+0000] GC(151) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:19.528+0000] GC(151) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:19.530+0000] GC(151) Concurrent reset 2.049ms
[2020-04-10T21:31:19.531+0000] GC(151) Pause Init Mark
[2020-04-10T21:31:19.531+0000] GC(151) Using 16 of 16 workers for init marking
[2020-04-10T21:31:19.537+0000] GC(151) Pacer for Mark. Expected Live: 1418M, Free: 320M, Non-Taxable: 32803K, Alloc Tax Rate: 16.2x
[2020-04-10T21:31:19.537+0000] GC(151) Pause Init Mark 5.648ms
[2020-04-10T21:31:19.537+0000] GC(151) Concurrent marking
[2020-04-10T21:31:19.537+0000] GC(151) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:19.745+0000] GC(151) Concurrent marking 207.770ms
[2020-04-10T21:31:19.746+0000] GC(151) Pause Final Mark
[2020-04-10T21:31:19.746+0000] GC(151) Using 16 of 16 workers for final marking
[2020-04-10T21:31:19.746+0000] GC(151) Adaptive CSet Selection. Target Free: 332M, Actual Free: 369M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:19.747+0000] GC(151) Collectable Garbage: 334M (69%), Immediate: 1024K (0%), CSet: 333M (68%)
[2020-04-10T21:31:19.759+0000] GC(151) Pacer for Evacuation. Used CSet: 373M, Free: 255M, Non-Taxable: 26155K, Alloc Tax Rate: 3.6x
[2020-04-10T21:31:19.759+0000] GC(151) Pause Final Mark 13.316ms
[2020-04-10T21:31:19.759+0000] GC(151) Concurrent roots processing
[2020-04-10T21:31:19.759+0000] GC(151) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:19.762+0000] GC(151) Concurrent roots processing 3.207ms
[2020-04-10T21:31:19.762+0000] GC(151) Concurrent cleanup
[2020-04-10T21:31:19.763+0000] GC(151) Concurrent cleanup 1979M->1978M(2350M) 0.148ms
[2020-04-10T21:31:19.763+0000] GC(151) Free: 235M, Max: 1024K regular, 35840K humongous, Frag: 85% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:19.763+0000] GC(151) Concurrent evacuation
[2020-04-10T21:31:19.763+0000] GC(151) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:19.770+0000] GC(151) Concurrent evacuation 7.858ms
[2020-04-10T21:31:19.771+0000] GC(151) Pause Init Update Refs
[2020-04-10T21:31:19.772+0000] GC(151) Pacer for Update Refs. Used: 2045M, Free: 210M, Non-Taxable: 21523K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:19.772+0000] GC(151) Pause Init Update Refs 0.088ms
[2020-04-10T21:31:19.772+0000] GC(151) Concurrent update references
[2020-04-10T21:31:19.772+0000] GC(151) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:19.887+0000] GC(151) Concurrent update references 115.487ms
[2020-04-10T21:31:19.888+0000] GC(151) Pause Final Update Refs
[2020-04-10T21:31:19.888+0000] GC(151) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:19.889+0000] GC(151) Pause Final Update Refs 0.605ms
[2020-04-10T21:31:19.889+0000] GC(151) Concurrent cleanup
[2020-04-10T21:31:19.889+0000] GC(151) Concurrent cleanup 2233M->1860M(2350M) 0.175ms
[2020-04-10T21:31:19.889+0000] Free: 351M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.889+0000] Metaspace: 269298K(282912K)->269376K(283168K) NonClass: 238742K(247840K)->238803K(248096K) Class: 30555K(35072K)->30573K(35072K)
[2020-04-10T21:31:19.889+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:19.890+0000] Trigger: Average GC time (379.55 ms) is above the time for allocation rate (840 MB/s) to deplete free headroom (232M)
[2020-04-10T21:31:19.890+0000] Free headroom: 350M (free) - 117M (spike) - 0B (penalties) = 232M
[2020-04-10T21:31:19.890+0000] Free: 350M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:19.890+0000] GC(152) Concurrent reset
[2020-04-10T21:31:19.890+0000] GC(152) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:19.890+0000] GC(152) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:19.891+0000] GC(152) Concurrent reset 1.057ms
[2020-04-10T21:31:19.892+0000] GC(152) Pause Init Mark
[2020-04-10T21:31:19.892+0000] GC(152) Using 16 of 16 workers for init marking
[2020-04-10T21:31:19.898+0000] GC(152) Pacer for Mark. Expected Live: 1417M, Free: 348M, Non-Taxable: 35654K, Alloc Tax Rate: 14.9x
[2020-04-10T21:31:19.898+0000] GC(152) Pause Init Mark 5.824ms
[2020-04-10T21:31:19.898+0000] GC(152) Concurrent marking
[2020-04-10T21:31:19.898+0000] GC(152) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:20.106+0000] GC(152) Concurrent marking 208.548ms
[2020-04-10T21:31:20.107+0000] GC(152) Pause Final Mark
[2020-04-10T21:31:20.107+0000] GC(152) Using 16 of 16 workers for final marking
[2020-04-10T21:31:20.108+0000] GC(152) Adaptive CSet Selection. Target Free: 332M, Actual Free: 403M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:20.109+0000] GC(152) Collectable Garbage: 303M (66%), Immediate: 4162K (0%), CSet: 299M (66%)
[2020-04-10T21:31:20.121+0000] GC(152) Pacer for Evacuation. Used CSet: 340M, Free: 290M, Non-Taxable: 29789K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:20.121+0000] GC(152) Pause Final Mark 13.268ms
[2020-04-10T21:31:20.121+0000] GC(152) Concurrent roots processing
[2020-04-10T21:31:20.121+0000] GC(152) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:20.124+0000] GC(152) Concurrent roots processing 3.519ms
[2020-04-10T21:31:20.124+0000] GC(152) Concurrent cleanup
[2020-04-10T21:31:20.125+0000] GC(152) Concurrent cleanup 1932M->1928M(2350M) 0.156ms
[2020-04-10T21:31:20.125+0000] GC(152) Free: 281M, Max: 1024K regular, 34816K humongous, Frag: 88% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:20.125+0000] GC(152) Concurrent evacuation
[2020-04-10T21:31:20.125+0000] GC(152) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:20.132+0000] GC(152) Concurrent evacuation 7.875ms
[2020-04-10T21:31:20.134+0000] GC(152) Pause Init Update Refs
[2020-04-10T21:31:20.134+0000] GC(152) Pacer for Update Refs. Used: 1988M, Free: 265M, Non-Taxable: 27222K, Alloc Tax Rate: 9.1x
[2020-04-10T21:31:20.134+0000] GC(152) Pause Init Update Refs 0.084ms
[2020-04-10T21:31:20.134+0000] GC(152) Concurrent update references
[2020-04-10T21:31:20.134+0000] GC(152) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:20.254+0000] GC(152) Concurrent update references 119.821ms
[2020-04-10T21:31:20.255+0000] GC(152) Pause Final Update Refs
[2020-04-10T21:31:20.255+0000] GC(152) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:20.255+0000] GC(152) Pause Final Update Refs 0.364ms
[2020-04-10T21:31:20.255+0000] GC(152) Concurrent cleanup
[2020-04-10T21:31:20.255+0000] GC(152) Concurrent cleanup 2124M->1785M(2350M) 0.165ms
[2020-04-10T21:31:20.255+0000] Free: 425M, Max: 1024K regular, 36864K humongous, Frag: 92% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:20.255+0000] Metaspace: 269376K(283168K)->269419K(283244K) NonClass: 238803K(248096K)->238841K(248096K) Class: 30573K(35072K)->30577K(35148K)
[2020-04-10T21:31:20.255+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:20.297+0000] Trigger: Average GC time (376.31 ms) is above the time for allocation rate (684 MB/s) to deplete free headroom (257M)
[2020-04-10T21:31:20.297+0000] Free headroom: 374M (free) - 117M (spike) - 0B (penalties) = 257M
[2020-04-10T21:31:20.297+0000] Free: 374M, Max: 1024K regular, 36864K humongous, Frag: 91% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:20.297+0000] GC(153) Concurrent reset
[2020-04-10T21:31:20.297+0000] GC(153) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:20.297+0000] GC(153) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:20.298+0000] GC(153) Concurrent reset 0.835ms
[2020-04-10T21:31:20.298+0000] GC(153) Pause Init Mark
[2020-04-10T21:31:20.298+0000] GC(153) Using 16 of 16 workers for init marking
[2020-04-10T21:31:20.304+0000] GC(153) Pacer for Mark. Expected Live: 1415M, Free: 373M, Non-Taxable: 38260K, Alloc Tax Rate: 13.9x
[2020-04-10T21:31:20.304+0000] GC(153) Pause Init Mark 5.876ms
[2020-04-10T21:31:20.304+0000] GC(153) Concurrent marking
[2020-04-10T21:31:20.304+0000] GC(153) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:20.530+0000] GC(153) Concurrent marking 225.704ms
[2020-04-10T21:31:20.531+0000] GC(153) Pause Final Mark
[2020-04-10T21:31:20.531+0000] GC(153) Using 16 of 16 workers for final marking
[2020-04-10T21:31:20.532+0000] GC(153) Adaptive CSet Selection. Target Free: 332M, Actual Free: 434M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:20.532+0000] GC(153) Collectable Garbage: 264M (63%), Immediate: 10112K (2%), CSet: 254M (61%)
[2020-04-10T21:31:20.544+0000] GC(153) Pacer for Evacuation. Used CSet: 297M, Free: 325M, Non-Taxable: 33337K, Alloc Tax Rate: 2.2x
[2020-04-10T21:31:20.544+0000] GC(153) Pause Final Mark 13.390ms
[2020-04-10T21:31:20.544+0000] GC(153) Concurrent roots processing
[2020-04-10T21:31:20.544+0000] GC(153) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:20.548+0000] GC(153) Concurrent roots processing 3.852ms
[2020-04-10T21:31:20.548+0000] GC(153) Concurrent cleanup
[2020-04-10T21:31:20.548+0000] GC(153) Concurrent cleanup 1906M->1897M(2350M) 0.164ms
[2020-04-10T21:31:20.548+0000] GC(153) Free: 318M, Max: 1024K regular, 36864K humongous, Frag: 89% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:20.548+0000] GC(153) Concurrent evacuation
[2020-04-10T21:31:20.548+0000] GC(153) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:20.555+0000] GC(153) Concurrent evacuation 6.872ms
[2020-04-10T21:31:20.556+0000] GC(153) Pause Init Update Refs
[2020-04-10T21:31:20.556+0000] GC(153) Pacer for Update Refs. Used: 1952M, Free: 310M, Non-Taxable: 31815K, Alloc Tax Rate: 7.7x
[2020-04-10T21:31:20.556+0000] GC(153) Pause Init Update Refs 0.077ms
[2020-04-10T21:31:20.556+0000] GC(153) Concurrent update references
[2020-04-10T21:31:20.556+0000] GC(153) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:20.663+0000] GC(153) Concurrent update references 106.811ms
[2020-04-10T21:31:20.664+0000] GC(153) Pause Final Update Refs
[2020-04-10T21:31:20.664+0000] GC(153) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:20.664+0000] GC(153) Pause Final Update Refs 0.445ms
[2020-04-10T21:31:20.665+0000] GC(153) Concurrent cleanup
[2020-04-10T21:31:20.665+0000] GC(153) Concurrent cleanup 2035M->1738M(2350M) 0.164ms
[2020-04-10T21:31:20.665+0000] Free: 477M, Max: 1024K regular, 53248K humongous, Frag: 90% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:20.665+0000] Metaspace: 269422K(283244K)->269474K(283244K) NonClass: 238844K(248096K)->238890K(248096K) Class: 30577K(35148K)->30584K(35148K)
[2020-04-10T21:31:20.665+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:20.785+0000] Trigger: Average GC time (378.15 ms) is above the time for allocation rate (606 MB/s) to deplete free headroom (228M)
[2020-04-10T21:31:20.785+0000] Free headroom: 346M (free) - 117M (spike) - 0B (penalties) = 228M
[2020-04-10T21:31:20.785+0000] Free: 346M, Max: 1024K regular, 36864K humongous, Frag: 90% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:20.785+0000] GC(154) Concurrent reset
[2020-04-10T21:31:20.785+0000] GC(154) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:20.785+0000] GC(154) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:20.786+0000] GC(154) Concurrent reset 0.844ms
[2020-04-10T21:31:20.787+0000] GC(154) Pause Init Mark
[2020-04-10T21:31:20.787+0000] GC(154) Using 16 of 16 workers for init marking
[2020-04-10T21:31:20.793+0000] GC(154) Pacer for Mark. Expected Live: 1416M, Free: 345M, Non-Taxable: 35419K, Alloc Tax Rate: 15.0x
[2020-04-10T21:31:20.793+0000] GC(154) Pause Init Mark 5.855ms
[2020-04-10T21:31:20.793+0000] GC(154) Concurrent marking
[2020-04-10T21:31:20.793+0000] GC(154) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:20.997+0000] GC(154) Concurrent marking 203.860ms
[2020-04-10T21:31:20.998+0000] GC(154) Pause Final Mark
[2020-04-10T21:31:20.998+0000] GC(154) Using 16 of 16 workers for final marking
[2020-04-10T21:31:20.999+0000] GC(154) Adaptive CSet Selection. Target Free: 332M, Actual Free: 421M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:20.999+0000] GC(154) Collectable Garbage: 311M (67%), Immediate: 23265K (4%), CSet: 288M (62%)
[2020-04-10T21:31:21.011+0000] GC(154) Pacer for Evacuation. Used CSet: 315M, Free: 309M, Non-Taxable: 31678K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:21.011+0000] GC(154) Pause Final Mark 13.319ms
[2020-04-10T21:31:21.011+0000] GC(154) Concurrent roots processing
[2020-04-10T21:31:21.011+0000] GC(154) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:21.015+0000] GC(154) Concurrent roots processing 3.246ms
[2020-04-10T21:31:21.015+0000] GC(154) Concurrent cleanup
[2020-04-10T21:31:21.015+0000] GC(154) Concurrent cleanup 1937M->1916M(2350M) 0.165ms
[2020-04-10T21:31:21.015+0000] GC(154) Free: 298M, Max: 1024K regular, 36864K humongous, Frag: 88% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:21.015+0000] GC(154) Concurrent evacuation
[2020-04-10T21:31:21.015+0000] GC(154) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:21.020+0000] GC(154) Concurrent evacuation 4.770ms
[2020-04-10T21:31:21.020+0000] GC(154) Pause Init Update Refs
[2020-04-10T21:31:21.020+0000] GC(154) Pacer for Update Refs. Used: 1955M, Free: 289M, Non-Taxable: 29682K, Alloc Tax Rate: 8.2x
[2020-04-10T21:31:21.021+0000] GC(154) Pause Init Update Refs 0.071ms
[2020-04-10T21:31:21.021+0000] GC(154) Concurrent update references
[2020-04-10T21:31:21.021+0000] GC(154) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:21.120+0000] GC(154) Concurrent update references 99.788ms
[2020-04-10T21:31:21.121+0000] GC(154) Pause Final Update Refs
[2020-04-10T21:31:21.121+0000] GC(154) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:21.121+0000] GC(154) Pause Final Update Refs 0.357ms
[2020-04-10T21:31:21.122+0000] GC(154) Concurrent cleanup
[2020-04-10T21:31:21.122+0000] GC(154) Concurrent cleanup 2045M->1731M(2350M) 0.182ms
[2020-04-10T21:31:21.122+0000] Free: 479M, Max: 1024K regular, 35840K humongous, Frag: 93% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:21.122+0000] Metaspace: 269487K(283244K)->269532K(283244K) NonClass: 238900K(248096K)->238939K(248096K) Class: 30586K(35148K)->30592K(35148K)
[2020-04-10T21:31:21.122+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:21.224+0000] Trigger: Average GC time (369.88 ms) is above the time for allocation rate (669 MB/s) to deplete free headroom (246M)
[2020-04-10T21:31:21.224+0000] Free headroom: 363M (free) - 117M (spike) - 0B (penalties) = 246M
[2020-04-10T21:31:21.224+0000] Free: 363M, Max: 1024K regular, 35840K humongous, Frag: 91% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:21.224+0000] GC(155) Concurrent reset
[2020-04-10T21:31:21.224+0000] GC(155) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:21.224+0000] GC(155) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:21.225+0000] GC(155) Concurrent reset 0.841ms
[2020-04-10T21:31:21.226+0000] GC(155) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:21.226+0000] GC(155) Using 16 of 16 workers for init marking
[2020-04-10T21:31:21.231+0000] GC(155) Pacer for Mark. Expected Live: 1412M, Free: 363M, Non-Taxable: 37195K, Alloc Tax Rate: 14.3x
[2020-04-10T21:31:21.231+0000] GC(155) Pause Init Mark (process weakrefs) 5.593ms
[2020-04-10T21:31:21.231+0000] GC(155) Concurrent marking (process weakrefs)
[2020-04-10T21:31:21.231+0000] GC(155) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:21.447+0000] GC(155) Concurrent marking (process weakrefs) 215.664ms
[2020-04-10T21:31:21.447+0000] GC(155) Concurrent precleaning
[2020-04-10T21:31:21.447+0000] GC(155) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:21.447+0000] GC(155) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:21.486+0000] GC(155) Concurrent precleaning 39.326ms
[2020-04-10T21:31:21.487+0000] GC(155) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:21.487+0000] GC(155) Using 16 of 16 workers for final marking
[2020-04-10T21:31:21.489+0000] GC(155) Adaptive CSet Selection. Target Free: 332M, Actual Free: 357M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:21.489+0000] GC(155) Collectable Garbage: 300M (66%), Immediate: 20495K (4%), CSet: 280M (62%)
[2020-04-10T21:31:21.501+0000] GC(155) Pacer for Evacuation. Used CSet: 298M, Free: 250M, Non-Taxable: 25610K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:21.501+0000] GC(155) Pause Final Mark (process weakrefs) 14.061ms
[2020-04-10T21:31:21.502+0000] GC(155) Concurrent roots processing
[2020-04-10T21:31:21.502+0000] GC(155) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:21.505+0000] GC(155) Concurrent roots processing 3.334ms
[2020-04-10T21:31:21.505+0000] GC(155) Concurrent cleanup
[2020-04-10T21:31:21.505+0000] GC(155) Concurrent cleanup 1987M->1968M(2350M) 0.158ms
[2020-04-10T21:31:21.505+0000] GC(155) Free: 245M, Max: 1024K regular, 35840K humongous, Frag: 86% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:21.505+0000] GC(155) Concurrent evacuation
[2020-04-10T21:31:21.505+0000] GC(155) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:21.509+0000] GC(155) Concurrent evacuation 3.696ms
[2020-04-10T21:31:21.510+0000] GC(155) Pause Init Update Refs
[2020-04-10T21:31:21.510+0000] GC(155) Pacer for Update Refs. Used: 1995M, Free: 241M, Non-Taxable: 24721K, Alloc Tax Rate: 10.1x
[2020-04-10T21:31:21.510+0000] GC(155) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:21.510+0000] GC(155) Concurrent update references
[2020-04-10T21:31:21.510+0000] GC(155) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:21.632+0000] GC(155) Concurrent update references 122.297ms
[2020-04-10T21:31:21.633+0000] GC(155) Pause Final Update Refs
[2020-04-10T21:31:21.633+0000] GC(155) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:21.633+0000] GC(155) Pause Final Update Refs 0.430ms
[2020-04-10T21:31:21.634+0000] GC(155) Concurrent cleanup
[2020-04-10T21:31:21.634+0000] GC(155) Concurrent cleanup 2128M->1832M(2350M) 0.172ms
[2020-04-10T21:31:21.634+0000] Free: 378M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:21.634+0000] Metaspace: 269539K(283244K)->269575K(283500K) NonClass: 238945K(248096K)->238976K(248352K) Class: 30593K(35148K)->30598K(35148K)
[2020-04-10T21:31:21.634+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:21.635+0000] Trigger: Average GC time (367.93 ms) is above the time for allocation rate (711 MB/s) to deplete free headroom (258M)
[2020-04-10T21:31:21.635+0000] Free headroom: 376M (free) - 117M (spike) - 0B (penalties) = 258M
[2020-04-10T21:31:21.635+0000] Free: 375M, Max: 1024K regular, 34816K humongous, Frag: 91% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:21.635+0000] GC(156) Concurrent reset
[2020-04-10T21:31:21.635+0000] GC(156) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:21.635+0000] GC(156) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:21.636+0000] GC(156) Concurrent reset 0.906ms
[2020-04-10T21:31:21.637+0000] GC(156) Pause Init Mark
[2020-04-10T21:31:21.637+0000] GC(156) Using 16 of 16 workers for init marking
[2020-04-10T21:31:21.642+0000] GC(156) Pacer for Mark. Expected Live: 1408M, Free: 374M, Non-Taxable: 38336K, Alloc Tax Rate: 13.8x
[2020-04-10T21:31:21.642+0000] GC(156) Pause Init Mark 5.536ms
[2020-04-10T21:31:21.642+0000] GC(156) Concurrent marking
[2020-04-10T21:31:21.642+0000] GC(156) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:21.857+0000] GC(156) Concurrent marking 214.945ms
[2020-04-10T21:31:21.860+0000] GC(156) Pause Final Mark
[2020-04-10T21:31:21.860+0000] GC(156) Using 16 of 16 workers for final marking
[2020-04-10T21:31:21.862+0000] GC(156) Adaptive CSet Selection. Target Free: 332M, Actual Free: 427M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:21.862+0000] GC(156) Collectable Garbage: 256M (62%), Immediate: 11378K (2%), CSet: 245M (60%)
[2020-04-10T21:31:21.874+0000] GC(156) Pacer for Evacuation. Used CSet: 291M, Free: 316M, Non-Taxable: 32419K, Alloc Tax Rate: 2.2x
[2020-04-10T21:31:21.874+0000] GC(156) Pause Final Mark 13.877ms
[2020-04-10T21:31:21.875+0000] GC(156) Concurrent roots processing
[2020-04-10T21:31:21.875+0000] GC(156) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:21.879+0000] GC(156) Concurrent roots processing 4.101ms
[2020-04-10T21:31:21.879+0000] GC(156) Concurrent cleanup
[2020-04-10T21:31:21.879+0000] GC(156) Concurrent cleanup 1922M->1912M(2350M) 0.176ms
[2020-04-10T21:31:21.879+0000] GC(156) Free: 302M, Max: 1024K regular, 34816K humongous, Frag: 89% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:21.879+0000] GC(156) Concurrent evacuation
[2020-04-10T21:31:21.879+0000] GC(156) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:21.889+0000] GC(156) Concurrent evacuation 9.686ms
[2020-04-10T21:31:21.890+0000] GC(156) Pause Init Update Refs
[2020-04-10T21:31:21.890+0000] GC(156) Pacer for Update Refs. Used: 1990M, Free: 273M, Non-Taxable: 28013K, Alloc Tax Rate: 8.9x
[2020-04-10T21:31:21.890+0000] GC(156) Pause Init Update Refs 0.096ms
[2020-04-10T21:31:21.890+0000] GC(156) Concurrent update references
[2020-04-10T21:31:21.890+0000] GC(156) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:22.022+0000] GC(156) Concurrent update references 132.191ms
[2020-04-10T21:31:22.024+0000] GC(156) Pause Final Update Refs
[2020-04-10T21:31:22.024+0000] GC(156) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:22.024+0000] GC(156) Pause Final Update Refs 0.467ms
[2020-04-10T21:31:22.024+0000] GC(156) Concurrent cleanup
[2020-04-10T21:31:22.025+0000] GC(156) Concurrent cleanup 2217M->1927M(2350M) 0.203ms
[2020-04-10T21:31:22.025+0000] Free: 288M, Max: 1024K regular, 35840K humongous, Frag: 88% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.025+0000] Metaspace: 269575K(283500K)->269646K(283500K) NonClass: 238976K(248352K)->239039K(248352K) Class: 30598K(35148K)->30607K(35148K)
[2020-04-10T21:31:22.025+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:22.026+0000] Trigger: Average GC time (373.77 ms) is above the time for allocation rate (890 MB/s) to deplete free headroom (168M)
[2020-04-10T21:31:22.026+0000] Free headroom: 286M (free) - 117M (spike) - 0B (penalties) = 168M
[2020-04-10T21:31:22.026+0000] Free: 286M, Max: 1024K regular, 35840K humongous, Frag: 88% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.026+0000] GC(157) Concurrent reset
[2020-04-10T21:31:22.026+0000] GC(157) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:22.026+0000] GC(157) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:22.027+0000] GC(157) Concurrent reset 1.079ms
[2020-04-10T21:31:22.028+0000] GC(157) Pause Init Mark
[2020-04-10T21:31:22.028+0000] GC(157) Using 16 of 16 workers for init marking
[2020-04-10T21:31:22.034+0000] GC(157) Pacer for Mark. Expected Live: 1412M, Free: 284M, Non-Taxable: 29174K, Alloc Tax Rate: 18.2x
[2020-04-10T21:31:22.034+0000] GC(157) Pause Init Mark 5.729ms
[2020-04-10T21:31:22.034+0000] GC(157) Concurrent marking
[2020-04-10T21:31:22.034+0000] GC(157) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:22.261+0000] GC(157) Concurrent marking 226.381ms
[2020-04-10T21:31:22.262+0000] GC(157) Pause Final Mark
[2020-04-10T21:31:22.262+0000] GC(157) Using 16 of 16 workers for final marking
[2020-04-10T21:31:22.263+0000] GC(157) Adaptive CSet Selection. Target Free: 332M, Actual Free: 337M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:22.263+0000] GC(157) Collectable Garbage: 320M (67%), Immediate: 0B (0%), CSet: 320M (67%)
[2020-04-10T21:31:22.275+0000] GC(157) Pacer for Evacuation. Used CSet: 390M, Free: 222M, Non-Taxable: 22810K, Alloc Tax Rate: 4.3x
[2020-04-10T21:31:22.275+0000] GC(157) Pause Final Mark 13.015ms
[2020-04-10T21:31:22.275+0000] GC(157) Concurrent roots processing
[2020-04-10T21:31:22.275+0000] GC(157) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:22.279+0000] GC(157) Concurrent roots processing 3.747ms
[2020-04-10T21:31:22.279+0000] GC(157) Concurrent cleanup
[2020-04-10T21:31:22.279+0000] GC(157) Concurrent cleanup 2000M->2000M(2350M) 0.211ms
[2020-04-10T21:31:22.279+0000] GC(157) Free: 212M, Max: 1024K regular, 35840K humongous, Frag: 84% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:22.279+0000] GC(157) Concurrent evacuation
[2020-04-10T21:31:22.279+0000] GC(157) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:22.294+0000] GC(157) Concurrent evacuation 14.899ms
[2020-04-10T21:31:22.295+0000] GC(157) Pause Init Update Refs
[2020-04-10T21:31:22.295+0000] GC(157) Pacer for Update Refs. Used: 2103M, Free: 184M, Non-Taxable: 18909K, Alloc Tax Rate: 13.9x
[2020-04-10T21:31:22.296+0000] GC(157) Pause Init Update Refs 0.144ms
[2020-04-10T21:31:22.296+0000] GC(157) Concurrent update references
[2020-04-10T21:31:22.296+0000] GC(157) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:22.437+0000] GC(157) Concurrent update references 141.513ms
[2020-04-10T21:31:22.438+0000] GC(157) Pause Final Update Refs
[2020-04-10T21:31:22.438+0000] GC(157) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:22.439+0000] GC(157) Pause Final Update Refs 0.513ms
[2020-04-10T21:31:22.439+0000] GC(157) Concurrent cleanup
[2020-04-10T21:31:22.439+0000] GC(157) Concurrent cleanup 2266M->1876M(2350M) 0.183ms
[2020-04-10T21:31:22.439+0000] Free: 336M, Max: 1024K regular, 29696K humongous, Frag: 92% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.439+0000] Metaspace: 269646K(283500K)->269684K(283500K) NonClass: 239039K(248352K)->239075K(248352K) Class: 30607K(35148K)->30609K(35148K)
[2020-04-10T21:31:22.439+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:22.440+0000] Trigger: Average GC time (383.42 ms) is above the time for allocation rate (640 MB/s) to deplete free headroom (217M)
[2020-04-10T21:31:22.440+0000] Free headroom: 335M (free) - 117M (spike) - 0B (penalties) = 217M
[2020-04-10T21:31:22.440+0000] Free: 335M, Max: 1024K regular, 29696K humongous, Frag: 92% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.440+0000] GC(158) Concurrent reset
[2020-04-10T21:31:22.440+0000] GC(158) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:22.440+0000] GC(158) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:22.441+0000] GC(158) Concurrent reset 0.868ms
[2020-04-10T21:31:22.442+0000] GC(158) Pause Init Mark
[2020-04-10T21:31:22.442+0000] GC(158) Using 16 of 16 workers for init marking
[2020-04-10T21:31:22.448+0000] GC(158) Pacer for Mark. Expected Live: 1421M, Free: 334M, Non-Taxable: 34259K, Alloc Tax Rate: 15.6x
[2020-04-10T21:31:22.448+0000] GC(158) Pause Init Mark 5.761ms
[2020-04-10T21:31:22.448+0000] GC(158) Concurrent marking
[2020-04-10T21:31:22.448+0000] GC(158) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:22.666+0000] GC(158) Concurrent marking 217.653ms
[2020-04-10T21:31:22.667+0000] GC(158) Pause Final Mark
[2020-04-10T21:31:22.667+0000] GC(158) Using 16 of 16 workers for final marking
[2020-04-10T21:31:22.668+0000] GC(158) Adaptive CSet Selection. Target Free: 332M, Actual Free: 393M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:22.668+0000] GC(158) Collectable Garbage: 285M (64%), Immediate: 4286K (0%), CSet: 281M (64%)
[2020-04-10T21:31:22.680+0000] GC(158) Pacer for Evacuation. Used CSet: 334M, Free: 283M, Non-Taxable: 28985K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:22.680+0000] GC(158) Pause Final Mark 13.582ms
[2020-04-10T21:31:22.680+0000] GC(158) Concurrent roots processing
[2020-04-10T21:31:22.681+0000] GC(158) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:22.684+0000] GC(158) Concurrent roots processing 3.771ms
[2020-04-10T21:31:22.684+0000] GC(158) Concurrent cleanup
[2020-04-10T21:31:22.684+0000] GC(158) Concurrent cleanup 1944M->1940M(2350M) 0.168ms
[2020-04-10T21:31:22.684+0000] GC(158) Free: 275M, Max: 1024K regular, 25600K humongous, Frag: 91% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:22.685+0000] GC(158) Concurrent evacuation
[2020-04-10T21:31:22.685+0000] GC(158) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:22.694+0000] GC(158) Concurrent evacuation 9.160ms
[2020-04-10T21:31:22.695+0000] GC(158) Pause Init Update Refs
[2020-04-10T21:31:22.695+0000] GC(158) Pacer for Update Refs. Used: 2012M, Free: 261M, Non-Taxable: 26753K, Alloc Tax Rate: 9.4x
[2020-04-10T21:31:22.695+0000] GC(158) Pause Init Update Refs 0.100ms
[2020-04-10T21:31:22.695+0000] GC(158) Concurrent update references
[2020-04-10T21:31:22.695+0000] GC(158) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:22.809+0000] GC(158) Concurrent update references 114.022ms
[2020-04-10T21:31:22.810+0000] GC(158) Pause Final Update Refs
[2020-04-10T21:31:22.810+0000] GC(158) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:22.810+0000] GC(158) Pause Final Update Refs 0.455ms
[2020-04-10T21:31:22.810+0000] GC(158) Concurrent cleanup
[2020-04-10T21:31:22.810+0000] GC(158) Concurrent cleanup 2138M->1804M(2350M) 0.165ms
[2020-04-10T21:31:22.810+0000] Free: 410M, Max: 1024K regular, 92160K humongous, Frag: 78% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.810+0000] Metaspace: 269684K(283500K)->269704K(283500K) NonClass: 239075K(248352K)->239092K(248352K) Class: 30609K(35148K)->30611K(35148K)
[2020-04-10T21:31:22.810+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:22.851+0000] Trigger: Average GC time (383.83 ms) is above the time for allocation rate (633 MB/s) to deplete free headroom (241M)
[2020-04-10T21:31:22.851+0000] Free headroom: 359M (free) - 117M (spike) - 0B (penalties) = 241M
[2020-04-10T21:31:22.851+0000] Free: 359M, Max: 1024K regular, 92160K humongous, Frag: 75% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:22.851+0000] GC(159) Concurrent reset
[2020-04-10T21:31:22.851+0000] GC(159) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:22.851+0000] GC(159) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:22.852+0000] GC(159) Concurrent reset 0.833ms
[2020-04-10T21:31:22.853+0000] GC(159) Pause Init Mark
[2020-04-10T21:31:22.853+0000] GC(159) Using 16 of 16 workers for init marking
[2020-04-10T21:31:22.860+0000] GC(159) Pacer for Mark. Expected Live: 1424M, Free: 358M, Non-Taxable: 36744K, Alloc Tax Rate: 14.6x
[2020-04-10T21:31:22.860+0000] GC(159) Pause Init Mark 7.207ms
[2020-04-10T21:31:22.860+0000] GC(159) Concurrent marking
[2020-04-10T21:31:22.860+0000] GC(159) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:23.078+0000] GC(159) Concurrent marking 217.477ms
[2020-04-10T21:31:23.079+0000] GC(159) Pause Final Mark
[2020-04-10T21:31:23.079+0000] GC(159) Using 16 of 16 workers for final marking
[2020-04-10T21:31:23.079+0000] GC(159) Adaptive CSet Selection. Target Free: 332M, Actual Free: 403M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:23.080+0000] GC(159) Collectable Garbage: 278M (64%), Immediate: 1024K (0%), CSet: 277M (64%)
[2020-04-10T21:31:23.092+0000] GC(159) Pacer for Evacuation. Used CSet: 307M, Free: 289M, Non-Taxable: 29686K, Alloc Tax Rate: 2.6x
[2020-04-10T21:31:23.092+0000] GC(159) Pause Final Mark 13.407ms
[2020-04-10T21:31:23.092+0000] GC(159) Concurrent roots processing
[2020-04-10T21:31:23.092+0000] GC(159) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:23.096+0000] GC(159) Concurrent roots processing 4.027ms
[2020-04-10T21:31:23.096+0000] GC(159) Concurrent cleanup
[2020-04-10T21:31:23.096+0000] GC(159) Concurrent cleanup 1940M->1939M(2350M) 0.152ms
[2020-04-10T21:31:23.096+0000] GC(159) Free: 271M, Max: 1024K regular, 36864K humongous, Frag: 87% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:23.096+0000] GC(159) Concurrent evacuation
[2020-04-10T21:31:23.096+0000] GC(159) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:23.103+0000] GC(159) Concurrent evacuation 6.369ms
[2020-04-10T21:31:23.104+0000] GC(159) Pause Init Update Refs
[2020-04-10T21:31:23.104+0000] GC(159) Pacer for Update Refs. Used: 1985M, Free: 258M, Non-Taxable: 26505K, Alloc Tax Rate: 9.4x
[2020-04-10T21:31:23.104+0000] GC(159) Pause Init Update Refs 0.105ms
[2020-04-10T21:31:23.104+0000] GC(159) Concurrent update references
[2020-04-10T21:31:23.104+0000] GC(159) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:23.214+0000] GC(159) Concurrent update references 109.361ms
[2020-04-10T21:31:23.215+0000] GC(159) Pause Final Update Refs
[2020-04-10T21:31:23.215+0000] GC(159) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:23.215+0000] GC(159) Pause Final Update Refs 0.370ms
[2020-04-10T21:31:23.215+0000] GC(159) Concurrent cleanup
[2020-04-10T21:31:23.215+0000] GC(159) Concurrent cleanup 2087M->1781M(2350M) 0.162ms
[2020-04-10T21:31:23.215+0000] Free: 429M, Max: 1024K regular, 57344K humongous, Frag: 87% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:23.215+0000] Metaspace: 269711K(283500K)->269740K(283500K) NonClass: 239099K(248352K)->239124K(248352K) Class: 30611K(35148K)->30615K(35148K)
[2020-04-10T21:31:23.215+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:23.323+0000] Trigger: Average GC time (389.46 ms) is above the time for allocation rate (602 MB/s) to deplete free headroom (233M)
[2020-04-10T21:31:23.323+0000] Free headroom: 351M (free) - 117M (spike) - 0B (penalties) = 233M
[2020-04-10T21:31:23.323+0000] Free: 351M, Max: 1024K regular, 41984K humongous, Frag: 89% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:23.323+0000] GC(160) Concurrent reset
[2020-04-10T21:31:23.323+0000] GC(160) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:23.323+0000] GC(160) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:23.324+0000] GC(160) Concurrent reset 0.867ms
[2020-04-10T21:31:23.325+0000] GC(160) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:23.325+0000] GC(160) Using 16 of 16 workers for init marking
[2020-04-10T21:31:23.330+0000] GC(160) Pacer for Mark. Expected Live: 1428M, Free: 350M, Non-Taxable: 35902K, Alloc Tax Rate: 14.9x
[2020-04-10T21:31:23.330+0000] GC(160) Pause Init Mark (process weakrefs) 5.650ms
[2020-04-10T21:31:23.330+0000] GC(160) Concurrent marking (process weakrefs)
[2020-04-10T21:31:23.330+0000] GC(160) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:23.556+0000] GC(160) Concurrent marking (process weakrefs) 225.254ms
[2020-04-10T21:31:23.556+0000] GC(160) Concurrent precleaning
[2020-04-10T21:31:23.556+0000] GC(160) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:23.556+0000] GC(160) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:23.606+0000] GC(160) Concurrent precleaning 49.744ms
[2020-04-10T21:31:23.606+0000] GC(160) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:23.606+0000] GC(160) Using 16 of 16 workers for final marking
[2020-04-10T21:31:23.608+0000] GC(160) Adaptive CSet Selection. Target Free: 332M, Actual Free: 317M, Max CSet: 100266K, Min Garbage: 15865K
[2020-04-10T21:31:23.608+0000] GC(160) Collectable Garbage: 282M (64%), Immediate: 23984K (5%), CSet: 259M (59%)
[2020-04-10T21:31:23.620+0000] GC(160) Pacer for Evacuation. Used CSet: 284M, Free: 212M, Non-Taxable: 21747K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:23.620+0000] GC(160) Pause Final Mark (process weakrefs) 13.940ms
[2020-04-10T21:31:23.621+0000] GC(160) Concurrent roots processing
[2020-04-10T21:31:23.621+0000] GC(160) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:23.624+0000] GC(160) Concurrent roots processing 3.356ms
[2020-04-10T21:31:23.624+0000] GC(160) Concurrent cleanup
[2020-04-10T21:31:23.624+0000] GC(160) Concurrent cleanup 2030M->2008M(2350M) 0.150ms
[2020-04-10T21:31:23.624+0000] GC(160) Free: 207M, Max: 1024K regular, 34816K humongous, Frag: 84% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:23.624+0000] GC(160) Concurrent evacuation
[2020-04-10T21:31:23.624+0000] GC(160) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:23.629+0000] GC(160) Concurrent evacuation 4.753ms
[2020-04-10T21:31:23.630+0000] GC(160) Pause Init Update Refs
[2020-04-10T21:31:23.630+0000] GC(160) Pacer for Update Refs. Used: 2043M, Free: 201M, Non-Taxable: 20673K, Alloc Tax Rate: 12.4x
[2020-04-10T21:31:23.630+0000] GC(160) Pause Init Update Refs 0.072ms
[2020-04-10T21:31:23.630+0000] GC(160) Concurrent update references
[2020-04-10T21:31:23.630+0000] GC(160) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:23.747+0000] GC(160) Concurrent update references 117.261ms
[2020-04-10T21:31:23.748+0000] GC(160) Pause Final Update Refs
[2020-04-10T21:31:23.748+0000] GC(160) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:23.749+0000] GC(160) Pause Final Update Refs 0.383ms
[2020-04-10T21:31:23.749+0000] GC(160) Concurrent cleanup
[2020-04-10T21:31:23.749+0000] GC(160) Concurrent cleanup 2189M->1906M(2350M) 0.153ms
[2020-04-10T21:31:23.749+0000] Free: 310M, Max: 1024K regular, 29696K humongous, Frag: 91% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:23.749+0000] Metaspace: 269742K(283500K)->269796K(283500K) NonClass: 239127K(248352K)->239177K(248352K) Class: 30615K(35148K)->30618K(35148K)
[2020-04-10T21:31:23.749+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:23.750+0000] Trigger: Average GC time (392.65 ms) is above the time for allocation rate (773 MB/s) to deplete free headroom (191M)
[2020-04-10T21:31:23.750+0000] Free headroom: 308M (free) - 117M (spike) - 0B (penalties) = 191M
[2020-04-10T21:31:23.750+0000] Free: 308M, Max: 1024K regular, 29696K humongous, Frag: 91% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:23.750+0000] GC(161) Concurrent reset
[2020-04-10T21:31:23.750+0000] GC(161) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:23.750+0000] GC(161) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:23.751+0000] GC(161) Concurrent reset 0.878ms
[2020-04-10T21:31:23.752+0000] GC(161) Pause Init Mark
[2020-04-10T21:31:23.752+0000] GC(161) Using 16 of 16 workers for init marking
[2020-04-10T21:31:23.758+0000] GC(161) Pacer for Mark. Expected Live: 1433M, Free: 308M, Non-Taxable: 31552K, Alloc Tax Rate: 17.1x
[2020-04-10T21:31:23.758+0000] GC(161) Pause Init Mark 6.324ms
[2020-04-10T21:31:23.758+0000] GC(161) Concurrent marking
[2020-04-10T21:31:23.758+0000] GC(161) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:23.972+0000] GC(161) Concurrent marking 213.767ms
[2020-04-10T21:31:23.973+0000] GC(161) Pause Final Mark
[2020-04-10T21:31:23.973+0000] GC(161) Using 16 of 16 workers for final marking
[2020-04-10T21:31:23.974+0000] GC(161) Adaptive CSet Selection. Target Free: 332M, Actual Free: 368M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:23.974+0000] GC(161) Collectable Garbage: 307M (66%), Immediate: 2048K (0%), CSet: 305M (65%)
[2020-04-10T21:31:23.986+0000] GC(161) Pacer for Evacuation. Used CSet: 354M, Free: 253M, Non-Taxable: 25944K, Alloc Tax Rate: 3.4x
[2020-04-10T21:31:23.986+0000] GC(161) Pause Final Mark 13.322ms
[2020-04-10T21:31:23.986+0000] GC(161) Concurrent roots processing
[2020-04-10T21:31:23.986+0000] GC(161) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:23.990+0000] GC(161) Concurrent roots processing 3.544ms
[2020-04-10T21:31:23.990+0000] GC(161) Concurrent cleanup
[2020-04-10T21:31:23.990+0000] GC(161) Concurrent cleanup 1974M->1972M(2350M) 0.172ms
[2020-04-10T21:31:23.990+0000] GC(161) Free: 244M, Max: 1024K regular, 29696K humongous, Frag: 88% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:23.990+0000] GC(161) Concurrent evacuation
[2020-04-10T21:31:23.990+0000] GC(161) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:23.999+0000] GC(161) Concurrent evacuation 9.049ms
[2020-04-10T21:31:24.000+0000] GC(161) Pause Init Update Refs
[2020-04-10T21:31:24.000+0000] GC(161) Pacer for Update Refs. Used: 2047M, Free: 224M, Non-Taxable: 23012K, Alloc Tax Rate: 11.1x
[2020-04-10T21:31:24.000+0000] GC(161) Pause Init Update Refs 0.091ms
[2020-04-10T21:31:24.000+0000] GC(161) Concurrent update references
[2020-04-10T21:31:24.001+0000] GC(161) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:24.125+0000] GC(161) Concurrent update references 124.351ms
[2020-04-10T21:31:24.126+0000] GC(161) Pause Final Update Refs
[2020-04-10T21:31:24.126+0000] GC(161) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:24.126+0000] GC(161) Pause Final Update Refs 0.433ms
[2020-04-10T21:31:24.126+0000] GC(161) Concurrent cleanup
[2020-04-10T21:31:24.126+0000] GC(161) Concurrent cleanup 2228M->1875M(2350M) 0.169ms
[2020-04-10T21:31:24.126+0000] Free: 339M, Max: 1024K regular, 41984K humongous, Frag: 88% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.126+0000] Metaspace: 269796K(283500K)->269817K(283500K) NonClass: 239177K(248352K)->239196K(248352K) Class: 30618K(35148K)->30620K(35148K)
[2020-04-10T21:31:24.126+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:24.128+0000] Trigger: Average GC time (389.99 ms) is above the time for allocation rate (720 MB/s) to deplete free headroom (221M)
[2020-04-10T21:31:24.128+0000] Free headroom: 338M (free) - 117M (spike) - 0B (penalties) = 221M
[2020-04-10T21:31:24.128+0000] Free: 338M, Max: 1024K regular, 41984K humongous, Frag: 88% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.128+0000] GC(162) Concurrent reset
[2020-04-10T21:31:24.128+0000] GC(162) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:24.128+0000] GC(162) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:24.128+0000] GC(162) Concurrent reset 0.840ms
[2020-04-10T21:31:24.129+0000] GC(162) Pause Init Mark
[2020-04-10T21:31:24.129+0000] GC(162) Using 16 of 16 workers for init marking
[2020-04-10T21:31:24.135+0000] GC(162) Pacer for Mark. Expected Live: 1437M, Free: 337M, Non-Taxable: 34585K, Alloc Tax Rate: 15.6x
[2020-04-10T21:31:24.135+0000] GC(162) Pause Init Mark 5.585ms
[2020-04-10T21:31:24.135+0000] GC(162) Concurrent marking
[2020-04-10T21:31:24.135+0000] GC(162) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:24.367+0000] GC(162) Concurrent marking 231.754ms
[2020-04-10T21:31:24.368+0000] GC(162) Pause Final Mark
[2020-04-10T21:31:24.368+0000] GC(162) Using 16 of 16 workers for final marking
[2020-04-10T21:31:24.369+0000] GC(162) Adaptive CSet Selection. Target Free: 332M, Actual Free: 384M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:24.369+0000] GC(162) Collectable Garbage: 260M (62%), Immediate: 2458K (0%), CSet: 257M (61%)
[2020-04-10T21:31:24.381+0000] GC(162) Pacer for Evacuation. Used CSet: 317M, Free: 273M, Non-Taxable: 27955K, Alloc Tax Rate: 2.8x
[2020-04-10T21:31:24.381+0000] GC(162) Pause Final Mark 13.139ms
[2020-04-10T21:31:24.381+0000] GC(162) Concurrent roots processing
[2020-04-10T21:31:24.381+0000] GC(162) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:24.384+0000] GC(162) Concurrent roots processing 3.259ms
[2020-04-10T21:31:24.384+0000] GC(162) Concurrent cleanup
[2020-04-10T21:31:24.384+0000] GC(162) Concurrent cleanup 1948M->1946M(2350M) 0.147ms
[2020-04-10T21:31:24.384+0000] GC(162) Free: 267M, Max: 1024K regular, 35840K humongous, Frag: 87% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:24.384+0000] GC(162) Concurrent evacuation
[2020-04-10T21:31:24.384+0000] GC(162) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:24.395+0000] GC(162) Concurrent evacuation 10.922ms
[2020-04-10T21:31:24.396+0000] GC(162) Pause Init Update Refs
[2020-04-10T21:31:24.396+0000] GC(162) Pacer for Update Refs. Used: 2024M, Free: 251M, Non-Taxable: 25718K, Alloc Tax Rate: 9.9x
[2020-04-10T21:31:24.396+0000] GC(162) Pause Init Update Refs 0.093ms
[2020-04-10T21:31:24.396+0000] GC(162) Concurrent update references
[2020-04-10T21:31:24.397+0000] GC(162) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:24.522+0000] GC(162) Concurrent update references 125.781ms
[2020-04-10T21:31:24.523+0000] GC(162) Pause Final Update Refs
[2020-04-10T21:31:24.523+0000] GC(162) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:24.524+0000] GC(162) Pause Final Update Refs 0.465ms
[2020-04-10T21:31:24.524+0000] GC(162) Concurrent cleanup
[2020-04-10T21:31:24.524+0000] GC(162) Concurrent cleanup 2156M->1840M(2350M) 0.171ms
[2020-04-10T21:31:24.524+0000] Free: 370M, Max: 1024K regular, 35840K humongous, Frag: 91% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.524+0000] Metaspace: 269817K(283500K)->269830K(283500K) NonClass: 239196K(248352K)->239209K(248352K) Class: 30620K(35148K)->30621K(35148K)
[2020-04-10T21:31:24.524+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:24.539+0000] Trigger: Average GC time (386.62 ms) is above the time for allocation rate (606 MB/s) to deplete free headroom (232M)
[2020-04-10T21:31:24.539+0000] Free headroom: 350M (free) - 117M (spike) - 0B (penalties) = 232M
[2020-04-10T21:31:24.539+0000] Free: 349M, Max: 1024K regular, 35840K humongous, Frag: 90% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.539+0000] GC(163) Concurrent reset
[2020-04-10T21:31:24.539+0000] GC(163) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:24.539+0000] GC(163) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:24.540+0000] GC(163) Concurrent reset 0.845ms
[2020-04-10T21:31:24.541+0000] GC(163) Pause Init Mark
[2020-04-10T21:31:24.541+0000] GC(163) Using 16 of 16 workers for init marking
[2020-04-10T21:31:24.547+0000] GC(163) Pacer for Mark. Expected Live: 1437M, Free: 349M, Non-Taxable: 35775K, Alloc Tax Rate: 15.1x
[2020-04-10T21:31:24.547+0000] GC(163) Pause Init Mark 5.768ms
[2020-04-10T21:31:24.547+0000] GC(163) Concurrent marking
[2020-04-10T21:31:24.547+0000] GC(163) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:24.761+0000] GC(163) Concurrent marking 214.145ms
[2020-04-10T21:31:24.762+0000] GC(163) Pause Final Mark
[2020-04-10T21:31:24.762+0000] GC(163) Using 16 of 16 workers for final marking
[2020-04-10T21:31:24.763+0000] GC(163) Adaptive CSet Selection. Target Free: 332M, Actual Free: 413M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:24.763+0000] GC(163) Collectable Garbage: 263M (62%), Immediate: 12010K (2%), CSet: 251M (59%)
[2020-04-10T21:31:24.775+0000] GC(163) Pacer for Evacuation. Used CSet: 284M, Free: 307M, Non-Taxable: 31476K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:24.775+0000] GC(163) Pause Final Mark 13.283ms
[2020-04-10T21:31:24.775+0000] GC(163) Concurrent roots processing
[2020-04-10T21:31:24.775+0000] GC(163) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:24.779+0000] GC(163) Concurrent roots processing 3.862ms
[2020-04-10T21:31:24.779+0000] GC(163) Concurrent cleanup
[2020-04-10T21:31:24.779+0000] GC(163) Concurrent cleanup 1924M->1914M(2350M) 0.160ms
[2020-04-10T21:31:24.779+0000] GC(163) Free: 302M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:24.779+0000] GC(163) Concurrent evacuation
[2020-04-10T21:31:24.779+0000] GC(163) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:24.784+0000] GC(163) Concurrent evacuation 4.650ms
[2020-04-10T21:31:24.785+0000] GC(163) Pause Init Update Refs
[2020-04-10T21:31:24.785+0000] GC(163) Pacer for Update Refs. Used: 1955M, Free: 295M, Non-Taxable: 30286K, Alloc Tax Rate: 8.1x
[2020-04-10T21:31:24.785+0000] GC(163) Pause Init Update Refs 0.077ms
[2020-04-10T21:31:24.785+0000] GC(163) Concurrent update references
[2020-04-10T21:31:24.785+0000] GC(163) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:24.892+0000] GC(163) Concurrent update references 106.901ms
[2020-04-10T21:31:24.893+0000] GC(163) Pause Final Update Refs
[2020-04-10T21:31:24.893+0000] GC(163) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:24.893+0000] GC(163) Pause Final Update Refs 0.367ms
[2020-04-10T21:31:24.893+0000] GC(163) Concurrent cleanup
[2020-04-10T21:31:24.893+0000] GC(163) Concurrent cleanup 2061M->1778M(2350M) 0.168ms
[2020-04-10T21:31:24.893+0000] Free: 437M, Max: 1024K regular, 36864K humongous, Frag: 92% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.893+0000] Metaspace: 269834K(283500K)->269860K(283500K) NonClass: 239211K(248352K)->239237K(248352K) Class: 30622K(35148K)->30622K(35148K)
[2020-04-10T21:31:24.893+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:24.998+0000] Trigger: Average GC time (383.45 ms) is above the time for allocation rate (597 MB/s) to deplete free headroom (225M)
[2020-04-10T21:31:24.998+0000] Free headroom: 342M (free) - 117M (spike) - 0B (penalties) = 225M
[2020-04-10T21:31:24.998+0000] Free: 342M, Max: 1024K regular, 36864K humongous, Frag: 90% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:24.998+0000] GC(164) Concurrent reset
[2020-04-10T21:31:24.998+0000] GC(164) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:24.998+0000] GC(164) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:24.999+0000] GC(164) Concurrent reset 0.853ms
[2020-04-10T21:31:24.999+0000] GC(164) Pause Init Mark
[2020-04-10T21:31:24.999+0000] GC(164) Using 16 of 16 workers for init marking
[2020-04-10T21:31:25.006+0000] GC(164) Pacer for Mark. Expected Live: 1438M, Free: 341M, Non-Taxable: 34923K, Alloc Tax Rate: 15.5x
[2020-04-10T21:31:25.006+0000] GC(164) Pause Init Mark 6.506ms
[2020-04-10T21:31:25.006+0000] GC(164) Concurrent marking
[2020-04-10T21:31:25.006+0000] GC(164) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:25.223+0000] GC(164) Concurrent marking 217.447ms
[2020-04-10T21:31:25.224+0000] GC(164) Pause Final Mark
[2020-04-10T21:31:25.224+0000] GC(164) Using 16 of 16 workers for final marking
[2020-04-10T21:31:25.225+0000] GC(164) Adaptive CSet Selection. Target Free: 332M, Actual Free: 395M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:25.225+0000] GC(164) Collectable Garbage: 276M (63%), Immediate: 1192K (0%), CSet: 275M (63%)
[2020-04-10T21:31:25.238+0000] GC(164) Pacer for Evacuation. Used CSet: 313M, Free: 282M, Non-Taxable: 28977K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:25.238+0000] GC(164) Pause Final Mark 14.157ms
[2020-04-10T21:31:25.239+0000] GC(164) Concurrent roots processing
[2020-04-10T21:31:25.239+0000] GC(164) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:25.242+0000] GC(164) Concurrent roots processing 3.082ms
[2020-04-10T21:31:25.242+0000] GC(164) Concurrent cleanup
[2020-04-10T21:31:25.242+0000] GC(164) Concurrent cleanup 1939M->1938M(2350M) 0.175ms
[2020-04-10T21:31:25.242+0000] GC(164) Free: 278M, Max: 1024K regular, 36864K humongous, Frag: 87% external, 3% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:25.242+0000] GC(164) Concurrent evacuation
[2020-04-10T21:31:25.242+0000] GC(164) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:25.248+0000] GC(164) Concurrent evacuation 6.433ms
[2020-04-10T21:31:25.249+0000] GC(164) Pause Init Update Refs
[2020-04-10T21:31:25.249+0000] GC(164) Pacer for Update Refs. Used: 1986M, Free: 271M, Non-Taxable: 27826K, Alloc Tax Rate: 8.9x
[2020-04-10T21:31:25.249+0000] GC(164) Pause Init Update Refs 0.077ms
[2020-04-10T21:31:25.249+0000] GC(164) Concurrent update references
[2020-04-10T21:31:25.249+0000] GC(164) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:25.366+0000] GC(164) Concurrent update references 117.131ms
[2020-04-10T21:31:25.367+0000] GC(164) Pause Final Update Refs
[2020-04-10T21:31:25.367+0000] GC(164) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:25.368+0000] GC(164) Pause Final Update Refs 0.344ms
[2020-04-10T21:31:25.368+0000] GC(164) Concurrent cleanup
[2020-04-10T21:31:25.368+0000] GC(164) Concurrent cleanup 2079M->1766M(2350M) 0.160ms
[2020-04-10T21:31:25.368+0000] Free: 449M, Max: 1024K regular, 36864K humongous, Frag: 92% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:25.368+0000] Metaspace: 269909K(283576K)->269934K(283832K) NonClass: 239279K(248352K)->239304K(248608K) Class: 30629K(35224K)->30630K(35224K)
[2020-04-10T21:31:25.368+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:25.450+0000] Trigger: Average GC time (384.55 ms) is above the time for allocation rate (599 MB/s) to deplete free headroom (227M)
[2020-04-10T21:31:25.450+0000] Free headroom: 345M (free) - 117M (spike) - 0B (penalties) = 227M
[2020-04-10T21:31:25.450+0000] Free: 345M, Max: 1024K regular, 36864K humongous, Frag: 90% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:25.450+0000] GC(165) Concurrent reset
[2020-04-10T21:31:25.450+0000] GC(165) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:25.450+0000] GC(165) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:25.451+0000] GC(165) Concurrent reset 0.920ms
[2020-04-10T21:31:25.452+0000] GC(165) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:25.452+0000] GC(165) Using 16 of 16 workers for init marking
[2020-04-10T21:31:25.457+0000] GC(165) Pacer for Mark. Expected Live: 1441M, Free: 343M, Non-Taxable: 35193K, Alloc Tax Rate: 15.4x
[2020-04-10T21:31:25.457+0000] GC(165) Pause Init Mark (process weakrefs) 5.745ms
[2020-04-10T21:31:25.457+0000] GC(165) Concurrent marking (process weakrefs)
[2020-04-10T21:31:25.457+0000] GC(165) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:25.684+0000] GC(165) Concurrent marking (process weakrefs) 226.220ms
[2020-04-10T21:31:25.684+0000] GC(165) Concurrent precleaning
[2020-04-10T21:31:25.684+0000] GC(165) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:25.684+0000] GC(165) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:25.727+0000] GC(165) Concurrent precleaning 43.528ms
[2020-04-10T21:31:25.728+0000] GC(165) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:25.728+0000] GC(165) Using 16 of 16 workers for final marking
[2020-04-10T21:31:25.730+0000] GC(165) Adaptive CSet Selection. Target Free: 332M, Actual Free: 294M, Max CSet: 100266K, Min Garbage: 39850K
[2020-04-10T21:31:25.730+0000] GC(165) Collectable Garbage: 275M (63%), Immediate: 3072K (0%), CSet: 272M (63%)
[2020-04-10T21:31:25.742+0000] GC(165) Pacer for Evacuation. Used CSet: 305M, Free: 180M, Non-Taxable: 18491K, Alloc Tax Rate: 4.1x
[2020-04-10T21:31:25.742+0000] GC(165) Pause Final Mark (process weakrefs) 14.094ms
[2020-04-10T21:31:25.742+0000] GC(165) Concurrent roots processing
[2020-04-10T21:31:25.742+0000] GC(165) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:25.746+0000] GC(165) Concurrent roots processing 3.563ms
[2020-04-10T21:31:25.746+0000] GC(165) Concurrent cleanup
[2020-04-10T21:31:25.746+0000] GC(165) Concurrent cleanup 2044M->2042M(2350M) 0.150ms
[2020-04-10T21:31:25.746+0000] GC(165) Free: 175M, Max: 1024K regular, 35840K humongous, Frag: 80% external, 4% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:25.746+0000] GC(165) Concurrent evacuation
[2020-04-10T21:31:25.746+0000] GC(165) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:25.752+0000] GC(165) Concurrent evacuation 5.855ms
[2020-04-10T21:31:25.753+0000] GC(165) Pause Init Update Refs
[2020-04-10T21:31:25.753+0000] GC(165) Pacer for Update Refs. Used: 2085M, Free: 168M, Non-Taxable: 17226K, Alloc Tax Rate: 15.1x
[2020-04-10T21:31:25.753+0000] GC(165) Pause Init Update Refs 0.092ms
[2020-04-10T21:31:25.753+0000] GC(165) Concurrent update references
[2020-04-10T21:31:25.753+0000] GC(165) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:25.870+0000] GC(165) Concurrent update references 116.503ms
[2020-04-10T21:31:25.870+0000] GC(165) Pause Final Update Refs
[2020-04-10T21:31:25.870+0000] GC(165) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:25.871+0000] GC(165) Pause Final Update Refs 0.374ms
[2020-04-10T21:31:25.871+0000] GC(165) Concurrent cleanup
[2020-04-10T21:31:25.871+0000] GC(165) Concurrent cleanup 2229M->1924M(2350M) 0.180ms
[2020-04-10T21:31:25.871+0000] Free: 288M, Max: 1024K regular, 31744K humongous, Frag: 90% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:25.871+0000] Metaspace: 269938K(283832K)->269966K(283832K) NonClass: 239308K(248608K)->239333K(248608K) Class: 30630K(35224K)->30632K(35224K)
[2020-04-10T21:31:25.871+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:25.873+0000] Trigger: Average GC time (383.64 ms) is above the time for allocation rate (809 MB/s) to deplete free headroom (159M)
[2020-04-10T21:31:25.873+0000] Free headroom: 277M (free) - 117M (spike) - 0B (penalties) = 159M
[2020-04-10T21:31:25.873+0000] Free: 277M, Max: 1024K regular, 28672K humongous, Frag: 90% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:25.873+0000] GC(166) Concurrent reset
[2020-04-10T21:31:25.873+0000] GC(166) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:25.873+0000] GC(166) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:25.874+0000] GC(166) Concurrent reset 0.937ms
[2020-04-10T21:31:25.874+0000] GC(166) Pause Init Mark
[2020-04-10T21:31:25.875+0000] GC(166) Using 16 of 16 workers for init marking
[2020-04-10T21:31:25.881+0000] GC(166) Pacer for Mark. Expected Live: 1446M, Free: 274M, Non-Taxable: 28124K, Alloc Tax Rate: 19.3x
[2020-04-10T21:31:25.881+0000] GC(166) Pause Init Mark 6.298ms
[2020-04-10T21:31:25.881+0000] GC(166) Concurrent marking
[2020-04-10T21:31:25.881+0000] GC(166) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:26.103+0000] GC(166) Concurrent marking 221.915ms
[2020-04-10T21:31:26.104+0000] GC(166) Pause Final Mark
[2020-04-10T21:31:26.104+0000] GC(166) Using 16 of 16 workers for final marking
[2020-04-10T21:31:26.106+0000] GC(166) Adaptive CSet Selection. Target Free: 332M, Actual Free: 346M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:26.106+0000] GC(166) Collectable Garbage: 321M (67%), Immediate: 13819K (2%), CSet: 307M (64%)
[2020-04-10T21:31:26.119+0000] GC(166) Pacer for Evacuation. Used CSet: 355M, Free: 239M, Non-Taxable: 24527K, Alloc Tax Rate: 3.6x
[2020-04-10T21:31:26.119+0000] GC(166) Pause Final Mark 14.716ms
[2020-04-10T21:31:26.119+0000] GC(166) Concurrent roots processing
[2020-04-10T21:31:26.119+0000] GC(166) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:26.124+0000] GC(166) Concurrent roots processing 4.527ms
[2020-04-10T21:31:26.124+0000] GC(166) Concurrent cleanup
[2020-04-10T21:31:26.124+0000] GC(166) Concurrent cleanup 2006M->1994M(2350M) 0.273ms
[2020-04-10T21:31:26.124+0000] GC(166) Free: 217M, Max: 1024K regular, 20480K humongous, Frag: 91% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:26.124+0000] GC(166) Concurrent evacuation
[2020-04-10T21:31:26.124+0000] GC(166) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:26.133+0000] GC(166) Concurrent evacuation 9.270ms
[2020-04-10T21:31:26.134+0000] GC(166) Pause Init Update Refs
[2020-04-10T21:31:26.135+0000] GC(166) Pacer for Update Refs. Used: 2066M, Free: 196M, Non-Taxable: 20084K, Alloc Tax Rate: 12.9x
[2020-04-10T21:31:26.135+0000] GC(166) Pause Init Update Refs 0.120ms
[2020-04-10T21:31:26.135+0000] GC(166) Concurrent update references
[2020-04-10T21:31:26.135+0000] GC(166) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:26.251+0000] GC(166) Concurrent update references 116.448ms
[2020-04-10T21:31:26.252+0000] GC(166) Pause Final Update Refs
[2020-04-10T21:31:26.252+0000] GC(166) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:26.253+0000] GC(166) Pause Final Update Refs 0.417ms
[2020-04-10T21:31:26.253+0000] GC(166) Concurrent cleanup
[2020-04-10T21:31:26.253+0000] GC(166) Concurrent cleanup 2241M->1886M(2350M) 0.164ms
[2020-04-10T21:31:26.253+0000] Free: 327M, Max: 1024K regular, 36864K humongous, Frag: 89% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:26.253+0000] Metaspace: 269966K(283832K)->270007K(283832K) NonClass: 239333K(248608K)->239367K(248608K) Class: 30632K(35224K)->30639K(35224K)
[2020-04-10T21:31:26.253+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:26.254+0000] Trigger: Average GC time (384.38 ms) is above the time for allocation rate (727 MB/s) to deplete free headroom (208M)
[2020-04-10T21:31:26.254+0000] Free headroom: 326M (free) - 117M (spike) - 0B (penalties) = 208M
[2020-04-10T21:31:26.254+0000] Free: 326M, Max: 1024K regular, 36864K humongous, Frag: 89% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:26.254+0000] GC(167) Concurrent reset
[2020-04-10T21:31:26.254+0000] GC(167) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:26.254+0000] GC(167) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:26.255+0000] GC(167) Concurrent reset 0.849ms
[2020-04-10T21:31:26.256+0000] GC(167) Pause Init Mark
[2020-04-10T21:31:26.256+0000] GC(167) Using 16 of 16 workers for init marking
[2020-04-10T21:31:26.262+0000] GC(167) Pacer for Mark. Expected Live: 1447M, Free: 323M, Non-Taxable: 33135K, Alloc Tax Rate: 16.4x
[2020-04-10T21:31:26.262+0000] GC(167) Pause Init Mark 5.891ms
[2020-04-10T21:31:26.262+0000] GC(167) Concurrent marking
[2020-04-10T21:31:26.262+0000] GC(167) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:26.491+0000] GC(167) Concurrent marking 228.929ms
[2020-04-10T21:31:26.492+0000] GC(167) Pause Final Mark
[2020-04-10T21:31:26.492+0000] GC(167) Using 16 of 16 workers for final marking
[2020-04-10T21:31:26.493+0000] GC(167) Adaptive CSet Selection. Target Free: 332M, Actual Free: 367M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:26.493+0000] GC(167) Collectable Garbage: 233M (59%), Immediate: 8281K (2%), CSet: 225M (57%)
[2020-04-10T21:31:26.506+0000] GC(167) Pacer for Evacuation. Used CSet: 317M, Free: 256M, Non-Taxable: 26288K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:26.506+0000] GC(167) Pause Final Mark 13.684ms
[2020-04-10T21:31:26.507+0000] GC(167) Concurrent roots processing
[2020-04-10T21:31:26.507+0000] GC(167) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:26.512+0000] GC(167) Concurrent roots processing 5.224ms
[2020-04-10T21:31:26.512+0000] GC(167) Concurrent cleanup
[2020-04-10T21:31:26.512+0000] GC(167) Concurrent cleanup 1980M->1973M(2350M) 0.211ms
[2020-04-10T21:31:26.512+0000] GC(167) Free: 242M, Max: 1024K regular, 36864K humongous, Frag: 85% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:26.512+0000] GC(167) Concurrent evacuation
[2020-04-10T21:31:26.512+0000] GC(167) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:26.534+0000] GC(167) Concurrent evacuation 21.427ms
[2020-04-10T21:31:26.537+0000] GC(167) Pause Init Update Refs
[2020-04-10T21:31:26.537+0000] GC(167) Pacer for Update Refs. Used: 2112M, Free: 200M, Non-Taxable: 20568K, Alloc Tax Rate: 12.9x
[2020-04-10T21:31:26.537+0000] GC(167) Pause Init Update Refs 0.124ms
[2020-04-10T21:31:26.537+0000] GC(167) Concurrent update references
[2020-04-10T21:31:26.537+0000] GC(167) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:26.676+0000] GC(167) Concurrent update references 138.202ms
[2020-04-10T21:31:26.677+0000] GC(167) Pause Final Update Refs
[2020-04-10T21:31:26.677+0000] GC(167) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:26.677+0000] GC(167) Pause Final Update Refs 0.443ms
[2020-04-10T21:31:26.677+0000] GC(167) Concurrent cleanup
[2020-04-10T21:31:26.677+0000] GC(167) Concurrent cleanup 2290M->1972M(2350M) 0.174ms
[2020-04-10T21:31:26.677+0000] Free: 240M, Max: 1024K regular, 28672K humongous, Frag: 89% external, 19% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:26.677+0000] Metaspace: 270009K(283832K)->270068K(283832K) NonClass: 239369K(248608K)->239420K(248608K) Class: 30639K(35224K)->30648K(35224K)
[2020-04-10T21:31:26.677+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:26.678+0000] Trigger: Average GC time (389.72 ms) is above the time for allocation rate (752 MB/s) to deplete free headroom (121M)
[2020-04-10T21:31:26.678+0000] Free headroom: 238M (free) - 117M (spike) - 0B (penalties) = 121M
[2020-04-10T21:31:26.678+0000] Free: 238M, Max: 1024K regular, 28672K humongous, Frag: 88% external, 19% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:26.678+0000] GC(168) Concurrent reset
[2020-04-10T21:31:26.678+0000] GC(168) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:26.678+0000] GC(168) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:26.680+0000] GC(168) Concurrent reset 1.120ms
[2020-04-10T21:31:26.681+0000] GC(168) Pause Init Mark
[2020-04-10T21:31:26.681+0000] GC(168) Using 16 of 16 workers for init marking
[2020-04-10T21:31:26.686+0000] GC(168) Pacer for Mark. Expected Live: 1455M, Free: 236M, Non-Taxable: 24181K, Alloc Tax Rate: 22.6x
[2020-04-10T21:31:26.687+0000] GC(168) Pause Init Mark 5.946ms
[2020-04-10T21:31:26.687+0000] GC(168) Concurrent marking
[2020-04-10T21:31:26.687+0000] GC(168) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:26.907+0000] GC(168) Concurrent marking 220.313ms
[2020-04-10T21:31:26.908+0000] GC(168) Pause Final Mark
[2020-04-10T21:31:26.908+0000] GC(168) Using 16 of 16 workers for final marking
[2020-04-10T21:31:26.909+0000] GC(168) Adaptive CSet Selection. Target Free: 332M, Actual Free: 304M, Max CSet: 100266K, Min Garbage: 28712K
[2020-04-10T21:31:26.909+0000] GC(168) Collectable Garbage: 323M (67%), Immediate: 7042K (1%), CSet: 316M (65%)
[2020-04-10T21:31:26.922+0000] GC(168) Pacer for Evacuation. Used CSet: 398M, Free: 195M, Non-Taxable: 20059K, Alloc Tax Rate: 5.0x
[2020-04-10T21:31:26.922+0000] GC(168) Pause Final Mark 13.500ms
[2020-04-10T21:31:26.923+0000] GC(168) Concurrent roots processing
[2020-04-10T21:31:26.923+0000] GC(168) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:26.927+0000] GC(168) Concurrent roots processing 4.018ms
[2020-04-10T21:31:26.927+0000] GC(168) Concurrent cleanup
[2020-04-10T21:31:26.927+0000] GC(168) Concurrent cleanup 2043M->2038M(2350M) 0.163ms
[2020-04-10T21:31:26.927+0000] GC(168) Free: 179M, Max: 1024K regular, 24576K humongous, Frag: 87% external, 4% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:26.927+0000] GC(168) Concurrent evacuation
[2020-04-10T21:31:26.927+0000] GC(168) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:26.946+0000] GC(168) Concurrent evacuation 18.988ms
[2020-04-10T21:31:26.947+0000] GC(168) Pause Init Update Refs
[2020-04-10T21:31:26.947+0000] GC(168) Pacer for Update Refs. Used: 2171M, Free: 132M, Non-Taxable: 13517K, Alloc Tax Rate: 20.1x
[2020-04-10T21:31:26.947+0000] GC(168) Pause Init Update Refs 0.090ms
[2020-04-10T21:31:26.948+0000] GC(168) Concurrent update references
[2020-04-10T21:31:26.948+0000] GC(168) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:27.071+0000] GC(168) Concurrent update references 122.424ms
[2020-04-10T21:31:27.072+0000] GC(168) Pause Final Update Refs
[2020-04-10T21:31:27.072+0000] GC(168) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:27.072+0000] GC(168) Pause Final Update Refs 0.481ms
[2020-04-10T21:31:27.072+0000] GC(168) Concurrent cleanup
[2020-04-10T21:31:27.073+0000] GC(168) Concurrent cleanup 2288M->1890M(2350M) 0.176ms
[2020-04-10T21:31:27.073+0000] Free: 326M, Max: 1024K regular, 36864K humongous, Frag: 89% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.073+0000] Metaspace: 270072K(283832K)->270122K(284088K) NonClass: 239422K(248608K)->239467K(248864K) Class: 30649K(35224K)->30654K(35224K)
[2020-04-10T21:31:27.073+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:27.074+0000] Trigger: Average GC time (397.73 ms) is above the time for allocation rate (596 MB/s) to deplete free headroom (207M)
[2020-04-10T21:31:27.074+0000] Free headroom: 325M (free) - 117M (spike) - 0B (penalties) = 207M
[2020-04-10T21:31:27.074+0000] Free: 325M, Max: 1024K regular, 36864K humongous, Frag: 89% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.074+0000] GC(169) Concurrent reset
[2020-04-10T21:31:27.074+0000] GC(169) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:27.074+0000] GC(169) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:27.075+0000] GC(169) Concurrent reset 1.066ms
[2020-04-10T21:31:27.076+0000] GC(169) Pause Init Mark
[2020-04-10T21:31:27.076+0000] GC(169) Using 16 of 16 workers for init marking
[2020-04-10T21:31:27.082+0000] GC(169) Pacer for Mark. Expected Live: 1466M, Free: 319M, Non-Taxable: 32704K, Alloc Tax Rate: 16.8x
[2020-04-10T21:31:27.082+0000] GC(169) Pause Init Mark 5.552ms
[2020-04-10T21:31:27.082+0000] GC(169) Concurrent marking
[2020-04-10T21:31:27.082+0000] GC(169) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:27.313+0000] GC(169) Concurrent marking 230.639ms
[2020-04-10T21:31:27.314+0000] GC(169) Pause Final Mark
[2020-04-10T21:31:27.314+0000] GC(169) Using 16 of 16 workers for final marking
[2020-04-10T21:31:27.315+0000] GC(169) Adaptive CSet Selection. Target Free: 332M, Actual Free: 366M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:27.315+0000] GC(169) Collectable Garbage: 231M (59%), Immediate: 516K (0%), CSet: 230M (58%)
[2020-04-10T21:31:27.327+0000] GC(169) Pacer for Evacuation. Used CSet: 310M, Free: 254M, Non-Taxable: 26034K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:27.327+0000] GC(169) Pause Final Mark 13.403ms
[2020-04-10T21:31:27.328+0000] GC(169) Concurrent roots processing
[2020-04-10T21:31:27.328+0000] GC(169) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:27.332+0000] GC(169) Concurrent roots processing 3.821ms
[2020-04-10T21:31:27.332+0000] GC(169) Concurrent cleanup
[2020-04-10T21:31:27.332+0000] GC(169) Concurrent cleanup 1972M->1972M(2350M) 0.164ms
[2020-04-10T21:31:27.332+0000] GC(169) Free: 243M, Max: 1024K regular, 36864K humongous, Frag: 85% external, 3% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:27.332+0000] GC(169) Concurrent evacuation
[2020-04-10T21:31:27.332+0000] GC(169) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:27.349+0000] GC(169) Concurrent evacuation 16.907ms
[2020-04-10T21:31:27.351+0000] GC(169) Pause Init Update Refs
[2020-04-10T21:31:27.351+0000] GC(169) Pacer for Update Refs. Used: 2086M, Free: 213M, Non-Taxable: 21864K, Alloc Tax Rate: 11.9x
[2020-04-10T21:31:27.351+0000] GC(169) Pause Init Update Refs 0.088ms
[2020-04-10T21:31:27.351+0000] GC(169) Concurrent update references
[2020-04-10T21:31:27.351+0000] GC(169) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:27.493+0000] GC(169) Concurrent update references 141.903ms
[2020-04-10T21:31:27.494+0000] GC(169) Pause Final Update Refs
[2020-04-10T21:31:27.494+0000] GC(169) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:27.494+0000] GC(169) Pause Final Update Refs 0.403ms
[2020-04-10T21:31:27.494+0000] GC(169) Concurrent cleanup
[2020-04-10T21:31:27.494+0000] GC(169) Concurrent cleanup 2278M->1968M(2350M) 0.167ms
[2020-04-10T21:31:27.494+0000] Free: 245M, Max: 1024K regular, 28672K humongous, Frag: 89% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.494+0000] Metaspace: 270122K(284088K)->270164K(284216K) NonClass: 239467K(248864K)->239500K(248864K) Class: 30654K(35224K)->30664K(35352K)
[2020-04-10T21:31:27.494+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:27.495+0000] Trigger: Average GC time (407.86 ms) is above the time for allocation rate (722 MB/s) to deplete free headroom (127M)
[2020-04-10T21:31:27.495+0000] Free headroom: 245M (free) - 117M (spike) - 0B (penalties) = 127M
[2020-04-10T21:31:27.496+0000] Free: 245M, Max: 1024K regular, 28672K humongous, Frag: 89% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.496+0000] GC(170) Concurrent reset
[2020-04-10T21:31:27.496+0000] GC(170) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:27.496+0000] GC(170) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:27.496+0000] GC(170) Concurrent reset 0.906ms
[2020-04-10T21:31:27.497+0000] GC(170) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:27.497+0000] GC(170) Using 16 of 16 workers for init marking
[2020-04-10T21:31:27.503+0000] GC(170) Pacer for Mark. Expected Live: 1479M, Free: 243M, Non-Taxable: 24924K, Alloc Tax Rate: 22.3x
[2020-04-10T21:31:27.503+0000] GC(170) Pause Init Mark (process weakrefs) 5.663ms
[2020-04-10T21:31:27.503+0000] GC(170) Concurrent marking (process weakrefs)
[2020-04-10T21:31:27.503+0000] GC(170) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:27.740+0000] GC(170) Concurrent marking (process weakrefs) 236.655ms
[2020-04-10T21:31:27.740+0000] GC(170) Concurrent precleaning
[2020-04-10T21:31:27.740+0000] GC(170) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:27.740+0000] GC(170) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:27.787+0000] GC(170) Concurrent precleaning 47.286ms
[2020-04-10T21:31:27.788+0000] GC(170) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:27.788+0000] GC(170) Using 16 of 16 workers for final marking
[2020-04-10T21:31:27.789+0000] GC(170) Adaptive CSet Selection. Target Free: 332M, Actual Free: 211M, Max CSet: 100266K, Min Garbage: 121M
[2020-04-10T21:31:27.790+0000] GC(170) Collectable Garbage: 368M (70%), Immediate: 5787K (1%), CSet: 362M (69%)
[2020-04-10T21:31:27.801+0000] GC(170) Pacer for Evacuation. Used CSet: 428M, Free: 100M, Non-Taxable: 10283K, Alloc Tax Rate: 10.4x
[2020-04-10T21:31:27.801+0000] GC(170) Pause Final Mark (process weakrefs) 13.640ms
[2020-04-10T21:31:27.802+0000] GC(170) Concurrent roots processing
[2020-04-10T21:31:27.802+0000] GC(170) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:27.805+0000] GC(170) Concurrent roots processing 3.583ms
[2020-04-10T21:31:27.805+0000] GC(170) Concurrent cleanup
[2020-04-10T21:31:27.805+0000] GC(170) Concurrent cleanup 2126M->2121M(2350M) 0.156ms
[2020-04-10T21:31:27.805+0000] GC(170) Free: 97211K, Max: 1024K regular, 19456K humongous, Frag: 79% external, 7% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:27.805+0000] GC(170) Concurrent evacuation
[2020-04-10T21:31:27.805+0000] GC(170) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:27.816+0000] GC(170) Concurrent evacuation 10.325ms
[2020-04-10T21:31:27.817+0000] GC(170) Pause Init Update Refs
[2020-04-10T21:31:27.817+0000] GC(170) Pacer for Update Refs. Used: 2202M, Free: 84563K, Non-Taxable: 8456K, Alloc Tax Rate: 32.6x
[2020-04-10T21:31:27.817+0000] GC(170) Pause Init Update Refs 0.085ms
[2020-04-10T21:31:27.817+0000] GC(170) Concurrent update references
[2020-04-10T21:31:27.817+0000] GC(170) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:27.933+0000] GC(170) Concurrent update references 116.519ms
[2020-04-10T21:31:27.934+0000] GC(170) Pause Final Update Refs
[2020-04-10T21:31:27.934+0000] GC(170) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:27.935+0000] GC(170) Pause Final Update Refs 0.393ms
[2020-04-10T21:31:27.935+0000] GC(170) Concurrent cleanup
[2020-04-10T21:31:27.935+0000] GC(170) Concurrent cleanup 2275M->1848M(2350M) 0.167ms
[2020-04-10T21:31:27.935+0000] Free: 367M, Max: 1024K regular, 44032K humongous, Frag: 89% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.935+0000] Metaspace: 270164K(284216K)->270228K(284216K) NonClass: 239500K(248864K)->239555K(248864K) Class: 30664K(35352K)->30673K(35352K)
[2020-04-10T21:31:27.935+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:27.938+0000] Trigger: Average GC time (411.51 ms) is above the time for allocation rate (587 MB/s) to deplete free headroom (235M)
[2020-04-10T21:31:27.938+0000] Free headroom: 353M (free) - 117M (spike) - 0B (penalties) = 235M
[2020-04-10T21:31:27.938+0000] Free: 349M, Max: 1024K regular, 44032K humongous, Frag: 88% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:27.938+0000] GC(171) Concurrent reset
[2020-04-10T21:31:27.938+0000] GC(171) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:27.938+0000] GC(171) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:27.939+0000] GC(171) Concurrent reset 0.907ms
[2020-04-10T21:31:27.940+0000] GC(171) Pause Init Mark
[2020-04-10T21:31:27.940+0000] GC(171) Using 16 of 16 workers for init marking
[2020-04-10T21:31:27.946+0000] GC(171) Pacer for Mark. Expected Live: 1480M, Free: 346M, Non-Taxable: 35454K, Alloc Tax Rate: 15.7x
[2020-04-10T21:31:27.946+0000] GC(171) Pause Init Mark 5.793ms
[2020-04-10T21:31:27.946+0000] GC(171) Concurrent marking
[2020-04-10T21:31:27.946+0000] GC(171) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:28.168+0000] GC(171) Concurrent marking 221.543ms
[2020-04-10T21:31:28.169+0000] GC(171) Pause Final Mark
[2020-04-10T21:31:28.169+0000] GC(171) Using 16 of 16 workers for final marking
[2020-04-10T21:31:28.169+0000] GC(171) Adaptive CSet Selection. Target Free: 332M, Actual Free: 407M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:28.170+0000] GC(171) Collectable Garbage: 259M (62%), Immediate: 7167K (1%), CSet: 252M (60%)
[2020-04-10T21:31:28.182+0000] GC(171) Pacer for Evacuation. Used CSet: 291M, Free: 298M, Non-Taxable: 30554K, Alloc Tax Rate: 2.4x
[2020-04-10T21:31:28.182+0000] GC(171) Pause Final Mark 13.747ms
[2020-04-10T21:31:28.183+0000] GC(171) Concurrent roots processing
[2020-04-10T21:31:28.183+0000] GC(171) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:28.186+0000] GC(171) Concurrent roots processing 3.822ms
[2020-04-10T21:31:28.186+0000] GC(171) Concurrent cleanup
[2020-04-10T21:31:28.187+0000] GC(171) Concurrent cleanup 1936M->1931M(2350M) 0.168ms
[2020-04-10T21:31:28.187+0000] GC(171) Free: 281M, Max: 1024K regular, 44032K humongous, Frag: 85% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:28.187+0000] GC(171) Concurrent evacuation
[2020-04-10T21:31:28.187+0000] GC(171) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:28.195+0000] GC(171) Concurrent evacuation 8.675ms
[2020-04-10T21:31:28.196+0000] GC(171) Pause Init Update Refs
[2020-04-10T21:31:28.197+0000] GC(171) Pacer for Update Refs. Used: 1990M, Free: 264M, Non-Taxable: 27104K, Alloc Tax Rate: 9.2x
[2020-04-10T21:31:28.197+0000] GC(171) Pause Init Update Refs 0.077ms
[2020-04-10T21:31:28.197+0000] GC(171) Concurrent update references
[2020-04-10T21:31:28.197+0000] GC(171) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:28.314+0000] GC(171) Concurrent update references 116.942ms
[2020-04-10T21:31:28.314+0000] GC(171) Pause Final Update Refs
[2020-04-10T21:31:28.314+0000] GC(171) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:28.315+0000] GC(171) Pause Final Update Refs 0.349ms
[2020-04-10T21:31:28.315+0000] GC(171) Concurrent cleanup
[2020-04-10T21:31:28.315+0000] GC(171) Concurrent cleanup 2110M->1819M(2350M) 0.159ms
[2020-04-10T21:31:28.315+0000] Free: 392M, Max: 1024K regular, 59392K humongous, Frag: 85% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:28.315+0000] Metaspace: 270228K(284216K)->270410K(284472K) NonClass: 239555K(248864K)->239704K(249120K) Class: 30673K(35352K)->30705K(35352K)
[2020-04-10T21:31:28.315+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:28.337+0000] Trigger: Average GC time (410.84 ms) is above the time for allocation rate (613 MB/s) to deplete free headroom (249M)
[2020-04-10T21:31:28.337+0000] Free headroom: 367M (free) - 117M (spike) - 0B (penalties) = 249M
[2020-04-10T21:31:28.337+0000] Free: 367M, Max: 1024K regular, 59392K humongous, Frag: 84% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:28.337+0000] GC(172) Concurrent reset
[2020-04-10T21:31:28.337+0000] GC(172) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:28.337+0000] GC(172) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:28.338+0000] GC(172) Concurrent reset 0.825ms
[2020-04-10T21:31:28.339+0000] GC(172) Pause Init Mark
[2020-04-10T21:31:28.339+0000] GC(172) Using 16 of 16 workers for init marking
[2020-04-10T21:31:28.345+0000] GC(172) Pacer for Mark. Expected Live: 1479M, Free: 365M, Non-Taxable: 37435K, Alloc Tax Rate: 14.8x
[2020-04-10T21:31:28.345+0000] GC(172) Pause Init Mark 5.828ms
[2020-04-10T21:31:28.345+0000] GC(172) Concurrent marking
[2020-04-10T21:31:28.345+0000] GC(172) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:28.586+0000] GC(172) Concurrent marking 240.856ms
[2020-04-10T21:31:28.587+0000] GC(172) Pause Final Mark
[2020-04-10T21:31:28.587+0000] GC(172) Using 16 of 16 workers for final marking
[2020-04-10T21:31:28.588+0000] GC(172) Adaptive CSet Selection. Target Free: 332M, Actual Free: 419M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:28.588+0000] GC(172) Collectable Garbage: 229M (59%), Immediate: 7495K (1%), CSet: 222M (57%)
[2020-04-10T21:31:28.606+0000] GC(172) Pacer for Evacuation. Used CSet: 256M, Free: 310M, Non-Taxable: 31827K, Alloc Tax Rate: 2.0x
[2020-04-10T21:31:28.606+0000] GC(172) Pause Final Mark 19.399ms
[2020-04-10T21:31:28.606+0000] GC(172) Concurrent roots processing
[2020-04-10T21:31:28.606+0000] GC(172) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:28.611+0000] GC(172) Concurrent roots processing 4.583ms
[2020-04-10T21:31:28.611+0000] GC(172) Concurrent cleanup
[2020-04-10T21:31:28.611+0000] GC(172) Concurrent cleanup 1927M->1921M(2350M) 0.150ms
[2020-04-10T21:31:28.611+0000] GC(172) Free: 292M, Max: 1024K regular, 59392K humongous, Frag: 80% external, 2% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:28.611+0000] GC(172) Concurrent evacuation
[2020-04-10T21:31:28.611+0000] GC(172) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:28.618+0000] GC(172) Concurrent evacuation 6.312ms
[2020-04-10T21:31:28.619+0000] GC(172) Pause Init Update Refs
[2020-04-10T21:31:28.619+0000] GC(172) Pacer for Update Refs. Used: 1981M, Free: 272M, Non-Taxable: 27889K, Alloc Tax Rate: 8.9x
[2020-04-10T21:31:28.619+0000] GC(172) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:28.619+0000] GC(172) Concurrent update references
[2020-04-10T21:31:28.619+0000] GC(172) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:28.745+0000] GC(172) Concurrent update references 126.413ms
[2020-04-10T21:31:28.747+0000] GC(172) Pause Final Update Refs
[2020-04-10T21:31:28.747+0000] GC(172) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:28.747+0000] GC(172) Pause Final Update Refs 0.417ms
[2020-04-10T21:31:28.747+0000] GC(172) Concurrent cleanup
[2020-04-10T21:31:28.747+0000] GC(172) Concurrent cleanup 2216M->1960M(2350M) 0.195ms
[2020-04-10T21:31:28.747+0000] Free: 252M, Max: 1024K regular, 26624K humongous, Frag: 90% external, 17% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:28.748+0000] Metaspace: 270442K(284472K)->270773K(284728K) NonClass: 239735K(249120K)->240032K(249376K) Class: 30706K(35352K)->30740K(35352K)
[2020-04-10T21:31:28.748+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:28.749+0000] Trigger: Average GC time (408.20 ms) is above the time for allocation rate (846 MB/s) to deplete free headroom (132M)
[2020-04-10T21:31:28.749+0000] Free headroom: 249M (free) - 117M (spike) - 0B (penalties) = 132M
[2020-04-10T21:31:28.749+0000] Free: 249M, Max: 1024K regular, 25600K humongous, Frag: 90% external, 18% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:28.749+0000] GC(173) Concurrent reset
[2020-04-10T21:31:28.749+0000] GC(173) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:28.749+0000] GC(173) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:28.750+0000] GC(173) Concurrent reset 1.016ms
[2020-04-10T21:31:28.753+0000] GC(173) Pause Init Mark
[2020-04-10T21:31:28.753+0000] GC(173) Using 16 of 16 workers for init marking
[2020-04-10T21:31:28.759+0000] GC(173) Pacer for Mark. Expected Live: 1470M, Free: 247M, Non-Taxable: 25337K, Alloc Tax Rate: 21.8x
[2020-04-10T21:31:28.759+0000] GC(173) Pause Init Mark 5.925ms
[2020-04-10T21:31:28.759+0000] GC(173) Concurrent marking
[2020-04-10T21:31:28.759+0000] GC(173) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:28.989+0000] GC(173) Concurrent marking 230.296ms
[2020-04-10T21:31:28.990+0000] GC(173) Pause Final Mark
[2020-04-10T21:31:28.990+0000] GC(173) Using 16 of 16 workers for final marking
[2020-04-10T21:31:28.992+0000] GC(173) Adaptive CSet Selection. Target Free: 332M, Actual Free: 315M, Max CSet: 100266K, Min Garbage: 18346K
[2020-04-10T21:31:28.992+0000] GC(173) Collectable Garbage: 324M (67%), Immediate: 6144K (1%), CSet: 318M (65%)
[2020-04-10T21:31:29.004+0000] GC(173) Pacer for Evacuation. Used CSet: 372M, Free: 204M, Non-Taxable: 20895K, Alloc Tax Rate: 4.5x
[2020-04-10T21:31:29.004+0000] GC(173) Pause Final Mark 14.056ms
[2020-04-10T21:31:29.005+0000] GC(173) Concurrent roots processing
[2020-04-10T21:31:29.005+0000] GC(173) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:29.010+0000] GC(173) Concurrent roots processing 5.629ms
[2020-04-10T21:31:29.010+0000] GC(173) Concurrent cleanup
[2020-04-10T21:31:29.010+0000] GC(173) Concurrent cleanup 2028M->2023M(2350M) 0.156ms
[2020-04-10T21:31:29.010+0000] GC(173) Free: 189M, Max: 1024K regular, 25600K humongous, Frag: 87% external, 5% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:29.010+0000] GC(173) Concurrent evacuation
[2020-04-10T21:31:29.010+0000] GC(173) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:29.021+0000] GC(173) Concurrent evacuation 10.728ms
[2020-04-10T21:31:29.022+0000] GC(173) Pause Init Update Refs
[2020-04-10T21:31:29.022+0000] GC(173) Pacer for Update Refs. Used: 2105M, Free: 163M, Non-Taxable: 16773K, Alloc Tax Rate: 15.7x
[2020-04-10T21:31:29.022+0000] GC(173) Pause Init Update Refs 0.091ms
[2020-04-10T21:31:29.023+0000] GC(173) Concurrent update references
[2020-04-10T21:31:29.023+0000] GC(173) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:29.137+0000] GC(173) Concurrent update references 114.336ms
[2020-04-10T21:31:29.138+0000] GC(173) Pause Final Update Refs
[2020-04-10T21:31:29.138+0000] GC(173) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:29.138+0000] GC(173) Pause Final Update Refs 0.446ms
[2020-04-10T21:31:29.139+0000] GC(173) Concurrent cleanup
[2020-04-10T21:31:29.139+0000] GC(173) Concurrent cleanup 2252M->1880M(2350M) 0.183ms
[2020-04-10T21:31:29.139+0000] Free: 333M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.139+0000] Metaspace: 270779K(284728K)->271616K(285492K) NonClass: 240037K(249376K)->240787K(250012K) Class: 30741K(35352K)->30829K(35480K)
[2020-04-10T21:31:29.139+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:29.140+0000] Trigger: Average GC time (407.38 ms) is above the time for allocation rate (620 MB/s) to deplete free headroom (214M)
[2020-04-10T21:31:29.140+0000] Free headroom: 331M (free) - 117M (spike) - 0B (penalties) = 214M
[2020-04-10T21:31:29.140+0000] Free: 331M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.140+0000] GC(174) Concurrent reset
[2020-04-10T21:31:29.140+0000] GC(174) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:29.140+0000] GC(174) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:29.141+0000] GC(174) Concurrent reset 0.884ms
[2020-04-10T21:31:29.142+0000] GC(174) Pause Init Mark
[2020-04-10T21:31:29.142+0000] GC(174) Using 16 of 16 workers for init marking
[2020-04-10T21:31:29.148+0000] GC(174) Pacer for Mark. Expected Live: 1468M, Free: 328M, Non-Taxable: 33683K, Alloc Tax Rate: 16.4x
[2020-04-10T21:31:29.148+0000] GC(174) Pause Init Mark 6.008ms
[2020-04-10T21:31:29.148+0000] GC(174) Concurrent marking
[2020-04-10T21:31:29.148+0000] GC(174) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:29.377+0000] GC(174) Concurrent marking 228.431ms
[2020-04-10T21:31:29.378+0000] GC(174) Pause Final Mark
[2020-04-10T21:31:29.378+0000] GC(174) Using 16 of 16 workers for final marking
[2020-04-10T21:31:29.380+0000] GC(174) Adaptive CSet Selection. Target Free: 332M, Actual Free: 388M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:29.380+0000] GC(174) Collectable Garbage: 228M (58%), Immediate: 7047K (1%), CSet: 222M (57%)
[2020-04-10T21:31:29.392+0000] GC(174) Pacer for Evacuation. Used CSet: 288M, Free: 278M, Non-Taxable: 28526K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:29.392+0000] GC(174) Pause Final Mark 13.970ms
[2020-04-10T21:31:29.393+0000] GC(174) Concurrent roots processing
[2020-04-10T21:31:29.393+0000] GC(174) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:29.397+0000] GC(174) Concurrent roots processing 4.130ms
[2020-04-10T21:31:29.397+0000] GC(174) Concurrent cleanup
[2020-04-10T21:31:29.397+0000] GC(174) Concurrent cleanup 1962M->1957M(2350M) 0.157ms
[2020-04-10T21:31:29.397+0000] GC(174) Free: 261M, Max: 1024K regular, 39936K humongous, Frag: 85% external, 3% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:29.397+0000] GC(174) Concurrent evacuation
[2020-04-10T21:31:29.397+0000] GC(174) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:29.411+0000] GC(174) Concurrent evacuation 13.247ms
[2020-04-10T21:31:29.412+0000] GC(174) Pause Init Update Refs
[2020-04-10T21:31:29.412+0000] GC(174) Pacer for Update Refs. Used: 2061M, Free: 225M, Non-Taxable: 23065K, Alloc Tax Rate: 11.2x
[2020-04-10T21:31:29.412+0000] GC(174) Pause Init Update Refs 0.089ms
[2020-04-10T21:31:29.412+0000] GC(174) Concurrent update references
[2020-04-10T21:31:29.412+0000] GC(174) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:29.543+0000] GC(174) Concurrent update references 130.538ms
[2020-04-10T21:31:29.544+0000] GC(174) Pause Final Update Refs
[2020-04-10T21:31:29.544+0000] GC(174) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:29.545+0000] GC(174) Pause Final Update Refs 0.654ms
[2020-04-10T21:31:29.545+0000] GC(174) Concurrent cleanup
[2020-04-10T21:31:29.546+0000] GC(174) Concurrent cleanup 2261M->1974M(2350M) 0.322ms
[2020-04-10T21:31:29.546+0000] Free: 241M, Max: 1024K regular, 25600K humongous, Frag: 90% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.546+0000] Metaspace: 271630K(285492K)->272464K(286488K) NonClass: 240798K(250012K)->241553K(250912K) Class: 30831K(35480K)->30910K(35576K)
[2020-04-10T21:31:29.546+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:29.547+0000] Trigger: Average GC time (404.37 ms) is above the time for allocation rate (790 MB/s) to deplete free headroom (121M)
[2020-04-10T21:31:29.547+0000] Free headroom: 239M (free) - 117M (spike) - 0B (penalties) = 121M
[2020-04-10T21:31:29.547+0000] Free: 239M, Max: 1024K regular, 25600K humongous, Frag: 90% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.547+0000] GC(175) Concurrent reset
[2020-04-10T21:31:29.547+0000] GC(175) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:29.547+0000] GC(175) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:29.548+0000] GC(175) Concurrent reset 0.973ms
[2020-04-10T21:31:29.549+0000] GC(175) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:29.549+0000] GC(175) Using 16 of 16 workers for init marking
[2020-04-10T21:31:29.555+0000] GC(175) Pacer for Mark. Expected Live: 1466M, Free: 237M, Non-Taxable: 24323K, Alloc Tax Rate: 22.6x
[2020-04-10T21:31:29.555+0000] GC(175) Pause Init Mark (process weakrefs) 5.836ms
[2020-04-10T21:31:29.555+0000] GC(175) Concurrent marking (process weakrefs)
[2020-04-10T21:31:29.555+0000] GC(175) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:29.782+0000] GC(175) Concurrent marking (process weakrefs) 227.398ms
[2020-04-10T21:31:29.782+0000] GC(175) Concurrent precleaning
[2020-04-10T21:31:29.782+0000] GC(175) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:29.782+0000] GC(175) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:29.824+0000] GC(175) Concurrent precleaning 41.981ms
[2020-04-10T21:31:29.825+0000] GC(175) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:29.825+0000] GC(175) Using 16 of 16 workers for final marking
[2020-04-10T21:31:29.828+0000] GC(175) Adaptive CSet Selection. Target Free: 332M, Actual Free: 173M, Max CSet: 100266K, Min Garbage: 159M
[2020-04-10T21:31:29.828+0000] GC(175) Collectable Garbage: 326M (67%), Immediate: 3224K (0%), CSet: 323M (66%)
[2020-04-10T21:31:29.840+0000] GC(175) Pacer for Evacuation. Used CSet: 396M, Free: 63594K, Non-Taxable: 6359K, Alloc Tax Rate: 15.6x
[2020-04-10T21:31:29.840+0000] GC(175) Pause Final Mark (process weakrefs) 14.748ms
[2020-04-10T21:31:29.840+0000] GC(175) Concurrent roots processing
[2020-04-10T21:31:29.840+0000] GC(175) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:29.843+0000] GC(175) Concurrent roots processing 3.131ms
[2020-04-10T21:31:29.843+0000] GC(175) Concurrent cleanup
[2020-04-10T21:31:29.844+0000] GC(175) Concurrent cleanup 2165M->2162M(2350M) 0.144ms
[2020-04-10T21:31:29.844+0000] GC(175) Free: 57234K, Max: 1024K regular, 17408K humongous, Frag: 68% external, 12% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:29.844+0000] GC(175) Concurrent evacuation
[2020-04-10T21:31:29.844+0000] GC(175) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:29.855+0000] GC(175) Concurrent evacuation 11.329ms
[2020-04-10T21:31:29.856+0000] GC(175) Pause Init Update Refs
[2020-04-10T21:31:29.856+0000] GC(175) Pacer for Update Refs. Used: 2258M, Free: 37546K, Non-Taxable: 3754K, Alloc Tax Rate: 75.3x
[2020-04-10T21:31:29.856+0000] GC(175) Pause Init Update Refs 0.095ms
[2020-04-10T21:31:29.856+0000] GC(175) Concurrent update references
[2020-04-10T21:31:29.856+0000] GC(175) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:29.972+0000] GC(175) Concurrent update references 115.293ms
[2020-04-10T21:31:29.973+0000] GC(175) Pause Final Update Refs
[2020-04-10T21:31:29.973+0000] GC(175) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:29.973+0000] GC(175) Pause Final Update Refs 0.421ms
[2020-04-10T21:31:29.973+0000] GC(175) Concurrent cleanup
[2020-04-10T21:31:29.973+0000] GC(175) Concurrent cleanup 2291M->1895M(2350M) 0.176ms
[2020-04-10T21:31:29.973+0000] Free: 321M, Max: 1024K regular, 39936K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.973+0000] Metaspace: 272464K(286488K)->272483K(286488K) NonClass: 241553K(250912K)->241571K(250912K) Class: 30910K(35576K)->30911K(35576K)
[2020-04-10T21:31:29.973+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:29.974+0000] Trigger: Average GC time (401.81 ms) is above the time for allocation rate (569 MB/s) to deplete free headroom (202M)
[2020-04-10T21:31:29.975+0000] Free headroom: 319M (free) - 117M (spike) - 0B (penalties) = 202M
[2020-04-10T21:31:29.975+0000] Free: 319M, Max: 1024K regular, 39936K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:29.975+0000] GC(176) Concurrent reset
[2020-04-10T21:31:29.975+0000] GC(176) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:29.975+0000] GC(176) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:29.975+0000] GC(176) Concurrent reset 0.917ms
[2020-04-10T21:31:29.976+0000] GC(176) Pause Init Mark
[2020-04-10T21:31:29.976+0000] GC(176) Using 16 of 16 workers for init marking
[2020-04-10T21:31:29.982+0000] GC(176) Pacer for Mark. Expected Live: 1475M, Free: 316M, Non-Taxable: 32458K, Alloc Tax Rate: 17.1x
[2020-04-10T21:31:29.982+0000] GC(176) Pause Init Mark 5.946ms
[2020-04-10T21:31:29.982+0000] GC(176) Concurrent marking
[2020-04-10T21:31:29.982+0000] GC(176) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:30.200+0000] GC(176) Concurrent marking 217.910ms
[2020-04-10T21:31:30.201+0000] GC(176) Pause Final Mark
[2020-04-10T21:31:30.202+0000] GC(176) Using 16 of 16 workers for final marking
[2020-04-10T21:31:30.203+0000] GC(176) Adaptive CSet Selection. Target Free: 332M, Actual Free: 372M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:30.203+0000] GC(176) Collectable Garbage: 275M (63%), Immediate: 4094K (0%), CSet: 271M (62%)
[2020-04-10T21:31:30.216+0000] GC(176) Pacer for Evacuation. Used CSet: 316M, Free: 259M, Non-Taxable: 26534K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:30.216+0000] GC(176) Pause Final Mark 14.066ms
[2020-04-10T21:31:30.216+0000] GC(176) Concurrent roots processing
[2020-04-10T21:31:30.216+0000] GC(176) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:30.219+0000] GC(176) Concurrent roots processing 3.384ms
[2020-04-10T21:31:30.228+0000] GC(176) Concurrent cleanup
[2020-04-10T21:31:30.228+0000] GC(176) Concurrent cleanup 1987M->1985M(2350M) 0.180ms
[2020-04-10T21:31:30.228+0000] GC(176) Free: 233M, Max: 1024K regular, 39936K humongous, Frag: 83% external, 3% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:30.228+0000] GC(176) Concurrent evacuation
[2020-04-10T21:31:30.228+0000] GC(176) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:30.235+0000] GC(176) Concurrent evacuation 7.241ms
[2020-04-10T21:31:30.236+0000] GC(176) Pause Init Update Refs
[2020-04-10T21:31:30.237+0000] GC(176) Pacer for Update Refs. Used: 2042M, Free: 222M, Non-Taxable: 22827K, Alloc Tax Rate: 11.2x
[2020-04-10T21:31:30.237+0000] GC(176) Pause Init Update Refs 0.116ms
[2020-04-10T21:31:30.237+0000] GC(176) Concurrent update references
[2020-04-10T21:31:30.237+0000] GC(176) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:30.364+0000] GC(176) Concurrent update references 127.036ms
[2020-04-10T21:31:30.365+0000] GC(176) Pause Final Update Refs
[2020-04-10T21:31:30.365+0000] GC(176) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:30.365+0000] GC(176) Pause Final Update Refs 0.425ms
[2020-04-10T21:31:30.365+0000] GC(176) Concurrent cleanup
[2020-04-10T21:31:30.365+0000] GC(176) Concurrent cleanup 2240M->1924M(2350M) 0.172ms
[2020-04-10T21:31:30.366+0000] Free: 289M, Max: 1024K regular, 36864K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:30.366+0000] Metaspace: 272483K(286488K)->272533K(286488K) NonClass: 241571K(250912K)->241614K(250912K) Class: 30911K(35576K)->30919K(35576K)
[2020-04-10T21:31:30.366+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:30.367+0000] Trigger: Average GC time (404.63 ms) is above the time for allocation rate (772 MB/s) to deplete free headroom (171M)
[2020-04-10T21:31:30.367+0000] Free headroom: 288M (free) - 117M (spike) - 0B (penalties) = 171M
[2020-04-10T21:31:30.367+0000] Free: 288M, Max: 1024K regular, 36864K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:30.367+0000] GC(177) Concurrent reset
[2020-04-10T21:31:30.367+0000] GC(177) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:30.367+0000] GC(177) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:30.368+0000] GC(177) Concurrent reset 0.934ms
[2020-04-10T21:31:30.369+0000] GC(177) Pause Init Mark
[2020-04-10T21:31:30.369+0000] GC(177) Using 16 of 16 workers for init marking
[2020-04-10T21:31:30.374+0000] GC(177) Pacer for Mark. Expected Live: 1478M, Free: 286M, Non-Taxable: 29334K, Alloc Tax Rate: 18.9x
[2020-04-10T21:31:30.374+0000] GC(177) Pause Init Mark 5.538ms
[2020-04-10T21:31:30.374+0000] GC(177) Concurrent marking
[2020-04-10T21:31:30.374+0000] GC(177) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:30.596+0000] GC(177) Concurrent marking 222.013ms
[2020-04-10T21:31:30.597+0000] GC(177) Pause Final Mark
[2020-04-10T21:31:30.597+0000] GC(177) Using 16 of 16 workers for final marking
[2020-04-10T21:31:30.598+0000] GC(177) Adaptive CSet Selection. Target Free: 332M, Actual Free: 348M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:30.598+0000] GC(177) Collectable Garbage: 269M (62%), Immediate: 4096K (0%), CSet: 265M (61%)
[2020-04-10T21:31:30.611+0000] GC(177) Pacer for Evacuation. Used CSet: 333M, Free: 235M, Non-Taxable: 24157K, Alloc Tax Rate: 3.5x
[2020-04-10T21:31:30.611+0000] GC(177) Pause Final Mark 13.561ms
[2020-04-10T21:31:30.611+0000] GC(177) Concurrent roots processing
[2020-04-10T21:31:30.611+0000] GC(177) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:30.615+0000] GC(177) Concurrent roots processing 3.729ms
[2020-04-10T21:31:30.615+0000] GC(177) Concurrent cleanup
[2020-04-10T21:31:30.615+0000] GC(177) Concurrent cleanup 1996M->1994M(2350M) 0.167ms
[2020-04-10T21:31:30.615+0000] GC(177) Free: 222M, Max: 1024K regular, 36864K humongous, Frag: 84% external, 3% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:30.615+0000] GC(177) Concurrent evacuation
[2020-04-10T21:31:30.615+0000] GC(177) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:30.628+0000] GC(177) Concurrent evacuation 13.486ms
[2020-04-10T21:31:30.629+0000] GC(177) Pause Init Update Refs
[2020-04-10T21:31:30.630+0000] GC(177) Pacer for Update Refs. Used: 2103M, Free: 184M, Non-Taxable: 18873K, Alloc Tax Rate: 13.9x
[2020-04-10T21:31:30.630+0000] GC(177) Pause Init Update Refs 0.084ms
[2020-04-10T21:31:30.630+0000] GC(177) Concurrent update references
[2020-04-10T21:31:30.630+0000] GC(177) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:30.756+0000] GC(177) Concurrent update references 126.130ms
[2020-04-10T21:31:30.757+0000] GC(177) Pause Final Update Refs
[2020-04-10T21:31:30.757+0000] GC(177) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:30.757+0000] GC(177) Pause Final Update Refs 0.454ms
[2020-04-10T21:31:30.757+0000] GC(177) Concurrent cleanup
[2020-04-10T21:31:30.758+0000] GC(177) Concurrent cleanup 2267M->1935M(2350M) 0.160ms
[2020-04-10T21:31:30.758+0000] Free: 280M, Max: 1024K regular, 24576K humongous, Frag: 92% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:30.758+0000] Metaspace: 272533K(286488K)->272613K(286744K) NonClass: 241614K(250912K)->241679K(251168K) Class: 30919K(35576K)->30934K(35576K)
[2020-04-10T21:31:30.758+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:30.759+0000] Trigger: Average GC time (400.82 ms) is above the time for allocation rate (706 MB/s) to deplete free headroom (161M)
[2020-04-10T21:31:30.759+0000] Free headroom: 279M (free) - 117M (spike) - 0B (penalties) = 161M
[2020-04-10T21:31:30.759+0000] Free: 279M, Max: 1024K regular, 24576K humongous, Frag: 92% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:30.759+0000] GC(178) Concurrent reset
[2020-04-10T21:31:30.759+0000] GC(178) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:30.759+0000] GC(178) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:30.760+0000] GC(178) Concurrent reset 0.866ms
[2020-04-10T21:31:30.761+0000] GC(178) Pause Init Mark
[2020-04-10T21:31:30.761+0000] GC(178) Using 16 of 16 workers for init marking
[2020-04-10T21:31:30.766+0000] GC(178) Pacer for Mark. Expected Live: 1486M, Free: 276M, Non-Taxable: 28311K, Alloc Tax Rate: 19.7x
[2020-04-10T21:31:30.766+0000] GC(178) Pause Init Mark 5.527ms
[2020-04-10T21:31:30.766+0000] GC(178) Concurrent marking
[2020-04-10T21:31:30.766+0000] GC(178) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:30.991+0000] GC(178) Concurrent marking 224.287ms
[2020-04-10T21:31:30.992+0000] GC(178) Pause Final Mark
[2020-04-10T21:31:30.992+0000] GC(178) Using 16 of 16 workers for final marking
[2020-04-10T21:31:30.992+0000] GC(178) Adaptive CSet Selection. Target Free: 332M, Actual Free: 332M, Max CSet: 100266K, Min Garbage: 938K
[2020-04-10T21:31:30.993+0000] GC(178) Collectable Garbage: 285M (64%), Immediate: 0B (0%), CSet: 285M (64%)
[2020-04-10T21:31:31.005+0000] GC(178) Pacer for Evacuation. Used CSet: 357M, Free: 218M, Non-Taxable: 22359K, Alloc Tax Rate: 4.0x
[2020-04-10T21:31:31.005+0000] GC(178) Pause Final Mark 13.415ms
[2020-04-10T21:31:31.005+0000] GC(178) Concurrent roots processing
[2020-04-10T21:31:31.005+0000] GC(178) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:31.010+0000] GC(178) Concurrent roots processing 4.977ms
[2020-04-10T21:31:31.010+0000] GC(178) Concurrent cleanup
[2020-04-10T21:31:31.010+0000] GC(178) Concurrent cleanup 2018M->2018M(2350M) 0.153ms
[2020-04-10T21:31:31.011+0000] GC(178) Free: 199M, Max: 1024K regular, 24576K humongous, Frag: 88% external, 4% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:31.011+0000] GC(178) Concurrent evacuation
[2020-04-10T21:31:31.011+0000] GC(178) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:31.026+0000] GC(178) Concurrent evacuation 15.080ms
[2020-04-10T21:31:31.027+0000] GC(178) Pause Init Update Refs
[2020-04-10T21:31:31.027+0000] GC(178) Pacer for Update Refs. Used: 2139M, Free: 153M, Non-Taxable: 15728K, Alloc Tax Rate: 17.0x
[2020-04-10T21:31:31.027+0000] GC(178) Pause Init Update Refs 0.091ms
[2020-04-10T21:31:31.027+0000] GC(178) Concurrent update references
[2020-04-10T21:31:31.027+0000] GC(178) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:31.159+0000] GC(178) Concurrent update references 131.859ms
[2020-04-10T21:31:31.160+0000] GC(178) Pause Final Update Refs
[2020-04-10T21:31:31.160+0000] GC(178) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:31.161+0000] GC(178) Pause Final Update Refs 0.446ms
[2020-04-10T21:31:31.161+0000] GC(178) Concurrent cleanup
[2020-04-10T21:31:31.161+0000] GC(178) Concurrent cleanup 2275M->1918M(2350M) 0.192ms
[2020-04-10T21:31:31.161+0000] Free: 297M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:31.161+0000] Metaspace: 272613K(286744K)->272655K(286744K) NonClass: 241679K(251168K)->241715K(251168K) Class: 30934K(35576K)->30939K(35576K)
[2020-04-10T21:31:31.161+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:31.162+0000] Trigger: Average GC time (403.23 ms) is above the time for allocation rate (657 MB/s) to deplete free headroom (177M)
[2020-04-10T21:31:31.162+0000] Free headroom: 295M (free) - 117M (spike) - 0B (penalties) = 177M
[2020-04-10T21:31:31.162+0000] Free: 295M, Max: 1024K regular, 35840K humongous, Frag: 88% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:31.162+0000] GC(179) Concurrent reset
[2020-04-10T21:31:31.162+0000] GC(179) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:31.162+0000] GC(179) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:31.163+0000] GC(179) Concurrent reset 1.000ms
[2020-04-10T21:31:31.164+0000] GC(179) Pause Init Mark
[2020-04-10T21:31:31.164+0000] GC(179) Using 16 of 16 workers for init marking
[2020-04-10T21:31:31.170+0000] GC(179) Pacer for Mark. Expected Live: 1488M, Free: 292M, Non-Taxable: 29966K, Alloc Tax Rate: 18.7x
[2020-04-10T21:31:31.170+0000] GC(179) Pause Init Mark 5.818ms
[2020-04-10T21:31:31.170+0000] GC(179) Concurrent marking
[2020-04-10T21:31:31.170+0000] GC(179) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:31.400+0000] GC(179) Concurrent marking 229.744ms
[2020-04-10T21:31:31.401+0000] GC(179) Pause Final Mark
[2020-04-10T21:31:31.401+0000] GC(179) Using 16 of 16 workers for final marking
[2020-04-10T21:31:31.402+0000] GC(179) Adaptive CSet Selection. Target Free: 332M, Actual Free: 324M, Max CSet: 100266K, Min Garbage: 9130K
[2020-04-10T21:31:31.402+0000] GC(179) Collectable Garbage: 234M (58%), Immediate: 0B (0%), CSet: 234M (58%)
[2020-04-10T21:31:31.415+0000] GC(179) Pacer for Evacuation. Used CSet: 306M, Free: 210M, Non-Taxable: 21542K, Alloc Tax Rate: 3.6x
[2020-04-10T21:31:31.415+0000] GC(179) Pause Final Mark 13.758ms
[2020-04-10T21:31:31.415+0000] GC(179) Concurrent roots processing
[2020-04-10T21:31:31.415+0000] GC(179) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:31.420+0000] GC(179) Concurrent roots processing 4.693ms
[2020-04-10T21:31:31.420+0000] GC(179) Concurrent cleanup
[2020-04-10T21:31:31.420+0000] GC(179) Concurrent cleanup 2023M->2024M(2350M) 0.163ms
[2020-04-10T21:31:31.420+0000] GC(179) Free: 193M, Max: 1024K regular, 35840K humongous, Frag: 82% external, 4% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:31.420+0000] GC(179) Concurrent evacuation
[2020-04-10T21:31:31.420+0000] GC(179) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:31.441+0000] GC(179) Concurrent evacuation 20.878ms
[2020-04-10T21:31:31.446+0000] GC(179) Pause Init Update Refs
[2020-04-10T21:31:31.446+0000] GC(179) Pacer for Update Refs. Used: 2179M, Free: 112M, Non-Taxable: 11512K, Alloc Tax Rate: 23.7x
[2020-04-10T21:31:31.446+0000] GC(179) Pause Init Update Refs 0.100ms
[2020-04-10T21:31:31.447+0000] GC(179) Concurrent update references
[2020-04-10T21:31:31.447+0000] GC(179) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:31.575+0000] GC(179) Concurrent update references 128.233ms
[2020-04-10T21:31:31.576+0000] GC(179) Pause Final Update Refs
[2020-04-10T21:31:31.576+0000] GC(179) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:31.577+0000] GC(179) Pause Final Update Refs 0.468ms
[2020-04-10T21:31:31.577+0000] GC(179) Concurrent cleanup
[2020-04-10T21:31:31.577+0000] GC(179) Concurrent cleanup 2277M->1970M(2350M) 0.160ms
[2020-04-10T21:31:31.577+0000] Free: 242M, Max: 1024K regular, 24576K humongous, Frag: 90% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:31.577+0000] Metaspace: 272655K(286744K)->272685K(286744K) NonClass: 241715K(251168K)->241741K(251168K) Class: 30939K(35576K)->30943K(35576K)
[2020-04-10T21:31:31.577+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:31.578+0000] Trigger: Average GC time (405.14 ms) is above the time for allocation rate (680 MB/s) to deplete free headroom (124M)
[2020-04-10T21:31:31.578+0000] Free headroom: 242M (free) - 117M (spike) - 0B (penalties) = 124M
[2020-04-10T21:31:31.578+0000] Free: 242M, Max: 1024K regular, 24576K humongous, Frag: 90% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:31.578+0000] GC(180) Concurrent reset
[2020-04-10T21:31:31.578+0000] GC(180) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:31.578+0000] GC(180) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:31.579+0000] GC(180) Concurrent reset 0.799ms
[2020-04-10T21:31:31.580+0000] GC(180) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:31.580+0000] GC(180) Using 16 of 16 workers for init marking
[2020-04-10T21:31:31.586+0000] GC(180) Pacer for Mark. Expected Live: 1494M, Free: 241M, Non-Taxable: 24732K, Alloc Tax Rate: 22.7x
[2020-04-10T21:31:31.586+0000] GC(180) Pause Init Mark (process weakrefs) 5.966ms
[2020-04-10T21:31:31.586+0000] GC(180) Concurrent marking (process weakrefs)
[2020-04-10T21:31:31.586+0000] GC(180) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:31.822+0000] GC(180) Concurrent marking (process weakrefs) 235.563ms
[2020-04-10T21:31:31.822+0000] GC(180) Concurrent precleaning
[2020-04-10T21:31:31.822+0000] GC(180) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:31.822+0000] GC(180) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:31.870+0000] GC(180) Concurrent precleaning 47.464ms
[2020-04-10T21:31:31.871+0000] GC(180) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:31.871+0000] GC(180) Using 16 of 16 workers for final marking
[2020-04-10T21:31:31.873+0000] GC(180) Adaptive CSet Selection. Target Free: 332M, Actual Free: 130M, Max CSet: 100266K, Min Garbage: 202M
[2020-04-10T21:31:31.873+0000] GC(180) Collectable Garbage: 267M (61%), Immediate: 4162K (0%), CSet: 263M (60%)
[2020-04-10T21:31:31.885+0000] GC(180) Pacer for Evacuation. Used CSet: 329M, Free: 20162K, Non-Taxable: 2016K, Alloc Tax Rate: 40.9x
[2020-04-10T21:31:31.885+0000] GC(180) Pause Final Mark (process weakrefs) 14.218ms
[2020-04-10T21:31:31.885+0000] GC(180) Concurrent roots processing
[2020-04-10T21:31:31.885+0000] GC(180) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:31.888+0000] GC(180) Concurrent roots processing 3.421ms
[2020-04-10T21:31:31.888+0000] GC(180) Concurrent cleanup
[2020-04-10T21:31:31.889+0000] GC(180) Concurrent cleanup 2202M->2198M(2350M) 0.142ms
[2020-04-10T21:31:31.889+0000] GC(180) Free: 18147K, Max: 1024K regular, 8192K humongous, Frag: 39% external, 31% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:31.889+0000] GC(180) Concurrent evacuation
[2020-04-10T21:31:31.889+0000] GC(180) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:31.899+0000] GC(180) Concurrent evacuation 10.876ms
[2020-04-10T21:31:31.900+0000] GC(180) Pause Init Update Refs
[2020-04-10T21:31:31.901+0000] GC(180) Pacer for Update Refs. Used: 2274M, Free: 9897K, Non-Taxable: 989K, Alloc Tax Rate: 287.7x
[2020-04-10T21:31:31.901+0000] GC(180) Pause Init Update Refs 0.088ms
[2020-04-10T21:31:31.901+0000] GC(180) Concurrent update references
[2020-04-10T21:31:31.901+0000] GC(180) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:32.006+0000] Failed to allocate TLAB, 361K
[2020-04-10T21:31:32.006+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:31:32.007+0000] GC(180) Concurrent update references 106.035ms
[2020-04-10T21:31:32.007+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 50176K, Max: 1024K
[2020-04-10T21:31:32.007+0000] Metaspace: 272685K(286744K)->272714K(286744K) NonClass: 241741K(251168K)->241766K(251168K) Class: 30943K(35576K)->30948K(35576K)
[2020-04-10T21:31:32.007+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:32.008+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:31:32.008+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 50176K, Max: 1024K
[2020-04-10T21:31:32.009+0000] GC(181) Pause Degenerated GC (Update Refs)
[2020-04-10T21:31:32.009+0000] GC(181) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:31:32.027+0000] GC(181) Good progress for free space: 261M, need 24064K
[2020-04-10T21:31:32.027+0000] GC(181) Good progress for used space: 329M, need 1024K
[2020-04-10T21:31:32.027+0000] GC(181) Pause Degenerated GC (Update Refs) 2284M->1955M(2350M) 18.310ms
[2020-04-10T21:31:32.027+0000] Free: 260M, Max: 1024K regular, 28672K humongous, Frag: 90% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.027+0000] Metaspace: 272714K(286744K)->272714K(286744K) NonClass: 241766K(251168K)->241766K(251168K) Class: 30948K(35576K)->30948K(35576K)
[2020-04-10T21:31:32.027+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:32.028+0000] Trigger: Average GC time (405.14 ms) is above the time for allocation rate (205 MB/s) to deplete free headroom (0B)
[2020-04-10T21:31:32.028+0000] Free headroom: 256M (free) - 117M (spike) - 235M (penalties) = 0B
[2020-04-10T21:31:32.028+0000] Free: 256M, Max: 1024K regular, 28672K humongous, Frag: 90% external, 16% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.028+0000] GC(182) Concurrent reset
[2020-04-10T21:31:32.028+0000] GC(182) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:32.028+0000] GC(182) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:32.030+0000] GC(182) Concurrent reset 1.457ms
[2020-04-10T21:31:32.031+0000] GC(182) Pause Init Mark
[2020-04-10T21:31:32.031+0000] GC(182) Using 16 of 16 workers for init marking
[2020-04-10T21:31:32.036+0000] GC(182) Pacer for Mark. Expected Live: 1503M, Free: 252M, Non-Taxable: 25857K, Alloc Tax Rate: 21.8x
[2020-04-10T21:31:32.036+0000] GC(182) Pause Init Mark 5.446ms
[2020-04-10T21:31:32.036+0000] GC(182) Concurrent marking
[2020-04-10T21:31:32.036+0000] GC(182) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:32.262+0000] GC(182) Concurrent marking 225.532ms
[2020-04-10T21:31:32.263+0000] GC(182) Pause Final Mark
[2020-04-10T21:31:32.263+0000] GC(182) Using 16 of 16 workers for final marking
[2020-04-10T21:31:32.264+0000] GC(182) Adaptive CSet Selection. Target Free: 332M, Actual Free: 292M, Max CSet: 100266K, Min Garbage: 41617K
[2020-04-10T21:31:32.264+0000] GC(182) Collectable Garbage: 317M (66%), Immediate: 1304K (0%), CSet: 316M (66%)
[2020-04-10T21:31:32.276+0000] GC(182) Pacer for Evacuation. Used CSet: 384M, Free: 175M, Non-Taxable: 17968K, Alloc Tax Rate: 5.4x
[2020-04-10T21:31:32.276+0000] GC(182) Pause Final Mark 13.515ms
[2020-04-10T21:31:32.276+0000] GC(182) Concurrent roots processing
[2020-04-10T21:31:32.277+0000] GC(182) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:32.280+0000] GC(182) Concurrent roots processing 3.606ms
[2020-04-10T21:31:32.280+0000] GC(182) Concurrent cleanup
[2020-04-10T21:31:32.280+0000] GC(182) Concurrent cleanup 2060M->2058M(2350M) 0.157ms
[2020-04-10T21:31:32.280+0000] GC(182) Free: 159M, Max: 1024K regular, 30720K humongous, Frag: 82% external, 1% internal; Reserve: 114M, Max: 1024K
[2020-04-10T21:31:32.280+0000] GC(182) Concurrent evacuation
[2020-04-10T21:31:32.280+0000] GC(182) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:32.292+0000] GC(182) Concurrent evacuation 11.861ms
[2020-04-10T21:31:32.293+0000] GC(182) Pause Init Update Refs
[2020-04-10T21:31:32.293+0000] GC(182) Pacer for Update Refs. Used: 2154M, Free: 133M, Non-Taxable: 13710K, Alloc Tax Rate: 19.7x
[2020-04-10T21:31:32.293+0000] GC(182) Pause Init Update Refs 0.087ms
[2020-04-10T21:31:32.293+0000] GC(182) Concurrent update references
[2020-04-10T21:31:32.293+0000] GC(182) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:32.417+0000] GC(182) Concurrent update references 123.391ms
[2020-04-10T21:31:32.418+0000] GC(182) Pause Final Update Refs
[2020-04-10T21:31:32.418+0000] GC(182) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:32.418+0000] GC(182) Pause Final Update Refs 0.429ms
[2020-04-10T21:31:32.418+0000] GC(182) Concurrent cleanup
[2020-04-10T21:31:32.418+0000] GC(182) Concurrent cleanup 2274M->1890M(2350M) 0.180ms
[2020-04-10T21:31:32.418+0000] Free: 323M, Max: 1024K regular, 35840K humongous, Frag: 90% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.418+0000] Metaspace: 272714K(286744K)->272929K(287128K) NonClass: 241766K(251168K)->241958K(251424K) Class: 30948K(35576K)->30971K(35704K)
[2020-04-10T21:31:32.418+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:32.420+0000] Trigger: Average GC time (397.84 ms) is above the time for allocation rate (630 MB/s) to deplete free headroom (0B)
[2020-04-10T21:31:32.420+0000] Free headroom: 323M (free) - 117M (spike) - 211M (penalties) = 0B
[2020-04-10T21:31:32.420+0000] Free: 323M, Max: 1024K regular, 35840K humongous, Frag: 90% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.420+0000] GC(183) Concurrent reset
[2020-04-10T21:31:32.420+0000] GC(183) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:32.420+0000] GC(183) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:32.420+0000] GC(183) Concurrent reset 0.836ms
[2020-04-10T21:31:32.421+0000] GC(183) Pause Init Mark
[2020-04-10T21:31:32.421+0000] GC(183) Using 16 of 16 workers for init marking
[2020-04-10T21:31:32.427+0000] GC(183) Pacer for Mark. Expected Live: 1507M, Free: 322M, Non-Taxable: 33060K, Alloc Tax Rate: 17.1x
[2020-04-10T21:31:32.427+0000] GC(183) Pause Init Mark 5.787ms
[2020-04-10T21:31:32.427+0000] GC(183) Concurrent marking
[2020-04-10T21:31:32.427+0000] GC(183) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:32.653+0000] GC(183) Concurrent marking 225.346ms
[2020-04-10T21:31:32.654+0000] GC(183) Pause Final Mark
[2020-04-10T21:31:32.654+0000] GC(183) Using 16 of 16 workers for final marking
[2020-04-10T21:31:32.655+0000] GC(183) Adaptive CSet Selection. Target Free: 332M, Actual Free: 384M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:32.655+0000] GC(183) Collectable Garbage: 246M (60%), Immediate: 7168K (1%), CSet: 239M (58%)
[2020-04-10T21:31:32.667+0000] GC(183) Pacer for Evacuation. Used CSet: 293M, Free: 269M, Non-Taxable: 27613K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:32.667+0000] GC(183) Pause Final Mark 13.645ms
[2020-04-10T21:31:32.667+0000] GC(183) Concurrent roots processing
[2020-04-10T21:31:32.667+0000] GC(183) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:32.671+0000] GC(183) Concurrent roots processing 3.310ms
[2020-04-10T21:31:32.671+0000] GC(183) Concurrent cleanup
[2020-04-10T21:31:32.671+0000] GC(183) Concurrent cleanup 1964M->1959M(2350M) 0.161ms
[2020-04-10T21:31:32.671+0000] GC(183) Free: 258M, Max: 1024K regular, 35840K humongous, Frag: 87% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:32.671+0000] GC(183) Concurrent evacuation
[2020-04-10T21:31:32.671+0000] GC(183) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:32.681+0000] GC(183) Concurrent evacuation 10.339ms
[2020-04-10T21:31:32.682+0000] GC(183) Pause Init Update Refs
[2020-04-10T21:31:32.683+0000] GC(183) Pacer for Update Refs. Used: 2043M, Free: 232M, Non-Taxable: 23842K, Alloc Tax Rate: 10.7x
[2020-04-10T21:31:32.683+0000] GC(183) Pause Init Update Refs 0.092ms
[2020-04-10T21:31:32.683+0000] GC(183) Concurrent update references
[2020-04-10T21:31:32.683+0000] GC(183) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:32.806+0000] GC(183) Concurrent update references 122.943ms
[2020-04-10T21:31:32.807+0000] GC(183) Pause Final Update Refs
[2020-04-10T21:31:32.807+0000] GC(183) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:32.807+0000] GC(183) Pause Final Update Refs 0.433ms
[2020-04-10T21:31:32.807+0000] GC(183) Concurrent cleanup
[2020-04-10T21:31:32.807+0000] GC(183) Concurrent cleanup 2173M->1880M(2350M) 0.179ms
[2020-04-10T21:31:32.807+0000] Free: 334M, Max: 1024K regular, 36864K humongous, Frag: 90% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.807+0000] Metaspace: 272942K(287128K)->273798K(287816K) NonClass: 241969K(251424K)->242739K(252112K) Class: 30973K(35704K)->31058K(35704K)
[2020-04-10T21:31:32.807+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:32.808+0000] Trigger: Average GC time (397.19 ms) is above the time for allocation rate (601 MB/s) to deplete free headroom (27965K)
[2020-04-10T21:31:32.808+0000] Free headroom: 332M (free) - 117M (spike) - 188M (penalties) = 27965K
[2020-04-10T21:31:32.808+0000] Free: 332M, Max: 1024K regular, 36864K humongous, Frag: 90% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:32.808+0000] GC(184) Concurrent reset
[2020-04-10T21:31:32.808+0000] GC(184) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:32.808+0000] GC(184) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:32.809+0000] GC(184) Concurrent reset 0.978ms
[2020-04-10T21:31:32.810+0000] GC(184) Pause Init Mark
[2020-04-10T21:31:32.810+0000] GC(184) Using 16 of 16 workers for init marking
[2020-04-10T21:31:32.816+0000] GC(184) Pacer for Mark. Expected Live: 1505M, Free: 331M, Non-Taxable: 33951K, Alloc Tax Rate: 16.6x
[2020-04-10T21:31:32.816+0000] GC(184) Pause Init Mark 5.673ms
[2020-04-10T21:31:32.816+0000] GC(184) Concurrent marking
[2020-04-10T21:31:32.816+0000] GC(184) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:33.042+0000] GC(184) Concurrent marking 226.158ms
[2020-04-10T21:31:33.043+0000] GC(184) Pause Final Mark
[2020-04-10T21:31:33.043+0000] GC(184) Using 16 of 16 workers for final marking
[2020-04-10T21:31:33.044+0000] GC(184) Adaptive CSet Selection. Target Free: 332M, Actual Free: 392M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:33.045+0000] GC(184) Collectable Garbage: 235M (59%), Immediate: 3482K (0%), CSet: 232M (58%)
[2020-04-10T21:31:33.058+0000] GC(184) Pacer for Evacuation. Used CSet: 296M, Free: 277M, Non-Taxable: 28388K, Alloc Tax Rate: 2.6x
[2020-04-10T21:31:33.058+0000] GC(184) Pause Final Mark 14.865ms
[2020-04-10T21:31:33.058+0000] GC(184) Concurrent roots processing
[2020-04-10T21:31:33.058+0000] GC(184) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:33.062+0000] GC(184) Concurrent roots processing 3.609ms
[2020-04-10T21:31:33.062+0000] GC(184) Concurrent cleanup
[2020-04-10T21:31:33.062+0000] GC(184) Concurrent cleanup 1958M->1957M(2350M) 0.170ms
[2020-04-10T21:31:33.062+0000] GC(184) Free: 258M, Max: 1024K regular, 36864K humongous, Frag: 86% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:33.062+0000] GC(184) Concurrent evacuation
[2020-04-10T21:31:33.062+0000] GC(184) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:33.073+0000] GC(184) Concurrent evacuation 11.322ms
[2020-04-10T21:31:33.075+0000] GC(184) Pause Init Update Refs
[2020-04-10T21:31:33.075+0000] GC(184) Pacer for Update Refs. Used: 2043M, Free: 238M, Non-Taxable: 24395K, Alloc Tax Rate: 10.5x
[2020-04-10T21:31:33.075+0000] GC(184) Pause Init Update Refs 0.108ms
[2020-04-10T21:31:33.075+0000] GC(184) Concurrent update references
[2020-04-10T21:31:33.075+0000] GC(184) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:33.190+0000] GC(184) Concurrent update references 115.166ms
[2020-04-10T21:31:33.191+0000] GC(184) Pause Final Update Refs
[2020-04-10T21:31:33.191+0000] GC(184) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:33.191+0000] GC(184) Pause Final Update Refs 0.357ms
[2020-04-10T21:31:33.191+0000] GC(184) Concurrent cleanup
[2020-04-10T21:31:33.191+0000] GC(184) Concurrent cleanup 2207M->1910M(2350M) 0.164ms
[2020-04-10T21:31:33.191+0000] Free: 301M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.191+0000] Metaspace: 273798K(287816K)->273829K(287816K) NonClass: 242739K(252112K)->242765K(252112K) Class: 31058K(35704K)->31064K(35704K)
[2020-04-10T21:31:33.191+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:33.192+0000] Trigger: Average GC time (395.55 ms) is above the time for allocation rate (693 MB/s) to deplete free headroom (18456K)
[2020-04-10T21:31:33.192+0000] Free headroom: 300M (free) - 117M (spike) - 164M (penalties) = 18456K
[2020-04-10T21:31:33.192+0000] Free: 300M, Max: 1024K regular, 35840K humongous, Frag: 89% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.192+0000] GC(185) Concurrent reset
[2020-04-10T21:31:33.192+0000] GC(185) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:33.192+0000] GC(185) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:33.193+0000] GC(185) Concurrent reset 0.866ms
[2020-04-10T21:31:33.194+0000] GC(185) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:33.194+0000] GC(185) Using 16 of 16 workers for init marking
[2020-04-10T21:31:33.200+0000] GC(185) Pacer for Mark. Expected Live: 1503M, Free: 299M, Non-Taxable: 30646K, Alloc Tax Rate: 18.4x
[2020-04-10T21:31:33.200+0000] GC(185) Pause Init Mark (process weakrefs) 5.851ms
[2020-04-10T21:31:33.200+0000] GC(185) Concurrent marking (process weakrefs)
[2020-04-10T21:31:33.200+0000] GC(185) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:33.421+0000] GC(185) Concurrent marking (process weakrefs) 221.034ms
[2020-04-10T21:31:33.421+0000] GC(185) Concurrent precleaning
[2020-04-10T21:31:33.421+0000] GC(185) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:33.421+0000] GC(185) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:33.455+0000] GC(185) Concurrent precleaning 33.762ms
[2020-04-10T21:31:33.455+0000] GC(185) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:33.455+0000] GC(185) Using 16 of 16 workers for final marking
[2020-04-10T21:31:33.458+0000] GC(185) Adaptive CSet Selection. Target Free: 332M, Actual Free: 341M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:33.458+0000] GC(185) Collectable Garbage: 287M (63%), Immediate: 17154K (3%), CSet: 271M (60%)
[2020-04-10T21:31:33.470+0000] GC(185) Pacer for Evacuation. Used CSet: 304M, Free: 228M, Non-Taxable: 23399K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:33.470+0000] GC(185) Pause Final Mark (process weakrefs) 14.550ms
[2020-04-10T21:31:33.470+0000] GC(185) Concurrent roots processing
[2020-04-10T21:31:33.470+0000] GC(185) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:33.474+0000] GC(185) Concurrent roots processing 3.618ms
[2020-04-10T21:31:33.474+0000] GC(185) Concurrent cleanup
[2020-04-10T21:31:33.474+0000] GC(185) Concurrent cleanup 2006M->1991M(2350M) 0.162ms
[2020-04-10T21:31:33.474+0000] GC(185) Free: 225M, Max: 1024K regular, 35840K humongous, Frag: 85% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:33.474+0000] GC(185) Concurrent evacuation
[2020-04-10T21:31:33.474+0000] GC(185) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:33.479+0000] GC(185) Concurrent evacuation 5.068ms
[2020-04-10T21:31:33.480+0000] GC(185) Pause Init Update Refs
[2020-04-10T21:31:33.480+0000] GC(185) Pacer for Update Refs. Used: 2031M, Free: 221M, Non-Taxable: 22707K, Alloc Tax Rate: 11.2x
[2020-04-10T21:31:33.480+0000] GC(185) Pause Init Update Refs 0.075ms
[2020-04-10T21:31:33.480+0000] GC(185) Concurrent update references
[2020-04-10T21:31:33.480+0000] GC(185) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:33.588+0000] GC(185) Concurrent update references 108.432ms
[2020-04-10T21:31:33.589+0000] GC(185) Pause Final Update Refs
[2020-04-10T21:31:33.589+0000] GC(185) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:33.589+0000] GC(185) Pause Final Update Refs 0.337ms
[2020-04-10T21:31:33.589+0000] GC(185) Concurrent cleanup
[2020-04-10T21:31:33.589+0000] GC(185) Concurrent cleanup 2087M->1784M(2350M) 0.159ms
[2020-04-10T21:31:33.589+0000] Free: 429M, Max: 1024K regular, 66560K humongous, Frag: 85% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.589+0000] Metaspace: 273829K(287816K)->273861K(287816K) NonClass: 242765K(252112K)->242792K(252112K) Class: 31064K(35704K)->31069K(35704K)
[2020-04-10T21:31:33.589+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:33.608+0000] Trigger: Average GC time (394.55 ms) is above the time for allocation rate (408 MB/s) to deplete free headroom (160M)
[2020-04-10T21:31:33.608+0000] Free headroom: 418M (free) - 117M (spike) - 141M (penalties) = 160M
[2020-04-10T21:31:33.608+0000] Free: 418M, Max: 1024K regular, 66560K humongous, Frag: 85% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.608+0000] GC(186) Concurrent reset
[2020-04-10T21:31:33.608+0000] GC(186) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:33.608+0000] GC(186) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:33.608+0000] GC(186) Concurrent reset 0.880ms
[2020-04-10T21:31:33.609+0000] GC(186) Pause Init Mark
[2020-04-10T21:31:33.609+0000] GC(186) Using 16 of 16 workers for init marking
[2020-04-10T21:31:33.615+0000] GC(186) Pacer for Mark. Expected Live: 1491M, Free: 418M, Non-Taxable: 42818K, Alloc Tax Rate: 13.1x
[2020-04-10T21:31:33.615+0000] GC(186) Pause Init Mark 6.230ms
[2020-04-10T21:31:33.616+0000] GC(186) Concurrent marking
[2020-04-10T21:31:33.616+0000] GC(186) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:33.831+0000] GC(186) Concurrent marking 215.728ms
[2020-04-10T21:31:33.832+0000] GC(186) Pause Final Mark
[2020-04-10T21:31:33.832+0000] GC(186) Using 16 of 16 workers for final marking
[2020-04-10T21:31:33.833+0000] GC(186) Adaptive CSet Selection. Target Free: 332M, Actual Free: 479M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:33.833+0000] GC(186) Collectable Garbage: 174M (51%), Immediate: 14430K (4%), CSet: 160M (47%)
[2020-04-10T21:31:33.845+0000] GC(186) Pacer for Evacuation. Used CSet: 179M, Free: 364M, Non-Taxable: 37353K, Alloc Tax Rate: 1.2x
[2020-04-10T21:31:33.845+0000] GC(186) Pause Final Mark 13.333ms
[2020-04-10T21:31:33.845+0000] GC(186) Concurrent roots processing
[2020-04-10T21:31:33.846+0000] GC(186) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:33.849+0000] GC(186) Concurrent roots processing 3.348ms
[2020-04-10T21:31:33.849+0000] GC(186) Concurrent cleanup
[2020-04-10T21:31:33.849+0000] GC(186) Concurrent cleanup 1868M->1854M(2350M) 0.144ms
[2020-04-10T21:31:33.849+0000] GC(186) Free: 362M, Max: 1024K regular, 86016K humongous, Frag: 77% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:33.849+0000] GC(186) Concurrent evacuation
[2020-04-10T21:31:33.849+0000] GC(186) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:33.852+0000] GC(186) Concurrent evacuation 2.692ms
[2020-04-10T21:31:33.852+0000] GC(186) Pause Init Update Refs
[2020-04-10T21:31:33.852+0000] GC(186) Pacer for Update Refs. Used: 1879M, Free: 361M, Non-Taxable: 37061K, Alloc Tax Rate: 6.3x
[2020-04-10T21:31:33.852+0000] GC(186) Pause Init Update Refs 0.063ms
[2020-04-10T21:31:33.853+0000] GC(186) Concurrent update references
[2020-04-10T21:31:33.853+0000] GC(186) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:33.964+0000] GC(186) Concurrent update references 111.553ms
[2020-04-10T21:31:33.965+0000] GC(186) Pause Final Update Refs
[2020-04-10T21:31:33.965+0000] GC(186) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:33.965+0000] GC(186) Pause Final Update Refs 0.405ms
[2020-04-10T21:31:33.966+0000] GC(186) Concurrent cleanup
[2020-04-10T21:31:33.966+0000] GC(186) Concurrent cleanup 1952M->1773M(2350M) 0.175ms
[2020-04-10T21:31:33.966+0000] Free: 443M, Max: 1024K regular, 47104K humongous, Frag: 90% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.966+0000] Metaspace: 273863K(287816K)->273893K(287816K) NonClass: 242793K(252112K)->242820K(252112K) Class: 31069K(35704K)->31072K(35704K)
[2020-04-10T21:31:33.966+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:33.997+0000] Trigger: Average GC time (383.18 ms) is above the time for allocation rate (461 MB/s) to deplete free headroom (176M)
[2020-04-10T21:31:33.997+0000] Free headroom: 411M (free) - 117M (spike) - 117M (penalties) = 176M
[2020-04-10T21:31:33.997+0000] Free: 411M, Max: 1024K regular, 47104K humongous, Frag: 89% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:33.997+0000] GC(187) Concurrent reset
[2020-04-10T21:31:33.997+0000] GC(187) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:33.997+0000] GC(187) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:33.998+0000] GC(187) Concurrent reset 0.942ms
[2020-04-10T21:31:33.999+0000] GC(187) Pause Init Mark
[2020-04-10T21:31:33.999+0000] GC(187) Using 16 of 16 workers for init marking
[2020-04-10T21:31:34.005+0000] GC(187) Pacer for Mark. Expected Live: 1475M, Free: 409M, Non-Taxable: 41957K, Alloc Tax Rate: 13.2x
[2020-04-10T21:31:34.005+0000] GC(187) Pause Init Mark 6.280ms
[2020-04-10T21:31:34.005+0000] GC(187) Concurrent marking
[2020-04-10T21:31:34.005+0000] GC(187) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:34.239+0000] GC(187) Concurrent marking 233.686ms
[2020-04-10T21:31:34.240+0000] GC(187) Pause Final Mark
[2020-04-10T21:31:34.240+0000] GC(187) Using 16 of 16 workers for final marking
[2020-04-10T21:31:34.241+0000] GC(187) Adaptive CSet Selection. Target Free: 332M, Actual Free: 463M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:34.241+0000] GC(187) Collectable Garbage: 156M (48%), Immediate: 8192K (2%), CSet: 148M (46%)
[2020-04-10T21:31:34.253+0000] GC(187) Pacer for Evacuation. Used CSet: 188M, Free: 346M, Non-Taxable: 35481K, Alloc Tax Rate: 1.3x
[2020-04-10T21:31:34.253+0000] GC(187) Pause Final Mark 13.289ms
[2020-04-10T21:31:34.254+0000] GC(187) Concurrent roots processing
[2020-04-10T21:31:34.254+0000] GC(187) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:34.257+0000] GC(187) Concurrent roots processing 3.975ms
[2020-04-10T21:31:34.258+0000] GC(187) Concurrent cleanup
[2020-04-10T21:31:34.258+0000] GC(187) Concurrent cleanup 1887M->1881M(2350M) 0.158ms
[2020-04-10T21:31:34.258+0000] GC(187) Free: 336M, Max: 1024K regular, 47104K humongous, Frag: 87% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:34.258+0000] GC(187) Concurrent evacuation
[2020-04-10T21:31:34.258+0000] GC(187) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:34.265+0000] GC(187) Concurrent evacuation 7.615ms
[2020-04-10T21:31:34.266+0000] GC(187) Pause Init Update Refs
[2020-04-10T21:31:34.266+0000] GC(187) Pacer for Update Refs. Used: 1946M, Free: 312M, Non-Taxable: 32049K, Alloc Tax Rate: 7.6x
[2020-04-10T21:31:34.266+0000] GC(187) Pause Init Update Refs 0.070ms
[2020-04-10T21:31:34.266+0000] GC(187) Concurrent update references
[2020-04-10T21:31:34.266+0000] GC(187) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:34.394+0000] GC(187) Concurrent update references 127.720ms
[2020-04-10T21:31:34.395+0000] GC(187) Pause Final Update Refs
[2020-04-10T21:31:34.395+0000] GC(187) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:34.395+0000] GC(187) Pause Final Update Refs 0.407ms
[2020-04-10T21:31:34.396+0000] GC(187) Concurrent cleanup
[2020-04-10T21:31:34.396+0000] GC(187) Concurrent cleanup 2222M->2033M(2350M) 0.148ms
[2020-04-10T21:31:34.396+0000] Free: 181M, Max: 1024K regular, 38912K humongous, Frag: 79% external, 20% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:34.396+0000] Metaspace: 273911K(287816K)->273935K(287892K) NonClass: 242835K(252112K)->242858K(252188K) Class: 31075K(35704K)->31077K(35704K)
[2020-04-10T21:31:34.396+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:34.397+0000] Trigger: Free (177M) is below minimum threshold (235M)
[2020-04-10T21:31:34.397+0000] Free: 177M, Max: 1024K regular, 38912K humongous, Frag: 78% external, 20% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:34.397+0000] GC(188) Concurrent reset
[2020-04-10T21:31:34.397+0000] GC(188) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:34.397+0000] GC(188) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:34.398+0000] GC(188) Concurrent reset 0.843ms
[2020-04-10T21:31:34.399+0000] GC(188) Pause Init Mark
[2020-04-10T21:31:34.399+0000] GC(188) Using 16 of 16 workers for init marking
[2020-04-10T21:31:34.404+0000] GC(188) Pacer for Mark. Expected Live: 1475M, Free: 175M, Non-Taxable: 17974K, Alloc Tax Rate: 30.8x
[2020-04-10T21:31:34.404+0000] GC(188) Pause Init Mark 5.703ms
[2020-04-10T21:31:34.404+0000] GC(188) Concurrent marking
[2020-04-10T21:31:34.404+0000] GC(188) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:34.628+0000] GC(188) Concurrent marking 223.626ms
[2020-04-10T21:31:34.629+0000] GC(188) Pause Final Mark
[2020-04-10T21:31:34.629+0000] GC(188) Using 16 of 16 workers for final marking
[2020-04-10T21:31:34.630+0000] GC(188) Adaptive CSet Selection. Target Free: 332M, Actual Free: 275M, Max CSet: 100266K, Min Garbage: 58541K
[2020-04-10T21:31:34.630+0000] GC(188) Collectable Garbage: 368M (69%), Immediate: 30461K (5%), CSet: 338M (63%)
[2020-04-10T21:31:34.643+0000] GC(188) Pacer for Evacuation. Used CSet: 392M, Free: 163M, Non-Taxable: 16770K, Alloc Tax Rate: 5.9x
[2020-04-10T21:31:34.643+0000] GC(188) Pause Final Mark 14.209ms
[2020-04-10T21:31:34.643+0000] GC(188) Concurrent roots processing
[2020-04-10T21:31:34.643+0000] GC(188) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:34.648+0000] GC(188) Concurrent roots processing 4.317ms
[2020-04-10T21:31:34.648+0000] GC(188) Concurrent cleanup
[2020-04-10T21:31:34.648+0000] GC(188) Concurrent cleanup 2089M->2060M(2350M) 0.155ms
[2020-04-10T21:31:34.648+0000] GC(188) Free: 154M, Max: 1024K regular, 38912K humongous, Frag: 75% external, 2% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:34.648+0000] GC(188) Concurrent evacuation
[2020-04-10T21:31:34.648+0000] GC(188) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:34.657+0000] GC(188) Concurrent evacuation 8.917ms
[2020-04-10T21:31:34.658+0000] GC(188) Pause Init Update Refs
[2020-04-10T21:31:34.658+0000] GC(188) Pacer for Update Refs. Used: 2137M, Free: 133M, Non-Taxable: 13690K, Alloc Tax Rate: 19.5x
[2020-04-10T21:31:34.658+0000] GC(188) Pause Init Update Refs 0.089ms
[2020-04-10T21:31:34.658+0000] GC(188) Concurrent update references
[2020-04-10T21:31:34.658+0000] GC(188) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:34.773+0000] GC(188) Concurrent update references 114.231ms
[2020-04-10T21:31:34.774+0000] GC(188) Pause Final Update Refs
[2020-04-10T21:31:34.774+0000] GC(188) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:34.774+0000] GC(188) Pause Final Update Refs 0.398ms
[2020-04-10T21:31:34.774+0000] GC(188) Concurrent cleanup
[2020-04-10T21:31:34.774+0000] GC(188) Concurrent cleanup 2255M->1863M(2350M) 0.166ms
[2020-04-10T21:31:34.774+0000] Free: 353M, Max: 1024K regular, 41984K humongous, Frag: 89% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:34.774+0000] Metaspace: 273935K(287892K)->273957K(287892K) NonClass: 242858K(252188K)->242876K(252188K) Class: 31077K(35704K)->31081K(35704K)
[2020-04-10T21:31:34.774+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:34.775+0000] Trigger: Average GC time (382.83 ms) is above the time for allocation rate (520 MB/s) to deplete free headroom (164M)
[2020-04-10T21:31:34.775+0000] Free headroom: 352M (free) - 117M (spike) - 72192K (penalties) = 164M
[2020-04-10T21:31:34.775+0000] Free: 352M, Max: 1024K regular, 41984K humongous, Frag: 89% external, 8% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:34.775+0000] GC(189) Concurrent reset
[2020-04-10T21:31:34.775+0000] GC(189) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:34.775+0000] GC(189) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:34.776+0000] GC(189) Concurrent reset 0.920ms
[2020-04-10T21:31:34.777+0000] GC(189) Pause Init Mark
[2020-04-10T21:31:34.777+0000] GC(189) Using 16 of 16 workers for init marking
[2020-04-10T21:31:34.783+0000] GC(189) Pacer for Mark. Expected Live: 1480M, Free: 350M, Non-Taxable: 35911K, Alloc Tax Rate: 15.5x
[2020-04-10T21:31:34.783+0000] GC(189) Pause Init Mark 5.945ms
[2020-04-10T21:31:34.783+0000] GC(189) Concurrent marking
[2020-04-10T21:31:34.783+0000] GC(189) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:35.012+0000] GC(189) Concurrent marking 228.458ms
[2020-04-10T21:31:35.013+0000] GC(189) Pause Final Mark
[2020-04-10T21:31:35.013+0000] GC(189) Using 16 of 16 workers for final marking
[2020-04-10T21:31:35.014+0000] GC(189) Adaptive CSet Selection. Target Free: 332M, Actual Free: 391M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:35.014+0000] GC(189) Collectable Garbage: 186M (53%), Immediate: 3072K (0%), CSet: 183M (52%)
[2020-04-10T21:31:35.026+0000] GC(189) Pacer for Evacuation. Used CSet: 253M, Free: 275M, Non-Taxable: 28206K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:35.026+0000] GC(189) Pause Final Mark 13.349ms
[2020-04-10T21:31:35.026+0000] GC(189) Concurrent roots processing
[2020-04-10T21:31:35.026+0000] GC(189) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:35.030+0000] GC(189) Concurrent roots processing 3.948ms
[2020-04-10T21:31:35.030+0000] GC(189) Concurrent cleanup
[2020-04-10T21:31:35.030+0000] GC(189) Concurrent cleanup 1954M->1951M(2350M) 0.148ms
[2020-04-10T21:31:35.030+0000] GC(189) Free: 262M, Max: 1024K regular, 41984K humongous, Frag: 85% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:35.030+0000] GC(189) Concurrent evacuation
[2020-04-10T21:31:35.030+0000] GC(189) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:35.042+0000] GC(189) Concurrent evacuation 11.602ms
[2020-04-10T21:31:35.043+0000] GC(189) Pause Init Update Refs
[2020-04-10T21:31:35.043+0000] GC(189) Pacer for Update Refs. Used: 2058M, Free: 228M, Non-Taxable: 23391K, Alloc Tax Rate: 11.0x
[2020-04-10T21:31:35.043+0000] GC(189) Pause Init Update Refs 0.079ms
[2020-04-10T21:31:35.043+0000] GC(189) Concurrent update references
[2020-04-10T21:31:35.043+0000] GC(189) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:35.176+0000] GC(189) Concurrent update references 133.165ms
[2020-04-10T21:31:35.177+0000] GC(189) Pause Final Update Refs
[2020-04-10T21:31:35.177+0000] GC(189) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:35.178+0000] GC(189) Pause Final Update Refs 0.406ms
[2020-04-10T21:31:35.178+0000] GC(189) Concurrent cleanup
[2020-04-10T21:31:35.178+0000] GC(189) Concurrent cleanup 2261M->2008M(2350M) 0.181ms
[2020-04-10T21:31:35.178+0000] Free: 205M, Max: 1024K regular, 38912K humongous, Frag: 81% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:35.178+0000] Metaspace: 273957K(287892K)->273992K(287892K) NonClass: 242876K(252188K)->242906K(252188K) Class: 31081K(35704K)->31085K(35704K)
[2020-04-10T21:31:35.178+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:35.179+0000] Trigger: Free (203M) is below minimum threshold (235M)
[2020-04-10T21:31:35.179+0000] Free: 203M, Max: 1024K regular, 38912K humongous, Frag: 81% external, 15% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:35.179+0000] GC(190) Concurrent reset
[2020-04-10T21:31:35.179+0000] GC(190) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:35.179+0000] GC(190) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:35.180+0000] GC(190) Concurrent reset 0.930ms
[2020-04-10T21:31:35.181+0000] GC(190) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:35.181+0000] GC(190) Using 16 of 16 workers for init marking
[2020-04-10T21:31:35.187+0000] GC(190) Pacer for Mark. Expected Live: 1485M, Free: 202M, Non-Taxable: 20696K, Alloc Tax Rate: 27.0x
[2020-04-10T21:31:35.187+0000] GC(190) Pause Init Mark (process weakrefs) 5.788ms
[2020-04-10T21:31:35.187+0000] GC(190) Concurrent marking (process weakrefs)
[2020-04-10T21:31:35.187+0000] GC(190) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:35.424+0000] GC(190) Concurrent marking (process weakrefs) 237.044ms
[2020-04-10T21:31:35.424+0000] GC(190) Concurrent precleaning
[2020-04-10T21:31:35.424+0000] GC(190) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:35.424+0000] GC(190) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:35.469+0000] GC(190) Concurrent precleaning 44.543ms
[2020-04-10T21:31:35.470+0000] GC(190) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:35.470+0000] GC(190) Using 16 of 16 workers for final marking
[2020-04-10T21:31:35.472+0000] GC(190) Adaptive CSet Selection. Target Free: 332M, Actual Free: 126M, Max CSet: 100266K, Min Garbage: 206M
[2020-04-10T21:31:35.472+0000] GC(190) Collectable Garbage: 354M (68%), Immediate: 8192K (1%), CSet: 346M (67%)
[2020-04-10T21:31:35.485+0000] GC(190) Pacer for Evacuation. Used CSet: 419M, Free: 12202K, Non-Taxable: 1220K, Alloc Tax Rate: 86.2x
[2020-04-10T21:31:35.485+0000] GC(190) Pause Final Mark (process weakrefs) 14.767ms
[2020-04-10T21:31:35.485+0000] GC(190) Concurrent roots processing
[2020-04-10T21:31:35.485+0000] GC(190) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:35.489+0000] GC(190) Concurrent roots processing 4.147ms
[2020-04-10T21:31:35.489+0000] GC(190) Concurrent cleanup
[2020-04-10T21:31:35.489+0000] GC(190) Concurrent cleanup 2215M->2207M(2350M) 0.149ms
[2020-04-10T21:31:35.489+0000] GC(190) Free: 10982K, Max: 1024K regular, 2048K humongous, Frag: 80% external, 10% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:35.489+0000] GC(190) Concurrent evacuation
[2020-04-10T21:31:35.489+0000] GC(190) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:35.500+0000] GC(190) Concurrent evacuation 10.392ms
[2020-04-10T21:31:35.500+0000] GC(190) Pause Init Update Refs
[2020-04-10T21:31:35.501+0000] GC(190) Pacer for Update Refs. Used: 2289M, Free: 5992K, Non-Taxable: 599K, Alloc Tax Rate: 478.2x
[2020-04-10T21:31:35.501+0000] GC(190) Pause Init Update Refs 0.079ms
[2020-04-10T21:31:35.501+0000] GC(190) Concurrent update references
[2020-04-10T21:31:35.501+0000] GC(190) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:35.550+0000] Failed to allocate TLAB, 8784B
[2020-04-10T21:31:35.550+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:31:35.550+0000] GC(190) Concurrent update references 49.617ms
[2020-04-10T21:31:35.550+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 39936K, Max: 1024K
[2020-04-10T21:31:35.550+0000] Metaspace: 273992K(287892K)->274016K(288224K) NonClass: 242906K(252188K)->242925K(252444K) Class: 31085K(35704K)->31090K(35780K)
[2020-04-10T21:31:35.550+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:35.551+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:31:35.552+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 39936K, Max: 1024K
[2020-04-10T21:31:35.553+0000] GC(191) Pause Degenerated GC (Update Refs)
[2020-04-10T21:31:35.553+0000] GC(191) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:31:35.598+0000] GC(191) Good progress for free space: 341M, need 24064K
[2020-04-10T21:31:35.598+0000] GC(191) Good progress for used space: 419M, need 1024K
[2020-04-10T21:31:35.598+0000] GC(191) Pause Degenerated GC (Update Refs) 2295M->1875M(2350M) 45.554ms
[2020-04-10T21:31:35.598+0000] Free: 340M, Max: 1024K regular, 41984K humongous, Frag: 88% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:35.598+0000] Metaspace: 274016K(288224K)->274016K(288224K) NonClass: 242925K(252444K)->242925K(252444K) Class: 31090K(35780K)->31090K(35780K)
[2020-04-10T21:31:35.598+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:35.599+0000] Trigger: Average GC time (386.80 ms) is above the time for allocation rate (101394 KB/s) to deplete free headroom (0B)
[2020-04-10T21:31:35.599+0000] Free headroom: 336M (free) - 117M (spike) - 282M (penalties) = 0B
[2020-04-10T21:31:35.599+0000] Free: 336M, Max: 1024K regular, 41984K humongous, Frag: 88% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:35.600+0000] GC(192) Concurrent reset
[2020-04-10T21:31:35.600+0000] GC(192) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:35.600+0000] GC(192) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:35.601+0000] GC(192) Concurrent reset 1.401ms
[2020-04-10T21:31:35.602+0000] GC(192) Pause Init Mark
[2020-04-10T21:31:35.602+0000] GC(192) Using 16 of 16 workers for init marking
[2020-04-10T21:31:35.608+0000] GC(192) Pacer for Mark. Expected Live: 1492M, Free: 332M, Non-Taxable: 34018K, Alloc Tax Rate: 16.5x
[2020-04-10T21:31:35.608+0000] GC(192) Pause Init Mark 6.133ms
[2020-04-10T21:31:35.608+0000] GC(192) Concurrent marking
[2020-04-10T21:31:35.608+0000] GC(192) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:35.847+0000] GC(192) Concurrent marking 238.058ms
[2020-04-10T21:31:35.847+0000] GC(192) Pause Final Mark
[2020-04-10T21:31:35.848+0000] GC(192) Using 16 of 16 workers for final marking
[2020-04-10T21:31:35.849+0000] GC(192) Adaptive CSet Selection. Target Free: 332M, Actual Free: 370M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:35.849+0000] GC(192) Collectable Garbage: 217M (56%), Immediate: 1024K (0%), CSet: 216M (56%)
[2020-04-10T21:31:35.861+0000] GC(192) Pacer for Evacuation. Used CSet: 272M, Free: 252M, Non-Taxable: 25895K, Alloc Tax Rate: 2.6x
[2020-04-10T21:31:35.861+0000] GC(192) Pause Final Mark 13.895ms
[2020-04-10T21:31:35.862+0000] GC(192) Concurrent roots processing
[2020-04-10T21:31:35.862+0000] GC(192) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:35.865+0000] GC(192) Concurrent roots processing 3.742ms
[2020-04-10T21:31:35.865+0000] GC(192) Concurrent cleanup
[2020-04-10T21:31:35.866+0000] GC(192) Concurrent cleanup 1979M->1979M(2350M) 0.164ms
[2020-04-10T21:31:35.866+0000] GC(192) Free: 238M, Max: 1024K regular, 41984K humongous, Frag: 83% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:35.866+0000] GC(192) Concurrent evacuation
[2020-04-10T21:31:35.866+0000] GC(192) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:35.875+0000] GC(192) Concurrent evacuation 9.844ms
[2020-04-10T21:31:35.876+0000] GC(192) Pause Init Update Refs
[2020-04-10T21:31:35.877+0000] GC(192) Pacer for Update Refs. Used: 2069M, Free: 206M, Non-Taxable: 21154K, Alloc Tax Rate: 12.2x
[2020-04-10T21:31:35.877+0000] GC(192) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:35.877+0000] GC(192) Concurrent update references
[2020-04-10T21:31:35.877+0000] GC(192) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:36.004+0000] GC(192) Concurrent update references 127.158ms
[2020-04-10T21:31:36.005+0000] GC(192) Pause Final Update Refs
[2020-04-10T21:31:36.005+0000] GC(192) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:36.005+0000] GC(192) Pause Final Update Refs 0.461ms
[2020-04-10T21:31:36.005+0000] GC(192) Concurrent cleanup
[2020-04-10T21:31:36.006+0000] GC(192) Concurrent cleanup 2254M->1983M(2350M) 0.163ms
[2020-04-10T21:31:36.006+0000] Free: 233M, Max: 1024K regular, 38912K humongous, Frag: 84% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.006+0000] Metaspace: 274016K(288224K)->274176K(288352K) NonClass: 242925K(252444K)->243049K(252444K) Class: 31090K(35780K)->31126K(35908K)
[2020-04-10T21:31:36.006+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:36.007+0000] Trigger: Free (232M) is below minimum threshold (235M)
[2020-04-10T21:31:36.007+0000] Free: 232M, Max: 1024K regular, 38912K humongous, Frag: 84% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.007+0000] GC(193) Concurrent reset
[2020-04-10T21:31:36.007+0000] GC(193) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:36.007+0000] GC(193) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:36.008+0000] GC(193) Concurrent reset 0.970ms
[2020-04-10T21:31:36.008+0000] GC(193) Pause Init Mark
[2020-04-10T21:31:36.009+0000] GC(193) Using 16 of 16 workers for init marking
[2020-04-10T21:31:36.014+0000] GC(193) Pacer for Mark. Expected Live: 1501M, Free: 228M, Non-Taxable: 23438K, Alloc Tax Rate: 24.1x
[2020-04-10T21:31:36.014+0000] GC(193) Pause Init Mark 5.730ms
[2020-04-10T21:31:36.014+0000] GC(193) Concurrent marking
[2020-04-10T21:31:36.014+0000] GC(193) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:36.235+0000] GC(193) Concurrent marking 220.192ms
[2020-04-10T21:31:36.236+0000] GC(193) Pause Final Mark
[2020-04-10T21:31:36.236+0000] GC(193) Using 16 of 16 workers for final marking
[2020-04-10T21:31:36.236+0000] GC(193) Adaptive CSet Selection. Target Free: 332M, Actual Free: 298M, Max CSet: 100266K, Min Garbage: 35754K
[2020-04-10T21:31:36.237+0000] GC(193) Collectable Garbage: 318M (66%), Immediate: 9216K (1%), CSet: 309M (64%)
[2020-04-10T21:31:36.249+0000] GC(193) Pacer for Evacuation. Used CSet: 386M, Free: 181M, Non-Taxable: 18605K, Alloc Tax Rate: 5.2x
[2020-04-10T21:31:36.249+0000] GC(193) Pause Final Mark 13.502ms
[2020-04-10T21:31:36.249+0000] GC(193) Concurrent roots processing
[2020-04-10T21:31:36.249+0000] GC(193) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:36.253+0000] GC(193) Concurrent roots processing 3.699ms
[2020-04-10T21:31:36.253+0000] GC(193) Concurrent cleanup
[2020-04-10T21:31:36.253+0000] GC(193) Concurrent cleanup 2056M->2048M(2350M) 0.151ms
[2020-04-10T21:31:36.253+0000] GC(193) Free: 170M, Max: 1024K regular, 38912K humongous, Frag: 78% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:36.253+0000] GC(193) Concurrent evacuation
[2020-04-10T21:31:36.253+0000] GC(193) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:36.267+0000] GC(193) Concurrent evacuation 13.827ms
[2020-04-10T21:31:36.268+0000] GC(193) Pause Init Update Refs
[2020-04-10T21:31:36.268+0000] GC(193) Pacer for Update Refs. Used: 2152M, Free: 147M, Non-Taxable: 15058K, Alloc Tax Rate: 17.9x
[2020-04-10T21:31:36.268+0000] GC(193) Pause Init Update Refs 0.084ms
[2020-04-10T21:31:36.268+0000] GC(193) Concurrent update references
[2020-04-10T21:31:36.268+0000] GC(193) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:36.390+0000] GC(193) Concurrent update references 121.719ms
[2020-04-10T21:31:36.391+0000] GC(193) Pause Final Update Refs
[2020-04-10T21:31:36.391+0000] GC(193) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:36.391+0000] GC(193) Pause Final Update Refs 0.386ms
[2020-04-10T21:31:36.391+0000] GC(193) Concurrent cleanup
[2020-04-10T21:31:36.391+0000] GC(193) Concurrent cleanup 2282M->1896M(2350M) 0.196ms
[2020-04-10T21:31:36.392+0000] Free: 318M, Max: 1024K regular, 21504K humongous, Frag: 94% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.392+0000] Metaspace: 274176K(288352K)->274332K(288556K) NonClass: 243049K(252444K)->243168K(252648K) Class: 31126K(35908K)->31164K(35908K)
[2020-04-10T21:31:36.392+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:36.393+0000] Trigger: Average GC time (393.91 ms) is above the time for allocation rate (593 MB/s) to deplete free headroom (0B)
[2020-04-10T21:31:36.393+0000] Free headroom: 317M (free) - 117M (spike) - 235M (penalties) = 0B
[2020-04-10T21:31:36.393+0000] Free: 316M, Max: 1024K regular, 21504K humongous, Frag: 94% external, 12% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.393+0000] GC(194) Concurrent reset
[2020-04-10T21:31:36.393+0000] GC(194) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:36.393+0000] GC(194) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:36.394+0000] GC(194) Concurrent reset 0.952ms
[2020-04-10T21:31:36.395+0000] GC(194) Pause Init Mark
[2020-04-10T21:31:36.395+0000] GC(194) Using 16 of 16 workers for init marking
[2020-04-10T21:31:36.400+0000] GC(194) Pacer for Mark. Expected Live: 1505M, Free: 315M, Non-Taxable: 32303K, Alloc Tax Rate: 17.5x
[2020-04-10T21:31:36.400+0000] GC(194) Pause Init Mark 5.830ms
[2020-04-10T21:31:36.401+0000] GC(194) Concurrent marking
[2020-04-10T21:31:36.401+0000] GC(194) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:36.635+0000] GC(194) Concurrent marking 234.090ms
[2020-04-10T21:31:36.635+0000] GC(194) Pause Final Mark
[2020-04-10T21:31:36.635+0000] GC(194) Using 16 of 16 workers for final marking
[2020-04-10T21:31:36.636+0000] GC(194) Adaptive CSet Selection. Target Free: 332M, Actual Free: 384M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:36.636+0000] GC(194) Collectable Garbage: 230M (58%), Immediate: 7578K (1%), CSet: 223M (56%)
[2020-04-10T21:31:36.650+0000] GC(194) Pacer for Evacuation. Used CSet: 272M, Free: 268M, Non-Taxable: 27517K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:36.650+0000] GC(194) Pause Final Mark 14.121ms
[2020-04-10T21:31:36.650+0000] GC(194) Concurrent roots processing
[2020-04-10T21:31:36.650+0000] GC(194) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:36.654+0000] GC(194) Concurrent roots processing 4.014ms
[2020-04-10T21:31:36.654+0000] GC(194) Concurrent cleanup
[2020-04-10T21:31:36.654+0000] GC(194) Concurrent cleanup 1965M->1959M(2350M) 0.158ms
[2020-04-10T21:31:36.654+0000] GC(194) Free: 259M, Max: 1024K regular, 21504K humongous, Frag: 92% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:31:36.654+0000] GC(194) Concurrent evacuation
[2020-04-10T21:31:36.654+0000] GC(194) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:36.663+0000] GC(194) Concurrent evacuation 8.855ms
[2020-04-10T21:31:36.664+0000] GC(194) Pause Init Update Refs
[2020-04-10T21:31:36.664+0000] GC(194) Pacer for Update Refs. Used: 2027M, Free: 244M, Non-Taxable: 25064K, Alloc Tax Rate: 10.1x
[2020-04-10T21:31:36.664+0000] GC(194) Pause Init Update Refs 0.077ms
[2020-04-10T21:31:36.664+0000] GC(194) Concurrent update references
[2020-04-10T21:31:36.664+0000] GC(194) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:36.779+0000] GC(194) Concurrent update references 115.421ms
[2020-04-10T21:31:36.780+0000] GC(194) Pause Final Update Refs
[2020-04-10T21:31:36.780+0000] GC(194) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:36.781+0000] GC(194) Pause Final Update Refs 0.445ms
[2020-04-10T21:31:36.781+0000] GC(194) Concurrent cleanup
[2020-04-10T21:31:36.781+0000] GC(194) Concurrent cleanup 2157M->1884M(2350M) 0.163ms
[2020-04-10T21:31:36.781+0000] Free: 332M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 9% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.781+0000] Metaspace: 274332K(288556K)->274364K(288556K) NonClass: 243168K(252648K)->243193K(252648K) Class: 31164K(35908K)->31170K(35908K)
[2020-04-10T21:31:36.781+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:36.782+0000] Trigger: Average GC time (391.82 ms) is above the time for allocation rate (547 MB/s) to deplete free headroom (2140K)
[2020-04-10T21:31:36.782+0000] Free headroom: 331M (free) - 117M (spike) - 211M (penalties) = 2140K
[2020-04-10T21:31:36.782+0000] Free: 331M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:36.782+0000] GC(195) Concurrent reset
[2020-04-10T21:31:36.782+0000] GC(195) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:36.782+0000] GC(195) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:36.783+0000] GC(195) Concurrent reset 1.007ms
[2020-04-10T21:31:36.784+0000] GC(195) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:36.784+0000] GC(195) Using 16 of 16 workers for init marking
[2020-04-10T21:31:36.790+0000] GC(195) Pacer for Mark. Expected Live: 1504M, Free: 330M, Non-Taxable: 33846K, Alloc Tax Rate: 16.7x
[2020-04-10T21:31:36.790+0000] GC(195) Pause Init Mark (process weakrefs) 6.169ms
[2020-04-10T21:31:36.790+0000] GC(195) Concurrent marking (process weakrefs)
[2020-04-10T21:31:36.790+0000] GC(195) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:37.014+0000] GC(195) Concurrent marking (process weakrefs) 224.584ms
[2020-04-10T21:31:37.015+0000] GC(195) Concurrent precleaning
[2020-04-10T21:31:37.015+0000] GC(195) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:37.015+0000] GC(195) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:37.047+0000] GC(195) Concurrent precleaning 32.442ms
[2020-04-10T21:31:37.048+0000] GC(195) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:37.048+0000] GC(195) Using 16 of 16 workers for final marking
[2020-04-10T21:31:37.050+0000] GC(195) Adaptive CSet Selection. Target Free: 332M, Actual Free: 307M, Max CSet: 100266K, Min Garbage: 26538K
[2020-04-10T21:31:37.050+0000] GC(195) Collectable Garbage: 255M (61%), Immediate: 0B (0%), CSet: 255M (61%)
[2020-04-10T21:31:37.062+0000] GC(195) Pacer for Evacuation. Used CSet: 293M, Free: 189M, Non-Taxable: 19383K, Alloc Tax Rate: 3.8x
[2020-04-10T21:31:37.062+0000] GC(195) Pause Final Mark (process weakrefs) 14.462ms
[2020-04-10T21:31:37.062+0000] GC(195) Concurrent roots processing
[2020-04-10T21:31:37.062+0000] GC(195) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:37.066+0000] GC(195) Concurrent roots processing 3.996ms
[2020-04-10T21:31:37.066+0000] GC(195) Concurrent cleanup
[2020-04-10T21:31:37.067+0000] GC(195) Concurrent cleanup 2036M->2036M(2350M) 0.144ms
[2020-04-10T21:31:37.067+0000] GC(195) Free: 180M, Max: 1024K regular, 39936K humongous, Frag: 79% external, 1% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:37.067+0000] GC(195) Concurrent evacuation
[2020-04-10T21:31:37.067+0000] GC(195) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:37.073+0000] GC(195) Concurrent evacuation 6.063ms
[2020-04-10T21:31:37.074+0000] GC(195) Pause Init Update Refs
[2020-04-10T21:31:37.074+0000] GC(195) Pacer for Update Refs. Used: 2086M, Free: 170M, Non-Taxable: 17509K, Alloc Tax Rate: 14.9x
[2020-04-10T21:31:37.074+0000] GC(195) Pause Init Update Refs 0.080ms
[2020-04-10T21:31:37.074+0000] GC(195) Concurrent update references
[2020-04-10T21:31:37.074+0000] GC(195) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:37.189+0000] GC(195) Concurrent update references 115.510ms
[2020-04-10T21:31:37.190+0000] GC(195) Pause Final Update Refs
[2020-04-10T21:31:37.190+0000] GC(195) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:37.190+0000] GC(195) Pause Final Update Refs 0.408ms
[2020-04-10T21:31:37.191+0000] GC(195) Concurrent cleanup
[2020-04-10T21:31:37.191+0000] GC(195) Concurrent cleanup 2176M->1883M(2350M) 0.166ms
[2020-04-10T21:31:37.191+0000] Free: 333M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:37.191+0000] Metaspace: 274364K(288556K)->274424K(288812K) NonClass: 243193K(252648K)->243248K(252904K) Class: 31170K(35908K)->31175K(35908K)
[2020-04-10T21:31:37.191+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:37.192+0000] Trigger: Average GC time (398.09 ms) is above the time for allocation rate (612 MB/s) to deplete free headroom (27163K)
[2020-04-10T21:31:37.192+0000] Free headroom: 332M (free) - 117M (spike) - 188M (penalties) = 27163K
[2020-04-10T21:31:37.192+0000] Free: 332M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:37.192+0000] GC(196) Concurrent reset
[2020-04-10T21:31:37.192+0000] GC(196) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:37.192+0000] GC(196) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:37.193+0000] GC(196) Concurrent reset 0.839ms
[2020-04-10T21:31:37.193+0000] GC(196) Pause Init Mark
[2020-04-10T21:31:37.193+0000] GC(196) Using 16 of 16 workers for init marking
[2020-04-10T21:31:37.199+0000] GC(196) Pacer for Mark. Expected Live: 1495M, Free: 331M, Non-Taxable: 33980K, Alloc Tax Rate: 16.5x
[2020-04-10T21:31:37.199+0000] GC(196) Pause Init Mark 5.791ms
[2020-04-10T21:31:37.199+0000] GC(196) Concurrent marking
[2020-04-10T21:31:37.199+0000] GC(196) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:37.420+0000] GC(196) Concurrent marking 220.988ms
[2020-04-10T21:31:37.421+0000] GC(196) Pause Final Mark
[2020-04-10T21:31:37.421+0000] GC(196) Using 16 of 16 workers for final marking
[2020-04-10T21:31:37.422+0000] GC(196) Adaptive CSet Selection. Target Free: 332M, Actual Free: 400M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:37.422+0000] GC(196) Collectable Garbage: 250M (60%), Immediate: 7166K (1%), CSet: 243M (58%)
[2020-04-10T21:31:37.434+0000] GC(196) Pacer for Evacuation. Used CSet: 270M, Free: 283M, Non-Taxable: 28989K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:37.434+0000] GC(196) Pause Final Mark 13.207ms
[2020-04-10T21:31:37.434+0000] GC(196) Concurrent roots processing
[2020-04-10T21:31:37.434+0000] GC(196) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:37.438+0000] GC(196) Concurrent roots processing 3.495ms
[2020-04-10T21:31:37.438+0000] GC(196) Concurrent cleanup
[2020-04-10T21:31:37.438+0000] GC(196) Concurrent cleanup 1945M->1939M(2350M) 0.140ms
[2020-04-10T21:31:37.438+0000] GC(196) Free: 278M, Max: 1024K regular, 39936K humongous, Frag: 86% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:31:37.438+0000] GC(196) Concurrent evacuation
[2020-04-10T21:31:37.438+0000] GC(196) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:37.442+0000] GC(196) Concurrent evacuation 3.979ms
[2020-04-10T21:31:37.443+0000] GC(196) Pause Init Update Refs
[2020-04-10T21:31:37.443+0000] GC(196) Pacer for Update Refs. Used: 1974M, Free: 275M, Non-Taxable: 28229K, Alloc Tax Rate: 8.8x
[2020-04-10T21:31:37.443+0000] GC(196) Pause Init Update Refs 0.074ms
[2020-04-10T21:31:37.443+0000] GC(196) Concurrent update references
[2020-04-10T21:31:37.443+0000] GC(196) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:37.547+0000] GC(196) Concurrent update references 104.371ms
[2020-04-10T21:31:37.548+0000] GC(196) Pause Final Update Refs
[2020-04-10T21:31:37.548+0000] GC(196) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:37.548+0000] GC(196) Pause Final Update Refs 0.393ms
[2020-04-10T21:31:37.548+0000] GC(196) Concurrent cleanup
[2020-04-10T21:31:37.548+0000] GC(196) Concurrent cleanup 2027M->1757M(2350M) 0.160ms
[2020-04-10T21:31:37.548+0000] Free: 459M, Max: 1024K regular, 86016K humongous, Frag: 82% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:37.549+0000] Metaspace: 274424K(288812K)->274432K(288812K) NonClass: 243248K(252904K)->243255K(252904K) Class: 31175K(35908K)->31176K(35908K)
[2020-04-10T21:31:37.549+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:37.636+0000] Trigger: Average GC time (388.87 ms) is above the time for allocation rate (357 MB/s) to deplete free headroom (136M)
[2020-04-10T21:31:37.636+0000] Free headroom: 418M (free) - 117M (spike) - 164M (penalties) = 136M
[2020-04-10T21:31:37.636+0000] Free: 418M, Max: 1024K regular, 86016K humongous, Frag: 80% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:37.636+0000] GC(197) Concurrent reset
[2020-04-10T21:31:37.636+0000] GC(197) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:37.636+0000] GC(197) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:37.637+0000] GC(197) Concurrent reset 0.844ms
[2020-04-10T21:31:37.637+0000] GC(197) Pause Init Mark
[2020-04-10T21:31:37.637+0000] GC(197) Using 16 of 16 workers for init marking
[2020-04-10T21:31:37.644+0000] GC(197) Pacer for Mark. Expected Live: 1489M, Free: 417M, Non-Taxable: 42741K, Alloc Tax Rate: 13.1x
[2020-04-10T21:31:37.644+0000] GC(197) Pause Init Mark 6.814ms
[2020-04-10T21:31:37.644+0000] GC(197) Concurrent marking
[2020-04-10T21:31:37.644+0000] GC(197) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:37.858+0000] GC(197) Concurrent marking 213.401ms
[2020-04-10T21:31:37.858+0000] GC(197) Pause Final Mark
[2020-04-10T21:31:37.858+0000] GC(197) Using 16 of 16 workers for final marking
[2020-04-10T21:31:37.859+0000] GC(197) Adaptive CSet Selection. Target Free: 332M, Actual Free: 493M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:37.859+0000] GC(197) Collectable Garbage: 162M (49%), Immediate: 14404K (4%), CSet: 148M (45%)
[2020-04-10T21:31:37.872+0000] GC(197) Pacer for Evacuation. Used CSet: 167M, Free: 376M, Non-Taxable: 38513K, Alloc Tax Rate: 1.1x
[2020-04-10T21:31:37.872+0000] GC(197) Pause Final Mark 13.540ms
[2020-04-10T21:31:37.872+0000] GC(197) Concurrent roots processing
[2020-04-10T21:31:37.872+0000] GC(197) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:37.875+0000] GC(197) Concurrent roots processing 3.242ms
[2020-04-10T21:31:37.875+0000] GC(197) Concurrent cleanup
[2020-04-10T21:31:37.875+0000] GC(197) Concurrent cleanup 1855M->1842M(2350M) 0.141ms
[2020-04-10T21:31:37.875+0000] GC(197) Free: 374M, Max: 1024K regular, 86016K humongous, Frag: 78% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:37.875+0000] GC(197) Concurrent evacuation
[2020-04-10T21:31:37.875+0000] GC(197) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:37.878+0000] GC(197) Concurrent evacuation 2.914ms
[2020-04-10T21:31:37.879+0000] GC(197) Pause Init Update Refs
[2020-04-10T21:31:37.879+0000] GC(197) Pacer for Update Refs. Used: 1866M, Free: 372M, Non-Taxable: 38170K, Alloc Tax Rate: 6.1x
[2020-04-10T21:31:37.879+0000] GC(197) Pause Init Update Refs 0.068ms
[2020-04-10T21:31:37.879+0000] GC(197) Concurrent update references
[2020-04-10T21:31:37.879+0000] GC(197) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:37.977+0000] GC(197) Concurrent update references 98.067ms
[2020-04-10T21:31:37.978+0000] GC(197) Pause Final Update Refs
[2020-04-10T21:31:37.978+0000] GC(197) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:37.978+0000] GC(197) Pause Final Update Refs 0.364ms
[2020-04-10T21:31:37.978+0000] GC(197) Concurrent cleanup
[2020-04-10T21:31:37.978+0000] GC(197) Concurrent cleanup 1913M->1745M(2350M) 0.145ms
[2020-04-10T21:31:37.978+0000] Free: 469M, Max: 1024K regular, 86016K humongous, Frag: 83% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:37.978+0000] Metaspace: 274434K(288812K)->274497K(288812K) NonClass: 243257K(252904K)->243307K(252904K) Class: 31177K(35908K)->31189K(35908K)
[2020-04-10T21:31:37.978+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:38.099+0000] Trigger: Average GC time (376.17 ms) is above the time for allocation rate (381 MB/s) to deplete free headroom (143M)
[2020-04-10T21:31:38.099+0000] Free headroom: 401M (free) - 117M (spike) - 141M (penalties) = 143M
[2020-04-10T21:31:38.099+0000] Free: 401M, Max: 1024K regular, 86016K humongous, Frag: 80% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:38.099+0000] GC(198) Concurrent reset
[2020-04-10T21:31:38.099+0000] GC(198) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:38.099+0000] GC(198) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:38.100+0000] GC(198) Concurrent reset 0.793ms
[2020-04-10T21:31:38.101+0000] GC(198) Pause Init Mark
[2020-04-10T21:31:38.101+0000] GC(198) Using 16 of 16 workers for init marking
[2020-04-10T21:31:38.107+0000] GC(198) Pacer for Mark. Expected Live: 1483M, Free: 399M, Non-Taxable: 40955K, Alloc Tax Rate: 13.6x
[2020-04-10T21:31:38.107+0000] GC(198) Pause Init Mark 6.441ms
[2020-04-10T21:31:38.107+0000] GC(198) Concurrent marking
[2020-04-10T21:31:38.107+0000] GC(198) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:38.333+0000] GC(198) Concurrent marking 225.392ms
[2020-04-10T21:31:38.333+0000] GC(198) Pause Final Mark
[2020-04-10T21:31:38.333+0000] GC(198) Using 16 of 16 workers for final marking
[2020-04-10T21:31:38.334+0000] GC(198) Adaptive CSet Selection. Target Free: 332M, Actual Free: 471M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:38.335+0000] GC(198) Collectable Garbage: 171M (50%), Immediate: 22938K (6%), CSet: 149M (44%)
[2020-04-10T21:31:38.347+0000] GC(198) Pacer for Evacuation. Used CSet: 166M, Free: 355M, Non-Taxable: 36375K, Alloc Tax Rate: 1.1x
[2020-04-10T21:31:38.347+0000] GC(198) Pause Final Mark 13.881ms
[2020-04-10T21:31:38.347+0000] GC(198) Concurrent roots processing
[2020-04-10T21:31:38.348+0000] GC(198) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:38.351+0000] GC(198) Concurrent roots processing 3.480ms
[2020-04-10T21:31:38.351+0000] GC(198) Concurrent cleanup
[2020-04-10T21:31:38.351+0000] GC(198) Concurrent cleanup 1886M->1865M(2350M) 0.148ms
[2020-04-10T21:31:38.351+0000] GC(198) Free: 350M, Max: 1024K regular, 86016K humongous, Frag: 76% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:38.351+0000] GC(198) Concurrent evacuation
[2020-04-10T21:31:38.351+0000] GC(198) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:38.354+0000] GC(198) Concurrent evacuation 3.173ms
[2020-04-10T21:31:38.355+0000] GC(198) Pause Init Update Refs
[2020-04-10T21:31:38.355+0000] GC(198) Pacer for Update Refs. Used: 1888M, Free: 348M, Non-Taxable: 35662K, Alloc Tax Rate: 6.6x
[2020-04-10T21:31:38.355+0000] GC(198) Pause Init Update Refs 0.073ms
[2020-04-10T21:31:38.355+0000] GC(198) Concurrent update references
[2020-04-10T21:31:38.355+0000] GC(198) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:38.464+0000] GC(198) Concurrent update references 108.409ms
[2020-04-10T21:31:38.464+0000] GC(198) Pause Final Update Refs
[2020-04-10T21:31:38.464+0000] GC(198) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:38.465+0000] GC(198) Pause Final Update Refs 0.369ms
[2020-04-10T21:31:38.465+0000] GC(198) Concurrent cleanup
[2020-04-10T21:31:38.465+0000] GC(198) Concurrent cleanup 1952M->1786M(2350M) 0.164ms
[2020-04-10T21:31:38.465+0000] Free: 430M, Max: 1024K regular, 54272K humongous, Frag: 88% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:38.465+0000] Metaspace: 274504K(288812K)->274534K(288812K) NonClass: 243314K(252904K)->243340K(252904K) Class: 31190K(35908K)->31193K(35908K)
[2020-04-10T21:31:38.465+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:38.501+0000] Trigger: Average GC time (372.36 ms) is above the time for allocation rate (436 MB/s) to deplete free headroom (162M)
[2020-04-10T21:31:38.501+0000] Free headroom: 397M (free) - 117M (spike) - 117M (penalties) = 162M
[2020-04-10T21:31:38.501+0000] Free: 396M, Max: 1024K regular, 54272K humongous, Frag: 87% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:38.501+0000] GC(199) Concurrent reset
[2020-04-10T21:31:38.501+0000] GC(199) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:38.501+0000] GC(199) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:38.502+0000] GC(199) Concurrent reset 0.870ms
[2020-04-10T21:31:38.503+0000] GC(199) Pause Init Mark
[2020-04-10T21:31:38.503+0000] GC(199) Using 16 of 16 workers for init marking
[2020-04-10T21:31:38.509+0000] GC(199) Pacer for Mark. Expected Live: 1477M, Free: 396M, Non-Taxable: 40642K, Alloc Tax Rate: 13.6x
[2020-04-10T21:31:38.509+0000] GC(199) Pause Init Mark 5.974ms
[2020-04-10T21:31:38.509+0000] GC(199) Concurrent marking
[2020-04-10T21:31:38.509+0000] GC(199) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:38.732+0000] GC(199) Concurrent marking 223.060ms
[2020-04-10T21:31:38.733+0000] GC(199) Pause Final Mark
[2020-04-10T21:31:38.733+0000] GC(199) Using 16 of 16 workers for final marking
[2020-04-10T21:31:38.734+0000] GC(199) Adaptive CSet Selection. Target Free: 332M, Actual Free: 455M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:38.734+0000] GC(199) Collectable Garbage: 160M (48%), Immediate: 15360K (4%), CSet: 145M (44%)
[2020-04-10T21:31:38.747+0000] GC(199) Pacer for Evacuation. Used CSet: 177M, Free: 337M, Non-Taxable: 34583K, Alloc Tax Rate: 1.3x
[2020-04-10T21:31:38.747+0000] GC(199) Pause Final Mark 13.390ms
[2020-04-10T21:31:38.747+0000] GC(199) Concurrent roots processing
[2020-04-10T21:31:38.747+0000] GC(199) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:38.750+0000] GC(199) Concurrent roots processing 3.371ms
[2020-04-10T21:31:38.750+0000] GC(199) Concurrent cleanup
[2020-04-10T21:31:38.750+0000] GC(199) Concurrent cleanup 1899M->1885M(2350M) 0.145ms
[2020-04-10T21:31:38.750+0000] GC(199) Free: 331M, Max: 1024K regular, 54272K humongous, Frag: 84% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:38.750+0000] GC(199) Concurrent evacuation
[2020-04-10T21:31:38.750+0000] GC(199) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:38.755+0000] GC(199) Concurrent evacuation 4.702ms
[2020-04-10T21:31:38.756+0000] GC(199) Pause Init Update Refs
[2020-04-10T21:31:38.756+0000] GC(199) Pacer for Update Refs. Used: 1931M, Free: 323M, Non-Taxable: 33100K, Alloc Tax Rate: 7.3x
[2020-04-10T21:31:38.756+0000] GC(199) Pause Init Update Refs 0.069ms
[2020-04-10T21:31:38.756+0000] GC(199) Concurrent update references
[2020-04-10T21:31:38.756+0000] GC(199) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:38.862+0000] GC(199) Concurrent update references 106.003ms
[2020-04-10T21:31:38.863+0000] GC(199) Pause Final Update Refs
[2020-04-10T21:31:38.863+0000] GC(199) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:38.863+0000] GC(199) Pause Final Update Refs 0.383ms
[2020-04-10T21:31:38.863+0000] GC(199) Concurrent cleanup
[2020-04-10T21:31:38.864+0000] GC(199) Concurrent cleanup 2025M->1848M(2350M) 0.161ms
[2020-04-10T21:31:38.864+0000] Free: 368M, Max: 1024K regular, 39936K humongous, Frag: 90% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:38.864+0000] Metaspace: 274538K(288812K)->274563K(288888K) NonClass: 243343K(252904K)->243364K(252904K) Class: 31195K(35908K)->31199K(35984K)
[2020-04-10T21:31:38.864+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:38.865+0000] Trigger: Average GC time (367.18 ms) is above the time for allocation rate (511 MB/s) to deplete free headroom (155M)
[2020-04-10T21:31:38.865+0000] Free headroom: 366M (free) - 117M (spike) - 96256K (penalties) = 155M
[2020-04-10T21:31:38.865+0000] Free: 366M, Max: 1024K regular, 39936K humongous, Frag: 90% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:38.865+0000] GC(200) Concurrent reset
[2020-04-10T21:31:38.865+0000] GC(200) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:38.865+0000] GC(200) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:38.866+0000] GC(200) Concurrent reset 0.784ms
[2020-04-10T21:31:38.866+0000] GC(200) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:38.866+0000] GC(200) Using 16 of 16 workers for init marking
[2020-04-10T21:31:38.872+0000] GC(200) Pacer for Mark. Expected Live: 1475M, Free: 366M, Non-Taxable: 37515K, Alloc Tax Rate: 14.8x
[2020-04-10T21:31:38.872+0000] GC(200) Pause Init Mark (process weakrefs) 5.785ms
[2020-04-10T21:31:38.872+0000] GC(200) Concurrent marking (process weakrefs)
[2020-04-10T21:31:38.872+0000] GC(200) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:39.102+0000] GC(200) Concurrent marking (process weakrefs) 230.268ms
[2020-04-10T21:31:39.102+0000] GC(200) Concurrent precleaning
[2020-04-10T21:31:39.102+0000] GC(200) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:39.102+0000] GC(200) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:39.139+0000] GC(200) Concurrent precleaning 37.013ms
[2020-04-10T21:31:39.141+0000] GC(200) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:39.141+0000] GC(200) Using 16 of 16 workers for final marking
[2020-04-10T21:31:39.144+0000] GC(200) Adaptive CSet Selection. Target Free: 332M, Actual Free: 410M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:39.145+0000] GC(200) Collectable Garbage: 198M (54%), Immediate: 17408K (4%), CSet: 181M (49%)
[2020-04-10T21:31:39.157+0000] GC(200) Pacer for Evacuation. Used CSet: 211M, Free: 292M, Non-Taxable: 29975K, Alloc Tax Rate: 1.8x
[2020-04-10T21:31:39.157+0000] GC(200) Pause Final Mark (process weakrefs) 16.538ms
[2020-04-10T21:31:39.157+0000] GC(200) Concurrent roots processing
[2020-04-10T21:31:39.157+0000] GC(200) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:39.161+0000] GC(200) Concurrent roots processing 3.295ms
[2020-04-10T21:31:39.161+0000] GC(200) Concurrent cleanup
[2020-04-10T21:31:39.161+0000] GC(200) Concurrent cleanup 1940M->1924M(2350M) 0.175ms
[2020-04-10T21:31:39.161+0000] GC(200) Free: 291M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:39.161+0000] GC(200) Concurrent evacuation
[2020-04-10T21:31:39.161+0000] GC(200) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:39.166+0000] GC(200) Concurrent evacuation 4.840ms
[2020-04-10T21:31:39.167+0000] GC(200) Pause Init Update Refs
[2020-04-10T21:31:39.167+0000] GC(200) Pacer for Update Refs. Used: 1962M, Free: 287M, Non-Taxable: 29446K, Alloc Tax Rate: 8.3x
[2020-04-10T21:31:39.167+0000] GC(200) Pause Init Update Refs 0.069ms
[2020-04-10T21:31:39.167+0000] GC(200) Concurrent update references
[2020-04-10T21:31:39.167+0000] GC(200) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:39.288+0000] GC(200) Concurrent update references 121.679ms
[2020-04-10T21:31:39.289+0000] GC(200) Pause Final Update Refs
[2020-04-10T21:31:39.289+0000] GC(200) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:39.290+0000] GC(200) Pause Final Update Refs 0.373ms
[2020-04-10T21:31:39.290+0000] GC(200) Concurrent cleanup
[2020-04-10T21:31:39.290+0000] GC(200) Concurrent cleanup 2066M->1856M(2350M) 0.190ms
[2020-04-10T21:31:39.290+0000] Free: 356M, Max: 1024K regular, 46080K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:39.290+0000] Metaspace: 274563K(288888K)->274592K(288888K) NonClass: 243364K(252904K)->243390K(252904K) Class: 31199K(35984K)->31201K(35984K)
[2020-04-10T21:31:39.290+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:39.291+0000] Trigger: Average GC time (370.47 ms) is above the time for allocation rate (484 MB/s) to deplete free headroom (168M)
[2020-04-10T21:31:39.291+0000] Free headroom: 356M (free) - 117M (spike) - 72192K (penalties) = 168M
[2020-04-10T21:31:39.291+0000] Free: 356M, Max: 1024K regular, 46080K humongous, Frag: 88% external, 11% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:39.291+0000] GC(201) Concurrent reset
[2020-04-10T21:31:39.291+0000] GC(201) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:39.291+0000] GC(201) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:39.292+0000] GC(201) Concurrent reset 1.256ms
[2020-04-10T21:31:39.293+0000] GC(201) Pause Init Mark
[2020-04-10T21:31:39.293+0000] GC(201) Using 16 of 16 workers for init marking
[2020-04-10T21:31:39.299+0000] GC(201) Pacer for Mark. Expected Live: 1478M, Free: 355M, Non-Taxable: 36415K, Alloc Tax Rate: 15.2x
[2020-04-10T21:31:39.299+0000] GC(201) Pause Init Mark 6.251ms
[2020-04-10T21:31:39.299+0000] GC(201) Concurrent marking
[2020-04-10T21:31:39.299+0000] GC(201) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:39.516+0000] GC(201) Concurrent marking 216.319ms
[2020-04-10T21:31:39.517+0000] GC(201) Pause Final Mark
[2020-04-10T21:31:39.517+0000] GC(201) Using 16 of 16 workers for final marking
[2020-04-10T21:31:39.518+0000] GC(201) Adaptive CSet Selection. Target Free: 332M, Actual Free: 423M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:39.518+0000] GC(201) Collectable Garbage: 195M (53%), Immediate: 10663K (2%), CSet: 185M (50%)
[2020-04-10T21:31:39.530+0000] GC(201) Pacer for Evacuation. Used CSet: 217M, Free: 308M, Non-Taxable: 31568K, Alloc Tax Rate: 1.7x
[2020-04-10T21:31:39.530+0000] GC(201) Pause Final Mark 13.382ms
[2020-04-10T21:31:39.530+0000] GC(201) Concurrent roots processing
[2020-04-10T21:31:39.530+0000] GC(201) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:39.534+0000] GC(201) Concurrent roots processing 3.575ms
[2020-04-10T21:31:39.534+0000] GC(201) Concurrent cleanup
[2020-04-10T21:31:39.534+0000] GC(201) Concurrent cleanup 1927M->1918M(2350M) 0.145ms
[2020-04-10T21:31:39.534+0000] GC(201) Free: 296M, Max: 1024K regular, 46080K humongous, Frag: 85% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:39.534+0000] GC(201) Concurrent evacuation
[2020-04-10T21:31:39.534+0000] GC(201) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:39.539+0000] GC(201) Concurrent evacuation 4.847ms
[2020-04-10T21:31:39.540+0000] GC(201) Pause Init Update Refs
[2020-04-10T21:31:39.540+0000] GC(201) Pacer for Update Refs. Used: 1966M, Free: 285M, Non-Taxable: 29197K, Alloc Tax Rate: 8.4x
[2020-04-10T21:31:39.540+0000] GC(201) Pause Init Update Refs 0.078ms
[2020-04-10T21:31:39.540+0000] GC(201) Concurrent update references
[2020-04-10T21:31:39.540+0000] GC(201) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:39.658+0000] GC(201) Concurrent update references 117.474ms
[2020-04-10T21:31:39.658+0000] GC(201) Pause Final Update Refs
[2020-04-10T21:31:39.658+0000] GC(201) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:39.659+0000] GC(201) Pause Final Update Refs 0.374ms
[2020-04-10T21:31:39.659+0000] GC(201) Concurrent cleanup
[2020-04-10T21:31:39.659+0000] GC(201) Concurrent cleanup 2138M->1921M(2350M) 0.168ms
[2020-04-10T21:31:39.659+0000] Free: 292M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:39.659+0000] Metaspace: 274592K(288888K)->274617K(288888K) NonClass: 243391K(252904K)->243413K(252904K) Class: 31201K(35984K)->31204K(35984K)
[2020-04-10T21:31:39.659+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:39.660+0000] Trigger: Average GC time (372.73 ms) is above the time for allocation rate (701 MB/s) to deplete free headroom (127M)
[2020-04-10T21:31:39.660+0000] Free headroom: 291M (free) - 117M (spike) - 48128K (penalties) = 127M
[2020-04-10T21:31:39.660+0000] Free: 291M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:39.660+0000] GC(202) Concurrent reset
[2020-04-10T21:31:39.660+0000] GC(202) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:39.660+0000] GC(202) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:39.661+0000] GC(202) Concurrent reset 0.818ms
[2020-04-10T21:31:39.662+0000] GC(202) Pause Init Mark
[2020-04-10T21:31:39.662+0000] GC(202) Using 16 of 16 workers for init marking
[2020-04-10T21:31:39.668+0000] GC(202) Pacer for Mark. Expected Live: 1483M, Free: 290M, Non-Taxable: 29722K, Alloc Tax Rate: 18.7x
[2020-04-10T21:31:39.668+0000] GC(202) Pause Init Mark 6.510ms
[2020-04-10T21:31:39.668+0000] GC(202) Concurrent marking
[2020-04-10T21:31:39.668+0000] GC(202) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:39.888+0000] GC(202) Concurrent marking 220.013ms
[2020-04-10T21:31:39.889+0000] GC(202) Pause Final Mark
[2020-04-10T21:31:39.889+0000] GC(202) Using 16 of 16 workers for final marking
[2020-04-10T21:31:39.891+0000] GC(202) Adaptive CSet Selection. Target Free: 332M, Actual Free: 367M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:39.892+0000] GC(202) Collectable Garbage: 270M (61%), Immediate: 16054K (3%), CSet: 254M (58%)
[2020-04-10T21:31:39.904+0000] GC(202) Pacer for Evacuation. Used CSet: 282M, Free: 252M, Non-Taxable: 25833K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:39.904+0000] GC(202) Pause Final Mark 14.996ms
[2020-04-10T21:31:39.905+0000] GC(202) Concurrent roots processing
[2020-04-10T21:31:39.905+0000] GC(202) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:39.908+0000] GC(202) Concurrent roots processing 3.668ms
[2020-04-10T21:31:39.908+0000] GC(202) Concurrent cleanup
[2020-04-10T21:31:39.908+0000] GC(202) Concurrent cleanup 1991M->1977M(2350M) 0.152ms
[2020-04-10T21:31:39.908+0000] GC(202) Free: 238M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:39.908+0000] GC(202) Concurrent evacuation
[2020-04-10T21:31:39.908+0000] GC(202) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:39.914+0000] GC(202) Concurrent evacuation 5.136ms
[2020-04-10T21:31:39.915+0000] GC(202) Pause Init Update Refs
[2020-04-10T21:31:39.915+0000] GC(202) Pacer for Update Refs. Used: 2024M, Free: 225M, Non-Taxable: 23114K, Alloc Tax Rate: 11.0x
[2020-04-10T21:31:39.915+0000] GC(202) Pause Init Update Refs 0.086ms
[2020-04-10T21:31:39.915+0000] GC(202) Concurrent update references
[2020-04-10T21:31:39.915+0000] GC(202) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:40.037+0000] GC(202) Concurrent update references 122.176ms
[2020-04-10T21:31:40.038+0000] GC(202) Pause Final Update Refs
[2020-04-10T21:31:40.038+0000] GC(202) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:40.038+0000] GC(202) Pause Final Update Refs 0.395ms
[2020-04-10T21:31:40.038+0000] GC(202) Concurrent cleanup
[2020-04-10T21:31:40.038+0000] GC(202) Concurrent cleanup 2214M->1933M(2350M) 0.170ms
[2020-04-10T21:31:40.038+0000] Free: 282M, Max: 1024K regular, 46080K humongous, Frag: 84% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.038+0000] Metaspace: 274617K(288888K)->274667K(288888K) NonClass: 243413K(252904K)->243456K(252904K) Class: 31204K(35984K)->31211K(35984K)
[2020-04-10T21:31:40.038+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:40.039+0000] Trigger: Average GC time (379.86 ms) is above the time for allocation rate (737 MB/s) to deplete free headroom (138M)
[2020-04-10T21:31:40.039+0000] Free headroom: 279M (free) - 117M (spike) - 24064K (penalties) = 138M
[2020-04-10T21:31:40.039+0000] Free: 279M, Max: 1024K regular, 46080K humongous, Frag: 84% external, 10% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.039+0000] GC(203) Concurrent reset
[2020-04-10T21:31:40.039+0000] GC(203) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:40.039+0000] GC(203) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:40.040+0000] GC(203) Concurrent reset 0.873ms
[2020-04-10T21:31:40.041+0000] GC(203) Pause Init Mark
[2020-04-10T21:31:40.041+0000] GC(203) Using 16 of 16 workers for init marking
[2020-04-10T21:31:40.047+0000] GC(203) Pacer for Mark. Expected Live: 1486M, Free: 277M, Non-Taxable: 28460K, Alloc Tax Rate: 19.6x
[2020-04-10T21:31:40.047+0000] GC(203) Pause Init Mark 6.323ms
[2020-04-10T21:31:40.048+0000] GC(203) Concurrent marking
[2020-04-10T21:31:40.048+0000] GC(203) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:40.266+0000] GC(203) Concurrent marking 217.981ms
[2020-04-10T21:31:40.266+0000] GC(203) Pause Final Mark
[2020-04-10T21:31:40.266+0000] GC(203) Using 16 of 16 workers for final marking
[2020-04-10T21:31:40.267+0000] GC(203) Adaptive CSet Selection. Target Free: 332M, Actual Free: 352M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:40.267+0000] GC(203) Collectable Garbage: 279M (62%), Immediate: 4096K (0%), CSet: 275M (61%)
[2020-04-10T21:31:40.280+0000] GC(203) Pacer for Evacuation. Used CSet: 320M, Free: 236M, Non-Taxable: 24213K, Alloc Tax Rate: 3.3x
[2020-04-10T21:31:40.280+0000] GC(203) Pause Final Mark 13.713ms
[2020-04-10T21:31:40.280+0000] GC(203) Concurrent roots processing
[2020-04-10T21:31:40.280+0000] GC(203) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:40.283+0000] GC(203) Concurrent roots processing 3.240ms
[2020-04-10T21:31:40.284+0000] GC(203) Concurrent cleanup
[2020-04-10T21:31:40.284+0000] GC(203) Concurrent cleanup 1990M->1987M(2350M) 0.141ms
[2020-04-10T21:31:40.284+0000] GC(203) Free: 229M, Max: 1024K regular, 46080K humongous, Frag: 81% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:40.284+0000] GC(203) Concurrent evacuation
[2020-04-10T21:31:40.284+0000] GC(203) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:40.290+0000] GC(203) Concurrent evacuation 6.636ms
[2020-04-10T21:31:40.291+0000] GC(203) Pause Init Update Refs
[2020-04-10T21:31:40.291+0000] GC(203) Pacer for Update Refs. Used: 2048M, Free: 217M, Non-Taxable: 22320K, Alloc Tax Rate: 11.5x
[2020-04-10T21:31:40.291+0000] GC(203) Pause Init Update Refs 0.112ms
[2020-04-10T21:31:40.291+0000] GC(203) Concurrent update references
[2020-04-10T21:31:40.291+0000] GC(203) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:40.407+0000] GC(203) Concurrent update references 115.163ms
[2020-04-10T21:31:40.407+0000] GC(203) Pause Final Update Refs
[2020-04-10T21:31:40.407+0000] GC(203) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:40.408+0000] GC(203) Pause Final Update Refs 0.430ms
[2020-04-10T21:31:40.408+0000] GC(203) Concurrent cleanup
[2020-04-10T21:31:40.408+0000] GC(203) Concurrent cleanup 2165M->1846M(2350M) 0.169ms
[2020-04-10T21:31:40.408+0000] Free: 370M, Max: 1024K regular, 39936K humongous, Frag: 90% external, 13% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.408+0000] Metaspace: 274667K(288888K)->274744K(289144K) NonClass: 243456K(252904K)->243517K(253160K) Class: 31211K(35984K)->31226K(35984K)
[2020-04-10T21:31:40.408+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:40.436+0000] Trigger: Average GC time (380.42 ms) is above the time for allocation rate (567 MB/s) to deplete free headroom (213M)
[2020-04-10T21:31:40.436+0000] Free headroom: 330M (free) - 117M (spike) - 0B (penalties) = 213M
[2020-04-10T21:31:40.436+0000] Free: 330M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 14% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.436+0000] GC(204) Concurrent reset
[2020-04-10T21:31:40.436+0000] GC(204) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:40.436+0000] GC(204) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:40.437+0000] GC(204) Concurrent reset 0.861ms
[2020-04-10T21:31:40.438+0000] GC(204) Pause Init Mark
[2020-04-10T21:31:40.438+0000] GC(204) Using 16 of 16 workers for init marking
[2020-04-10T21:31:40.443+0000] GC(204) Pacer for Mark. Expected Live: 1489M, Free: 328M, Non-Taxable: 33651K, Alloc Tax Rate: 16.6x
[2020-04-10T21:31:40.443+0000] GC(204) Pause Init Mark 5.874ms
[2020-04-10T21:31:40.444+0000] GC(204) Concurrent marking
[2020-04-10T21:31:40.444+0000] GC(204) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:40.662+0000] GC(204) Concurrent marking 218.634ms
[2020-04-10T21:31:40.663+0000] GC(204) Pause Final Mark
[2020-04-10T21:31:40.663+0000] GC(204) Using 16 of 16 workers for final marking
[2020-04-10T21:31:40.664+0000] GC(204) Adaptive CSet Selection. Target Free: 332M, Actual Free: 396M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:40.664+0000] GC(204) Collectable Garbage: 243M (59%), Immediate: 5756K (1%), CSet: 238M (57%)
[2020-04-10T21:31:40.676+0000] GC(204) Pacer for Evacuation. Used CSet: 257M, Free: 279M, Non-Taxable: 28600K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:40.676+0000] GC(204) Pause Final Mark 13.460ms
[2020-04-10T21:31:40.677+0000] GC(204) Concurrent roots processing
[2020-04-10T21:31:40.677+0000] GC(204) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:40.680+0000] GC(204) Concurrent roots processing 3.502ms
[2020-04-10T21:31:40.680+0000] GC(204) Concurrent cleanup
[2020-04-10T21:31:40.680+0000] GC(204) Concurrent cleanup 1948M->1944M(2350M) 0.148ms
[2020-04-10T21:31:40.680+0000] GC(204) Free: 272M, Max: 1024K regular, 39936K humongous, Frag: 86% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:40.680+0000] GC(204) Concurrent evacuation
[2020-04-10T21:31:40.680+0000] GC(204) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:40.684+0000] GC(204) Concurrent evacuation 3.786ms
[2020-04-10T21:31:40.685+0000] GC(204) Pause Init Update Refs
[2020-04-10T21:31:40.685+0000] GC(204) Pacer for Update Refs. Used: 1976M, Free: 265M, Non-Taxable: 27152K, Alloc Tax Rate: 9.1x
[2020-04-10T21:31:40.685+0000] GC(204) Pause Init Update Refs 0.075ms
[2020-04-10T21:31:40.685+0000] GC(204) Concurrent update references
[2020-04-10T21:31:40.685+0000] GC(204) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:40.784+0000] GC(204) Concurrent update references 99.311ms
[2020-04-10T21:31:40.785+0000] GC(204) Pause Final Update Refs
[2020-04-10T21:31:40.785+0000] GC(204) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:40.785+0000] GC(204) Pause Final Update Refs 0.362ms
[2020-04-10T21:31:40.785+0000] GC(204) Concurrent cleanup
[2020-04-10T21:31:40.786+0000] GC(204) Concurrent cleanup 2026M->1769M(2350M) 0.151ms
[2020-04-10T21:31:40.786+0000] Free: 446M, Max: 1024K regular, 70656K humongous, Frag: 85% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.786+0000] Metaspace: 274754K(289144K)->274766K(289144K) NonClass: 243527K(253160K)->243537K(253160K) Class: 31226K(35984K)->31228K(35984K)
[2020-04-10T21:31:40.786+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:40.940+0000] Trigger: Average GC time (377.90 ms) is above the time for allocation rate (512 MB/s) to deplete free headroom (193M)
[2020-04-10T21:31:40.940+0000] Free headroom: 310M (free) - 117M (spike) - 0B (penalties) = 193M
[2020-04-10T21:31:40.940+0000] Free: 310M, Max: 1024K regular, 70656K humongous, Frag: 78% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:40.940+0000] GC(205) Concurrent reset
[2020-04-10T21:31:40.940+0000] GC(205) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:40.940+0000] GC(205) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:40.941+0000] GC(205) Concurrent reset 0.813ms
[2020-04-10T21:31:40.942+0000] GC(205) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:40.942+0000] GC(205) Using 16 of 16 workers for init marking
[2020-04-10T21:31:40.948+0000] GC(205) Pacer for Mark. Expected Live: 1486M, Free: 310M, Non-Taxable: 31752K, Alloc Tax Rate: 17.6x
[2020-04-10T21:31:40.948+0000] GC(205) Pause Init Mark (process weakrefs) 5.765ms
[2020-04-10T21:31:40.948+0000] GC(205) Concurrent marking (process weakrefs)
[2020-04-10T21:31:40.948+0000] GC(205) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:41.180+0000] GC(205) Concurrent marking (process weakrefs) 231.788ms
[2020-04-10T21:31:41.180+0000] GC(205) Concurrent precleaning
[2020-04-10T21:31:41.180+0000] GC(205) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:41.180+0000] GC(205) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:41.216+0000] GC(205) Concurrent precleaning 36.316ms
[2020-04-10T21:31:41.217+0000] GC(205) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:41.217+0000] GC(205) Using 16 of 16 workers for final marking
[2020-04-10T21:31:41.219+0000] GC(205) Adaptive CSet Selection. Target Free: 332M, Actual Free: 349M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:41.219+0000] GC(205) Collectable Garbage: 261M (60%), Immediate: 21503K (4%), CSet: 240M (56%)
[2020-04-10T21:31:41.231+0000] GC(205) Pacer for Evacuation. Used CSet: 258M, Free: 232M, Non-Taxable: 23775K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:41.231+0000] GC(205) Pause Final Mark (process weakrefs) 14.270ms
[2020-04-10T21:31:41.231+0000] GC(205) Concurrent roots processing
[2020-04-10T21:31:41.231+0000] GC(205) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:41.235+0000] GC(205) Concurrent roots processing 3.450ms
[2020-04-10T21:31:41.235+0000] GC(205) Concurrent cleanup
[2020-04-10T21:31:41.235+0000] GC(205) Concurrent cleanup 2007M->1986M(2350M) 0.147ms
[2020-04-10T21:31:41.235+0000] GC(205) Free: 230M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:41.235+0000] GC(205) Concurrent evacuation
[2020-04-10T21:31:41.235+0000] GC(205) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:41.238+0000] GC(205) Concurrent evacuation 3.036ms
[2020-04-10T21:31:41.239+0000] GC(205) Pause Init Update Refs
[2020-04-10T21:31:41.239+0000] GC(205) Pacer for Update Refs. Used: 2009M, Free: 227M, Non-Taxable: 23312K, Alloc Tax Rate: 10.8x
[2020-04-10T21:31:41.239+0000] GC(205) Pause Init Update Refs 0.067ms
[2020-04-10T21:31:41.239+0000] GC(205) Concurrent update references
[2020-04-10T21:31:41.239+0000] GC(205) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:41.339+0000] GC(205) Concurrent update references 100.206ms
[2020-04-10T21:31:41.340+0000] GC(205) Pause Final Update Refs
[2020-04-10T21:31:41.340+0000] GC(205) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:41.340+0000] GC(205) Pause Final Update Refs 0.357ms
[2020-04-10T21:31:41.340+0000] GC(205) Concurrent cleanup
[2020-04-10T21:31:41.340+0000] GC(205) Concurrent cleanup 2040M->1782M(2350M) 0.164ms
[2020-04-10T21:31:41.340+0000] Free: 434M, Max: 1024K regular, 39936K humongous, Frag: 91% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:41.340+0000] Metaspace: 274772K(289144K)->274798K(289144K) NonClass: 243542K(253160K)->243566K(253160K) Class: 31229K(35984K)->31232K(35984K)
[2020-04-10T21:31:41.340+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:41.582+0000] Trigger: Average GC time (372.82 ms) is above the time for allocation rate (447 MB/s) to deplete free headroom (166M)
[2020-04-10T21:31:41.582+0000] Free headroom: 284M (free) - 117M (spike) - 0B (penalties) = 166M
[2020-04-10T21:31:41.582+0000] Free: 284M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:41.582+0000] GC(206) Concurrent reset
[2020-04-10T21:31:41.582+0000] GC(206) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:41.582+0000] GC(206) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:41.583+0000] GC(206) Concurrent reset 0.854ms
[2020-04-10T21:31:41.584+0000] GC(206) Pause Init Mark
[2020-04-10T21:31:41.584+0000] GC(206) Using 16 of 16 workers for init marking
[2020-04-10T21:31:41.589+0000] GC(206) Pacer for Mark. Expected Live: 1484M, Free: 284M, Non-Taxable: 29108K, Alloc Tax Rate: 19.2x
[2020-04-10T21:31:41.589+0000] GC(206) Pause Init Mark 5.507ms
[2020-04-10T21:31:41.589+0000] GC(206) Concurrent marking
[2020-04-10T21:31:41.589+0000] GC(206) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:41.808+0000] GC(206) Concurrent marking 218.414ms
[2020-04-10T21:31:41.809+0000] GC(206) Pause Final Mark
[2020-04-10T21:31:41.809+0000] GC(206) Using 16 of 16 workers for final marking
[2020-04-10T21:31:41.810+0000] GC(206) Adaptive CSet Selection. Target Free: 332M, Actual Free: 407M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:41.811+0000] GC(206) Collectable Garbage: 279M (62%), Immediate: 54897K (11%), CSet: 225M (50%)
[2020-04-10T21:31:41.823+0000] GC(206) Pacer for Evacuation. Used CSet: 244M, Free: 294M, Non-Taxable: 30182K, Alloc Tax Rate: 2.0x
[2020-04-10T21:31:41.823+0000] GC(206) Pause Final Mark 13.933ms
[2020-04-10T21:31:41.823+0000] GC(206) Concurrent roots processing
[2020-04-10T21:31:41.823+0000] GC(206) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:41.827+0000] GC(206) Concurrent roots processing 3.400ms
[2020-04-10T21:31:41.827+0000] GC(206) Concurrent cleanup
[2020-04-10T21:31:41.827+0000] GC(206) Concurrent cleanup 1977M->1925M(2350M) 0.147ms
[2020-04-10T21:31:41.827+0000] GC(206) Free: 289M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:41.827+0000] GC(206) Concurrent evacuation
[2020-04-10T21:31:41.827+0000] GC(206) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:41.830+0000] GC(206) Concurrent evacuation 2.936ms
[2020-04-10T21:31:41.831+0000] GC(206) Pause Init Update Refs
[2020-04-10T21:31:41.831+0000] GC(206) Pacer for Update Refs. Used: 1951M, Free: 284M, Non-Taxable: 29109K, Alloc Tax Rate: 8.4x
[2020-04-10T21:31:41.831+0000] GC(206) Pause Init Update Refs 0.072ms
[2020-04-10T21:31:41.831+0000] GC(206) Concurrent update references
[2020-04-10T21:31:41.831+0000] GC(206) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:41.930+0000] GC(206) Concurrent update references 99.226ms
[2020-04-10T21:31:41.931+0000] GC(206) Pause Final Update Refs
[2020-04-10T21:31:41.931+0000] GC(206) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:41.931+0000] GC(206) Pause Final Update Refs 0.352ms
[2020-04-10T21:31:41.931+0000] GC(206) Concurrent cleanup
[2020-04-10T21:31:41.932+0000] GC(206) Concurrent cleanup 2028M->1785M(2350M) 0.163ms
[2020-04-10T21:31:41.932+0000] Free: 431M, Max: 1024K regular, 74752K humongous, Frag: 83% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:41.932+0000] Metaspace: 274824K(289144K)->274871K(289220K) NonClass: 243587K(253160K)->243625K(253160K) Class: 31236K(35984K)->31246K(36060K)
[2020-04-10T21:31:41.932+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:42.242+0000] Trigger: Average GC time (369.08 ms) is above the time for allocation rate (437 MB/s) to deplete free headroom (160M)
[2020-04-10T21:31:42.242+0000] Free headroom: 278M (free) - 117M (spike) - 0B (penalties) = 160M
[2020-04-10T21:31:42.242+0000] Free: 278M, Max: 1024K regular, 59392K humongous, Frag: 80% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:42.242+0000] GC(207) Concurrent reset
[2020-04-10T21:31:42.242+0000] GC(207) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:42.242+0000] GC(207) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:42.243+0000] GC(207) Concurrent reset 0.883ms
[2020-04-10T21:31:42.243+0000] GC(207) Pause Init Mark
[2020-04-10T21:31:42.243+0000] GC(207) Using 16 of 16 workers for init marking
[2020-04-10T21:31:42.249+0000] GC(207) Pacer for Mark. Expected Live: 1481M, Free: 278M, Non-Taxable: 28485K, Alloc Tax Rate: 19.5x
[2020-04-10T21:31:42.249+0000] GC(207) Pause Init Mark 5.657ms
[2020-04-10T21:31:42.249+0000] GC(207) Concurrent marking
[2020-04-10T21:31:42.249+0000] GC(207) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:42.463+0000] GC(207) Concurrent marking 214.202ms
[2020-04-10T21:31:42.464+0000] GC(207) Pause Final Mark
[2020-04-10T21:31:42.464+0000] GC(207) Using 16 of 16 workers for final marking
[2020-04-10T21:31:42.465+0000] GC(207) Adaptive CSet Selection. Target Free: 332M, Actual Free: 381M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:42.465+0000] GC(207) Collectable Garbage: 286M (62%), Immediate: 32766K (7%), CSet: 254M (55%)
[2020-04-10T21:31:42.477+0000] GC(207) Pacer for Evacuation. Used CSet: 272M, Free: 265M, Non-Taxable: 27195K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:42.477+0000] GC(207) Pause Final Mark 13.256ms
[2020-04-10T21:31:42.477+0000] GC(207) Concurrent roots processing
[2020-04-10T21:31:42.477+0000] GC(207) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:42.481+0000] GC(207) Concurrent roots processing 3.507ms
[2020-04-10T21:31:42.481+0000] GC(207) Concurrent cleanup
[2020-04-10T21:31:42.481+0000] GC(207) Concurrent cleanup 1984M->1953M(2350M) 0.145ms
[2020-04-10T21:31:42.481+0000] GC(207) Free: 263M, Max: 1024K regular, 39936K humongous, Frag: 86% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:42.481+0000] GC(207) Concurrent evacuation
[2020-04-10T21:31:42.481+0000] GC(207) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:42.484+0000] GC(207) Concurrent evacuation 3.081ms
[2020-04-10T21:31:42.485+0000] GC(207) Pause Init Update Refs
[2020-04-10T21:31:42.485+0000] GC(207) Pacer for Update Refs. Used: 1979M, Free: 260M, Non-Taxable: 26669K, Alloc Tax Rate: 9.3x
[2020-04-10T21:31:42.485+0000] GC(207) Pause Init Update Refs 0.071ms
[2020-04-10T21:31:42.485+0000] GC(207) Concurrent update references
[2020-04-10T21:31:42.485+0000] GC(207) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:42.584+0000] GC(207) Concurrent update references 99.403ms
[2020-04-10T21:31:42.585+0000] GC(207) Pause Final Update Refs
[2020-04-10T21:31:42.585+0000] GC(207) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:42.585+0000] GC(207) Pause Final Update Refs 0.363ms
[2020-04-10T21:31:42.585+0000] GC(207) Concurrent cleanup
[2020-04-10T21:31:42.586+0000] GC(207) Concurrent cleanup 2010M->1737M(2350M) 0.152ms
[2020-04-10T21:31:42.586+0000] Free: 478M, Max: 1024K regular, 39936K humongous, Frag: 92% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:42.586+0000] Metaspace: 274876K(289220K)->274884K(289220K) NonClass: 243629K(253160K)->243637K(253160K) Class: 31246K(36060K)->31247K(36060K)
[2020-04-10T21:31:42.586+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:43.280+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:43.280+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:43.280+0000] GC(208) Concurrent reset
[2020-04-10T21:31:43.280+0000] GC(208) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:43.280+0000] GC(208) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:43.281+0000] GC(208) Concurrent reset 0.838ms
[2020-04-10T21:31:43.281+0000] GC(208) Pause Init Mark
[2020-04-10T21:31:43.281+0000] GC(208) Using 16 of 16 workers for init marking
[2020-04-10T21:31:43.288+0000] GC(208) Pacer for Mark. Expected Live: 1481M, Free: 234M, Non-Taxable: 24003K, Alloc Tax Rate: 23.2x
[2020-04-10T21:31:43.288+0000] GC(208) Pause Init Mark 6.462ms
[2020-04-10T21:31:43.288+0000] GC(208) Concurrent marking
[2020-04-10T21:31:43.288+0000] GC(208) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:43.505+0000] GC(208) Concurrent marking 217.163ms
[2020-04-10T21:31:43.506+0000] GC(208) Pause Final Mark
[2020-04-10T21:31:43.506+0000] GC(208) Using 16 of 16 workers for final marking
[2020-04-10T21:31:43.507+0000] GC(208) Adaptive CSet Selection. Target Free: 332M, Actual Free: 380M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:43.507+0000] GC(208) Collectable Garbage: 324M (65%), Immediate: 73959K (14%), CSet: 252M (51%)
[2020-04-10T21:31:43.520+0000] GC(208) Pacer for Evacuation. Used CSet: 272M, Free: 265M, Non-Taxable: 27186K, Alloc Tax Rate: 2.5x
[2020-04-10T21:31:43.520+0000] GC(208) Pause Final Mark 13.944ms
[2020-04-10T21:31:43.520+0000] GC(208) Concurrent roots processing
[2020-04-10T21:31:43.520+0000] GC(208) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:43.523+0000] GC(208) Concurrent roots processing 3.317ms
[2020-04-10T21:31:43.523+0000] GC(208) Concurrent cleanup
[2020-04-10T21:31:43.523+0000] GC(208) Concurrent cleanup 2026M->1955M(2350M) 0.147ms
[2020-04-10T21:31:43.523+0000] GC(208) Free: 259M, Max: 1024K regular, 39936K humongous, Frag: 85% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:43.523+0000] GC(208) Concurrent evacuation
[2020-04-10T21:31:43.523+0000] GC(208) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:43.526+0000] GC(208) Concurrent evacuation 3.011ms
[2020-04-10T21:31:43.527+0000] GC(208) Pause Init Update Refs
[2020-04-10T21:31:43.527+0000] GC(208) Pacer for Update Refs. Used: 1982M, Free: 256M, Non-Taxable: 26246K, Alloc Tax Rate: 9.5x
[2020-04-10T21:31:43.527+0000] GC(208) Pause Init Update Refs 0.070ms
[2020-04-10T21:31:43.527+0000] GC(208) Concurrent update references
[2020-04-10T21:31:43.527+0000] GC(208) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:43.636+0000] GC(208) Concurrent update references 108.321ms
[2020-04-10T21:31:43.636+0000] GC(208) Pause Final Update Refs
[2020-04-10T21:31:43.636+0000] GC(208) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:43.637+0000] GC(208) Pause Final Update Refs 0.360ms
[2020-04-10T21:31:43.637+0000] GC(208) Concurrent cleanup
[2020-04-10T21:31:43.637+0000] GC(208) Concurrent cleanup 2063M->1792M(2350M) 0.154ms
[2020-04-10T21:31:43.637+0000] Free: 424M, Max: 1024K regular, 39936K humongous, Frag: 91% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:43.637+0000] Metaspace: 274914K(289220K)->274933K(289220K) NonClass: 243662K(253160K)->243678K(253160K) Class: 31251K(36060K)->31254K(36060K)
[2020-04-10T21:31:43.637+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:44.159+0000] Trigger: Average GC time (359.92 ms) is above the time for allocation rate (358 MB/s) to deplete free headroom (126M)
[2020-04-10T21:31:44.159+0000] Free headroom: 244M (free) - 117M (spike) - 0B (penalties) = 126M
[2020-04-10T21:31:44.159+0000] Free: 244M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:44.159+0000] GC(209) Concurrent reset
[2020-04-10T21:31:44.159+0000] GC(209) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:44.159+0000] GC(209) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:44.160+0000] GC(209) Concurrent reset 0.919ms
[2020-04-10T21:31:44.161+0000] GC(209) Pause Init Mark
[2020-04-10T21:31:44.161+0000] GC(209) Using 16 of 16 workers for init marking
[2020-04-10T21:31:44.167+0000] GC(209) Pacer for Mark. Expected Live: 1480M, Free: 241M, Non-Taxable: 24703K, Alloc Tax Rate: 22.5x
[2020-04-10T21:31:44.167+0000] GC(209) Pause Init Mark 6.474ms
[2020-04-10T21:31:44.167+0000] GC(209) Concurrent marking
[2020-04-10T21:31:44.167+0000] GC(209) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:44.386+0000] GC(209) Concurrent marking 219.125ms
[2020-04-10T21:31:44.387+0000] GC(209) Pause Final Mark
[2020-04-10T21:31:44.387+0000] GC(209) Using 16 of 16 workers for final marking
[2020-04-10T21:31:44.388+0000] GC(209) Adaptive CSet Selection. Target Free: 332M, Actual Free: 361M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:44.388+0000] GC(209) Collectable Garbage: 314M (65%), Immediate: 47041K (9%), CSet: 268M (55%)
[2020-04-10T21:31:44.401+0000] GC(209) Pacer for Evacuation. Used CSet: 291M, Free: 246M, Non-Taxable: 25221K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:44.401+0000] GC(209) Pause Final Mark 13.379ms
[2020-04-10T21:31:44.401+0000] GC(209) Concurrent roots processing
[2020-04-10T21:31:44.401+0000] GC(209) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:44.404+0000] GC(209) Concurrent roots processing 3.553ms
[2020-04-10T21:31:44.404+0000] GC(209) Concurrent cleanup
[2020-04-10T21:31:44.404+0000] GC(209) Concurrent cleanup 2020M->1975M(2350M) 0.150ms
[2020-04-10T21:31:44.404+0000] GC(209) Free: 240M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:44.404+0000] GC(209) Concurrent evacuation
[2020-04-10T21:31:44.404+0000] GC(209) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:44.408+0000] GC(209) Concurrent evacuation 3.751ms
[2020-04-10T21:31:44.409+0000] GC(209) Pause Init Update Refs
[2020-04-10T21:31:44.409+0000] GC(209) Pacer for Update Refs. Used: 2007M, Free: 236M, Non-Taxable: 24229K, Alloc Tax Rate: 10.4x
[2020-04-10T21:31:44.409+0000] GC(209) Pause Init Update Refs 0.073ms
[2020-04-10T21:31:44.409+0000] GC(209) Concurrent update references
[2020-04-10T21:31:44.409+0000] GC(209) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:44.525+0000] GC(209) Concurrent update references 116.165ms
[2020-04-10T21:31:44.526+0000] GC(209) Pause Final Update Refs
[2020-04-10T21:31:44.526+0000] GC(209) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:44.526+0000] GC(209) Pause Final Update Refs 0.360ms
[2020-04-10T21:31:44.526+0000] GC(209) Concurrent cleanup
[2020-04-10T21:31:44.527+0000] GC(209) Concurrent cleanup 2096M->1805M(2350M) 0.160ms
[2020-04-10T21:31:44.527+0000] Free: 409M, Max: 1024K regular, 39936K humongous, Frag: 91% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:44.527+0000] Metaspace: 274959K(289220K)->274993K(289220K) NonClass: 243703K(253160K)->243733K(253160K) Class: 31256K(36060K)->31259K(36060K)
[2020-04-10T21:31:44.527+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:45.246+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:45.246+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 7% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:45.246+0000] GC(210) Concurrent reset
[2020-04-10T21:31:45.246+0000] GC(210) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:45.246+0000] GC(210) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:45.247+0000] GC(210) Concurrent reset 0.939ms
[2020-04-10T21:31:45.247+0000] GC(210) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:45.247+0000] GC(210) Using 16 of 16 workers for init marking
[2020-04-10T21:31:45.253+0000] GC(210) Pacer for Mark. Expected Live: 1482M, Free: 233M, Non-Taxable: 23926K, Alloc Tax Rate: 23.3x
[2020-04-10T21:31:45.253+0000] GC(210) Pause Init Mark (process weakrefs) 5.927ms
[2020-04-10T21:31:45.253+0000] GC(210) Concurrent marking (process weakrefs)
[2020-04-10T21:31:45.253+0000] GC(210) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:45.485+0000] GC(210) Concurrent marking (process weakrefs) 231.709ms
[2020-04-10T21:31:45.485+0000] GC(210) Concurrent precleaning
[2020-04-10T21:31:45.485+0000] GC(210) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:45.485+0000] GC(210) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:45.526+0000] GC(210) Concurrent precleaning 40.813ms
[2020-04-10T21:31:45.526+0000] GC(210) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:45.527+0000] GC(210) Using 16 of 16 workers for final marking
[2020-04-10T21:31:45.529+0000] GC(210) Adaptive CSet Selection. Target Free: 332M, Actual Free: 347M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:45.529+0000] GC(210) Collectable Garbage: 318M (65%), Immediate: 64745K (12%), CSet: 255M (52%)
[2020-04-10T21:31:45.541+0000] GC(210) Pacer for Evacuation. Used CSet: 288M, Free: 233M, Non-Taxable: 23867K, Alloc Tax Rate: 3.0x
[2020-04-10T21:31:45.541+0000] GC(210) Pause Final Mark (process weakrefs) 14.932ms
[2020-04-10T21:31:45.542+0000] GC(210) Concurrent roots processing
[2020-04-10T21:31:45.542+0000] GC(210) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:45.545+0000] GC(210) Concurrent roots processing 3.529ms
[2020-04-10T21:31:45.545+0000] GC(210) Concurrent cleanup
[2020-04-10T21:31:45.545+0000] GC(210) Concurrent cleanup 2047M->1984M(2350M) 0.146ms
[2020-04-10T21:31:45.545+0000] GC(210) Free: 230M, Max: 1024K regular, 39936K humongous, Frag: 83% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:45.545+0000] GC(210) Concurrent evacuation
[2020-04-10T21:31:45.545+0000] GC(210) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:45.550+0000] GC(210) Concurrent evacuation 4.966ms
[2020-04-10T21:31:45.551+0000] GC(210) Pause Init Update Refs
[2020-04-10T21:31:45.551+0000] GC(210) Pacer for Update Refs. Used: 2025M, Free: 227M, Non-Taxable: 23336K, Alloc Tax Rate: 10.9x
[2020-04-10T21:31:45.551+0000] GC(210) Pause Init Update Refs 0.071ms
[2020-04-10T21:31:45.551+0000] GC(210) Concurrent update references
[2020-04-10T21:31:45.551+0000] GC(210) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:45.650+0000] GC(210) Concurrent update references 98.776ms
[2020-04-10T21:31:45.651+0000] GC(210) Pause Final Update Refs
[2020-04-10T21:31:45.651+0000] GC(210) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:45.651+0000] GC(210) Pause Final Update Refs 0.365ms
[2020-04-10T21:31:45.651+0000] GC(210) Concurrent cleanup
[2020-04-10T21:31:45.651+0000] GC(210) Concurrent cleanup 2058M->1771M(2350M) 0.154ms
[2020-04-10T21:31:45.651+0000] Free: 445M, Max: 1024K regular, 39936K humongous, Frag: 92% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:45.651+0000] Metaspace: 275058K(289476K)->275067K(289476K) NonClass: 243792K(253416K)->243799K(253416K) Class: 31265K(36060K)->31267K(36060K)
[2020-04-10T21:31:45.651+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:46.734+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:46.734+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:46.734+0000] GC(211) Concurrent reset
[2020-04-10T21:31:46.734+0000] GC(211) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:46.734+0000] GC(211) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:46.735+0000] GC(211) Concurrent reset 0.822ms
[2020-04-10T21:31:46.736+0000] GC(211) Pause Init Mark
[2020-04-10T21:31:46.736+0000] GC(211) Using 16 of 16 workers for init marking
[2020-04-10T21:31:46.742+0000] GC(211) Pacer for Mark. Expected Live: 1485M, Free: 234M, Non-Taxable: 23970K, Alloc Tax Rate: 23.3x
[2020-04-10T21:31:46.742+0000] GC(211) Pause Init Mark 6.447ms
[2020-04-10T21:31:46.742+0000] GC(211) Concurrent marking
[2020-04-10T21:31:46.742+0000] GC(211) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:46.952+0000] GC(211) Concurrent marking 209.931ms
[2020-04-10T21:31:46.953+0000] GC(211) Pause Final Mark
[2020-04-10T21:31:46.953+0000] GC(211) Using 16 of 16 workers for final marking
[2020-04-10T21:31:46.954+0000] GC(211) Adaptive CSet Selection. Target Free: 332M, Actual Free: 367M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:46.954+0000] GC(211) Collectable Garbage: 326M (66%), Immediate: 58702K (11%), CSet: 269M (54%)
[2020-04-10T21:31:46.966+0000] GC(211) Pacer for Evacuation. Used CSet: 300M, Free: 253M, Non-Taxable: 25956K, Alloc Tax Rate: 2.9x
[2020-04-10T21:31:46.966+0000] GC(211) Pause Final Mark 13.196ms
[2020-04-10T21:31:46.966+0000] GC(211) Concurrent roots processing
[2020-04-10T21:31:46.966+0000] GC(211) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:46.970+0000] GC(211) Concurrent roots processing 3.672ms
[2020-04-10T21:31:46.970+0000] GC(211) Concurrent cleanup
[2020-04-10T21:31:46.970+0000] GC(211) Concurrent cleanup 2022M->1966M(2350M) 0.149ms
[2020-04-10T21:31:46.970+0000] GC(211) Free: 246M, Max: 1024K regular, 39936K humongous, Frag: 85% external, 1% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:46.970+0000] GC(211) Concurrent evacuation
[2020-04-10T21:31:46.970+0000] GC(211) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:46.974+0000] GC(211) Concurrent evacuation 4.181ms
[2020-04-10T21:31:46.975+0000] GC(211) Pause Init Update Refs
[2020-04-10T21:31:46.975+0000] GC(211) Pacer for Update Refs. Used: 2007M, Free: 240M, Non-Taxable: 24670K, Alloc Tax Rate: 10.2x
[2020-04-10T21:31:46.975+0000] GC(211) Pause Init Update Refs 0.073ms
[2020-04-10T21:31:46.975+0000] GC(211) Concurrent update references
[2020-04-10T21:31:46.975+0000] GC(211) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:47.082+0000] GC(211) Concurrent update references 106.506ms
[2020-04-10T21:31:47.082+0000] GC(211) Pause Final Update Refs
[2020-04-10T21:31:47.083+0000] GC(211) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:47.083+0000] GC(211) Pause Final Update Refs 0.360ms
[2020-04-10T21:31:47.083+0000] GC(211) Concurrent cleanup
[2020-04-10T21:31:47.083+0000] GC(211) Concurrent cleanup 2088M->1789M(2350M) 0.155ms
[2020-04-10T21:31:47.083+0000] Free: 425M, Max: 1024K regular, 39936K humongous, Frag: 91% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:47.083+0000] Metaspace: 275136K(289476K)->275227K(289552K) NonClass: 243859K(253416K)->243933K(253416K) Class: 31276K(36060K)->31293K(36136K)
[2020-04-10T21:31:47.083+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:47.273+0000] Trigger: Average GC time (364.57 ms) is above the time for allocation rate (494 MB/s) to deplete free headroom (178M)
[2020-04-10T21:31:47.273+0000] Free headroom: 295M (free) - 117M (spike) - 0B (penalties) = 178M
[2020-04-10T21:31:47.273+0000] Free: 295M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:47.273+0000] GC(212) Concurrent reset
[2020-04-10T21:31:47.273+0000] GC(212) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:47.273+0000] GC(212) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:47.274+0000] GC(212) Concurrent reset 0.998ms
[2020-04-10T21:31:47.275+0000] GC(212) Pause Init Mark
[2020-04-10T21:31:47.275+0000] GC(212) Using 16 of 16 workers for init marking
[2020-04-10T21:31:47.281+0000] GC(212) Pacer for Mark. Expected Live: 1486M, Free: 293M, Non-Taxable: 30088K, Alloc Tax Rate: 18.6x
[2020-04-10T21:31:47.281+0000] GC(212) Pause Init Mark 5.965ms
[2020-04-10T21:31:47.281+0000] GC(212) Concurrent marking
[2020-04-10T21:31:47.281+0000] GC(212) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:47.494+0000] GC(212) Concurrent marking 213.303ms
[2020-04-10T21:31:47.495+0000] GC(212) Pause Final Mark
[2020-04-10T21:31:47.495+0000] GC(212) Using 16 of 16 workers for final marking
[2020-04-10T21:31:47.496+0000] GC(212) Adaptive CSet Selection. Target Free: 332M, Actual Free: 387M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:47.496+0000] GC(212) Collectable Garbage: 261M (60%), Immediate: 25596K (5%), CSet: 236M (55%)
[2020-04-10T21:31:47.509+0000] GC(212) Pacer for Evacuation. Used CSet: 263M, Free: 272M, Non-Taxable: 27953K, Alloc Tax Rate: 2.4x
[2020-04-10T21:31:47.509+0000] GC(212) Pause Final Mark 13.959ms
[2020-04-10T21:31:47.509+0000] GC(212) Concurrent roots processing
[2020-04-10T21:31:47.509+0000] GC(212) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:47.513+0000] GC(212) Concurrent roots processing 3.517ms
[2020-04-10T21:31:47.513+0000] GC(212) Concurrent cleanup
[2020-04-10T21:31:47.513+0000] GC(212) Concurrent cleanup 1970M->1945M(2350M) 0.141ms
[2020-04-10T21:31:47.513+0000] GC(212) Free: 271M, Max: 1024K regular, 39936K humongous, Frag: 86% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:47.513+0000] GC(212) Concurrent evacuation
[2020-04-10T21:31:47.513+0000] GC(212) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:47.517+0000] GC(212) Concurrent evacuation 4.011ms
[2020-04-10T21:31:47.518+0000] GC(212) Pause Init Update Refs
[2020-04-10T21:31:47.518+0000] GC(212) Pacer for Update Refs. Used: 1975M, Free: 270M, Non-Taxable: 27728K, Alloc Tax Rate: 8.9x
[2020-04-10T21:31:47.518+0000] GC(212) Pause Init Update Refs 0.069ms
[2020-04-10T21:31:47.518+0000] GC(212) Concurrent update references
[2020-04-10T21:31:47.518+0000] GC(212) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:47.614+0000] GC(212) Concurrent update references 96.399ms
[2020-04-10T21:31:47.615+0000] GC(212) Pause Final Update Refs
[2020-04-10T21:31:47.615+0000] GC(212) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:47.615+0000] GC(212) Pause Final Update Refs 0.346ms
[2020-04-10T21:31:47.615+0000] GC(212) Concurrent cleanup
[2020-04-10T21:31:47.615+0000] GC(212) Concurrent cleanup 1993M->1729M(2350M) 0.152ms
[2020-04-10T21:31:47.615+0000] Free: 486M, Max: 1024K regular, 86016K humongous, Frag: 83% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:47.615+0000] Metaspace: 275239K(289808K)->275245K(289808K) NonClass: 243945K(253672K)->243950K(253672K) Class: 31294K(36136K)->31295K(36136K)
[2020-04-10T21:31:47.615+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:49.105+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:49.105+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:49.105+0000] GC(213) Concurrent reset
[2020-04-10T21:31:49.106+0000] GC(213) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:49.106+0000] GC(213) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:49.106+0000] GC(213) Concurrent reset 0.846ms
[2020-04-10T21:31:49.107+0000] GC(213) Pause Init Mark
[2020-04-10T21:31:49.107+0000] GC(213) Using 16 of 16 workers for init marking
[2020-04-10T21:31:49.117+0000] GC(213) Pacer for Mark. Expected Live: 1487M, Free: 232M, Non-Taxable: 23856K, Alloc Tax Rate: 23.4x
[2020-04-10T21:31:49.117+0000] GC(213) Pause Init Mark 9.610ms
[2020-04-10T21:31:49.117+0000] GC(213) Concurrent marking
[2020-04-10T21:31:49.117+0000] GC(213) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:49.340+0000] GC(213) Concurrent marking 223.782ms
[2020-04-10T21:31:49.341+0000] GC(213) Pause Final Mark
[2020-04-10T21:31:49.341+0000] GC(213) Using 16 of 16 workers for final marking
[2020-04-10T21:31:49.342+0000] GC(213) Adaptive CSet Selection. Target Free: 332M, Actual Free: 390M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:49.342+0000] GC(213) Collectable Garbage: 338M (66%), Immediate: 68977K (13%), CSet: 270M (53%)
[2020-04-10T21:31:49.355+0000] GC(213) Pacer for Evacuation. Used CSet: 297M, Free: 273M, Non-Taxable: 28036K, Alloc Tax Rate: 2.7x
[2020-04-10T21:31:49.355+0000] GC(213) Pause Final Mark 13.534ms
[2020-04-10T21:31:49.355+0000] GC(213) Concurrent roots processing
[2020-04-10T21:31:49.355+0000] GC(213) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:49.358+0000] GC(213) Concurrent roots processing 3.158ms
[2020-04-10T21:31:49.358+0000] GC(213) Concurrent cleanup
[2020-04-10T21:31:49.358+0000] GC(213) Concurrent cleanup 2011M->1943M(2350M) 0.142ms
[2020-04-10T21:31:49.358+0000] GC(213) Free: 273M, Max: 1024K regular, 39936K humongous, Frag: 86% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:49.358+0000] GC(213) Concurrent evacuation
[2020-04-10T21:31:49.358+0000] GC(213) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:49.362+0000] GC(213) Concurrent evacuation 3.854ms
[2020-04-10T21:31:49.362+0000] GC(213) Pause Init Update Refs
[2020-04-10T21:31:49.362+0000] GC(213) Pacer for Update Refs. Used: 1974M, Free: 273M, Non-Taxable: 28033K, Alloc Tax Rate: 8.8x
[2020-04-10T21:31:49.362+0000] GC(213) Pause Init Update Refs 0.060ms
[2020-04-10T21:31:49.362+0000] GC(213) Concurrent update references
[2020-04-10T21:31:49.362+0000] GC(213) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:49.467+0000] GC(213) Concurrent update references 104.238ms
[2020-04-10T21:31:49.467+0000] GC(213) Pause Final Update Refs
[2020-04-10T21:31:49.467+0000] GC(213) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:49.468+0000] GC(213) Pause Final Update Refs 0.324ms
[2020-04-10T21:31:49.468+0000] GC(213) Concurrent cleanup
[2020-04-10T21:31:49.468+0000] GC(213) Concurrent cleanup 1989M->1692M(2350M) 0.155ms
[2020-04-10T21:31:49.468+0000] Free: 524M, Max: 1024K regular, 61440K humongous, Frag: 89% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:49.468+0000] Metaspace: 275413K(289808K)->275419K(289884K) NonClass: 244084K(253672K)->244089K(253672K) Class: 31329K(36136K)->31330K(36212K)
[2020-04-10T21:31:49.468+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:51.129+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:51.129+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:51.129+0000] GC(214) Concurrent reset
[2020-04-10T21:31:51.129+0000] GC(214) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:51.129+0000] GC(214) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:51.130+0000] GC(214) Concurrent reset 0.909ms
[2020-04-10T21:31:51.131+0000] GC(214) Pause Init Mark
[2020-04-10T21:31:51.131+0000] GC(214) Using 16 of 16 workers for init marking
[2020-04-10T21:31:51.137+0000] GC(214) Pacer for Mark. Expected Live: 1486M, Free: 234M, Non-Taxable: 24013K, Alloc Tax Rate: 23.2x
[2020-04-10T21:31:51.137+0000] GC(214) Pause Init Mark 6.357ms
[2020-04-10T21:31:51.137+0000] GC(214) Concurrent marking
[2020-04-10T21:31:51.137+0000] GC(214) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:51.350+0000] GC(214) Concurrent marking 213.039ms
[2020-04-10T21:31:51.351+0000] GC(214) Pause Final Mark
[2020-04-10T21:31:51.351+0000] GC(214) Using 16 of 16 workers for final marking
[2020-04-10T21:31:51.352+0000] GC(214) Adaptive CSet Selection. Target Free: 332M, Actual Free: 416M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:51.352+0000] GC(214) Collectable Garbage: 328M (66%), Immediate: 103M (20%), CSet: 224M (45%)
[2020-04-10T21:31:51.365+0000] GC(214) Pacer for Evacuation. Used CSet: 238M, Free: 302M, Non-Taxable: 30970K, Alloc Tax Rate: 1.9x
[2020-04-10T21:31:51.365+0000] GC(214) Pause Final Mark 13.554ms
[2020-04-10T21:31:51.365+0000] GC(214) Concurrent roots processing
[2020-04-10T21:31:51.365+0000] GC(214) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:51.368+0000] GC(214) Concurrent roots processing 3.542ms
[2020-04-10T21:31:51.368+0000] GC(214) Concurrent cleanup
[2020-04-10T21:31:51.369+0000] GC(214) Concurrent cleanup 2017M->1914M(2350M) 0.146ms
[2020-04-10T21:31:51.369+0000] GC(214) Free: 301M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:51.369+0000] GC(214) Concurrent evacuation
[2020-04-10T21:31:51.369+0000] GC(214) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:51.371+0000] GC(214) Concurrent evacuation 2.463ms
[2020-04-10T21:31:51.372+0000] GC(214) Pause Init Update Refs
[2020-04-10T21:31:51.372+0000] GC(214) Pacer for Update Refs. Used: 1931M, Free: 300M, Non-Taxable: 30761K, Alloc Tax Rate: 7.9x
[2020-04-10T21:31:51.372+0000] GC(214) Pause Init Update Refs 0.064ms
[2020-04-10T21:31:51.372+0000] GC(214) Concurrent update references
[2020-04-10T21:31:51.372+0000] GC(214) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:51.465+0000] GC(214) Concurrent update references 93.651ms
[2020-04-10T21:31:51.466+0000] GC(214) Pause Final Update Refs
[2020-04-10T21:31:51.466+0000] GC(214) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:51.467+0000] GC(214) Pause Final Update Refs 0.406ms
[2020-04-10T21:31:51.467+0000] GC(214) Concurrent cleanup
[2020-04-10T21:31:51.467+0000] GC(214) Concurrent cleanup 1964M->1727M(2350M) 0.172ms
[2020-04-10T21:31:51.467+0000] Free: 490M, Max: 1024K regular, 45056K humongous, Frag: 91% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:51.467+0000] Metaspace: 275510K(290140K)->275517K(290140K) NonClass: 244168K(253928K)->244175K(253928K) Class: 31341K(36212K)->31342K(36212K)
[2020-04-10T21:31:51.467+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:53.600+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:53.600+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:53.600+0000] GC(215) Concurrent reset
[2020-04-10T21:31:53.600+0000] GC(215) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:53.600+0000] GC(215) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:53.601+0000] GC(215) Concurrent reset 0.907ms
[2020-04-10T21:31:53.601+0000] GC(215) Pause Init Mark (process weakrefs)
[2020-04-10T21:31:53.601+0000] GC(215) Using 16 of 16 workers for init marking
[2020-04-10T21:31:53.608+0000] GC(215) Pacer for Mark. Expected Live: 1485M, Free: 233M, Non-Taxable: 23911K, Alloc Tax Rate: 23.3x
[2020-04-10T21:31:53.608+0000] GC(215) Pause Init Mark (process weakrefs) 6.512ms
[2020-04-10T21:31:53.608+0000] GC(215) Concurrent marking (process weakrefs)
[2020-04-10T21:31:53.608+0000] GC(215) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:53.830+0000] GC(215) Concurrent marking (process weakrefs) 221.645ms
[2020-04-10T21:31:53.830+0000] GC(215) Concurrent precleaning
[2020-04-10T21:31:53.830+0000] GC(215) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:31:53.830+0000] GC(215) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:31:53.867+0000] GC(215) Concurrent precleaning 37.259ms
[2020-04-10T21:31:53.868+0000] GC(215) Pause Final Mark (process weakrefs)
[2020-04-10T21:31:53.868+0000] GC(215) Using 16 of 16 workers for final marking
[2020-04-10T21:31:53.870+0000] GC(215) Adaptive CSet Selection. Target Free: 332M, Actual Free: 399M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:53.870+0000] GC(215) Collectable Garbage: 335M (66%), Immediate: 92158K (17%), CSet: 245M (48%)
[2020-04-10T21:31:53.883+0000] GC(215) Pacer for Evacuation. Used CSet: 269M, Free: 283M, Non-Taxable: 29002K, Alloc Tax Rate: 2.3x
[2020-04-10T21:31:53.883+0000] GC(215) Pause Final Mark (process weakrefs) 14.995ms
[2020-04-10T21:31:53.883+0000] GC(215) Concurrent roots processing
[2020-04-10T21:31:53.883+0000] GC(215) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:53.886+0000] GC(215) Concurrent roots processing 3.485ms
[2020-04-10T21:31:53.886+0000] GC(215) Concurrent cleanup
[2020-04-10T21:31:53.886+0000] GC(215) Concurrent cleanup 2024M->1934M(2350M) 0.174ms
[2020-04-10T21:31:53.886+0000] GC(215) Free: 282M, Max: 1024K regular, 39936K humongous, Frag: 87% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:53.886+0000] GC(215) Concurrent evacuation
[2020-04-10T21:31:53.886+0000] GC(215) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:53.890+0000] GC(215) Concurrent evacuation 3.532ms
[2020-04-10T21:31:53.890+0000] GC(215) Pause Init Update Refs
[2020-04-10T21:31:53.891+0000] GC(215) Pacer for Update Refs. Used: 1963M, Free: 281M, Non-Taxable: 28824K, Alloc Tax Rate: 8.5x
[2020-04-10T21:31:53.891+0000] GC(215) Pause Init Update Refs 0.068ms
[2020-04-10T21:31:53.891+0000] GC(215) Concurrent update references
[2020-04-10T21:31:53.891+0000] GC(215) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:53.985+0000] GC(215) Concurrent update references 94.151ms
[2020-04-10T21:31:53.985+0000] GC(215) Pause Final Update Refs
[2020-04-10T21:31:53.985+0000] GC(215) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:53.986+0000] GC(215) Pause Final Update Refs 0.359ms
[2020-04-10T21:31:53.986+0000] GC(215) Concurrent cleanup
[2020-04-10T21:31:53.986+0000] GC(215) Concurrent cleanup 1998M->1730M(2350M) 0.158ms
[2020-04-10T21:31:53.986+0000] Free: 486M, Max: 1024K regular, 39936K humongous, Frag: 92% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:53.986+0000] Metaspace: 275643K(290140K)->275684K(290140K) NonClass: 244274K(253928K)->244311K(253928K) Class: 31369K(36212K)->31372K(36212K)
[2020-04-10T21:31:53.986+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:31:56.880+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:31:56.880+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:56.880+0000] GC(216) Concurrent reset
[2020-04-10T21:31:56.880+0000] GC(216) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:31:56.880+0000] GC(216) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:31:56.881+0000] GC(216) Concurrent reset 0.891ms
[2020-04-10T21:31:56.881+0000] GC(216) Pause Init Mark
[2020-04-10T21:31:56.881+0000] GC(216) Using 16 of 16 workers for init marking
[2020-04-10T21:31:56.888+0000] GC(216) Pacer for Mark. Expected Live: 1483M, Free: 234M, Non-Taxable: 24003K, Alloc Tax Rate: 23.2x
[2020-04-10T21:31:56.888+0000] GC(216) Pause Init Mark 6.414ms
[2020-04-10T21:31:56.888+0000] GC(216) Concurrent marking
[2020-04-10T21:31:56.888+0000] GC(216) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:31:57.098+0000] GC(216) Concurrent marking 210.328ms
[2020-04-10T21:31:57.099+0000] GC(216) Pause Final Mark
[2020-04-10T21:31:57.099+0000] GC(216) Using 16 of 16 workers for final marking
[2020-04-10T21:31:57.099+0000] GC(216) Adaptive CSet Selection. Target Free: 332M, Actual Free: 450M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:31:57.100+0000] GC(216) Collectable Garbage: 331M (66%), Immediate: 129M (25%), CSet: 202M (40%)
[2020-04-10T21:31:57.113+0000] GC(216) Pacer for Evacuation. Used CSet: 223M, Free: 335M, Non-Taxable: 34355K, Alloc Tax Rate: 1.6x
[2020-04-10T21:31:57.113+0000] GC(216) Pause Final Mark 13.967ms
[2020-04-10T21:31:57.113+0000] GC(216) Concurrent roots processing
[2020-04-10T21:31:57.113+0000] GC(216) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:31:57.116+0000] GC(216) Concurrent roots processing 3.664ms
[2020-04-10T21:31:57.116+0000] GC(216) Concurrent cleanup
[2020-04-10T21:31:57.116+0000] GC(216) Concurrent cleanup 2011M->1882M(2350M) 0.150ms
[2020-04-10T21:31:57.116+0000] GC(216) Free: 334M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:31:57.116+0000] GC(216) Concurrent evacuation
[2020-04-10T21:31:57.116+0000] GC(216) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:31:57.120+0000] GC(216) Concurrent evacuation 3.073ms
[2020-04-10T21:31:57.120+0000] GC(216) Pause Init Update Refs
[2020-04-10T21:31:57.120+0000] GC(216) Pacer for Update Refs. Used: 1911M, Free: 331M, Non-Taxable: 33962K, Alloc Tax Rate: 7.0x
[2020-04-10T21:31:57.120+0000] GC(216) Pause Init Update Refs 0.067ms
[2020-04-10T21:31:57.120+0000] GC(216) Concurrent update references
[2020-04-10T21:31:57.120+0000] GC(216) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:31:57.215+0000] GC(216) Concurrent update references 95.196ms
[2020-04-10T21:31:57.216+0000] GC(216) Pause Final Update Refs
[2020-04-10T21:31:57.216+0000] GC(216) Using 16 of 16 workers for final reference update
[2020-04-10T21:31:57.217+0000] GC(216) Pause Final Update Refs 0.389ms
[2020-04-10T21:31:57.217+0000] GC(216) Concurrent cleanup
[2020-04-10T21:31:57.217+0000] GC(216) Concurrent cleanup 1917M->1694M(2350M) 0.214ms
[2020-04-10T21:31:57.217+0000] Free: 523M, Max: 1024K regular, 39936K humongous, Frag: 93% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:31:57.217+0000] Metaspace: 275840K(290472K)->275843K(290472K) NonClass: 244433K(254184K)->244436K(254184K) Class: 31407K(36288K)->31407K(36288K)
[2020-04-10T21:31:57.217+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:32:00.013+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:32:00.013+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:00.013+0000] GC(217) Concurrent reset
[2020-04-10T21:32:00.013+0000] GC(217) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:32:00.013+0000] GC(217) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:32:00.014+0000] GC(217) Concurrent reset 0.960ms
[2020-04-10T21:32:00.015+0000] GC(217) Pause Init Mark
[2020-04-10T21:32:00.015+0000] GC(217) Using 16 of 16 workers for init marking
[2020-04-10T21:32:00.022+0000] GC(217) Pacer for Mark. Expected Live: 1482M, Free: 234M, Non-Taxable: 24039K, Alloc Tax Rate: 23.2x
[2020-04-10T21:32:00.022+0000] GC(217) Pause Init Mark 7.049ms
[2020-04-10T21:32:00.022+0000] GC(217) Concurrent marking
[2020-04-10T21:32:00.022+0000] GC(217) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:32:00.228+0000] GC(217) Concurrent marking 205.531ms
[2020-04-10T21:32:00.230+0000] GC(217) Pause Final Mark
[2020-04-10T21:32:00.230+0000] GC(217) Using 16 of 16 workers for final marking
[2020-04-10T21:32:00.231+0000] GC(217) Adaptive CSet Selection. Target Free: 332M, Actual Free: 449M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:32:00.231+0000] GC(217) Collectable Garbage: 323M (65%), Immediate: 127M (25%), CSet: 196M (39%)
[2020-04-10T21:32:00.244+0000] GC(217) Pacer for Evacuation. Used CSet: 210M, Free: 337M, Non-Taxable: 34601K, Alloc Tax Rate: 1.5x
[2020-04-10T21:32:00.244+0000] GC(217) Pause Final Mark 13.618ms
[2020-04-10T21:32:00.244+0000] GC(217) Concurrent roots processing
[2020-04-10T21:32:00.244+0000] GC(217) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:32:00.247+0000] GC(217) Concurrent roots processing 3.638ms
[2020-04-10T21:32:00.247+0000] GC(217) Concurrent cleanup
[2020-04-10T21:32:00.248+0000] GC(217) Concurrent cleanup 2004M->1877M(2350M) 0.157ms
[2020-04-10T21:32:00.248+0000] GC(217) Free: 337M, Max: 1024K regular, 39936K humongous, Frag: 89% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:32:00.248+0000] GC(217) Concurrent evacuation
[2020-04-10T21:32:00.248+0000] GC(217) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:32:00.250+0000] GC(217) Concurrent evacuation 2.292ms
[2020-04-10T21:32:00.250+0000] GC(217) Pause Init Update Refs
[2020-04-10T21:32:00.250+0000] GC(217) Pacer for Update Refs. Used: 1895M, Free: 337M, Non-Taxable: 34598K, Alloc Tax Rate: 6.9x
[2020-04-10T21:32:00.251+0000] GC(217) Pause Init Update Refs 0.079ms
[2020-04-10T21:32:00.251+0000] GC(217) Concurrent update references
[2020-04-10T21:32:00.251+0000] GC(217) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:32:00.344+0000] GC(217) Concurrent update references 93.626ms
[2020-04-10T21:32:00.345+0000] GC(217) Pause Final Update Refs
[2020-04-10T21:32:00.345+0000] GC(217) Using 16 of 16 workers for final reference update
[2020-04-10T21:32:00.345+0000] GC(217) Pause Final Update Refs 0.338ms
[2020-04-10T21:32:00.345+0000] GC(217) Concurrent cleanup
[2020-04-10T21:32:00.345+0000] GC(217) Concurrent cleanup 1912M->1702M(2350M) 0.154ms
[2020-04-10T21:32:00.346+0000] Free: 514M, Max: 1024K regular, 39936K humongous, Frag: 93% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:00.346+0000] Metaspace: 275940K(290804K)->275949K(290804K) NonClass: 244515K(254440K)->244523K(254440K) Class: 31424K(36364K)->31426K(36364K)
[2020-04-10T21:32:00.346+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:32:08.035+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:32:08.035+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:08.035+0000] GC(218) Concurrent reset
[2020-04-10T21:32:08.035+0000] GC(218) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:32:08.035+0000] GC(218) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:32:08.035+0000] GC(218) Concurrent reset 0.854ms
[2020-04-10T21:32:08.036+0000] GC(218) Pause Init Mark
[2020-04-10T21:32:08.036+0000] GC(218) Using 16 of 16 workers for init marking
[2020-04-10T21:32:08.043+0000] GC(218) Pacer for Mark. Expected Live: 1481M, Free: 234M, Non-Taxable: 24034K, Alloc Tax Rate: 23.1x
[2020-04-10T21:32:08.043+0000] GC(218) Pause Init Mark 6.433ms
[2020-04-10T21:32:08.043+0000] GC(218) Concurrent marking
[2020-04-10T21:32:08.043+0000] GC(218) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:32:08.249+0000] GC(218) Concurrent marking 206.591ms
[2020-04-10T21:32:08.250+0000] GC(218) Pause Final Mark
[2020-04-10T21:32:08.250+0000] GC(218) Using 16 of 16 workers for final marking
[2020-04-10T21:32:08.251+0000] GC(218) Adaptive CSet Selection. Target Free: 332M, Actual Free: 477M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:32:08.251+0000] GC(218) Collectable Garbage: 319M (65%), Immediate: 126M (25%), CSet: 192M (39%)
[2020-04-10T21:32:08.263+0000] GC(218) Pacer for Evacuation. Used CSet: 212M, Free: 367M, Non-Taxable: 37599K, Alloc Tax Rate: 1.4x
[2020-04-10T21:32:08.264+0000] GC(218) Pause Final Mark 13.733ms
[2020-04-10T21:32:08.264+0000] GC(218) Concurrent roots processing
[2020-04-10T21:32:08.264+0000] GC(218) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:32:08.267+0000] GC(218) Concurrent roots processing 3.664ms
[2020-04-10T21:32:08.267+0000] GC(218) Concurrent cleanup
[2020-04-10T21:32:08.268+0000] GC(218) Concurrent cleanup 1974M->1848M(2350M) 0.149ms
[2020-04-10T21:32:08.268+0000] GC(218) Free: 367M, Max: 1024K regular, 39936K humongous, Frag: 90% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:32:08.268+0000] GC(218) Concurrent evacuation
[2020-04-10T21:32:08.268+0000] GC(218) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:32:08.270+0000] GC(218) Concurrent evacuation 2.701ms
[2020-04-10T21:32:08.271+0000] GC(218) Pause Init Update Refs
[2020-04-10T21:32:08.271+0000] GC(218) Pacer for Update Refs. Used: 1873M, Free: 367M, Non-Taxable: 37597K, Alloc Tax Rate: 6.2x
[2020-04-10T21:32:08.271+0000] GC(218) Pause Init Update Refs 0.069ms
[2020-04-10T21:32:08.271+0000] GC(218) Concurrent update references
[2020-04-10T21:32:08.271+0000] GC(218) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:32:08.363+0000] GC(218) Concurrent update references 92.439ms
[2020-04-10T21:32:08.364+0000] GC(218) Pause Final Update Refs
[2020-04-10T21:32:08.364+0000] GC(218) Using 16 of 16 workers for final reference update
[2020-04-10T21:32:08.364+0000] GC(218) Pause Final Update Refs 0.404ms
[2020-04-10T21:32:08.364+0000] GC(218) Concurrent cleanup
[2020-04-10T21:32:08.365+0000] GC(218) Concurrent cleanup 1873M->1661M(2350M) 0.156ms
[2020-04-10T21:32:08.365+0000] Free: 555M, Max: 1024K regular, 49152K humongous, Frag: 92% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:08.365+0000] Metaspace: 276111K(290804K)->276111K(290804K) NonClass: 244669K(254440K)->244669K(254440K) Class: 31442K(36364K)->31442K(36364K)
[2020-04-10T21:32:08.365+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:32:10.336+0000] Trigger: Free (232M) is below minimum threshold (235M)
[2020-04-10T21:32:10.336+0000] Free: 232M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:10.336+0000] GC(219) Concurrent reset
[2020-04-10T21:32:10.336+0000] GC(219) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:32:10.336+0000] GC(219) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:32:10.337+0000] GC(219) Concurrent reset 0.889ms
[2020-04-10T21:32:10.338+0000] GC(219) Pause Init Mark
[2020-04-10T21:32:10.338+0000] GC(219) Using 16 of 16 workers for init marking
[2020-04-10T21:32:10.345+0000] GC(219) Pacer for Mark. Expected Live: 1482M, Free: 230M, Non-Taxable: 23560K, Alloc Tax Rate: 23.6x
[2020-04-10T21:32:10.345+0000] GC(219) Pause Init Mark 6.551ms
[2020-04-10T21:32:10.345+0000] GC(219) Concurrent marking
[2020-04-10T21:32:10.345+0000] GC(219) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:32:10.553+0000] GC(219) Concurrent marking 208.836ms
[2020-04-10T21:32:10.554+0000] GC(219) Pause Final Mark
[2020-04-10T21:32:10.554+0000] GC(219) Using 16 of 16 workers for final marking
[2020-04-10T21:32:10.555+0000] GC(219) Adaptive CSet Selection. Target Free: 332M, Actual Free: 537M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:32:10.555+0000] GC(219) Collectable Garbage: 321M (65%), Immediate: 213M (43%), CSet: 107M (21%)
[2020-04-10T21:32:10.568+0000] GC(219) Pacer for Evacuation. Used CSet: 118M, Free: 430M, Non-Taxable: 44054K, Alloc Tax Rate: 1.1x
[2020-04-10T21:32:10.568+0000] GC(219) Pause Final Mark 13.591ms
[2020-04-10T21:32:10.568+0000] GC(219) Concurrent roots processing
[2020-04-10T21:32:10.568+0000] GC(219) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:32:10.571+0000] GC(219) Concurrent roots processing 3.236ms
[2020-04-10T21:32:10.571+0000] GC(219) Concurrent cleanup
[2020-04-10T21:32:10.571+0000] GC(219) Concurrent cleanup 1998M->1785M(2350M) 0.151ms
[2020-04-10T21:32:10.571+0000] GC(219) Free: 430M, Max: 1024K regular, 39936K humongous, Frag: 91% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:32:10.571+0000] GC(219) Concurrent evacuation
[2020-04-10T21:32:10.571+0000] GC(219) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:32:10.573+0000] GC(219) Concurrent evacuation 1.563ms
[2020-04-10T21:32:10.573+0000] GC(219) Pause Init Update Refs
[2020-04-10T21:32:10.573+0000] GC(219) Pacer for Update Refs. Used: 1801M, Free: 430M, Non-Taxable: 44052K, Alloc Tax Rate: 5.1x
[2020-04-10T21:32:10.573+0000] GC(219) Pause Init Update Refs 0.047ms
[2020-04-10T21:32:10.573+0000] GC(219) Concurrent update references
[2020-04-10T21:32:10.573+0000] GC(219) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:32:10.672+0000] GC(219) Concurrent update references 98.625ms
[2020-04-10T21:32:10.673+0000] GC(219) Pause Final Update Refs
[2020-04-10T21:32:10.673+0000] GC(219) Using 16 of 16 workers for final reference update
[2020-04-10T21:32:10.673+0000] GC(219) Pause Final Update Refs 0.332ms
[2020-04-10T21:32:10.673+0000] GC(219) Concurrent cleanup
[2020-04-10T21:32:10.673+0000] GC(219) Concurrent cleanup 1801M->1683M(2350M) 0.143ms
[2020-04-10T21:32:10.673+0000] Free: 533M, Max: 1024K regular, 67584K humongous, Frag: 88% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:10.673+0000] Metaspace: 276122K(290804K)->276127K(290804K) NonClass: 244678K(254440K)->244682K(254440K) Class: 31443K(36364K)->31444K(36364K)
[2020-04-10T21:32:10.673+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:32:23.603+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:32:23.603+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:23.603+0000] GC(220) Concurrent reset
[2020-04-10T21:32:23.603+0000] GC(220) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:32:23.603+0000] GC(220) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:32:23.603+0000] GC(220) Concurrent reset 0.819ms
[2020-04-10T21:32:23.604+0000] GC(220) Pause Init Mark (process weakrefs)
[2020-04-10T21:32:23.604+0000] GC(220) Using 16 of 16 workers for init marking
[2020-04-10T21:32:23.611+0000] GC(220) Pacer for Mark. Expected Live: 1483M, Free: 234M, Non-Taxable: 24061K, Alloc Tax Rate: 23.2x
[2020-04-10T21:32:23.611+0000] GC(220) Pause Init Mark (process weakrefs) 6.405ms
[2020-04-10T21:32:23.611+0000] GC(220) Concurrent marking (process weakrefs)
[2020-04-10T21:32:23.611+0000] GC(220) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:32:23.821+0000] GC(220) Concurrent marking (process weakrefs) 210.141ms
[2020-04-10T21:32:23.821+0000] GC(220) Concurrent precleaning
[2020-04-10T21:32:23.821+0000] GC(220) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:32:23.821+0000] GC(220) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:32:23.854+0000] GC(220) Concurrent precleaning 33.517ms
[2020-04-10T21:32:23.855+0000] GC(220) Pause Final Mark (process weakrefs)
[2020-04-10T21:32:23.855+0000] GC(220) Using 16 of 16 workers for final marking
[2020-04-10T21:32:23.856+0000] GC(220) Adaptive CSet Selection. Target Free: 332M, Actual Free: 467M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:32:23.857+0000] GC(220) Collectable Garbage: 308M (64%), Immediate: 120M (25%), CSet: 187M (39%)
[2020-04-10T21:32:23.869+0000] GC(220) Pacer for Evacuation. Used CSet: 199M, Free: 360M, Non-Taxable: 36952K, Alloc Tax Rate: 1.4x
[2020-04-10T21:32:23.869+0000] GC(220) Pause Final Mark (process weakrefs) 14.572ms
[2020-04-10T21:32:23.870+0000] GC(220) Concurrent roots processing
[2020-04-10T21:32:23.870+0000] GC(220) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:32:23.873+0000] GC(220) Concurrent roots processing 3.759ms
[2020-04-10T21:32:23.873+0000] GC(220) Concurrent cleanup
[2020-04-10T21:32:23.874+0000] GC(220) Concurrent cleanup 1973M->1852M(2350M) 0.421ms
[2020-04-10T21:32:23.874+0000] GC(220) Free: 360M, Max: 1024K regular, 39936K humongous, Frag: 90% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:32:23.874+0000] GC(220) Concurrent evacuation
[2020-04-10T21:32:23.874+0000] GC(220) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:32:23.876+0000] GC(220) Concurrent evacuation 1.812ms
[2020-04-10T21:32:23.876+0000] GC(220) Pause Init Update Refs
[2020-04-10T21:32:23.876+0000] GC(220) Pacer for Update Refs. Used: 1869M, Free: 360M, Non-Taxable: 36908K, Alloc Tax Rate: 6.3x
[2020-04-10T21:32:23.876+0000] GC(220) Pause Init Update Refs 0.069ms
[2020-04-10T21:32:23.876+0000] GC(220) Concurrent update references
[2020-04-10T21:32:23.876+0000] GC(220) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:32:23.968+0000] GC(220) Concurrent update references 91.433ms
[2020-04-10T21:32:23.968+0000] GC(220) Pause Final Update Refs
[2020-04-10T21:32:23.968+0000] GC(220) Using 16 of 16 workers for final reference update
[2020-04-10T21:32:23.969+0000] GC(220) Pause Final Update Refs 0.314ms
[2020-04-10T21:32:23.969+0000] GC(220) Concurrent cleanup
[2020-04-10T21:32:23.969+0000] GC(220) Concurrent cleanup 1872M->1674M(2350M) 0.151ms
[2020-04-10T21:32:23.969+0000] Free: 542M, Max: 1024K regular, 66560K humongous, Frag: 88% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:32:23.969+0000] Metaspace: 276293K(291188K)->276322K(291188K) NonClass: 244818K(254696K)->244845K(254696K) Class: 31474K(36492K)->31476K(36492K)
[2020-04-10T21:32:23.969+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:00.088+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:33:00.088+0000] Free: 234M, Max: 1024K regular, 39936K humongous, Frag: 84% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:00.088+0000] GC(221) Concurrent reset
[2020-04-10T21:33:00.088+0000] GC(221) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:33:00.088+0000] GC(221) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:33:00.089+0000] GC(221) Concurrent reset 0.924ms
[2020-04-10T21:33:00.090+0000] GC(221) Pause Init Mark
[2020-04-10T21:33:00.090+0000] GC(221) Using 16 of 16 workers for init marking
[2020-04-10T21:33:00.096+0000] GC(221) Pacer for Mark. Expected Live: 1485M, Free: 234M, Non-Taxable: 24035K, Alloc Tax Rate: 23.2x
[2020-04-10T21:33:00.096+0000] GC(221) Pause Init Mark 6.292ms
[2020-04-10T21:33:00.096+0000] GC(221) Concurrent marking
[2020-04-10T21:33:00.096+0000] GC(221) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:33:00.308+0000] GC(221) Concurrent marking 211.521ms
[2020-04-10T21:33:00.308+0000] GC(221) Pause Final Mark
[2020-04-10T21:33:00.308+0000] GC(221) Using 16 of 16 workers for final marking
[2020-04-10T21:33:00.309+0000] GC(221) Adaptive CSet Selection. Target Free: 332M, Actual Free: 482M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:33:00.309+0000] GC(221) Collectable Garbage: 342M (67%), Immediate: 151M (29%), CSet: 191M (37%)
[2020-04-10T21:33:00.322+0000] GC(221) Pacer for Evacuation. Used CSet: 251M, Free: 374M, Non-Taxable: 38378K, Alloc Tax Rate: 1.6x
[2020-04-10T21:33:00.322+0000] GC(221) Pause Final Mark 13.413ms
[2020-04-10T21:33:00.322+0000] GC(221) Concurrent roots processing
[2020-04-10T21:33:00.322+0000] GC(221) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:33:00.326+0000] GC(221) Concurrent roots processing 3.700ms
[2020-04-10T21:33:00.326+0000] GC(221) Concurrent cleanup
[2020-04-10T21:33:00.326+0000] GC(221) Concurrent cleanup 2005M->1853M(2350M) 0.185ms
[2020-04-10T21:33:00.326+0000] GC(221) Free: 373M, Max: 1024K regular, 94208K humongous, Frag: 76% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:33:00.326+0000] GC(221) Concurrent evacuation
[2020-04-10T21:33:00.326+0000] GC(221) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:33:00.334+0000] GC(221) Concurrent evacuation 7.704ms
[2020-04-10T21:33:00.334+0000] GC(221) Pause Init Update Refs
[2020-04-10T21:33:00.334+0000] GC(221) Pacer for Update Refs. Used: 1917M, Free: 372M, Non-Taxable: 38151K, Alloc Tax Rate: 6.3x
[2020-04-10T21:33:00.334+0000] GC(221) Pause Init Update Refs 0.071ms
[2020-04-10T21:33:00.334+0000] GC(221) Concurrent update references
[2020-04-10T21:33:00.334+0000] GC(221) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:33:00.435+0000] GC(221) Concurrent update references 100.301ms
[2020-04-10T21:33:00.435+0000] GC(221) Pause Final Update Refs
[2020-04-10T21:33:00.435+0000] GC(221) Using 16 of 16 workers for final reference update
[2020-04-10T21:33:00.436+0000] GC(221) Pause Final Update Refs 0.427ms
[2020-04-10T21:33:00.436+0000] GC(221) Concurrent cleanup
[2020-04-10T21:33:00.436+0000] GC(221) Concurrent cleanup 1925M->1674M(2350M) 0.152ms
[2020-04-10T21:33:00.436+0000] Free: 551M, Max: 1024K regular, 97280K humongous, Frag: 83% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:00.436+0000] Metaspace: 276504K(291444K)->276509K(291444K) NonClass: 245011K(254952K)->245015K(254952K) Class: 31493K(36492K)->31493K(36492K)
[2020-04-10T21:33:00.436+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:02.934+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:33:02.934+0000] Free: 234M, Max: 1024K regular, 97280K humongous, Frag: 60% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:02.934+0000] GC(222) Concurrent reset
[2020-04-10T21:33:02.934+0000] GC(222) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:33:02.934+0000] GC(222) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:33:02.935+0000] GC(222) Concurrent reset 0.960ms
[2020-04-10T21:33:02.935+0000] GC(222) Pause Init Mark
[2020-04-10T21:33:02.935+0000] GC(222) Using 16 of 16 workers for init marking
[2020-04-10T21:33:02.942+0000] GC(222) Pacer for Mark. Expected Live: 1484M, Free: 234M, Non-Taxable: 24031K, Alloc Tax Rate: 23.2x
[2020-04-10T21:33:02.942+0000] GC(222) Pause Init Mark 6.543ms
[2020-04-10T21:33:02.942+0000] GC(222) Concurrent marking
[2020-04-10T21:33:02.942+0000] GC(222) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:33:03.155+0000] GC(222) Concurrent marking 213.317ms
[2020-04-10T21:33:03.156+0000] GC(222) Pause Final Mark
[2020-04-10T21:33:03.156+0000] GC(222) Using 16 of 16 workers for final marking
[2020-04-10T21:33:03.156+0000] GC(222) Adaptive CSet Selection. Target Free: 332M, Actual Free: 410M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:33:03.157+0000] GC(222) Collectable Garbage: 329M (66%), Immediate: 86016K (16%), CSet: 245M (49%)
[2020-04-10T21:33:03.169+0000] GC(222) Pacer for Evacuation. Used CSet: 272M, Free: 292M, Non-Taxable: 29981K, Alloc Tax Rate: 2.3x
[2020-04-10T21:33:03.169+0000] GC(222) Pause Final Mark 13.744ms
[2020-04-10T21:33:03.170+0000] GC(222) Concurrent roots processing
[2020-04-10T21:33:03.170+0000] GC(222) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:33:03.173+0000] GC(222) Concurrent roots processing 3.183ms
[2020-04-10T21:33:03.173+0000] GC(222) Concurrent cleanup
[2020-04-10T21:33:03.173+0000] GC(222) Concurrent cleanup 2018M->1934M(2350M) 0.147ms
[2020-04-10T21:33:03.173+0000] GC(222) Free: 291M, Max: 1024K regular, 97280K humongous, Frag: 68% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:33:03.173+0000] GC(222) Concurrent evacuation
[2020-04-10T21:33:03.173+0000] GC(222) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:33:03.176+0000] GC(222) Concurrent evacuation 3.035ms
[2020-04-10T21:33:03.176+0000] GC(222) Pause Init Update Refs
[2020-04-10T21:33:03.177+0000] GC(222) Pacer for Update Refs. Used: 1964M, Free: 291M, Non-Taxable: 29877K, Alloc Tax Rate: 8.2x
[2020-04-10T21:33:03.177+0000] GC(222) Pause Init Update Refs 0.057ms
[2020-04-10T21:33:03.177+0000] GC(222) Concurrent update references
[2020-04-10T21:33:03.177+0000] GC(222) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:33:03.276+0000] GC(222) Concurrent update references 99.838ms
[2020-04-10T21:33:03.277+0000] GC(222) Pause Final Update Refs
[2020-04-10T21:33:03.277+0000] GC(222) Using 16 of 16 workers for final reference update
[2020-04-10T21:33:03.277+0000] GC(222) Pause Final Update Refs 0.396ms
[2020-04-10T21:33:03.277+0000] GC(222) Concurrent cleanup
[2020-04-10T21:33:03.278+0000] GC(222) Concurrent cleanup 1975M->1704M(2350M) 0.164ms
[2020-04-10T21:33:03.278+0000] Free: 521M, Max: 1024K regular, 73728K humongous, Frag: 87% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:03.278+0000] Metaspace: 276539K(291444K)->276541K(291444K) NonClass: 245044K(254952K)->245046K(254952K) Class: 31495K(36492K)->31495K(36492K)
[2020-04-10T21:33:03.278+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:06.007+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:33:06.007+0000] Free: 234M, Max: 1024K regular, 73728K humongous, Frag: 70% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:06.007+0000] GC(223) Concurrent reset
[2020-04-10T21:33:06.007+0000] GC(223) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:33:06.007+0000] GC(223) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:33:06.008+0000] GC(223) Concurrent reset 0.894ms
[2020-04-10T21:33:06.009+0000] GC(223) Pause Init Mark
[2020-04-10T21:33:06.009+0000] GC(223) Using 16 of 16 workers for init marking
[2020-04-10T21:33:06.016+0000] GC(223) Pacer for Mark. Expected Live: 1486M, Free: 234M, Non-Taxable: 24040K, Alloc Tax Rate: 23.2x
[2020-04-10T21:33:06.016+0000] GC(223) Pause Init Mark 6.686ms
[2020-04-10T21:33:06.016+0000] GC(223) Concurrent marking
[2020-04-10T21:33:06.016+0000] GC(223) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:33:06.238+0000] GC(223) Concurrent marking 222.564ms
[2020-04-10T21:33:06.239+0000] GC(223) Pause Final Mark
[2020-04-10T21:33:06.239+0000] GC(223) Using 16 of 16 workers for final marking
[2020-04-10T21:33:06.239+0000] GC(223) Adaptive CSet Selection. Target Free: 332M, Actual Free: 377M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:33:06.240+0000] GC(223) Collectable Garbage: 306M (64%), Immediate: 48128K (9%), CSet: 259M (54%)
[2020-04-10T21:33:06.252+0000] GC(223) Pacer for Evacuation. Used CSet: 288M, Free: 260M, Non-Taxable: 26702K, Alloc Tax Rate: 2.7x
[2020-04-10T21:33:06.252+0000] GC(223) Pause Final Mark 13.651ms
[2020-04-10T21:33:06.253+0000] GC(223) Concurrent roots processing
[2020-04-10T21:33:06.253+0000] GC(223) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:33:06.256+0000] GC(223) Concurrent roots processing 3.511ms
[2020-04-10T21:33:06.256+0000] GC(223) Concurrent cleanup
[2020-04-10T21:33:06.256+0000] GC(223) Concurrent cleanup 2013M->1966M(2350M) 0.144ms
[2020-04-10T21:33:06.256+0000] GC(223) Free: 259M, Max: 1024K regular, 73728K humongous, Frag: 72% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:33:06.256+0000] GC(223) Concurrent evacuation
[2020-04-10T21:33:06.256+0000] GC(223) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:33:06.260+0000] GC(223) Concurrent evacuation 3.422ms
[2020-04-10T21:33:06.260+0000] GC(223) Pause Init Update Refs
[2020-04-10T21:33:06.260+0000] GC(223) Pacer for Update Refs. Used: 1999M, Free: 259M, Non-Taxable: 26598K, Alloc Tax Rate: 9.4x
[2020-04-10T21:33:06.260+0000] GC(223) Pause Init Update Refs 0.061ms
[2020-04-10T21:33:06.260+0000] GC(223) Concurrent update references
[2020-04-10T21:33:06.260+0000] GC(223) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:33:06.360+0000] GC(223) Concurrent update references 99.510ms
[2020-04-10T21:33:06.360+0000] GC(223) Pause Final Update Refs
[2020-04-10T21:33:06.360+0000] GC(223) Using 16 of 16 workers for final reference update
[2020-04-10T21:33:06.361+0000] GC(223) Pause Final Update Refs 0.375ms
[2020-04-10T21:33:06.361+0000] GC(223) Concurrent cleanup
[2020-04-10T21:33:06.361+0000] GC(223) Concurrent cleanup 2007M->1720M(2350M) 0.166ms
[2020-04-10T21:33:06.361+0000] Free: 505M, Max: 1024K regular, 64512K humongous, Frag: 88% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:06.361+0000] Metaspace: 276561K(291444K)->276562K(291444K) NonClass: 245066K(254952K)->245067K(254952K) Class: 31495K(36492K)->31495K(36492K)
[2020-04-10T21:33:06.361+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:09.750+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:33:09.750+0000] Free: 234M, Max: 1024K regular, 64512K humongous, Frag: 73% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:09.750+0000] GC(224) Concurrent reset
[2020-04-10T21:33:09.750+0000] GC(224) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:33:09.750+0000] GC(224) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:33:09.751+0000] GC(224) Concurrent reset 0.845ms
[2020-04-10T21:33:09.751+0000] GC(224) Pause Init Mark
[2020-04-10T21:33:09.751+0000] GC(224) Using 16 of 16 workers for init marking
[2020-04-10T21:33:09.758+0000] GC(224) Pacer for Mark. Expected Live: 1492M, Free: 234M, Non-Taxable: 24038K, Alloc Tax Rate: 23.3x
[2020-04-10T21:33:09.758+0000] GC(224) Pause Init Mark 6.456ms
[2020-04-10T21:33:09.758+0000] GC(224) Concurrent marking
[2020-04-10T21:33:09.758+0000] GC(224) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:33:09.974+0000] GC(224) Concurrent marking 216.504ms
[2020-04-10T21:33:09.975+0000] GC(224) Pause Final Mark
[2020-04-10T21:33:09.975+0000] GC(224) Using 16 of 16 workers for final marking
[2020-04-10T21:33:09.976+0000] GC(224) Adaptive CSet Selection. Target Free: 332M, Actual Free: 354M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:33:09.976+0000] GC(224) Collectable Garbage: 285M (62%), Immediate: 18432K (3%), CSet: 267M (58%)
[2020-04-10T21:33:09.989+0000] GC(224) Pacer for Evacuation. Used CSet: 294M, Free: 238M, Non-Taxable: 24448K, Alloc Tax Rate: 3.0x
[2020-04-10T21:33:09.989+0000] GC(224) Pause Final Mark 13.663ms
[2020-04-10T21:33:09.989+0000] GC(224) Concurrent roots processing
[2020-04-10T21:33:09.989+0000] GC(224) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:33:09.992+0000] GC(224) Concurrent roots processing 3.500ms
[2020-04-10T21:33:09.992+0000] GC(224) Concurrent cleanup
[2020-04-10T21:33:09.992+0000] GC(224) Concurrent cleanup 2006M->1988M(2350M) 0.138ms
[2020-04-10T21:33:09.992+0000] GC(224) Free: 237M, Max: 1024K regular, 64512K humongous, Frag: 74% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:33:09.992+0000] GC(224) Concurrent evacuation
[2020-04-10T21:33:09.992+0000] GC(224) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:33:09.995+0000] GC(224) Concurrent evacuation 3.098ms
[2020-04-10T21:33:09.996+0000] GC(224) Pause Init Update Refs
[2020-04-10T21:33:09.996+0000] GC(224) Pacer for Update Refs. Used: 2019M, Free: 237M, Non-Taxable: 24343K, Alloc Tax Rate: 10.4x
[2020-04-10T21:33:09.996+0000] GC(224) Pause Init Update Refs 0.054ms
[2020-04-10T21:33:09.996+0000] GC(224) Concurrent update references
[2020-04-10T21:33:09.996+0000] GC(224) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:33:10.095+0000] GC(224) Concurrent update references 98.721ms
[2020-04-10T21:33:10.095+0000] GC(224) Pause Final Update Refs
[2020-04-10T21:33:10.095+0000] GC(224) Using 16 of 16 workers for final reference update
[2020-04-10T21:33:10.095+0000] GC(224) Pause Final Update Refs 0.383ms
[2020-04-10T21:33:10.096+0000] GC(224) Concurrent cleanup
[2020-04-10T21:33:10.096+0000] GC(224) Concurrent cleanup 2026M->1732M(2350M) 0.154ms
[2020-04-10T21:33:10.096+0000] Free: 493M, Max: 1024K regular, 64512K humongous, Frag: 88% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:10.096+0000] Metaspace: 276587K(291444K)->276588K(291444K) NonClass: 245091K(254952K)->245091K(254952K) Class: 31496K(36492K)->31496K(36492K)
[2020-04-10T21:33:10.096+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:24.872+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:33:24.872+0000] Free: 234M, Max: 1024K regular, 64512K humongous, Frag: 73% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:24.872+0000] GC(225) Concurrent reset
[2020-04-10T21:33:24.872+0000] GC(225) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:33:24.872+0000] GC(225) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:33:24.873+0000] GC(225) Concurrent reset 0.960ms
[2020-04-10T21:33:24.873+0000] GC(225) Pause Init Mark (process weakrefs)
[2020-04-10T21:33:24.873+0000] GC(225) Using 16 of 16 workers for init marking
[2020-04-10T21:33:24.880+0000] GC(225) Pacer for Mark. Expected Live: 1501M, Free: 234M, Non-Taxable: 24034K, Alloc Tax Rate: 23.5x
[2020-04-10T21:33:24.880+0000] GC(225) Pause Init Mark (process weakrefs) 6.563ms
[2020-04-10T21:33:24.880+0000] GC(225) Concurrent marking (process weakrefs)
[2020-04-10T21:33:24.880+0000] GC(225) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:33:25.100+0000] GC(225) Concurrent marking (process weakrefs) 219.969ms
[2020-04-10T21:33:25.100+0000] GC(225) Concurrent precleaning
[2020-04-10T21:33:25.100+0000] GC(225) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:33:25.100+0000] GC(225) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:33:25.135+0000] GC(225) Concurrent precleaning 35.349ms
[2020-04-10T21:33:25.136+0000] GC(225) Pause Final Mark (process weakrefs)
[2020-04-10T21:33:25.136+0000] GC(225) Using 16 of 16 workers for final marking
[2020-04-10T21:33:25.138+0000] GC(225) Adaptive CSet Selection. Target Free: 332M, Actual Free: 495M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:33:25.138+0000] GC(225) Collectable Garbage: 353M (67%), Immediate: 165M (31%), CSet: 188M (36%)
[2020-04-10T21:33:25.151+0000] GC(225) Pacer for Evacuation. Used CSet: 214M, Free: 379M, Non-Taxable: 38886K, Alloc Tax Rate: 1.4x
[2020-04-10T21:33:25.151+0000] GC(225) Pause Final Mark (process weakrefs) 15.206ms
[2020-04-10T21:33:25.151+0000] GC(225) Concurrent roots processing
[2020-04-10T21:33:25.151+0000] GC(225) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:33:25.155+0000] GC(225) Concurrent roots processing 3.501ms
[2020-04-10T21:33:25.155+0000] GC(225) Concurrent cleanup
[2020-04-10T21:33:25.155+0000] GC(225) Concurrent cleanup 2013M->1848M(2350M) 0.152ms
[2020-04-10T21:33:25.155+0000] GC(225) Free: 378M, Max: 1024K regular, 64512K humongous, Frag: 84% external, 0% internal; Reserve: 117M, Max: 1024K
[2020-04-10T21:33:25.155+0000] GC(225) Concurrent evacuation
[2020-04-10T21:33:25.155+0000] GC(225) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:33:25.158+0000] GC(225) Concurrent evacuation 3.561ms
[2020-04-10T21:33:25.159+0000] GC(225) Pause Init Update Refs
[2020-04-10T21:33:25.159+0000] GC(225) Pacer for Update Refs. Used: 1879M, Free: 378M, Non-Taxable: 38728K, Alloc Tax Rate: 6.1x
[2020-04-10T21:33:25.159+0000] GC(225) Pause Init Update Refs 0.055ms
[2020-04-10T21:33:25.159+0000] GC(225) Concurrent update references
[2020-04-10T21:33:25.159+0000] GC(225) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:33:25.261+0000] GC(225) Concurrent update references 101.881ms
[2020-04-10T21:33:25.261+0000] GC(225) Pause Final Update Refs
[2020-04-10T21:33:25.261+0000] GC(225) Using 16 of 16 workers for final reference update
[2020-04-10T21:33:25.262+0000] GC(225) Pause Final Update Refs 0.492ms
[2020-04-10T21:33:25.262+0000] GC(225) Concurrent cleanup
[2020-04-10T21:33:25.262+0000] GC(225) Concurrent cleanup 1887M->1672M(2350M) 0.164ms
[2020-04-10T21:33:25.262+0000] Free: 553M, Max: 1024K regular, 95232K humongous, Frag: 84% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:33:25.262+0000] Metaspace: 276720K(291700K)->276727K(291700K) NonClass: 245212K(255208K)->245218K(255208K) Class: 31508K(36492K)->31508K(36492K)
[2020-04-10T21:33:25.262+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:33:34.756+0000] Cancelling GC: Stopping VM
[2020-04-10T21:33:34.757+0000] Heap
[2020-04-10T21:33:34.757+0000] Shenandoah Heap
[2020-04-10T21:33:34.757+0000] 2350M total, 2350M committed, 1906M used
[2020-04-10T21:33:34.757+0000] 2350 x 1024K regions
[2020-04-10T21:33:34.757+0000] Status: cancelled
[2020-04-10T21:33:34.757+0000] Reserved region:
[2020-04-10T21:33:34.757+0000] - [0x000000076d200000, 0x0000000800000000)
[2020-04-10T21:33:34.757+0000] Collection set:
[2020-04-10T21:33:34.757+0000] - map (vanilla): 0x00007f55cc9a16d2
[2020-04-10T21:33:34.757+0000] - map (biased): 0x00007f55cc99a000
[2020-04-10T21:33:34.757+0000]
[2020-04-10T21:33:34.757+0000] Metaspace used 277647K, capacity 292421K, committed 292720K, reserved 1308672K
[2020-04-10T21:33:34.757+0000] class space used 31597K, capacity 36537K, committed 36620K, reserved 1048576K
[2020-04-10T21:33:34.757+0000]
[2020-04-10T21:33:34.757+0000] GC STATISTICS:
[2020-04-10T21:33:34.757+0000] "(G)" (gross) pauses include VM time: time to notify and block threads, do the pre-
[2020-04-10T21:33:34.757+0000] and post-safepoint housekeeping. Use -Xlog:safepoint+stats to dissect.
[2020-04-10T21:33:34.757+0000] "(N)" (net) pauses are the times spent in the actual GC code.
[2020-04-10T21:33:34.757+0000] "a" is average time for each phase, look at levels to see if average makes sense.
[2020-04-10T21:33:34.757+0000] "lvls" are quantiles: 0% (minimum), 25%, 50% (median), 75%, 100% (maximum).
[2020-04-10T21:33:34.757+0000]
[2020-04-10T21:33:34.757+0000] All times are wall-clock times, except per-root-class counters, that are sum over
[2020-04-10T21:33:34.757+0000] all workers. Dividing the <total> over the root stage time estimates parallelism.
[2020-04-10T21:33:34.757+0000]
[2020-04-10T21:33:34.757+0000] Total Pauses (G) = 5.99 s (a = 6754 us) (n = 887) (lvls, us = 180, 1289, 5371, 11328, 251543)
[2020-04-10T21:33:34.757+0000] Total Pauses (N) = 4.23 s (a = 4772 us) (n = 887) (lvls, us = 45, 215, 1348, 6504, 68281)
[2020-04-10T21:33:34.757+0000] Pause Init Mark (G) = 1.78 s (a = 8007 us) (n = 222) (lvls, us = 1055, 6055, 6543, 7012, 251540)
[2020-04-10T21:33:34.757+0000] Pause Init Mark (N) = 1.16 s (a = 5229 us) (n = 222) (lvls, us = 746, 4863, 5527, 5840, 13193)
[2020-04-10T21:33:34.757+0000] Make Parsable = 0.01 s (a = 46 us) (n = 223) (lvls, us = 9, 34, 40, 55, 119)
[2020-04-10T21:33:34.757+0000] Update Region States = 0.02 s (a = 101 us) (n = 223) (lvls, us = 79, 88, 96, 107, 225)
[2020-04-10T21:33:34.757+0000] Scan Roots = 1.10 s (a = 4942 us) (n = 223) (lvls, us = 584, 4531, 5273, 5586, 12969)
[2020-04-10T21:33:34.757+0000] S: <total> = 11.53 s (a = 51712 us) (n = 223) (lvls, us = 2539, 47070, 56055, 60742, 77525)
[2020-04-10T21:33:34.757+0000] S: Thread Roots = 0.74 s (a = 3339 us) (n = 223) (lvls, us = 502, 2188, 2812, 3379, 28464)
[2020-04-10T21:33:34.757+0000] S: Universe Roots = 0.00 s (a = 3 us) (n = 223) (lvls, us = 2, 2, 3, 3, 34)
[2020-04-10T21:33:34.757+0000] S: JNI Handles Roots = 0.00 s (a = 11 us) (n = 223) (lvls, us = 5, 8, 9, 10, 123)
[2020-04-10T21:33:34.757+0000] S: VM Global Roots = 0.00 s (a = 1 us) (n = 223) (lvls, us = 0, 1, 1, 1, 12)
[2020-04-10T21:33:34.757+0000] S: Synchronizer Roots = 0.00 s (a = 0 us) (n = 223) (lvls, us = 0, 0, 0, 0, 1)
[2020-04-10T21:33:34.757+0000] S: Management Roots = 0.00 s (a = 2 us) (n = 223) (lvls, us = 1, 2, 2, 2, 74)
[2020-04-10T21:33:34.757+0000] S: System Dict Roots = 0.01 s (a = 22 us) (n = 223) (lvls, us = 10, 18, 19, 21, 365)
[2020-04-10T21:33:34.757+0000] S: CLDG Roots = 10.77 s (a = 48316 us) (n = 223) (lvls, us = 1992, 44141, 53125, 57617, 75952)
[2020-04-10T21:33:34.757+0000] S: JVMTI Roots = 0.00 s (a = 17 us) (n = 223) (lvls, us = 0, 16, 17, 19, 56)
[2020-04-10T21:33:34.757+0000] Resize TLABs = 0.01 s (a = 23 us) (n = 223) (lvls, us = 2, 20, 21, 24, 48)
[2020-04-10T21:33:34.757+0000] Pause Final Mark (G) = 3.13 s (a = 14170 us) (n = 221) (lvls, us = 2207, 13477, 14258, 15039, 29398)
[2020-04-10T21:33:34.757+0000] Pause Final Mark (N) = 2.76 s (a = 12468 us) (n = 221) (lvls, us = 1973, 12109, 13086, 13672, 19408)
[2020-04-10T21:33:34.757+0000] Finish Queues = 0.18 s (a = 823 us) (n = 223) (lvls, us = 271, 451, 506, 611, 36691)
[2020-04-10T21:33:34.757+0000] Weak References = 0.06 s (a = 1312 us) (n = 47) (lvls, us = 41, 949, 1191, 1484, 2882)
[2020-04-10T21:33:34.757+0000] Process = 0.06 s (a = 1303 us) (n = 47) (lvls, us = 34, 941, 1172, 1465, 2875)
[2020-04-10T21:33:34.757+0000] System Purge = 0.05 s (a = 219 us) (n = 223) (lvls, us = 111, 203, 213, 225, 816)
[2020-04-10T21:33:34.757+0000] Parallel Cleanup = 0.05 s (a = 219 us) (n = 223) (lvls, us = 111, 203, 213, 223, 816)
[2020-04-10T21:33:34.757+0000] Update Region States = 0.02 s (a = 88 us) (n = 223) (lvls, us = 65, 70, 76, 86, 1438)
[2020-04-10T21:33:34.757+0000] Retire TLABs = 0.01 s (a = 37 us) (n = 223) (lvls, us = 5, 30, 33, 38, 155)
[2020-04-10T21:33:34.757+0000] Choose Collection Set = 0.05 s (a = 226 us) (n = 223) (lvls, us = 87, 205, 213, 225, 1137)
[2020-04-10T21:33:34.757+0000] Rebuild Free Set = 0.00 s (a = 13 us) (n = 223) (lvls, us = 10, 12, 12, 13, 81)
[2020-04-10T21:33:34.757+0000] Initial Evacuation = 2.41 s (a = 10804 us) (n = 223) (lvls, us = 7, 10547, 11719, 12109, 18357)
[2020-04-10T21:33:34.757+0000] E: <total> = 20.50 s (a = 92765 us) (n = 221) (lvls, us = 6367, 89648, 99609, 105469, 117701)
[2020-04-10T21:33:34.757+0000] E: Thread Roots = 0.51 s (a = 2291 us) (n = 221) (lvls, us = 164, 1699, 2070, 2402, 7773)
[2020-04-10T21:33:34.757+0000] E: Code Cache Roots = 11.20 s (a = 50670 us) (n = 221) (lvls, us = 2891, 51563, 54102, 55859, 63280)
[2020-04-10T21:33:34.757+0000] E: Universe Roots = 0.00 s (a = 2 us) (n = 221) (lvls, us = 1, 1, 1, 1, 32)
[2020-04-10T21:33:34.757+0000] E: JVMTI Weak Roots = 0.00 s (a = 1 us) (n = 221) (lvls, us = 0, 1, 1, 1, 28)
[2020-04-10T21:33:34.757+0000] E: JFR Weak Roots = 0.00 s (a = 0 us) (n = 221) (lvls, us = 0, 0, 0, 0, 1)
[2020-04-10T21:33:34.757+0000] E: Synchronizer Roots = 0.00 s (a = 0 us) (n = 221) (lvls, us = 0, 0, 0, 0, 1)
[2020-04-10T21:33:34.757+0000] E: Management Roots = 0.00 s (a = 6 us) (n = 221) (lvls, us = 1, 1, 2, 2, 226)
[2020-04-10T21:33:34.757+0000] E: System Dict Roots = 0.00 s (a = 16 us) (n = 221) (lvls, us = 5, 13, 16, 18, 37)
[2020-04-10T21:33:34.757+0000] E: CLDG Roots = 8.79 s (a = 39762 us) (n = 221) (lvls, us = 1797, 34961, 42969, 47656, 61982)
[2020-04-10T21:33:34.757+0000] E: JVMTI Roots = 0.00 s (a = 15 us) (n = 221) (lvls, us = 1, 13, 15, 18, 27)
[2020-04-10T21:33:34.757+0000] Pause Init Update Refs (G) = 0.43 s (a = 1936 us) (n = 221) (lvls, us = 180, 992, 1152, 1348, 44175)
[2020-04-10T21:33:34.757+0000] Pause Init Update Refs (N) = 0.02 s (a = 97 us) (n = 221) (lvls, us = 45, 84, 92, 102, 216)
[2020-04-10T21:33:34.757+0000] Retire GCLABs = 0.00 s (a = 20 us) (n = 223) (lvls, us = 6, 17, 19, 21, 71)
[2020-04-10T21:33:34.757+0000] Prepare = 0.00 s (a = 22 us) (n = 223) (lvls, us = 4, 18, 20, 22, 61)
[2020-04-10T21:33:34.757+0000] Pause Final Update Refs (G) = 0.45 s (a = 2041 us) (n = 219) (lvls, us = 459, 1230, 1445, 1719, 23983)
[2020-04-10T21:33:34.757+0000] Pause Final Update Refs (N) = 0.11 s (a = 486 us) (n = 219) (lvls, us = 285, 398, 443, 502, 1191)
[2020-04-10T21:33:34.757+0000] Finish Work = 0.10 s (a = 25121 us) (n = 4) (lvls, us = 9961, 9961, 16992, 36328, 36923)
[2020-04-10T21:33:34.757+0000] Update Roots = 0.07 s (a = 297 us) (n = 219) (lvls, us = 100, 230, 266, 311, 938)
[2020-04-10T21:33:34.757+0000] UR: <total> = 0.46 s (a = 2084 us) (n = 219) (lvls, us = 164, 1484, 1836, 2148, 7090)
[2020-04-10T21:33:34.757+0000] UR: Thread Roots = 0.46 s (a = 2084 us) (n = 219) (lvls, us = 164, 1484, 1836, 2148, 7090)
[2020-04-10T21:33:34.757+0000] Update Region States = 0.02 s (a = 85 us) (n = 223) (lvls, us = 66, 72, 77, 87, 632)
[2020-04-10T21:33:34.757+0000] Trash Collection Set = 0.00 s (a = 16 us) (n = 223) (lvls, us = 7, 12, 14, 18, 44)
[2020-04-10T21:33:34.757+0000] Rebuild Free Set = 0.01 s (a = 24 us) (n = 223) (lvls, us = 16, 21, 23, 24, 49)
[2020-04-10T21:33:34.757+0000] Pause Degenerated GC (G) = 0.21 s (a = 51324 us) (n = 4) (lvls, us = 19141, 19141, 46680, 59961, 79241)
[2020-04-10T21:33:34.757+0000] Pause Degenerated GC (N) = 0.19 s (a = 47155 us) (n = 4) (lvls, us = 18164, 18164, 45508, 56445, 68281)
[2020-04-10T21:33:34.757+0000] Degen Update Roots = 0.02 s (a = 5671 us) (n = 4) (lvls, us = 2773, 2773, 3242, 7891, 8731)
[2020-04-10T21:33:34.757+0000] DU: <total> = 0.29 s (a = 73739 us) (n = 4) (lvls, us = 36719, 36719, 43750, 101562, 112064)
[2020-04-10T21:33:34.757+0000] DU: Thread Roots = 0.01 s (a = 3602 us) (n = 4) (lvls, us = 1660, 1660, 2246, 4062, 6405)
[2020-04-10T21:33:34.757+0000] DU: Code Cache Roots = 0.15 s (a = 37019 us) (n = 4) (lvls, us = 18164, 18164, 23242, 52344, 53965)
[2020-04-10T21:33:34.757+0000] DU: Universe Roots = 0.00 s (a = 1 us) (n = 4) (lvls, us = 1, 1, 1, 1, 2)
[2020-04-10T21:33:34.757+0000] DU: JNI Handles Roots = 0.00 s (a = 5 us) (n = 4) (lvls, us = 5, 5, 5, 6, 6)
[2020-04-10T21:33:34.757+0000] DU: JVMTI Weak Roots = 0.00 s (a = 1 us) (n = 4) (lvls, us = 1, 1, 1, 1, 1)
[2020-04-10T21:33:34.757+0000] DU: JFR Weak Roots = 0.00 s (a = 1 us) (n = 4) (lvls, us = 1, 1, 1, 1, 1)
[2020-04-10T21:33:34.757+0000] DU: JNI Weak Roots = 0.00 s (a = 5 us) (n = 4) (lvls, us = 3, 3, 4, 5, 9)
[2020-04-10T21:33:34.757+0000] DU: String Table Roots = 0.01 s (a = 2228 us) (n = 4) (lvls, us = 1719, 1719, 1875, 2559, 2727)
[2020-04-10T21:33:34.757+0000] DU: Resolved Table Roots = 0.00 s (a = 82 us) (n = 4) (lvls, us = 38, 38, 43, 115, 132)
[2020-04-10T21:33:34.757+0000] DU: VM Global Roots = 0.00 s (a = 1 us) (n = 4) (lvls, us = 0, 0, 1, 1, 1)
[2020-04-10T21:33:34.757+0000] DU: VM Weak Roots = 0.00 s (a = 377 us) (n = 4) (lvls, us = 150, 150, 213, 537, 606)
[2020-04-10T21:33:34.757+0000] DU: Synchronizer Roots = 0.00 s (a = 0 us) (n = 4) (lvls, us = 0, 0, 0, 0, 1)
[2020-04-10T21:33:34.757+0000] DU: Management Roots = 0.00 s (a = 2 us) (n = 4) (lvls, us = 2, 2, 2, 2, 3)
[2020-04-10T21:33:34.757+0000] DU: System Dict Roots = 0.00 s (a = 11 us) (n = 4) (lvls, us = 8, 8, 9, 13, 15)
[2020-04-10T21:33:34.757+0000] DU: CLDG Roots = 0.12 s (a = 30383 us) (n = 4) (lvls, us = 11719, 11719, 12500, 44531, 52554)
[2020-04-10T21:33:34.758+0000] DU: JVMTI Roots = 0.00 s (a = 19 us) (n = 4) (lvls, us = 12, 12, 14, 25, 27)
[2020-04-10T21:33:34.758+0000] Concurrent Reset = 0.27 s (a = 1204 us) (n = 222) (lvls, us = 611, 881, 936, 1074, 24489)
[2020-04-10T21:33:34.758+0000] Concurrent Marking = 40.77 s (a = 183626 us) (n = 222) (lvls, us = 14453, 154297, 187500, 216797, 255374)
[2020-04-10T21:33:34.758+0000] Concurrent Precleaning = 1.39 s (a = 30117 us) (n = 46) (lvls, us = 674, 20312, 26953, 40625, 53738)
[2020-04-10T21:33:34.758+0000] Concurrent Roots = 0.80 s (a = 3627 us) (n = 221) (lvls, us = 502, 3164, 3438, 3770, 17020)
[2020-04-10T21:33:34.758+0000] Concurrent Evacuation = 2.70 s (a = 12223 us) (n = 221) (lvls, us = 1582, 5957, 8301, 11914, 353577)
[2020-04-10T21:33:34.758+0000] Concurrent Update Refs = 22.55 s (a = 102031 us) (n = 221) (lvls, us = 8691, 86133, 101562, 115234, 216214)
[2020-04-10T21:33:34.758+0000] Concurrent Cleanup = 0.09 s (a = 195 us) (n = 440) (lvls, us = 129, 162, 180, 205, 817)
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] Under allocation pressure, concurrent cycles may cancel, and either continue cycle
[2020-04-10T21:33:34.758+0000] under stop-the-world pause or result in stop-the-world Full GC. Increase heap size,
[2020-04-10T21:33:34.758+0000] tune GC heuristics, set more aggressive pacing delay, or lower allocation rate
[2020-04-10T21:33:34.758+0000] to avoid Degenerated and Full GC cycles.
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] 219 successful concurrent GCs
[2020-04-10T21:33:34.758+0000] 0 invoked explicitly
[2020-04-10T21:33:34.758+0000] 0 invoked implicitly
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] 4 Degenerated GCs
[2020-04-10T21:33:34.758+0000] 4 caused by allocation failure
[2020-04-10T21:33:34.758+0000] 1 happened at Outside of Cycle
[2020-04-10T21:33:34.758+0000] 1 happened at Mark
[2020-04-10T21:33:34.758+0000] 2 happened at Update Refs
[2020-04-10T21:33:34.758+0000] 0 upgraded to Full GC
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] 0 Full GCs
[2020-04-10T21:33:34.758+0000] 0 invoked explicitly
[2020-04-10T21:33:34.758+0000] 0 invoked implicitly
[2020-04-10T21:33:34.758+0000] 0 caused by allocation failure
[2020-04-10T21:33:34.758+0000] 0 upgraded from Degenerated GC
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] ALLOCATION PACING:
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] Max pacing delay is set for 10 ms.
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] Higher delay would prevent application outpacing the GC, but it will hide the GC latencies
[2020-04-10T21:33:34.758+0000] from the STW pause times. Pacing affects the individual threads, and so it would also be
[2020-04-10T21:33:34.758+0000] invisible to the usual profiling tools, but would add up to end-to-end application latency.
[2020-04-10T21:33:34.758+0000] Raise max pacing delay with care.
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] Actual pacing delays histogram:
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] From - To Count Sum
[2020-04-10T21:33:34.758+0000] 1 ms - 2 ms: 15774 7887 ms
[2020-04-10T21:33:34.758+0000] 2 ms - 4 ms: 5221 5221 ms
[2020-04-10T21:33:34.758+0000] 4 ms - 8 ms: 3608 7216 ms
[2020-04-10T21:33:34.758+0000] 8 ms - 16 ms: 40256 161024 ms
[2020-04-10T21:33:34.758+0000] 16 ms - 32 ms: 2324 18592 ms
[2020-04-10T21:33:34.758+0000] 32 ms - 64 ms: 181 2896 ms
[2020-04-10T21:33:34.758+0000] 64 ms - 128 ms: 32 1024 ms
[2020-04-10T21:33:34.758+0000] Total: 67396 203860 ms
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000] Pacing delays are measured from entering the pacing code till exiting it. Therefore,
[2020-04-10T21:33:34.758+0000] observed pacing delays may be higher than the threshold when paced thread spent more
[2020-04-10T21:33:34.758+0000] time in the pacing code. It usually happens when thread is de-scheduled while paced,
[2020-04-10T21:33:34.758+0000] OS takes longer to unblock the thread, or JVM experiences an STW pause.
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:33:34.758+0000]
[2020-04-10T21:19:35.029+0000] Regions: 2350 x 1024K
[2020-04-10T21:19:35.029+0000] Humongous object threshold: 1024K
[2020-04-10T21:19:35.029+0000] Max TLAB size: 1024K
[2020-04-10T21:19:35.030+0000] GC threads: 16 parallel, 8 concurrent
[2020-04-10T21:19:35.030+0000] Reference processing: parallel
[2020-04-10T21:19:35.030+0000] Heuristics ergonomically sets -XX:+ShenandoahImplicitGCInvokesConcurrent
[2020-04-10T21:19:35.030+0000] Shenandoah GC mode: Normal
[2020-04-10T21:19:35.030+0000] Shenandoah heuristics: adaptive
[2020-04-10T21:19:35.030+0000] Heap address: 0x000000076d200000, size: 2350 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
[2020-04-10T21:19:35.031+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:35.031+0000] Initialize Shenandoah heap: 1007M initial, 7168K min, 2350M max
[2020-04-10T21:19:35.031+0000] Safepointing mechanism: thread-local poll
[2020-04-10T21:19:35.031+0000] Using Shenandoah
[2020-04-10T21:19:36.388+0000] Trigger: Metadata GC Threshold
[2020-04-10T21:19:36.389+0000] Free: 2061M, Max: 1024K regular, 2061M humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:36.389+0000] GC(0) Concurrent reset
[2020-04-10T21:19:36.390+0000] GC(0) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:36.390+0000] GC(0) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:36.390+0000] GC(0) Concurrent reset 1.220ms
[2020-04-10T21:19:36.390+0000] GC(0) Pause Init Mark (process weakrefs) (unload classes)
[2020-04-10T21:19:36.394+0000] GC(0) Using 16 of 16 workers for init marking
[2020-04-10T21:19:36.396+0000] GC(0) Pacer for Mark. Expected Live: 235M, Free: 2061M, Non-Taxable: 206M, Alloc Tax Rate: 0.4x
[2020-04-10T21:19:36.396+0000] GC(0) Pause Init Mark (process weakrefs) (unload classes) 5.833ms
[2020-04-10T21:19:36.396+0000] GC(0) Concurrent marking (process weakrefs) (unload classes)
[2020-04-10T21:19:36.396+0000] GC(0) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:36.405+0000] GC(0) Concurrent marking (process weakrefs) (unload classes) 8.584ms
[2020-04-10T21:19:36.405+0000] GC(0) Concurrent precleaning
[2020-04-10T21:19:36.405+0000] GC(0) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:19:36.405+0000] GC(0) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:19:36.405+0000] GC(0) Concurrent precleaning 0.329ms
[2020-04-10T21:19:36.406+0000] GC(0) Pause Final Mark (process weakrefs) (unload classes)
[2020-04-10T21:19:36.406+0000] GC(0) Using 16 of 16 workers for final marking
[2020-04-10T21:19:36.407+0000] GC(0) Adaptive CSet Selection. Target Free: 332M, Actual Free: 2192M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:36.407+0000] GC(0) Collectable Garbage: 160M (100%), Immediate: 15360K (9%), CSet: 145M (90%)
[2020-04-10T21:19:36.407+0000] GC(0) Pacer for Evacuation. Used CSet: 156M, Free: 2074M, Non-Taxable: 207M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:36.407+0000] GC(0) Pause Final Mark (process weakrefs) (unload classes) 1.091ms
[2020-04-10T21:19:36.407+0000] GC(0) Concurrent roots processing
[2020-04-10T21:19:36.407+0000] GC(0) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:36.413+0000] GC(0) Concurrent roots processing 5.606ms
[2020-04-10T21:19:36.413+0000] GC(0) Concurrent cleanup
[2020-04-10T21:19:36.413+0000] GC(0) Concurrent cleanup 177M->162M(1010M) 0.142ms
[2020-04-10T21:19:36.413+0000] GC(0) Free: 2072M, Max: 1024K regular, 2057M humongous, Frag: 1% external, 0% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:19:36.413+0000] GC(0) Concurrent evacuation
[2020-04-10T21:19:36.413+0000] GC(0) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:36.416+0000] GC(0) Concurrent evacuation 3.010ms
[2020-04-10T21:19:36.416+0000] GC(0) Pause Init Update Refs
[2020-04-10T21:19:36.416+0000] GC(0) Pacer for Update Refs. Used: 175M, Free: 2071M, Non-Taxable: 207M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:36.416+0000] GC(0) Pause Init Update Refs 0.056ms
[2020-04-10T21:19:36.416+0000] GC(0) Concurrent update references
[2020-04-10T21:19:36.416+0000] GC(0) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:36.419+0000] GC(0) Concurrent update references 2.524ms
[2020-04-10T21:19:36.419+0000] GC(0) Pause Final Update Refs
[2020-04-10T21:19:36.419+0000] GC(0) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:36.419+0000] GC(0) Pause Final Update Refs 0.295ms
[2020-04-10T21:19:36.419+0000] GC(0) Concurrent cleanup
[2020-04-10T21:19:36.419+0000] GC(0) Concurrent cleanup 176M->20M(1022M) 0.145ms
[2020-04-10T21:19:36.419+0000] Free: 2211M, Max: 1024K regular, 2042M humongous, Frag: 8% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:36.419+0000] Metaspace: 20330K(21376K)->20564K(21628K) NonClass: 18002K(18688K)->18211K(18940K) Class: 2328K(2688K)->2352K(2688K)
[2020-04-10T21:19:36.419+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:38.096+0000] Trigger: Metadata GC Threshold
[2020-04-10T21:19:38.096+0000] Free: 1754M, Max: 1024K regular, 1754M humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:38.096+0000] GC(1) Concurrent reset
[2020-04-10T21:19:38.096+0000] GC(1) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:38.096+0000] GC(1) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:38.097+0000] GC(1) Concurrent reset 1.476ms
[2020-04-10T21:19:38.098+0000] GC(1) Pause Init Mark (unload classes)
[2020-04-10T21:19:38.098+0000] GC(1) Using 16 of 16 workers for init marking
[2020-04-10T21:19:38.100+0000] GC(1) Pacer for Mark. Expected Live: 10991K, Free: 1754M, Non-Taxable: 175M, Alloc Tax Rate: 0.0x
[2020-04-10T21:19:38.100+0000] GC(1) Pause Init Mark (unload classes) 1.887ms
[2020-04-10T21:19:38.100+0000] GC(1) Concurrent marking (unload classes)
[2020-04-10T21:19:38.100+0000] GC(1) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:38.116+0000] GC(1) Concurrent marking (unload classes) 15.668ms
[2020-04-10T21:19:38.116+0000] GC(1) Pause Final Mark (unload classes)
[2020-04-10T21:19:38.116+0000] GC(1) Using 16 of 16 workers for final marking
[2020-04-10T21:19:38.116+0000] GC(1) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1902M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:38.116+0000] GC(1) Collectable Garbage: 417M (99%), Immediate: 33463K (7%), CSet: 384M (91%)
[2020-04-10T21:19:38.117+0000] GC(1) Pacer for Evacuation. Used CSet: 427M, Free: 1786M, Non-Taxable: 178M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:38.117+0000] GC(1) Pause Final Mark (unload classes) 0.805ms
[2020-04-10T21:19:38.117+0000] GC(1) Concurrent roots processing
[2020-04-10T21:19:38.117+0000] GC(1) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:38.119+0000] GC(1) Concurrent roots processing 2.519ms
[2020-04-10T21:19:38.119+0000] GC(1) Concurrent cleanup
[2020-04-10T21:19:38.119+0000] GC(1) Concurrent cleanup 481M->448M(1025M) 0.130ms
[2020-04-10T21:19:38.119+0000] GC(1) Free: 1785M, Max: 1024K regular, 1751M humongous, Frag: 2% external, 0% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:19:38.119+0000] GC(1) Concurrent evacuation
[2020-04-10T21:19:38.119+0000] GC(1) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:38.132+0000] GC(1) Concurrent evacuation 12.601ms
[2020-04-10T21:19:38.132+0000] GC(1) Pause Init Update Refs
[2020-04-10T21:19:38.132+0000] GC(1) Pacer for Update Refs. Used: 495M, Free: 1784M, Non-Taxable: 178M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:38.132+0000] GC(1) Pause Init Update Refs 0.048ms
[2020-04-10T21:19:38.132+0000] GC(1) Concurrent update references
[2020-04-10T21:19:38.133+0000] GC(1) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:38.141+0000] GC(1) Concurrent update references 8.934ms
[2020-04-10T21:19:38.142+0000] GC(1) Pause Final Update Refs
[2020-04-10T21:19:38.142+0000] GC(1) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:38.142+0000] GC(1) Pause Final Update Refs 0.281ms
[2020-04-10T21:19:38.142+0000] GC(1) Concurrent cleanup
[2020-04-10T21:19:38.142+0000] GC(1) Concurrent cleanup 497M->69M(1071M) 0.165ms
[2020-04-10T21:19:38.142+0000] Free: 2161M, Max: 1024K regular, 1710M humongous, Frag: 21% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:38.142+0000] Metaspace: 35220K(36220K)->35880K(36860K) NonClass: 31263K(31996K)->31866K(32508K) Class: 3957K(4224K)->4013K(4352K)
[2020-04-10T21:19:38.142+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:39.790+0000] Trigger: Metadata GC Threshold
[2020-04-10T21:19:39.790+0000] Free: 1739M, Max: 1024K regular, 1710M humongous, Frag: 2% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:39.790+0000] GC(2) Concurrent reset
[2020-04-10T21:19:39.790+0000] GC(2) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:39.790+0000] GC(2) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:39.791+0000] GC(2) Concurrent reset 0.593ms
[2020-04-10T21:19:39.791+0000] GC(2) Pause Init Mark (unload classes)
[2020-04-10T21:19:39.791+0000] GC(2) Using 16 of 16 workers for init marking
[2020-04-10T21:19:39.793+0000] GC(2) Pacer for Mark. Expected Live: 34949K, Free: 1739M, Non-Taxable: 173M, Alloc Tax Rate: 0.1x
[2020-04-10T21:19:39.793+0000] GC(2) Pause Init Mark (unload classes) 1.742ms
[2020-04-10T21:19:39.793+0000] GC(2) Concurrent marking (unload classes)
[2020-04-10T21:19:39.793+0000] GC(2) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:39.806+0000] GC(2) Concurrent marking (unload classes) 13.328ms
[2020-04-10T21:19:39.807+0000] GC(2) Pause Final Mark (unload classes)
[2020-04-10T21:19:39.807+0000] GC(2) Using 16 of 16 workers for final marking
[2020-04-10T21:19:39.807+0000] GC(2) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1984M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:39.807+0000] GC(2) Collectable Garbage: 421M (99%), Immediate: 129M (30%), CSet: 291M (68%)
[2020-04-10T21:19:39.808+0000] GC(2) Pacer for Evacuation. Used CSet: 306M, Free: 1867M, Non-Taxable: 186M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:39.808+0000] GC(2) Pause Final Mark (unload classes) 0.778ms
[2020-04-10T21:19:39.808+0000] GC(2) Concurrent roots processing
[2020-04-10T21:19:39.808+0000] GC(2) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:39.810+0000] GC(2) Concurrent roots processing 2.616ms
[2020-04-10T21:19:39.810+0000] GC(2) Concurrent cleanup
[2020-04-10T21:19:39.810+0000] GC(2) Concurrent cleanup 495M->366M(1071M) 0.138ms
[2020-04-10T21:19:39.810+0000] GC(2) Free: 1866M, Max: 1024K regular, 1710M humongous, Frag: 9% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:19:39.810+0000] GC(2) Concurrent evacuation
[2020-04-10T21:19:39.810+0000] GC(2) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:39.816+0000] GC(2) Concurrent evacuation 5.923ms
[2020-04-10T21:19:39.817+0000] GC(2) Pause Init Update Refs
[2020-04-10T21:19:39.817+0000] GC(2) Pacer for Update Refs. Used: 383M, Free: 1866M, Non-Taxable: 186M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:39.817+0000] GC(2) Pause Init Update Refs 0.043ms
[2020-04-10T21:19:39.817+0000] GC(2) Concurrent update references
[2020-04-10T21:19:39.817+0000] GC(2) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:39.824+0000] GC(2) Concurrent update references 7.263ms
[2020-04-10T21:19:39.826+0000] GC(2) Pause Final Update Refs
[2020-04-10T21:19:39.826+0000] GC(2) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:39.827+0000] GC(2) Pause Final Update Refs 0.464ms
[2020-04-10T21:19:39.827+0000] GC(2) Concurrent cleanup
[2020-04-10T21:19:39.827+0000] GC(2) Concurrent cleanup 384M->78M(1082M) 0.160ms
[2020-04-10T21:19:39.827+0000] Free: 2152M, Max: 1024K regular, 1729M humongous, Frag: 20% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:39.827+0000] Metaspace: 60421K(61692K)->60864K(62024K) NonClass: 53959K(54908K)->54344K(55164K) Class: 6462K(6784K)->6520K(6860K)
[2020-04-10T21:19:39.827+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:42.174+0000] Trigger: Learning 4 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:19:42.174+0000] Free: 1644M, Max: 1024K regular, 1644M humongous, Frag: 0% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:42.174+0000] GC(3) Concurrent reset
[2020-04-10T21:19:42.174+0000] GC(3) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:42.174+0000] GC(3) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:42.175+0000] GC(3) Concurrent reset 0.587ms
[2020-04-10T21:19:42.175+0000] GC(3) Pause Init Mark (unload classes)
[2020-04-10T21:19:42.175+0000] GC(3) Using 16 of 16 workers for init marking
[2020-04-10T21:19:42.176+0000] GC(3) Pacer for Mark. Expected Live: 46645K, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.1x
[2020-04-10T21:19:42.176+0000] GC(3) Pause Init Mark (unload classes) 0.927ms
[2020-04-10T21:19:42.176+0000] GC(3) Concurrent marking (unload classes)
[2020-04-10T21:19:42.176+0000] GC(3) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:42.195+0000] GC(3) Concurrent marking (unload classes) 18.366ms
[2020-04-10T21:19:42.195+0000] GC(3) Pause Final Mark (unload classes)
[2020-04-10T21:19:42.195+0000] GC(3) Using 16 of 16 workers for final marking
[2020-04-10T21:19:42.195+0000] GC(3) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1762M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:42.196+0000] GC(3) Collectable Garbage: 491M (99%), Immediate: 3072K (0%), CSet: 488M (98%)
[2020-04-10T21:19:42.196+0000] GC(3) Pacer for Evacuation. Used CSet: 515M, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:42.196+0000] GC(3) Pause Final Mark (unload classes) 1.032ms
[2020-04-10T21:19:42.196+0000] GC(3) Concurrent roots processing
[2020-04-10T21:19:42.196+0000] GC(3) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:42.199+0000] GC(3) Concurrent roots processing 2.989ms
[2020-04-10T21:19:42.199+0000] GC(3) Concurrent cleanup
[2020-04-10T21:19:42.199+0000] GC(3) Concurrent cleanup 592M->589M(1082M) 0.131ms
[2020-04-10T21:19:42.199+0000] GC(3) Free: 1643M, Max: 1024K regular, 1640M humongous, Frag: 1% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:19:42.199+0000] GC(3) Concurrent evacuation
[2020-04-10T21:19:42.199+0000] GC(3) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:42.207+0000] GC(3) Concurrent evacuation 7.533ms
[2020-04-10T21:19:42.207+0000] GC(3) Pause Init Update Refs
[2020-04-10T21:19:42.207+0000] GC(3) Pacer for Update Refs. Used: 620M, Free: 1642M, Non-Taxable: 164M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:42.207+0000] GC(3) Pause Init Update Refs 0.039ms
[2020-04-10T21:19:42.207+0000] GC(3) Concurrent update references
[2020-04-10T21:19:42.207+0000] GC(3) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:42.218+0000] GC(3) Concurrent update references 10.656ms
[2020-04-10T21:19:42.218+0000] GC(3) Pause Final Update Refs
[2020-04-10T21:19:42.218+0000] GC(3) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:42.218+0000] GC(3) Pause Final Update Refs 0.325ms
[2020-04-10T21:19:42.218+0000] GC(3) Concurrent cleanup
[2020-04-10T21:19:42.219+0000] GC(3) Concurrent cleanup 625M->109M(1105M) 0.169ms
[2020-04-10T21:19:42.219+0000] Free: 2121M, Max: 1024K regular, 1611M humongous, Frag: 25% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:42.219+0000] Metaspace: 81527K(83400K)->81628K(83400K) NonClass: 73083K(74492K)->73175K(74492K) Class: 8444K(8908K)->8453K(8908K)
[2020-04-10T21:19:42.219+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:44.333+0000] Trigger: Learning 5 of 5. Free (1644M) is below initial threshold (1645M)
[2020-04-10T21:19:44.333+0000] Free: 1644M, Max: 1024K regular, 1611M humongous, Frag: 3% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:44.334+0000] GC(4) Concurrent reset
[2020-04-10T21:19:44.334+0000] GC(4) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:44.334+0000] GC(4) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:44.334+0000] GC(4) Concurrent reset 0.631ms
[2020-04-10T21:19:44.334+0000] GC(4) Pause Init Mark (unload classes)
[2020-04-10T21:19:44.334+0000] GC(4) Using 16 of 16 workers for init marking
[2020-04-10T21:19:44.336+0000] GC(4) Pacer for Mark. Expected Live: 58844K, Free: 1644M, Non-Taxable: 164M, Alloc Tax Rate: 0.1x
[2020-04-10T21:19:44.336+0000] GC(4) Pause Init Mark (unload classes) 1.661ms
[2020-04-10T21:19:44.336+0000] GC(4) Concurrent marking (unload classes)
[2020-04-10T21:19:44.336+0000] GC(4) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:44.355+0000] GC(4) Concurrent marking (unload classes) 18.951ms
[2020-04-10T21:19:44.355+0000] GC(4) Pause Final Mark (unload classes)
[2020-04-10T21:19:44.356+0000] GC(4) Using 16 of 16 workers for final marking
[2020-04-10T21:19:44.356+0000] GC(4) Adaptive CSet Selection. Target Free: 332M, Actual Free: 1828M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:44.356+0000] GC(4) Collectable Garbage: 488M (99%), Immediate: 71643K (14%), CSet: 418M (85%)
[2020-04-10T21:19:44.357+0000] GC(4) Pacer for Evacuation. Used CSet: 438M, Free: 1711M, Non-Taxable: 171M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:44.357+0000] GC(4) Pause Final Mark (unload classes) 1.212ms
[2020-04-10T21:19:44.357+0000] GC(4) Concurrent roots processing
[2020-04-10T21:19:44.357+0000] GC(4) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:44.361+0000] GC(4) Concurrent roots processing 3.779ms
[2020-04-10T21:19:44.361+0000] GC(4) Concurrent cleanup
[2020-04-10T21:19:44.361+0000] GC(4) Concurrent cleanup 592M->522M(1105M) 0.134ms
[2020-04-10T21:19:44.361+0000] GC(4) Free: 1710M, Max: 1024K regular, 1614M humongous, Frag: 6% external, 0% internal; Reserve: 116M, Max: 1024K
[2020-04-10T21:19:44.361+0000] GC(4) Concurrent evacuation
[2020-04-10T21:19:44.361+0000] GC(4) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:44.367+0000] GC(4) Concurrent evacuation 6.256ms
[2020-04-10T21:19:44.367+0000] GC(4) Pause Init Update Refs
[2020-04-10T21:19:44.367+0000] GC(4) Pacer for Update Refs. Used: 544M, Free: 1710M, Non-Taxable: 171M, Alloc Tax Rate: 1.1x
[2020-04-10T21:19:44.367+0000] GC(4) Pause Init Update Refs 0.039ms
[2020-04-10T21:19:44.367+0000] GC(4) Concurrent update references
[2020-04-10T21:19:44.367+0000] GC(4) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:44.377+0000] GC(4) Concurrent update references 9.186ms
[2020-04-10T21:19:44.377+0000] GC(4) Pause Final Update Refs
[2020-04-10T21:19:44.377+0000] GC(4) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:44.377+0000] GC(4) Pause Final Update Refs 0.286ms
[2020-04-10T21:19:44.377+0000] GC(4) Concurrent cleanup
[2020-04-10T21:19:44.377+0000] GC(4) Concurrent cleanup 545M->106M(1123M) 0.159ms
[2020-04-10T21:19:44.377+0000] Free: 2124M, Max: 1024K regular, 1645M humongous, Frag: 23% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:44.377+0000] Metaspace: 105544K(107976K)->106062K(108488K) NonClass: 94270K(96252K)->94735K(96764K) Class: 11274K(11724K)->11327K(11724K)
[2020-04-10T21:19:44.377+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:54.586+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:19:54.586+0000] Free: 234M, Max: 1024K regular, 234M humongous, Frag: 0% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:54.586+0000] GC(5) Concurrent reset
[2020-04-10T21:19:54.586+0000] GC(5) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:19:54.586+0000] GC(5) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:19:54.586+0000] GC(5) Concurrent reset 0.579ms
[2020-04-10T21:19:54.587+0000] GC(5) Pause Init Mark (process weakrefs) (unload classes)
[2020-04-10T21:19:54.587+0000] GC(5) Using 16 of 16 workers for init marking
[2020-04-10T21:19:54.588+0000] GC(5) Pacer for Mark. Expected Live: 66599K, Free: 234M, Non-Taxable: 23976K, Alloc Tax Rate: 1.0x
[2020-04-10T21:19:54.588+0000] GC(5) Pause Init Mark (process weakrefs) (unload classes) 1.124ms
[2020-04-10T21:19:54.588+0000] GC(5) Concurrent marking (process weakrefs) (unload classes)
[2020-04-10T21:19:54.588+0000] GC(5) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:19:54.636+0000] GC(5) Concurrent marking (process weakrefs) (unload classes) 48.271ms
[2020-04-10T21:19:54.636+0000] GC(5) Concurrent precleaning
[2020-04-10T21:19:54.636+0000] GC(5) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:19:54.636+0000] GC(5) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:19:54.637+0000] GC(5) Concurrent precleaning 0.792ms
[2020-04-10T21:19:54.637+0000] GC(5) Pause Final Mark (process weakrefs) (unload classes)
[2020-04-10T21:19:54.637+0000] GC(5) Using 16 of 16 workers for final marking
[2020-04-10T21:19:54.639+0000] GC(5) Adaptive CSet Selection. Target Free: 332M, Actual Free: 393M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:19:54.639+0000] GC(5) Collectable Garbage: 1750M (97%), Immediate: 55235K (2%), CSet: 1696M (94%)
[2020-04-10T21:19:54.639+0000] GC(5) Pacer for Evacuation. Used CSet: 1794M, Free: 276M, Non-Taxable: 28278K, Alloc Tax Rate: 15.9x
[2020-04-10T21:19:54.639+0000] GC(5) Pause Final Mark (process weakrefs) (unload classes) 1.833ms
[2020-04-10T21:19:54.639+0000] GC(5) Concurrent roots processing
[2020-04-10T21:19:54.639+0000] GC(5) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:19:54.723+0000] GC(5) Concurrent roots processing 83.740ms
[2020-04-10T21:19:54.723+0000] GC(5) Concurrent cleanup
[2020-04-10T21:19:54.723+0000] GC(5) Concurrent cleanup 2026M->1972M(2047M) 0.146ms
[2020-04-10T21:19:54.723+0000] GC(5) Free: 261M, Max: 1024K regular, 207M humongous, Frag: 21% external, 1% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:19:54.723+0000] GC(5) Concurrent evacuation
[2020-04-10T21:19:54.723+0000] GC(5) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:19:54.747+0000] GC(5) Concurrent evacuation 23.489ms
[2020-04-10T21:19:54.747+0000] GC(5) Pause Init Update Refs
[2020-04-10T21:19:54.747+0000] GC(5) Pacer for Update Refs. Used: 2080M, Free: 254M, Non-Taxable: 26021K, Alloc Tax Rate: 10.0x
[2020-04-10T21:19:54.747+0000] GC(5) Pause Init Update Refs 0.051ms
[2020-04-10T21:19:54.747+0000] GC(5) Concurrent update references
[2020-04-10T21:19:54.747+0000] GC(5) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:19:54.768+0000] GC(5) Concurrent update references 20.503ms
[2020-04-10T21:19:54.768+0000] GC(5) Pause Final Update Refs
[2020-04-10T21:19:54.768+0000] GC(5) Using 16 of 16 workers for final reference update
[2020-04-10T21:19:54.768+0000] GC(5) Pause Final Update Refs 0.332ms
[2020-04-10T21:19:54.768+0000] GC(5) Concurrent cleanup
[2020-04-10T21:19:54.769+0000] GC(5) Concurrent cleanup 2087M->292M(2129M) 0.290ms
[2020-04-10T21:19:54.769+0000] Free: 1938M, Max: 1024K regular, 1295M humongous, Frag: 34% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:19:54.769+0000] Metaspace: 150272K(153416K)->127042K(139336K) NonClass: 134074K(136700K)->113134K(122620K) Class: 16198K(16716K)->13907K(16716K)
[2020-04-10T21:19:54.769+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:08.000+0000] Trigger: Free (234M) is below minimum threshold (235M)
[2020-04-10T21:20:08.000+0000] Free: 234M, Max: 1024K regular, 144M humongous, Frag: 39% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:08.000+0000] GC(6) Concurrent reset
[2020-04-10T21:20:08.000+0000] GC(6) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:08.000+0000] GC(6) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:08.008+0000] GC(6) Concurrent reset 7.948ms
[2020-04-10T21:20:08.011+0000] GC(6) Pause Init Mark (unload classes)
[2020-04-10T21:20:08.011+0000] GC(6) Using 16 of 16 workers for init marking
[2020-04-10T21:20:08.013+0000] GC(6) Pacer for Mark. Expected Live: 101M, Free: 225M, Non-Taxable: 23051K, Alloc Tax Rate: 1.7x
[2020-04-10T21:20:08.013+0000] GC(6) Pause Init Mark (unload classes) 2.659ms
[2020-04-10T21:20:08.014+0000] GC(6) Concurrent marking (unload classes)
[2020-04-10T21:20:08.014+0000] GC(6) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:08.089+0000] GC(6) Concurrent marking (unload classes) 75.039ms
[2020-04-10T21:20:08.090+0000] GC(6) Pause Final Mark (unload classes)
[2020-04-10T21:20:08.090+0000] GC(6) Using 16 of 16 workers for final marking
[2020-04-10T21:20:08.091+0000] GC(6) Adaptive CSet Selection. Target Free: 332M, Actual Free: 421M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:08.091+0000] GC(6) Collectable Garbage: 1414M (88%), Immediate: 118M (7%), CSet: 1295M (81%)
[2020-04-10T21:20:08.093+0000] GC(6) Pacer for Evacuation. Used CSet: 1393M, Free: 304M, Non-Taxable: 31190K, Alloc Tax Rate: 11.2x
[2020-04-10T21:20:08.093+0000] GC(6) Pause Final Mark (unload classes) 2.655ms
[2020-04-10T21:20:08.094+0000] GC(6) Concurrent roots processing
[2020-04-10T21:20:08.094+0000] GC(6) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:08.713+0000] Failed to allocate TLAB, 164K
[2020-04-10T21:20:08.713+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:20:08.756+0000] GC(6) Concurrent roots processing 661.442ms
[2020-04-10T21:20:08.756+0000] GC(6) Concurrent cleanup
[2020-04-10T21:20:08.756+0000] GC(6) Concurrent cleanup 2239M->2120M(2273M) 0.151ms
[2020-04-10T21:20:08.756+0000] GC(6) Free: 119M, Max: 1024K regular, 37888K humongous, Frag: 69% external, 0% internal; Reserve: 109M, Max: 1024K
[2020-04-10T21:20:08.756+0000] GC(6) Concurrent evacuation
[2020-04-10T21:20:08.756+0000] GC(6) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:08.756+0000] GC(6) Concurrent evacuation 0.279ms
[2020-04-10T21:20:08.756+0000] Free: 119M, Max: 1024K regular, 37888K humongous, Frag: 69% external, 0% internal; Reserve: 103M, Max: 1024K
[2020-04-10T21:20:08.756+0000] Metaspace: 165656K(168776K)->167247K(171080K) NonClass: 146628K(148732K)->148076K(150780K) Class: 19027K(20044K)->19171K(20300K)
[2020-04-10T21:20:08.756+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:08.757+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:20:08.757+0000] Free: 118M, Max: 1024K regular, 37888K humongous, Frag: 69% external, 0% internal; Reserve: 103M, Max: 1024K
[2020-04-10T21:20:08.758+0000] GC(7) Pause Degenerated GC (Evacuation)
[2020-04-10T21:20:08.758+0000] GC(7) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:20:08.774+0000] GC(7) Pacer for Update Refs. Used: 2220M, Free: 118M, Non-Taxable: 12182K, Alloc Tax Rate: 22.8x
[2020-04-10T21:20:08.798+0000] GC(7) Good progress for free space: 1403M, need 24064K
[2020-04-10T21:20:08.798+0000] GC(7) Good progress for used space: 1298M, need 1024K
[2020-04-10T21:20:08.798+0000] GC(7) Pause Degenerated GC (Evacuation) 2126M->827M(2341M) 39.660ms
[2020-04-10T21:20:08.798+0000] Free: 1403M, Max: 1024K regular, 570M humongous, Frag: 60% external, 0% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:08.798+0000] Metaspace: 167249K(171080K)->167250K(171080K) NonClass: 148078K(150780K)->148079K(150780K) Class: 19171K(20300K)->19171K(20300K)
[2020-04-10T21:20:08.798+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:09.330+0000] Trigger: Average GC time (70.83 ms) is above the time for allocation rate (1677 MB/s) to deplete free headroom (92436K)
[2020-04-10T21:20:09.330+0000] Free headroom: 442M (free) - 117M (spike) - 235M (penalties) = 92436K
[2020-04-10T21:20:09.330+0000] Free: 442M, Max: 1024K regular, 237M humongous, Frag: 47% external, 1% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:09.330+0000] GC(8) Concurrent reset
[2020-04-10T21:20:09.330+0000] GC(8) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:09.330+0000] GC(8) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:09.334+0000] GC(8) Concurrent reset 4.083ms
[2020-04-10T21:20:09.356+0000] GC(8) Pause Init Mark (unload classes)
[2020-04-10T21:20:09.356+0000] GC(8) Using 16 of 16 workers for init marking
[2020-04-10T21:20:09.360+0000] GC(8) Pacer for Mark. Expected Live: 173M, Free: 394M, Non-Taxable: 40424K, Alloc Tax Rate: 1.6x
[2020-04-10T21:20:09.360+0000] GC(8) Pause Init Mark (unload classes) 3.676ms
[2020-04-10T21:20:09.361+0000] GC(8) Concurrent marking (unload classes)
[2020-04-10T21:20:09.361+0000] GC(8) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:09.522+0000] GC(8) Concurrent marking (unload classes) 161.160ms
[2020-04-10T21:20:09.526+0000] GC(8) Pause Final Mark (unload classes)
[2020-04-10T21:20:09.526+0000] GC(8) Using 16 of 16 workers for final marking
[2020-04-10T21:20:09.527+0000] GC(8) Adaptive CSet Selection. Target Free: 332M, Actual Free: 345M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:09.527+0000] GC(8) Collectable Garbage: 670M (58%), Immediate: 0B (0%), CSet: 670M (58%)
[2020-04-10T21:20:09.528+0000] GC(8) Pacer for Evacuation. Used CSet: 767M, Free: 227M, Non-Taxable: 23322K, Alloc Tax Rate: 8.2x
[2020-04-10T21:20:09.528+0000] GC(8) Pause Final Mark (unload classes) 2.281ms
[2020-04-10T21:20:09.530+0000] GC(8) Concurrent roots processing
[2020-04-10T21:20:09.530+0000] GC(8) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:09.714+0000] Failed to allocate TLAB, 287K
[2020-04-10T21:20:09.714+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:20:09.766+0000] GC(8) Concurrent roots processing 236.259ms
[2020-04-10T21:20:09.766+0000] GC(8) Concurrent cleanup
[2020-04-10T21:20:09.766+0000] GC(8) Concurrent cleanup 2247M->2247M(2350M) 0.146ms
[2020-04-10T21:20:09.766+0000] GC(8) Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 101M, Max: 1024K
[2020-04-10T21:20:09.766+0000] GC(8) Concurrent evacuation
[2020-04-10T21:20:09.766+0000] GC(8) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:09.767+0000] GC(8) Concurrent evacuation 0.312ms
[2020-04-10T21:20:09.767+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 100M, Max: 1024K
[2020-04-10T21:20:09.767+0000] Metaspace: 168243K(172488K)->167598K(172744K) NonClass: 148875K(151804K)->148435K(152060K) Class: 19368K(20684K)->19163K(20684K)
[2020-04-10T21:20:09.767+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:09.768+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:20:09.768+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 100M, Max: 1024K
[2020-04-10T21:20:09.770+0000] GC(9) Pause Degenerated GC (Evacuation)
[2020-04-10T21:20:09.770+0000] GC(9) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:20:09.777+0000] GC(9) Pacer for Update Refs. Used: 2340M, Free: 0B, Non-Taxable: 0B, Alloc Tax Rate: infx
[2020-04-10T21:20:09.817+0000] GC(9) Good progress for free space: 658M, need 24064K
[2020-04-10T21:20:09.817+0000] GC(9) Good progress for used space: 675M, need 1024K
[2020-04-10T21:20:09.817+0000] GC(9) Pause Degenerated GC (Evacuation) 2248M->1572M(2350M) 46.861ms
[2020-04-10T21:20:09.817+0000] Free: 658M, Max: 1024K regular, 37888K humongous, Frag: 95% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:09.817+0000] Metaspace: 167598K(172744K)->167598K(172744K) NonClass: 148435K(152060K)->148435K(152060K) Class: 19163K(20684K)->19163K(20684K)
[2020-04-10T21:20:09.817+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:09.828+0000] Trigger: Average GC time (70.83 ms) is above the time for allocation rate (653 MB/s) to deplete free headroom (32085K)
[2020-04-10T21:20:09.828+0000] Free headroom: 618M (free) - 117M (spike) - 470M (penalties) = 32085K
[2020-04-10T21:20:09.828+0000] Free: 618M, Max: 1024K regular, 37888K humongous, Frag: 95% external, 2% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:09.828+0000] GC(10) Concurrent reset
[2020-04-10T21:20:09.828+0000] GC(10) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:09.828+0000] GC(10) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:09.830+0000] GC(10) Concurrent reset 1.369ms
[2020-04-10T21:20:09.831+0000] GC(10) Pause Init Mark (process weakrefs) (unload classes)
[2020-04-10T21:20:09.831+0000] GC(10) Using 16 of 16 workers for init marking
[2020-04-10T21:20:09.834+0000] GC(10) Pacer for Mark. Expected Live: 296M, Free: 618M, Non-Taxable: 63368K, Alloc Tax Rate: 1.8x
[2020-04-10T21:20:09.834+0000] GC(10) Pause Init Mark (process weakrefs) (unload classes) 2.948ms
[2020-04-10T21:20:09.845+0000] GC(10) Concurrent marking (process weakrefs) (unload classes)
[2020-04-10T21:20:09.845+0000] GC(10) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:10.109+0000] GC(10) Concurrent marking (process weakrefs) (unload classes) 264.472ms
[2020-04-10T21:20:10.109+0000] GC(10) Concurrent precleaning
[2020-04-10T21:20:10.109+0000] GC(10) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:20:10.109+0000] GC(10) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:20:10.118+0000] GC(10) Concurrent precleaning 8.425ms
[2020-04-10T21:20:10.134+0000] GC(10) Pause Final Mark (process weakrefs) (unload classes)
[2020-04-10T21:20:10.134+0000] GC(10) Using 16 of 16 workers for final marking
[2020-04-10T21:20:10.137+0000] GC(10) Adaptive CSet Selection. Target Free: 332M, Actual Free: 507M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:10.137+0000] GC(10) Collectable Garbage: 505M (57%), Immediate: 0B (0%), CSet: 505M (57%)
[2020-04-10T21:20:10.138+0000] GC(10) Pacer for Evacuation. Used CSet: 602M, Free: 390M, Non-Taxable: 39962K, Alloc Tax Rate: 3.8x
[2020-04-10T21:20:10.138+0000] GC(10) Pause Final Mark (process weakrefs) (unload classes) 4.274ms
[2020-04-10T21:20:10.140+0000] GC(10) Concurrent roots processing
[2020-04-10T21:20:10.140+0000] GC(10) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:10.173+0000] GC(10) Concurrent roots processing 33.643ms
[2020-04-10T21:20:10.173+0000] GC(10) Concurrent cleanup
[2020-04-10T21:20:10.174+0000] GC(10) Concurrent cleanup 1895M->1895M(2350M) 0.209ms
[2020-04-10T21:20:10.174+0000] GC(10) Free: 343M, Max: 1024K regular, 20480K humongous, Frag: 95% external, 3% internal; Reserve: 110M, Max: 1024K
[2020-04-10T21:20:10.174+0000] GC(10) Concurrent evacuation
[2020-04-10T21:20:10.174+0000] GC(10) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:10.239+0000] GC(10) Concurrent evacuation 64.960ms
[2020-04-10T21:20:10.253+0000] GC(10) Pause Init Update Refs
[2020-04-10T21:20:10.253+0000] GC(10) Pacer for Update Refs. Used: 2124M, Free: 212M, Non-Taxable: 21780K, Alloc Tax Rate: 12.2x
[2020-04-10T21:20:10.253+0000] GC(10) Pause Init Update Refs 0.153ms
[2020-04-10T21:20:10.274+0000] GC(10) Concurrent update references
[2020-04-10T21:20:10.274+0000] GC(10) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:20:10.430+0000] GC(10) Concurrent update references 155.993ms
[2020-04-10T21:20:10.433+0000] GC(10) Pause Final Update Refs
[2020-04-10T21:20:10.433+0000] GC(10) Using 16 of 16 workers for final reference update
[2020-04-10T21:20:10.434+0000] GC(10) Pause Final Update Refs 0.913ms
[2020-04-10T21:20:10.437+0000] GC(10) Concurrent cleanup
[2020-04-10T21:20:10.438+0000] GC(10) Concurrent cleanup 2306M->1708M(2350M) 0.249ms
[2020-04-10T21:20:10.438+0000] Free: 522M, Max: 1024K regular, 77824K humongous, Frag: 86% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:10.438+0000] Metaspace: 167617K(172744K)->168222K(173256K) NonClass: 148453K(152060K)->149052K(152572K) Class: 19164K(20684K)->19169K(20684K)
[2020-04-10T21:20:10.438+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:10.447+0000] Trigger: Average GC time (183.38 ms) is above the time for allocation rate (998 MB/s) to deplete free headroom (0B)
[2020-04-10T21:20:10.447+0000] Free headroom: 498M (free) - 117M (spike) - 446M (penalties) = 0B
[2020-04-10T21:20:10.447+0000] Free: 498M, Max: 1024K regular, 77824K humongous, Frag: 85% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:10.447+0000] GC(11) Concurrent reset
[2020-04-10T21:20:10.447+0000] GC(11) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:10.447+0000] GC(11) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:10.450+0000] GC(11) Concurrent reset 2.923ms
[2020-04-10T21:20:10.457+0000] GC(11) Pause Init Mark (unload classes)
[2020-04-10T21:20:10.457+0000] GC(11) Using 16 of 16 workers for init marking
[2020-04-10T21:20:10.459+0000] GC(11) Pacer for Mark. Expected Live: 424M, Free: 492M, Non-Taxable: 50410K, Alloc Tax Rate: 3.2x
[2020-04-10T21:20:10.459+0000] GC(11) Pause Init Mark (unload classes) 1.728ms
[2020-04-10T21:20:10.463+0000] GC(11) Concurrent marking (unload classes)
[2020-04-10T21:20:10.463+0000] GC(11) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:10.688+0000] GC(11) Concurrent marking (unload classes) 225.182ms
[2020-04-10T21:20:10.693+0000] GC(11) Pause Final Mark (unload classes)
[2020-04-10T21:20:10.693+0000] GC(11) Using 16 of 16 workers for final marking
[2020-04-10T21:20:10.694+0000] GC(11) Adaptive CSet Selection. Target Free: 332M, Actual Free: 426M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:10.694+0000] GC(11) Collectable Garbage: 639M (67%), Immediate: 0B (0%), CSet: 639M (67%)
[2020-04-10T21:20:10.695+0000] GC(11) Pacer for Evacuation. Used CSet: 736M, Free: 308M, Non-Taxable: 31619K, Alloc Tax Rate: 5.8x
[2020-04-10T21:20:10.695+0000] GC(11) Pause Final Mark (unload classes) 2.195ms
[2020-04-10T21:20:10.702+0000] GC(11) Concurrent roots processing
[2020-04-10T21:20:10.702+0000] GC(11) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:11.290+0000] Failed to allocate TLAB, 73688B
[2020-04-10T21:20:11.290+0000] Cancelling GC: Allocation Failure
[2020-04-10T21:20:11.327+0000] GC(11) Concurrent roots processing 624.852ms
[2020-04-10T21:20:11.327+0000] GC(11) Concurrent cleanup
[2020-04-10T21:20:11.327+0000] GC(11) Concurrent cleanup 2251M->2251M(2350M) 0.150ms
[2020-04-10T21:20:11.327+0000] GC(11) Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 99477K, Max: 1024K
[2020-04-10T21:20:11.327+0000] GC(11) Concurrent evacuation
[2020-04-10T21:20:11.327+0000] GC(11) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:11.327+0000] GC(11) Concurrent evacuation 0.327ms
[2020-04-10T21:20:11.327+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 97401K, Max: 1024K
[2020-04-10T21:20:11.327+0000] Metaspace: 168233K(173256K)->168438K(173256K) NonClass: 149063K(152572K)->149269K(152572K) Class: 19169K(20684K)->19168K(20684K)
[2020-04-10T21:20:11.327+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:11.328+0000] Trigger: Handle Allocation Failure
[2020-04-10T21:20:11.328+0000] Free: 0B, Max: 0B regular, 0B humongous, Frag: 0% external, 0% internal; Reserve: 97401K, Max: 1024K
[2020-04-10T21:20:11.331+0000] GC(12) Pause Degenerated GC (Evacuation)
[2020-04-10T21:20:11.331+0000] GC(12) Using 16 of 16 workers for stw degenerated gc
[2020-04-10T21:20:11.338+0000] GC(12) Pacer for Update Refs. Used: 2341M, Free: 0B, Non-Taxable: 0B, Alloc Tax Rate: infx
[2020-04-10T21:20:11.384+0000] GC(12) Good progress for free space: 626M, need 24064K
[2020-04-10T21:20:11.384+0000] GC(12) Good progress for used space: 648M, need 1024K
[2020-04-10T21:20:11.384+0000] GC(12) Pause Degenerated GC (Evacuation) 2253M->1604M(2350M) 53.962ms
[2020-04-10T21:20:11.385+0000] Free: 626M, Max: 1024K regular, 43008K humongous, Frag: 94% external, 5% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:11.385+0000] Metaspace: 168438K(173256K)->168438K(173256K) NonClass: 149269K(152572K)->149269K(152572K) Class: 19168K(20684K)->19168K(20684K)
[2020-04-10T21:20:11.385+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:11.386+0000] Trigger: Average GC time (183.38 ms) is above the time for allocation rate (51246 KB/s) to deplete free headroom (0B)
[2020-04-10T21:20:11.386+0000] Free headroom: 623M (free) - 117M (spike) - 681M (penalties) = 0B
[2020-04-10T21:20:11.386+0000] Free: 623M, Max: 1024K regular, 43008K humongous, Frag: 94% external, 6% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:11.386+0000] GC(13) Concurrent reset
[2020-04-10T21:20:11.386+0000] GC(13) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:11.386+0000] GC(13) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:11.387+0000] GC(13) Concurrent reset 0.771ms
[2020-04-10T21:20:11.388+0000] GC(13) Pause Init Mark (unload classes)
[2020-04-10T21:20:11.388+0000] GC(13) Using 16 of 16 workers for init marking
[2020-04-10T21:20:11.390+0000] GC(13) Pacer for Mark. Expected Live: 563M, Free: 623M, Non-Taxable: 63840K, Alloc Tax Rate: 3.3x
[2020-04-10T21:20:11.390+0000] GC(13) Pause Init Mark (unload classes) 1.485ms
[2020-04-10T21:20:11.404+0000] GC(13) Concurrent marking (unload classes)
[2020-04-10T21:20:11.404+0000] GC(13) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:11.654+0000] GC(13) Concurrent marking (unload classes) 249.742ms
[2020-04-10T21:20:11.657+0000] GC(13) Pause Final Mark (unload classes)
[2020-04-10T21:20:11.657+0000] GC(13) Using 16 of 16 workers for final marking
[2020-04-10T21:20:11.658+0000] GC(13) Adaptive CSet Selection. Target Free: 332M, Actual Free: 529M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:11.659+0000] GC(13) Collectable Garbage: 540M (67%), Immediate: 0B (0%), CSet: 540M (67%)
[2020-04-10T21:20:11.660+0000] GC(13) Pacer for Evacuation. Used CSet: 637M, Free: 412M, Non-Taxable: 42200K, Alloc Tax Rate: 3.8x
[2020-04-10T21:20:11.660+0000] GC(13) Pause Final Mark (unload classes) 2.441ms
[2020-04-10T21:20:11.662+0000] GC(13) Concurrent roots processing
[2020-04-10T21:20:11.662+0000] GC(13) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:11.683+0000] GC(13) Concurrent roots processing 21.302ms
[2020-04-10T21:20:11.683+0000] GC(13) Concurrent cleanup
[2020-04-10T21:20:11.683+0000] GC(13) Concurrent cleanup 1862M->1862M(2350M) 0.172ms
[2020-04-10T21:20:11.683+0000] GC(13) Free: 370M, Max: 1024K regular, 37888K humongous, Frag: 90% external, 2% internal; Reserve: 115M, Max: 1024K
[2020-04-10T21:20:11.683+0000] GC(13) Concurrent evacuation
[2020-04-10T21:20:11.683+0000] GC(13) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:11.738+0000] GC(13) Concurrent evacuation 55.040ms
[2020-04-10T21:20:11.743+0000] GC(13) Pause Init Update Refs
[2020-04-10T21:20:11.743+0000] GC(13) Pacer for Update Refs. Used: 2035M, Free: 300M, Non-Taxable: 30746K, Alloc Tax Rate: 8.3x
[2020-04-10T21:20:11.743+0000] GC(13) Pause Init Update Refs 0.182ms
[2020-04-10T21:20:11.743+0000] GC(13) Concurrent update references
[2020-04-10T21:20:11.743+0000] GC(13) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:20:11.910+0000] GC(13) Concurrent update references 166.664ms
[2020-04-10T21:20:11.913+0000] GC(13) Pause Final Update Refs
[2020-04-10T21:20:11.913+0000] GC(13) Using 16 of 16 workers for final reference update
[2020-04-10T21:20:11.913+0000] GC(13) Pause Final Update Refs 0.765ms
[2020-04-10T21:20:11.914+0000] GC(13) Concurrent cleanup
[2020-04-10T21:20:11.914+0000] GC(13) Concurrent cleanup 2213M->1577M(2350M) 0.226ms
[2020-04-10T21:20:11.914+0000] Free: 653M, Max: 1024K regular, 62464K humongous, Frag: 91% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:11.914+0000] Metaspace: 168438K(173256K)->168674K(173512K) NonClass: 149269K(152572K)->149503K(152828K) Class: 19168K(20684K)->19171K(20684K)
[2020-04-10T21:20:11.914+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:11.915+0000] Trigger: Average GC time (281.66 ms) is above the time for allocation rate (956 MB/s) to deplete free headroom (0B)
[2020-04-10T21:20:11.915+0000] Free headroom: 650M (free) - 117M (spike) - 658M (penalties) = 0B
[2020-04-10T21:20:11.915+0000] Free: 650M, Max: 1024K regular, 62464K humongous, Frag: 91% external, 3% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:11.915+0000] GC(14) Concurrent reset
[2020-04-10T21:20:11.915+0000] GC(14) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:11.915+0000] GC(14) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:11.917+0000] GC(14) Concurrent reset 1.553ms
[2020-04-10T21:20:11.920+0000] GC(14) Pause Init Mark (unload classes)
[2020-04-10T21:20:11.920+0000] GC(14) Using 16 of 16 workers for init marking
[2020-04-10T21:20:11.921+0000] GC(14) Pacer for Mark. Expected Live: 686M, Free: 647M, Non-Taxable: 66295K, Alloc Tax Rate: 3.9x
[2020-04-10T21:20:11.921+0000] GC(14) Pause Init Mark (unload classes) 1.527ms
[2020-04-10T21:20:11.922+0000] GC(14) Concurrent marking (unload classes)
[2020-04-10T21:20:11.922+0000] GC(14) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:12.132+0000] GC(14) Concurrent marking (unload classes) 209.609ms
[2020-04-10T21:20:12.134+0000] GC(14) Pause Final Mark (unload classes)
[2020-04-10T21:20:12.134+0000] GC(14) Using 16 of 16 workers for final marking
[2020-04-10T21:20:12.135+0000] GC(14) Adaptive CSet Selection. Target Free: 332M, Actual Free: 638M, Max CSet: 100266K, Min Garbage: 0B
[2020-04-10T21:20:12.135+0000] GC(14) Collectable Garbage: 579M (67%), Immediate: 0B (0%), CSet: 579M (67%)
[2020-04-10T21:20:12.136+0000] GC(14) Pacer for Evacuation. Used CSet: 676M, Free: 521M, Non-Taxable: 53351K, Alloc Tax Rate: 3.2x
[2020-04-10T21:20:12.136+0000] GC(14) Pause Final Mark (unload classes) 2.394ms
[2020-04-10T21:20:12.136+0000] GC(14) Concurrent roots processing
[2020-04-10T21:20:12.136+0000] GC(14) Using 8 of 16 workers for concurrent root processing
[2020-04-10T21:20:14.085+0000] GC(14) Concurrent roots processing 1948.487ms
[2020-04-10T21:20:14.085+0000] GC(14) Concurrent cleanup
[2020-04-10T21:20:14.085+0000] GC(14) Concurrent cleanup 2053M->2053M(2350M) 0.148ms
[2020-04-10T21:20:14.085+0000] GC(14) Free: 193M, Max: 1024K regular, 50176K humongous, Frag: 75% external, 5% internal; Reserve: 101M, Max: 1024K
[2020-04-10T21:20:14.085+0000] GC(14) Concurrent evacuation
[2020-04-10T21:20:14.085+0000] GC(14) Using 8 of 16 workers for concurrent evacuation
[2020-04-10T21:20:14.095+0000] GC(14) Concurrent evacuation 9.558ms
[2020-04-10T21:20:14.096+0000] GC(14) Pause Init Update Refs
[2020-04-10T21:20:14.096+0000] GC(14) Pacer for Update Refs. Used: 2144M, Free: 193M, Non-Taxable: 19789K, Alloc Tax Rate: 13.6x
[2020-04-10T21:20:14.096+0000] GC(14) Pause Init Update Refs 0.114ms
[2020-04-10T21:20:14.096+0000] GC(14) Concurrent update references
[2020-04-10T21:20:14.096+0000] GC(14) Using 8 of 16 workers for concurrent reference update
[2020-04-10T21:20:14.177+0000] GC(14) Concurrent update references 81.447ms
[2020-04-10T21:20:14.178+0000] GC(14) Pause Final Update Refs
[2020-04-10T21:20:14.178+0000] GC(14) Using 16 of 16 workers for final reference update
[2020-04-10T21:20:14.179+0000] GC(14) Pause Final Update Refs 0.417ms
[2020-04-10T21:20:14.179+0000] GC(14) Concurrent cleanup
[2020-04-10T21:20:14.179+0000] GC(14) Concurrent cleanup 2178M->1502M(2350M) 0.216ms
[2020-04-10T21:20:14.179+0000] Free: 728M, Max: 1024K regular, 66560K humongous, Frag: 92% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:14.179+0000] Metaspace: 168679K(173512K)->169015K(174024K) NonClass: 149507K(152828K)->149843K(153340K) Class: 19171K(20684K)->19171K(20684K)
[2020-04-10T21:20:14.179+0000] Pacer for Idle. Initial: 48128K, Alloc Tax Rate: 1.0x
[2020-04-10T21:20:14.180+0000] Trigger: Average GC time (725.55 ms) is above the time for allocation rate (217 MB/s) to deplete free headroom (0B)
[2020-04-10T21:20:14.180+0000] Free headroom: 728M (free) - 117M (spike) - 634M (penalties) = 0B
[2020-04-10T21:20:14.180+0000] Free: 728M, Max: 1024K regular, 66560K humongous, Frag: 92% external, 4% internal; Reserve: 118M, Max: 1024K
[2020-04-10T21:20:14.180+0000] GC(15) Concurrent reset
[2020-04-10T21:20:14.180+0000] GC(15) Using 8 of 16 workers for concurrent reset
[2020-04-10T21:20:14.180+0000] GC(15) Pacer for Reset. Non-Taxable: 2350M
[2020-04-10T21:20:14.181+0000] GC(15) Concurrent reset 0.824ms
[2020-04-10T21:20:14.182+0000] GC(15) Pause Init Mark (process weakrefs) (unload classes)
[2020-04-10T21:20:14.182+0000] GC(15) Using 16 of 16 workers for init marking
[2020-04-10T21:20:14.183+0000] GC(15) Pacer for Mark. Expected Live: 750M, Free: 727M, Non-Taxable: 74535K, Alloc Tax Rate: 3.8x
[2020-04-10T21:20:14.183+0000] GC(15) Pause Init Mark (process weakrefs) (unload classes) 1.112ms
[2020-04-10T21:20:14.183+0000] GC(15) Concurrent marking (process weakrefs) (unload classes)
[2020-04-10T21:20:14.183+0000] GC(15) Using 8 of 16 workers for concurrent marking
[2020-04-10T21:20:14.245+0000] GC(15) Concurrent marking (process weakrefs) (unload classes) 62.101ms
[2020-04-10T21:20:14.245+0000] GC(15) Concurrent precleaning
[2020-04-10T21:20:14.245+0000] GC(15) Using 1 of 16 workers for concurrent preclean
[2020-04-10T21:20:14.245+0000] GC(15) Pacer for Precleaning. Non-Taxable: 2350M
[2020-04-10T21:20:14.248+0000] GC(15) Concurre
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment