Trace number 4262307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.51 2477.21

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-090.xml
MD5SUM328d51b82070b586362c1099b738d751
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015376
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints180
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":270}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":270}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

3.42/2.20	c Concrete v3.4 running
2520.32/2477.18	java.util.concurrent.TimeoutException
2520.32/2477.18		at concrete.MAC.mac(MAC.scala:74)
2520.32/2477.18		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.32/2477.18		at scala.util.Try$.apply(Try.scala:209)
2520.32/2477.18		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.32/2477.18		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.32/2477.18		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.32/2477.18		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.32/2477.18		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.32/2477.18		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.32/2477.18		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.32/2477.18		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.32/2477.18		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.32/2477.18		at concrete.MAC.oneRun(MAC.scala:146)
2520.32/2477.18		at concrete.MAC.nextSolution(MAC.scala:166)
2520.32/2477.18		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.32/2477.18		at concrete.ProblemState.map(ProblemState.scala:203)
2520.32/2477.18		at concrete.ProblemState.map(ProblemState.scala:188)
2520.32/2477.18		at concrete.MAC.nextSolution(MAC.scala:195)
2520.32/2477.18		at concrete.Solver.hasNext(Solver.scala:202)
2520.32/2477.18		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.32/2477.18		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.32/2477.18		at concrete.Solver.toStream(Solver.scala:73)
2520.32/2477.19		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.32/2477.19		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.32/2477.19		at concrete.Solver.toIterable(Solver.scala:73)
2520.32/2477.19		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.32/2477.19		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.32/2477.19		at scala.util.Success.map(Try.scala:209)
2520.32/2477.19		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.32/2477.19		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.32/2477.19		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.32/2477.19		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.32/2477.19		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.32/2477.19		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.32/2477.19		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.32/2477.19		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.32/2477.19		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.32/2477.19		at scala.collection.immutable.List.foreach(List.scala:389)
2520.32/2477.19		at scala.App.main(App.scala:76)
2520.32/2477.19		at scala.App.main$(App.scala:74)
2520.32/2477.19		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.32/2477.19		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.32/2477.19	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262307-1502446826/watcher-4262307-1502446826 -o /tmp/evaluation-result-4262307-1502446826/solver-4262307-1502446826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262307-1502446826.xml 

pid=22256
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.47 1.44 1.44 2/198 22259
/proc/meminfo: memFree=26382192/32770624 swapFree=0/462756
[pid=22259] ppid=22256 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22259/stat : 22259 (runsolver) D 22256 22259 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 86593757 24240128 106 18446744073709551615 4194304 4338465 140724023798640 140724023796280 140304682357463 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 15015936 140724023800016 140724023800393 140724023800393 140724023803850 0
/proc/22259/statm: 5918 106 53 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.47 1.44 1.44 2/198 22259
/proc/meminfo: memFree=26382192/32770624 swapFree=0/462756
[pid=22259] ppid=22256 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/22259/stat : 22259 (bash) S 22256 22259 13007 0 -1 4202496 717 3531 0 0 0 0 0 0 20 0 1 0 86593757 9736192 355 18446744073709551615 4194304 5098028 140722723013760 140722723011400 140279571528704 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 28749824 140722723017236 140722723017321 140722723017321 140722723020778 0
/proc/22259/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200289 s]
/proc/loadavg: 1.47 1.44 1.44 2/198 22259
/proc/meminfo: memFree=26382192/32770624 swapFree=0/462756
[pid=22259] ppid=22256 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/22259/stat : 22259 (bash) S 22256 22259 13007 0 -1 4202496 897 6476 0 0 0 0 0 1 20 0 1 0 86593757 9867264 377 18446744073709551615 4194304 5098028 140722723013760 140722723007768 140279571528704 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 28749824 140722723017236 140722723017321 140722723017321 140722723020778 0
/proc/22259/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300368 s]
/proc/loadavg: 1.47 1.44 1.44 2/198 22259
/proc/meminfo: memFree=26382192/32770624 swapFree=0/462756
[pid=22259] ppid=22256 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 5569 12501 0 0 5 1 5 2 20 0 14 0 86593757 14241083392 5249 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3476827 5249 2569 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700273 s]
/proc/loadavg: 1.47 1.44 1.44 2/198 22259
/proc/meminfo: memFree=26382192/32770624 swapFree=0/462756
[pid=22259] ppid=22256 vsize=13974784 CPUtime=0.66 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 13848 12501 0 0 55 4 5 2 20 0 15 0 86593757 14310178816 14312 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3493696 14312 3115 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50327 s]
/proc/loadavg: 1.43 1.43 1.44 3/213 22322
/proc/meminfo: memFree=26289236/32770624 swapFree=0/462784
[pid=22259] ppid=22256 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 28308 12501 0 0 170 9 5 2 20 0 15 0 86593757 14321057792 39646 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3496352 39646 3348 1 0 3485525 0
[pid=22259/tid=22309] ppid=22256 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) S 22256 22259 13007 0 -1 1077944384 22494 12501 0 0 115 6 5 2 20 0 15 0 86593779 14321057792 39646 18446744073709551615 4194304 4196468 140737423850320 140320790958512 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 62 12501 0 0 0 0 5 2 20 0 15 0 86593780 14321057792 39646 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 181 12501 0 0 0 0 5 2 20 0 15 0 86593780 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 46 12501 0 0 0 0 5 2 20 0 15 0 86593780 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 62 12501 0 0 0 0 5 2 20 0 15 0 86593780 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) R 22256 22259 13007 0 -1 4202560 74 12501 0 0 0 0 5 2 20 0 15 0 86593781 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320265171264 140320766933626 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 33 12501 0 0 0 0 5 2 20 0 15 0 86593782 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320264119200 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 21 12501 0 0 0 0 5 2 20 0 15 0 86593782 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320263066608 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 1041 12501 0 0 14 0 5 2 20 0 15 0 86593785 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 730 12501 0 0 15 0 5 2 20 0 15 0 86593785 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 1407 12501 0 0 23 0 5 2 20 0 15 0 86593785 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320258855216 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 5 12501 0 0 0 0 5 2 20 0 15 0 86593789 14321057792 39672 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10225 s]
/proc/loadavg: 1.43 1.43 1.44 4/213 22322
/proc/meminfo: memFree=26211744/32770624 swapFree=0/462784
[pid=22259] ppid=22256 vsize=13999932 CPUtime=5.5 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 49867 12501 0 0 527 16 5 2 20 0 15 0 86593757 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3499983 55956 3445 1 0 3488597 0
[pid=22259/tid=22309] ppid=22256 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 35572 12501 0 0 269 9 5 2 20 0 15 0 86593779 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320790970560 140320431817343 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 67 12501 0 0 1 0 5 2 20 0 15 0 86593780 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 181 12501 0 0 1 0 5 2 20 0 15 0 86593780 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 46 12501 0 0 1 0 5 2 20 0 15 0 86593780 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 65 12501 0 0 1 0 5 2 20 0 15 0 86593780 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 1683 12501 0 0 1 0 5 2 20 0 15 0 86593781 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320264119264 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) R 22256 22259 13007 0 -1 4202560 4117 12501 0 0 91 1 5 2 20 0 15 0 86593785 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320260947952 140320766582529 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=13999932 CPUtime=0.7 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) R 22256 22259 13007 0 -1 4202560 1916 12501 0 0 62 1 5 2 20 0 15 0 86593785 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320259898208 140320765104640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 3956 12501 0 0 98 1 5 2 20 0 15 0 86593785 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320258857712 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 6 12501 0 0 0 0 5 2 20 0 15 0 86593789 14335930368 55956 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13999932

[startup+6.30073 s]
/proc/loadavg: 1.43 1.43 1.44 3/213 22322
/proc/meminfo: memFree=26032768/32770624 swapFree=0/462784
[pid=22259] ppid=22256 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 72438 12501 0 0 1205 23 5 2 20 0 15 0 86593757 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3516879 105759 3474 1 0 3505493 0
[pid=22259/tid=22309] ppid=22256 vsize=14067516 CPUtime=5.98 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 44290 12501 0 0 578 13 5 2 20 0 15 0 86593779 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320790972608 140320436356892 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 88 12501 0 0 3 0 5 2 20 0 15 0 86593780 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 286 12501 0 0 3 0 5 2 20 0 15 0 86593780 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 153 12501 0 0 3 0 5 2 20 0 15 0 86593780 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 911 12501 0 0 3 1 5 2 20 0 15 0 86593780 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 2432 12501 0 0 4 0 5 2 20 0 15 0 86593781 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320264119328 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=14067516 CPUtime=2.66 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 10320 12501 0 0 257 2 5 2 20 0 15 0 86593785 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=14067516 CPUtime=2.26 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 6233 12501 0 0 218 1 5 2 20 0 15 0 86593785 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 5247 12501 0 0 132 2 5 2 20 0 15 0 86593785 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320258857712 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 218 12501 0 0 0 0 5 2 20 0 15 0 86593789 14405136384 105759 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.52 1.45 1.44 3/213 22322
/proc/meminfo: memFree=25753436/32770624 swapFree=0/462788
[pid=22259] ppid=22256 vsize=14067516 CPUtime=18.81 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 75094 12501 0 0 1846 28 5 2 20 0 15 0 86593757 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3516879 160182 3474 1 0 3505493 0
[pid=22259/tid=22309] ppid=22256 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 45198 12501 0 0 1212 16 5 2 20 0 15 0 86593779 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320790973392 140320436360686 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 537 12501 0 0 4 1 5 2 20 0 15 0 86593780 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 512 12501 0 0 4 1 5 2 20 0 15 0 86593780 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 166 12501 0 0 4 1 5 2 20 0 15 0 86593780 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 1043 12501 0 0 4 1 5 2 20 0 15 0 86593780 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 2800 12501 0 0 4 0 5 2 20 0 15 0 86593781 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320264119328 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14405136384 160182 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0

################
# More data... #
################

/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14405136384 228513 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14067516 CPUtime=1.5 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 1078 12501 0 0 60 83 5 2 20 0 15 0 86593789 14405136384 228513 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 2362.85
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.16 1.38 1.51 3/214 22592
/proc/meminfo: memFree=27033928/32770624 swapFree=0/463324
[pid=22259] ppid=22256 vsize=14067516 CPUtime=2423.82 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 197084 12501 0 0 241983 392 5 2 20 0 15 0 86593757 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3516879 229025 3474 1 0 3505493 0
[pid=22259/tid=22309] ppid=22256 vsize=14067516 CPUtime=2355.12 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 89623 12501 0 0 235448 57 5 2 20 0 15 0 86593779 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320790973168 140320436924468 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14067516 CPUtime=12.33 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 10910 12501 0 0 1154 72 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 20729 12501 0 0 1167 65 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 12956 12501 0 0 1166 65 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14067516 CPUtime=12.41 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 14739 12501 0 0 1171 63 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14067516 CPUtime=11.75 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 15437 12501 0 0 1108 60 5 2 20 0 15 0 86593781 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320264119328 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=14067516 CPUtime=2.69 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 11094 12501 0 0 260 2 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=14067516 CPUtime=2.28 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 7227 12501 0 0 220 1 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 11013 12501 0 0 134 3 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320258857712 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 1096 12501 0 0 62 85 5 2 20 0 15 0 86593789 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 2423.82
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.42 1.40 1.51 3/214 22594
/proc/meminfo: memFree=27031764/32770624 swapFree=0/463348
[pid=22259] ppid=22256 vsize=14067516 CPUtime=2484.8 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 198495 12501 0 0 248071 402 5 2 20 0 15 0 86593757 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3516879 229025 3474 1 0 3505493 0
[pid=22259/tid=22309] ppid=22256 vsize=14067516 CPUtime=2414.4 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 90465 12501 0 0 241375 58 5 2 20 0 15 0 86593779 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320790973136 140320437331569 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14067516 CPUtime=12.67 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 10981 12501 0 0 1186 74 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14067516 CPUtime=12.72 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 20752 12501 0 0 1199 66 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14067516 CPUtime=12.72 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 13203 12501 0 0 1198 67 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14067516 CPUtime=12.73 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 14757 12501 0 0 1202 64 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14067516 CPUtime=12.07 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 15624 12501 0 0 1138 62 5 2 20 0 15 0 86593781 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320264119328 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=14067516 CPUtime=2.69 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 11096 12501 0 0 260 2 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=14067516 CPUtime=2.28 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 7229 12501 0 0 220 1 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 11015 12501 0 0 134 3 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320258857712 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 1113 12501 0 0 63 88 5 2 20 0 15 0 86593789 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 2484.8
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]
/proc/loadavg: 1.38 1.40 1.50 3/214 22596
/proc/meminfo: memFree=27041804/32770624 swapFree=0/463356
[pid=22259] ppid=22256 vsize=14067516 CPUtime=2520.02 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 199245 12501 0 0 251588 407 5 2 20 0 15 0 86593757 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3516879 229025 3474 1 0 3505493 0
[pid=22259/tid=22309] ppid=22256 vsize=14067516 CPUtime=2448.72 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) R 22256 22259 13007 0 -1 4202560 91065 12501 0 0 244807 58 5 2 20 0 15 0 86593779 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320790973072 140320436714319 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14067516 CPUtime=12.86 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 10995 12501 0 0 1204 75 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14067516 CPUtime=12.9 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 20761 12501 0 0 1217 66 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14067516 CPUtime=12.91 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 13253 12501 0 0 1216 68 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14067516 CPUtime=12.9 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) S 22256 22259 13007 0 -1 1077944384 14769 12501 0 0 1218 65 5 2 20 0 15 0 86593780 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320383880336 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14067516 CPUtime=12.23 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 15685 12501 0 0 1153 63 5 2 20 0 15 0 86593781 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320265172976 140320786750082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 54 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320264119328 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 15 0 86593782 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593784 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=14067516 CPUtime=2.69 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 11096 12501 0 0 260 2 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=14067516 CPUtime=2.28 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 7229 12501 0 0 220 1 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 11015 12501 0 0 134 3 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320258857712 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 15 0 86593785 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14067516 CPUtime=1.6 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 1117 12501 0 0 63 90 5 2 20 0 15 0 86593789 14405136384 229025 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14067516

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22259 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2477.12 s]
/proc/loadavg: 1.38 1.40 1.50 3/214 22596
/proc/meminfo: memFree=27041804/32770624 swapFree=0/463356
[pid=22259] ppid=22256 vsize=14200644 CPUtime=2520.32 cores=1,3,5,7
/proc/22259/stat : 22259 (java) S 22256 22259 13007 0 -1 1077944320 205734 12501 0 0 251617 408 5 2 20 0 17 0 86593757 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140737423832864 140320786738935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
/proc/22259/statm: 3550161 230297 3474 1 0 3538775 0
[pid=22259/tid=22309] ppid=22256 vsize=14200644 CPUtime=2448.73 cores=1,3,5,7
/proc/22259/task/22309/stat : 22309 (java) S 22256 22259 13007 0 -1 1077944384 91461 12501 0 0 244808 58 5 2 20 0 17 0 86593779 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320790976656 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22310] ppid=22256 vsize=14200644 CPUtime=12.92 cores=1,3,5,7
/proc/22259/task/22310/stat : 22310 (java) S 22256 22259 13007 0 -1 1077944384 11028 12501 0 0 1210 75 5 2 20 0 17 0 86593780 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320743705360 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22311] ppid=22256 vsize=14200644 CPUtime=12.96 cores=1,3,5,7
/proc/22259/task/22311/stat : 22311 (java) S 22256 22259 13007 0 -1 1077944384 20782 12501 0 0 1223 66 5 2 20 0 17 0 86593780 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320385985424 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22312] ppid=22256 vsize=14200644 CPUtime=12.96 cores=1,3,5,7
/proc/22259/task/22312/stat : 22312 (java) S 22256 22259 13007 0 -1 1077944384 13273 12501 0 0 1221 68 5 2 20 0 17 0 86593780 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320384932880 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22313] ppid=22256 vsize=14200644 CPUtime=12.98 cores=1,3,5,7
/proc/22259/task/22313/stat : 22313 (java) R 22256 22259 13007 0 -1 1077944384 14792 12501 0 0 1225 66 5 2 20 0 17 0 86593780 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320383880352 140320786749141 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22314] ppid=22256 vsize=14200644 CPUtime=12.26 cores=1,3,5,7
/proc/22259/task/22314/stat : 22314 (java) S 22256 22259 13007 0 -1 1077944384 21455 12501 0 0 1156 63 5 2 20 0 17 0 86593781 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320265171600 140320786749141 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22315] ppid=22256 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22315/stat : 22315 (java) S 22256 22259 13007 0 -1 1077944384 56 12501 0 0 0 0 5 2 20 0 17 0 86593782 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320264118928 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22316] ppid=22256 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22316/stat : 22316 (java) S 22256 22259 13007 0 -1 1077944384 44 12501 0 0 0 0 5 2 20 0 17 0 86593782 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320263066624 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22317] ppid=22256 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22317/stat : 22317 (java) S 22256 22259 13007 0 -1 1077944384 97 12501 0 0 0 0 5 2 20 0 17 0 86593784 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320262015184 140320786757531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22318] ppid=22256 vsize=14200644 CPUtime=2.69 cores=1,3,5,7
/proc/22259/task/22318/stat : 22318 (java) S 22256 22259 13007 0 -1 1077944384 11096 12501 0 0 260 2 5 2 20 0 17 0 86593785 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320260962800 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22319] ppid=22256 vsize=14200644 CPUtime=2.28 cores=1,3,5,7
/proc/22259/task/22319/stat : 22319 (java) S 22256 22259 13007 0 -1 1077944384 7229 12501 0 0 220 1 5 2 20 0 17 0 86593785 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320259910256 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22320] ppid=22256 vsize=14200644 CPUtime=1.44 cores=1,3,5,7
/proc/22259/task/22320/stat : 22320 (java) S 22256 22259 13007 0 -1 1077944384 11030 12501 0 0 134 3 5 2 20 0 17 0 86593785 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320258854144 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22321] ppid=22256 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/22259/task/22321/stat : 22321 (java) S 22256 22259 13007 0 -1 1077944384 3 12501 0 0 0 0 5 2 20 0 17 0 86593785 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320257805408 140320786749141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
[pid=22259/tid=22322] ppid=22256 vsize=14200644 CPUtime=1.6 cores=1,3,5,7
/proc/22259/task/22322/stat : 22322 (java) S 22256 22259 13007 0 -1 1077944384 1117 12501 0 0 63 90 5 2 20 0 17 0 86593789 14541459456 230297 18446744073709551615 4194304 4196468 140737423850320 140320256751920 140320786750082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31891456 140737423857616 140737423860401 140737423860401 140737423863759 0
Current children cumulated CPU time (s) 2520.32
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2477.21
CPU time (s): 2520.51
CPU user time (s): 2516.39
CPU system time (s): 4.1204
CPU usage (%): 101.748
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.39
system time used= 4.1204
maximum resident set size= 921784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324063
involuntary context switches= 9344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8269 second user time and 16.2438 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 12:06:31
IDJOB=4262307
IDBENCH=126877
IDSOLVER=2650
FILE ID=node135/4262307-1502446826
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-090.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262307-1502446826/watcher-4262307-1502446826 -o /tmp/evaluation-result-4262307-1502446826/solver-4262307-1502446826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262307-1502446826.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 328d51b82070b586362c1099b738d751
RANDOM SEED=359694575

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26382564 kB
MemAvailable:   27208252 kB
Buffers:          289540 kB
Cached:           827800 kB
SwapCached:            0 kB
Active:          5444680 kB
Inactive:         495896 kB
Active(anon):    4823428 kB
Inactive(anon):    33140 kB
Active(file):     621252 kB
Inactive(file):   462756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24156 kB
Writeback:             0 kB
AnonPages:       4867804 kB
Mapped:            62908 kB
Shmem:             33464 kB
Slab:             142368 kB
SReclaimable:     115028 kB
SUnreclaim:        27340 kB
KernelStack:        3760 kB
PageTables:        14444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5414416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4648960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 12:47:48