Trace number 4261833

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2522.5901 2467.8301

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-92.xml
MD5SUM6d97f1ae26f5c15ae832acf0c34f9a7a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.39/2.23	c Concrete v3.4 running
2522.22/2467.79	java.util.concurrent.TimeoutException
2522.22/2467.79		at concrete.MAC.mac(MAC.scala:74)
2522.22/2467.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2522.22/2467.79		at scala.util.Try$.apply(Try.scala:209)
2522.22/2467.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2522.22/2467.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2522.22/2467.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2522.22/2467.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2522.22/2467.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2522.22/2467.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2522.22/2467.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2522.22/2467.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2522.22/2467.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2522.22/2467.79		at concrete.MAC.oneRun(MAC.scala:146)
2522.22/2467.79		at concrete.MAC.nextSolution(MAC.scala:166)
2522.22/2467.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2522.22/2467.79		at concrete.ProblemState.map(ProblemState.scala:203)
2522.22/2467.79		at concrete.ProblemState.map(ProblemState.scala:188)
2522.22/2467.79		at concrete.MAC.nextSolution(MAC.scala:195)
2522.22/2467.79		at concrete.Solver.hasNext(Solver.scala:202)
2522.22/2467.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2522.22/2467.80		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2522.22/2467.80		at concrete.Solver.toStream(Solver.scala:73)
2522.22/2467.80		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2522.22/2467.80		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2522.22/2467.80		at concrete.Solver.toIterable(Solver.scala:73)
2522.22/2467.80		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2522.22/2467.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2522.22/2467.80		at scala.util.Success.map(Try.scala:209)
2522.22/2467.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2522.22/2467.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2522.22/2467.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2522.22/2467.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2522.22/2467.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2522.22/2467.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2522.22/2467.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2522.22/2467.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2522.22/2467.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2522.22/2467.80		at scala.collection.immutable.List.foreach(List.scala:389)
2522.22/2467.80		at scala.App.main(App.scala:76)
2522.22/2467.80		at scala.App.main$(App.scala:74)
2522.22/2467.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2522.22/2467.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2522.55/2467.80	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-4261833-1502474487/watcher-4261833-1502474487 -o /tmp/evaluation-result-4261833-1502474487/solver-4261833-1502474487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4261833-1502474487.xml 

pid=16428
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.30 1.39 1.41 2/194 16431
/proc/meminfo: memFree=30457204/32770624 swapFree=0/510896
[pid=16431] ppid=16428 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16431/stat : 16431 (runsolver) D 16428 16431 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49669500 24240128 108 18446744073709551615 4194304 4338465 140735533842592 140735533840232 139739820270295 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34181120 140735533846737 140735533847113 140735533847113 140735533850570 0
/proc/16431/statm: 5918 108 54 36 0 2156 0

[startup+0.100122 s]
/proc/loadavg: 1.30 1.39 1.41 2/194 16431
/proc/meminfo: memFree=30457204/32770624 swapFree=0/510896
[pid=16431] ppid=16428 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16431/stat : 16431 (bash) R 16428 16431 1330 0 -1 4202496 762 5087 0 0 0 0 0 1 20 0 1 0 49669500 9867264 360 18446744073709551615 4194304 5098028 140734895400256 140734895398184 139629737147392 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 8912896 140734895403540 140734895403625 140734895403625 140734895407082 0
/proc/16431/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200232 s]
/proc/loadavg: 1.30 1.39 1.41 2/194 16431
/proc/meminfo: memFree=30457204/32770624 swapFree=0/510896
[pid=16431] ppid=16428 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16431/stat : 16431 (bash) S 16428 16431 1330 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 49669500 9867264 377 18446744073709551615 4194304 5098028 140734895400256 140734895394264 139629737147392 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 8912896 140734895403540 140734895403625 140734895403625 140734895407082 0
/proc/16431/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300936 s]
/proc/loadavg: 1.30 1.39 1.41 2/194 16431
/proc/meminfo: memFree=30457204/32770624 swapFree=0/510896
[pid=16431] ppid=16428 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 5949 12736 0 0 5 1 5 3 20 0 14 0 49669500 14241083392 5604 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3476827 5604 2553 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703751 s]
/proc/loadavg: 1.30 1.39 1.41 2/194 16431
/proc/meminfo: memFree=30457204/32770624 swapFree=0/510896
[pid=16431] ppid=16428 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 13954 12736 0 0 52 4 5 3 20 0 15 0 49669500 14310178816 14346 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3493696 14346 3100 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.30 1.39 1.41 3/209 16494
/proc/meminfo: memFree=30364472/32770624 swapFree=0/511152
[pid=16431] ppid=16428 vsize=13985408 CPUtime=1.83 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 27640 12736 0 0 167 8 5 3 20 0 15 0 49669500 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3496352 34391 3341 1 0 3485525 0
[pid=16431/tid=16481] ppid=16428 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) R 16428 16431 1330 0 -1 4202560 22402 12736 0 0 114 6 5 3 20 0 15 0 49669524 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107543161328 140107538939286 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 2 12736 0 0 0 0 5 3 20 0 15 0 49669525 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 2 12736 0 0 0 0 5 3 20 0 15 0 49669525 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 1 12736 0 0 0 0 5 3 20 0 15 0 49669525 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 1 12736 0 0 0 0 5 3 20 0 15 0 49669525 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 5 12736 0 0 0 0 5 3 20 0 15 0 49669526 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 34 12736 0 0 0 0 5 3 20 0 15 0 49669527 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107083584928 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 21 12736 0 0 0 0 5 3 20 0 15 0 49669527 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107082532336 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 1016 12736 0 0 17 0 5 3 20 0 15 0 49669530 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 660 12736 0 0 11 0 5 3 20 0 15 0 49669530 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 1325 12736 0 0 22 0 5 3 20 0 15 0 49669530 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107078322416 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 10 12736 0 0 0 0 5 3 20 0 15 0 49669533 14321057792 34391 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.30 1.39 1.41 5/209 16494
/proc/meminfo: memFree=30289588/32770624 swapFree=0/511152
[pid=16431] ppid=16428 vsize=13995836 CPUtime=5.61 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 41921 12736 0 0 537 16 5 3 20 0 15 0 49669500 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3498959 70589 3461 1 0 3487573 0
[pid=16431/tid=16481] ppid=16428 vsize=13995836 CPUtime=2.84 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) R 16428 16431 1330 0 -1 4202560 27896 12736 0 0 266 10 5 3 20 0 15 0 49669524 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107543158096 140107519203111 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 91 12736 0 0 1 0 5 3 20 0 15 0 49669525 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 209 12736 0 0 1 0 5 3 20 0 15 0 49669525 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 53 12736 0 0 2 0 5 3 20 0 15 0 49669525 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 162 12736 0 0 1 0 5 3 20 0 15 0 49669525 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 1526 12736 0 0 1 0 5 3 20 0 15 0 49669526 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 49669527 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 15 0 49669527 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=13995836 CPUtime=0.89 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 2329 12736 0 0 81 0 5 3 20 0 15 0 49669530 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=13995836 CPUtime=1.07 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 4327 12736 0 0 99 0 5 3 20 0 15 0 49669530 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=13995836 CPUtime=0.88 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 3052 12736 0 0 80 0 5 3 20 0 15 0 49669530 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107078322416 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 13 12736 0 0 0 0 5 3 20 0 15 0 49669533 14331736064 70589 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13995836

[startup+6.30059 s]
/proc/loadavg: 1.35 1.40 1.41 5/209 16494
/proc/meminfo: memFree=29913268/32770624 swapFree=0/511156
[pid=16431] ppid=16428 vsize=13999932 CPUtime=13.96 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 55290 12736 0 0 1354 34 5 3 20 0 15 0 49669500 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3499983 151353 3466 1 0 3488597 0
[pid=16431/tid=16481] ppid=16428 vsize=13999932 CPUtime=5.87 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) R 16428 16431 1330 0 -1 1077944384 36294 12736 0 0 566 13 5 3 20 0 15 0 49669524 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107543158368 140107538937557 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 259 12736 0 0 11 4 5 3 20 0 15 0 49669525 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 431 12736 0 0 10 3 5 3 20 0 15 0 49669525 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 169 12736 0 0 10 3 5 3 20 0 15 0 49669525 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 338 12736 0 0 10 4 5 3 20 0 15 0 49669525 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 2500 12736 0 0 4 0 5 3 20 0 15 0 49669526 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 49669527 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 15 0 49669527 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=13999932 CPUtime=2.91 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 3812 12736 0 0 283 0 5 3 20 0 15 0 49669530 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=13999932 CPUtime=3.49 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) R 16428 16431 1330 0 -1 4202560 5518 12736 0 0 340 1 5 3 20 0 15 0 49669530 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107079358800 140107518419480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=13999932 CPUtime=1.25 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) R 16428 16431 1330 0 -1 4202560 3688 12736 0 0 116 1 5 3 20 0 15 0 49669530 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107078322416 140107517514960 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 18 12736 0 0 0 0 5 3 20 0 15 0 49669533 14335930368 151353 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.40 1.41 1.42 3/209 16494
/proc/meminfo: memFree=29382716/32770624 swapFree=0/511152
[pid=16431] ppid=16428 vsize=14069564 CPUtime=25.98 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 72788 12736 0 0 2541 49 5 3 20 0 15 0 49669500 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3517391 274884 3478 1 0 3506005 0
[pid=16431/tid=16481] ppid=16428 vsize=14069564 CPUtime=12.22 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) R 16428 16431 1330 0 -1 4202560 42858 12736 0 0 1194 20 5 3 20 0 15 0 49669524 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107543149280 140107166952936 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 315 12736 0 0 13 5 5 3 20 0 15 0 49669525 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 1359 12736 0 0 12 5 5 3 20 0 15 0 49669525 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 244 12736 0 0 12 5 5 3 20 0 15 0 49669525 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 444 12736 0 0 12 5 5 3 20 0 15 0 49669525 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 2695 12736 0 0 4 0 5 3 20 0 15 0 49669526 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 49669527 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 15 0 49669527 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14407233536 274884 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.1 s]
/proc/loadavg: 1.49 1.51 1.56 3/210 16791
/proc/meminfo: memFree=22932112/32770624 swapFree=0/510996
[pid=16431] ppid=16428 vsize=14069564 CPUtime=2520.07 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 546506 12736 0 0 251465 534 5 3 20 0 15 0 49669500 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3517391 803187 3481 1 0 3506005 0
[pid=16431/tid=16481] ppid=16428 vsize=14069564 CPUtime=2453.26 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) R 16428 16431 1330 0 -1 4202560 304208 12736 0 0 245188 130 5 3 20 0 15 0 49669524 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107543161712 140107152691133 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=14069564 CPUtime=12.46 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 31141 12736 0 0 1161 77 5 3 20 0 15 0 49669525 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=14069564 CPUtime=12.46 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 33922 12736 0 0 1158 80 5 3 20 0 15 0 49669525 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=14069564 CPUtime=12.47 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 34744 12736 0 0 1161 78 5 3 20 0 15 0 49669525 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=14069564 CPUtime=12.47 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 31729 12736 0 0 1161 78 5 3 20 0 15 0 49669525 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=14069564 CPUtime=1.12 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 53739 12736 0 0 84 20 5 3 20 0 15 0 49669526 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 49669527 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 15 0 49669527 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=14069564 CPUtime=5.95 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 16465 12736 0 0 584 3 5 3 20 0 15 0 49669530 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=14069564 CPUtime=7.09 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 25178 12736 0 0 698 3 5 3 20 0 15 0 49669530 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=14069564 CPUtime=1.83 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 11751 12736 0 0 172 3 5 3 20 0 15 0 49669530 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107078322416 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 49669530 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=14069564 CPUtime=1.57 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 1366 12736 0 0 71 78 5 3 20 0 15 0 49669533 14407233536 803187 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14069564

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 16431 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2467.21 s]
/proc/loadavg: 1.49 1.51 1.56 3/210 16791
/proc/meminfo: memFree=22932112/32770624 swapFree=0/510996
[pid=16431] ppid=16428 vsize=14202692 CPUtime=2520.41 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 559575 12736 0 0 251497 536 5 3 20 0 17 0 49669500 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3550673 804342 3482 1 0 3539287 0
[pid=16431/tid=16481] ppid=16428 vsize=14202692 CPUtime=2453.27 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) S 16428 16431 1330 0 -1 1077944384 305301 12736 0 0 245189 130 5 3 20 0 17 0 49669524 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107543164992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=14202692 CPUtime=12.53 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) R 16428 16431 1330 0 -1 4202560 31271 12736 0 0 1168 77 5 3 20 0 17 0 49669525 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107523923696 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=14202692 CPUtime=12.53 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) R 16428 16431 1330 0 -1 4202560 34056 12736 0 0 1165 80 5 3 20 0 17 0 49669525 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107523628042 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=14202692 CPUtime=12.55 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) R 16428 16431 1330 0 -1 4202560 34833 12736 0 0 1168 79 5 3 20 0 17 0 49669525 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107523923852 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=14202692 CPUtime=12.54 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) R 16428 16431 1330 0 -1 4202560 31894 12736 0 0 1168 78 5 3 20 0 17 0 49669525 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107135495000 140107523628039 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 63393 12736 0 0 86 21 5 3 20 0 17 0 49669526 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107084637328 140107538937557 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 246 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 16465 12736 0 0 584 3 5 3 20 0 17 0 49669530 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=14202692 CPUtime=7.1 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 25922 12736 0 0 698 4 5 3 20 0 17 0 49669530 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=14202692 CPUtime=1.83 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 12192 12736 0 0 172 3 5 3 20 0 17 0 49669530 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107078316736 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=14202692 CPUtime=1.57 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 1366 12736 0 0 71 78 5 3 20 0 17 0 49669533 14543556608 804342 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 2520.41
Current children cumulated vsize (KiB) 14202692

[startup+2467.6 s]
/proc/loadavg: 1.49 1.51 1.56 6/212 16793
/proc/meminfo: memFree=22936300/32770624 swapFree=0/510996
[pid=16431] ppid=16428 vsize=14202692 CPUtime=2521.87 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 559750 12736 0 0 251643 536 5 3 20 0 17 0 49669500 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3550673 799469 3482 1 0 3539287 0
[pid=16431/tid=16481] ppid=16428 vsize=14202692 CPUtime=2453.27 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) S 16428 16431 1330 0 -1 1077944384 305302 12736 0 0 245189 130 5 3 20 0 17 0 49669524 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107543164992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=14202692 CPUtime=12.89 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) R 16428 16431 1330 0 -1 4202560 31271 12736 0 0 1204 77 5 3 20 0 17 0 49669525 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107523625103 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=14202692 CPUtime=12.89 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) R 16428 16431 1330 0 -1 4202560 34063 12736 0 0 1201 80 5 3 20 0 17 0 49669525 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107472308824 140107520523933 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=14202692 CPUtime=12.9 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) R 16428 16431 1330 0 -1 4202560 34843 12736 0 0 1203 79 5 3 20 0 17 0 49669525 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107136547544 140107523625103 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=14202692 CPUtime=12.89 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) R 16428 16431 1330 0 -1 4202560 31894 12736 0 0 1203 78 5 3 20 0 17 0 49669525 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107523912648 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=14202692 CPUtime=1.18 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 63546 12736 0 0 89 21 5 3 20 0 17 0 49669526 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107084637104 140107538937557 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 57 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107083584896 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 46 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 246 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 16465 12736 0 0 584 3 5 3 20 0 17 0 49669530 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=14202692 CPUtime=7.1 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 25922 12736 0 0 698 4 5 3 20 0 17 0 49669530 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=14202692 CPUtime=1.83 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 12194 12736 0 0 172 3 5 3 20 0 17 0 49669530 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107078316736 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=14202692 CPUtime=1.57 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) R 16428 16431 1330 0 -1 1077944384 1366 12736 0 0 71 78 5 3 20 0 17 0 49669533 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16792] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16792/stat : 16792 (java) S 16428 16431 1330 0 -1 1077944384 345 12736 0 0 0 0 5 3 20 0 17 0 49916211 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140106977329776 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16793] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16793/stat : 16793 (java) S 16428 16431 1330 0 -1 1077944384 31 12736 0 0 0 0 5 3 20 0 17 0 49916211 14543556608 799469 18446744073709551615 4194304 4196468 140730002866176 140106976277952 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 2521.87
Current children cumulated vsize (KiB) 14202692

[startup+2467.8 s]
/proc/loadavg: 1.49 1.51 1.56 6/212 16793
/proc/meminfo: memFree=22936300/32770624 swapFree=0/510996
[pid=16431] ppid=16428 vsize=14202692 CPUtime=2522.55 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16428 16431 1330 0 -1 1077944320 559980 12736 0 0 251711 536 5 3 20 0 17 0 49669500 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140730002848720 140107538927351 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
/proc/16431/statm: 3550673 799486 3483 1 0 3539287 0
[pid=16431/tid=16481] ppid=16428 vsize=14202692 CPUtime=2453.27 cores=1,3,5,7
/proc/16431/task/16481/stat : 16481 (java) S 16428 16431 1330 0 -1 1077944384 305399 12736 0 0 245189 130 5 3 20 0 17 0 49669524 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107543170224 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16482] ppid=16428 vsize=14202692 CPUtime=13.05 cores=1,3,5,7
/proc/16431/task/16482/stat : 16482 (java) S 16428 16431 1330 0 -1 1077944384 31271 12736 0 0 1220 77 5 3 20 0 17 0 49669525 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107473361168 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16483] ppid=16428 vsize=14202692 CPUtime=13.05 cores=1,3,5,7
/proc/16431/task/16483/stat : 16483 (java) S 16428 16431 1330 0 -1 1077944384 34064 12736 0 0 1217 80 5 3 20 0 17 0 49669525 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107472308624 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16484] ppid=16428 vsize=14202692 CPUtime=13.06 cores=1,3,5,7
/proc/16431/task/16484/stat : 16484 (java) S 16428 16431 1330 0 -1 1077944384 34843 12736 0 0 1219 79 5 3 20 0 17 0 49669525 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107136547344 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16485] ppid=16428 vsize=14202692 CPUtime=13.05 cores=1,3,5,7
/proc/16431/task/16485/stat : 16485 (java) S 16428 16431 1330 0 -1 1077944384 31894 12736 0 0 1219 78 5 3 20 0 17 0 49669525 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107135494800 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16486] ppid=16428 vsize=14202692 CPUtime=1.22 cores=1,3,5,7
/proc/16431/task/16486/stat : 16486 (java) S 16428 16431 1330 0 -1 1077944384 63546 12736 0 0 93 21 5 3 20 0 17 0 49669526 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107084638704 140107538938498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16487] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16487/stat : 16487 (java) S 16428 16431 1330 0 -1 1077944384 58 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107083584992 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16488] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16488/stat : 16488 (java) S 16428 16431 1330 0 -1 1077944384 48 12736 0 0 0 0 5 3 20 0 17 0 49669527 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107082532352 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16489] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16489/stat : 16489 (java) S 16428 16431 1330 0 -1 1077944384 246 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107081480912 140107538945947 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16490] ppid=16428 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/16431/task/16490/stat : 16490 (java) S 16428 16431 1330 0 -1 1077944384 16506 12736 0 0 584 3 5 3 20 0 17 0 49669530 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107080427504 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16491] ppid=16428 vsize=14202692 CPUtime=7.1 cores=1,3,5,7
/proc/16431/task/16491/stat : 16491 (java) S 16428 16431 1330 0 -1 1077944384 25922 12736 0 0 698 4 5 3 20 0 17 0 49669530 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107079374960 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16492] ppid=16428 vsize=14202692 CPUtime=1.84 cores=1,3,5,7
/proc/16431/task/16492/stat : 16492 (java) S 16428 16431 1330 0 -1 1077944384 12282 12736 0 0 172 4 5 3 20 0 17 0 49669530 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107078322416 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16493] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16493/stat : 16493 (java) S 16428 16431 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 17 0 49669530 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107077270112 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16494] ppid=16428 vsize=14202692 CPUtime=1.57 cores=1,3,5,7
/proc/16431/task/16494/stat : 16494 (java) S 16428 16431 1330 0 -1 1077944384 1366 12736 0 0 71 78 5 3 20 0 17 0 49669533 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140107076217648 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16792] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16792/stat : 16792 (java) S 16428 16431 1330 0 -1 1077944384 345 12736 0 0 0 0 5 3 20 0 17 0 49916211 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140106977329776 140107538937557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
[pid=16431/tid=16793] ppid=16428 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/16431/task/16793/stat : 16793 (java) S 16428 16431 1330 0 -1 1077944384 31 12736 0 0 0 0 5 3 20 0 17 0 49916211 14543556608 799486 18446744073709551615 4194304 4196468 140730002866176 140106976278256 140107538938498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140730002868176 140730002870961 140730002870961 140730002874319 0
Current children cumulated CPU time (s) 2522.55
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2467.83
CPU time (s): 2522.59
CPU user time (s): 2517.17
CPU system time (s): 5.42386
CPU usage (%): 102.219
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.17
system time used= 5.42386
maximum resident set size= 4433308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572743
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76482
involuntary context switches= 2772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3169 second user time and 14.3502 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 19:47:22
IDJOB=4261833
IDBENCH=137678
IDSOLVER=2650
FILE ID=node125/4261833-1502474487
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-92.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261833-1502474487/watcher-4261833-1502474487 -o /tmp/evaluation-result-4261833-1502474487/solver-4261833-1502474487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4261833-1502474487.xml

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

MD5SUM BENCH= 6d97f1ae26f5c15ae832acf0c34f9a7a
RANDOM SEED=2033694925

node125.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.07
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.07
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.07
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.07
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:        30457572 kB
MemAvailable:   31237528 kB
Buffers:          257856 kB
Cached:           813372 kB
SwapCached:            0 kB
Active:          1351000 kB
Inactive:         535804 kB
Active(anon):     816304 kB
Inactive(anon):    24908 kB
Active(file):     534696 kB
Inactive(file):   510896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24860 kB
Writeback:             4 kB
AnonPages:        817892 kB
Mapped:            55428 kB
Shmem:             25252 kB
Slab:             125640 kB
SReclaimable:     100400 kB
SUnreclaim:        25240 kB
KernelStack:        3408 kB
PageTables:        10264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1489732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61916 MiB
End job on node125 at 2017-08-11 20:28:30