- [07:40:24.169850] run parent-task...
[07:40:24.231665] - Running task Task 0 in group 0
[07:40:24.234515] - Running task Task 2 in group 0
[07:40:24.233403] - Running task Task 1 in group 0
[07:40:25.355113] - Running task Task 2 in group 1 finished
[07:40:27.357338] - Running task Task 2 in group 1
[07:40:31.316054] - Running task Task 0 in group 1 finished
[7.264s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 65536k, guardsize: 0k, detached.
[7.264s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 65536k, guardsize: 0k, detached.
[07:40:32.909931] - Running task Task 2 in group 2 finished
[07:40:33.317137] - Running task Task 0 in group 1
[07:40:34.029434] - Running task Task 1 in group 1 finished
Group 1 finished executing
finisher executing
[9.978s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 65536k, guardsize: 0k, detached.
[9.978s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 65536k, guardsize: 0k, detached.
Exception in thread "pool-1-thread-1" java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
at java.base/java.lang.Thread.start0(Native Method)
at java.base/java.lang.Thread.start(Thread.java:804)
at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:937)
at java.base/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1005)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:835)
Exception in thread "pool-1-thread-2" java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
at java.base/java.lang.Thread.start0(Native Method)
at java.base/java.lang.Thread.start(Thread.java:804)
at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:937)
at java.base/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1005)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:835)