Trace number 4259374

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) 264.33401 240.80701

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-75.xml
MD5SUMd512fd03759c8e886ee5b37275b97c5f
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 benchmark244.743
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"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.20/2.16	c Concrete v3.4 running
264.09/240.75	java.util.concurrent.TimeoutException
264.09/240.75		at concrete.MAC.mac(MAC.scala:74)
264.09/240.75		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
264.09/240.75		at scala.util.Try$.apply(Try.scala:209)
264.09/240.75		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
264.09/240.75		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
264.09/240.75		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
264.09/240.75		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
264.09/240.75		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
264.09/240.75		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
264.09/240.75		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
264.09/240.75		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
264.09/240.75		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
264.09/240.75		at concrete.MAC.oneRun(MAC.scala:146)
264.09/240.75		at concrete.MAC.nextSolution(MAC.scala:166)
264.09/240.75		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
264.09/240.75		at concrete.ProblemState.map(ProblemState.scala:203)
264.09/240.75		at concrete.ProblemState.map(ProblemState.scala:188)
264.09/240.75		at concrete.MAC.nextSolution(MAC.scala:195)
264.09/240.75		at concrete.Solver.hasNext(Solver.scala:202)
264.09/240.75		at scala.collection.Iterator.toStream(Iterator.scala:1403)
264.09/240.75		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
264.09/240.75		at concrete.Solver.toStream(Solver.scala:73)
264.09/240.75		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
264.09/240.75		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
264.09/240.75		at concrete.Solver.toIterable(Solver.scala:73)
264.09/240.75		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
264.09/240.75		at scala.util.Success.$anonfun$map$1(Try.scala:251)
264.09/240.75		at scala.util.Success.map(Try.scala:209)
264.09/240.75		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
264.09/240.75		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
264.09/240.75		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
264.09/240.75		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
264.09/240.75		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
264.09/240.75		at scala.Function0.apply$mcV$sp(Function0.scala:34)
264.09/240.75		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
264.09/240.75		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
264.09/240.75		at scala.App.$anonfun$main$1$adapted(App.scala:76)
264.09/240.75		at scala.collection.immutable.List.foreach(List.scala:389)
264.09/240.75		at scala.App.main(App.scala:76)
264.09/240.75		at scala.App.main$(App.scala:74)
264.09/240.75		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
264.09/240.75		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
264.09/240.76	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-4259374-1501660397/watcher-4259374-1501660397 -o /tmp/evaluation-result-4259374-1501660397/solver-4259374-1501660397 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300 bin/concrete HOME/instance-4259374-1501660397.xml 

pid=19800
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.74 1.64 1.68 3/198 19803
/proc/meminfo: memFree=28201668/32770624 swapFree=0/243548
[pid=19803] ppid=19800 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19803/stat : 19803 (runsolver) D 19800 19803 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13854997 24240128 107 18446744073709551615 4194304 4338465 140737041793744 140737041791384 140261147198167 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 30912512 140737041801424 140737041801798 140737041801798 140737041805258 0
/proc/19803/statm: 5918 107 54 36 0 2156 0

[startup+0.100454 s]
/proc/loadavg: 1.74 1.64 1.68 3/198 19803
/proc/meminfo: memFree=28201668/32770624 swapFree=0/243548
[pid=19803] ppid=19800 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/19803/stat : 19803 (bash) S 19800 19803 5228 0 -1 4202496 683 1543 0 0 0 0 0 0 20 0 1 0 13854997 9736192 351 18446744073709551615 4194304 5098028 140721689019472 140721689017112 140696277134336 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 9392128 140721689027089 140721689027174 140721689027174 140721689030634 0
/proc/19803/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200204 s]
/proc/loadavg: 1.74 1.64 1.68 3/198 19803
/proc/meminfo: memFree=28201668/32770624 swapFree=0/243548
[pid=19803] ppid=19800 vsize=30192 CPUtime=0.08 cores=0,2,4,6
/proc/19803/stat : 19803 (java) R 19800 19803 5228 0 -1 4202496 1608 12785 0 0 0 0 5 3 20 0 1 0 13854997 30916608 594 18446744073709551615 4194304 4196468 140725111558320 140725111539016 140646381672059 0 0 1 0 0 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 7548 594 454 1 0 160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30192

[startup+0.300872 s]
/proc/loadavg: 1.74 1.64 1.68 3/198 19803
/proc/meminfo: memFree=28201668/32770624 swapFree=0/243548
[pid=19803] ppid=19800 vsize=13974356 CPUtime=0.17 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 5924 12785 0 0 8 1 5 3 20 0 15 0 13854997 14309740544 7028 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3493589 7028 2766 1 0 3482973 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700325 s]
/proc/loadavg: 1.74 1.64 1.68 3/198 19803
/proc/meminfo: memFree=28201668/32770624 swapFree=0/243548
[pid=19803] ppid=19800 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 13616 12785 0 0 61 4 5 3 20 0 15 0 13854997 14310178816 15041 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3493696 15041 3121 1 0 3482973 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.74 1.64 1.68 3/213 19866
/proc/meminfo: memFree=28103192/32770624 swapFree=0/243584
[pid=19803] ppid=19800 vsize=13985408 CPUtime=1.99 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 26180 12785 0 0 181 10 5 3 20 0 15 0 13854997 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3496352 43636 3367 1 0 3485533 0
[pid=19803/tid=19853] ppid=19800 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 19777 12785 0 0 116 6 5 3 20 0 15 0 13855017 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140646383676896 140646379472029 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 46 12785 0 0 0 0 5 3 20 0 15 0 13855018 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 40 12785 0 0 1 0 5 3 20 0 15 0 13855018 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 35 12785 0 0 1 0 5 3 20 0 15 0 13855018 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 200 12785 0 0 1 0 5 3 20 0 15 0 13855018 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 884 12785 0 0 1 0 5 3 20 0 15 0 13855019 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 55 12785 0 0 0 0 5 3 20 0 15 0 13855020 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645361239008 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 44 12785 0 0 0 0 5 3 20 0 15 0 13855020 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 947 12785 0 0 15 0 5 3 20 0 15 0 13855022 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645358082544 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 1040 12785 0 0 18 0 5 3 20 0 15 0 13855022 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 948 12785 0 0 23 0 5 3 20 0 15 0 13855022 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855025 14321057792 43636 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13985408

[startup+3.10073 s]
/proc/loadavg: 1.74 1.64 1.68 4/213 19866
/proc/meminfo: memFree=28027496/32770624 swapFree=0/243584
[pid=19803] ppid=19800 vsize=13997884 CPUtime=5.31 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 36635 12785 0 0 506 17 5 3 20 0 15 0 13854997 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3499471 74769 3438 1 0 3488093 0
[pid=19803/tid=19853] ppid=19800 vsize=13997884 CPUtime=2.89 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 27836 12785 0 0 271 10 5 3 20 0 15 0 13855017 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140646383682400 140646361013650 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 62 12785 0 0 1 1 5 3 20 0 15 0 13855018 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 47 12785 0 0 1 0 5 3 20 0 15 0 13855018 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 43 12785 0 0 1 1 5 3 20 0 15 0 13855018 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 206 12785 0 0 1 0 5 3 20 0 15 0 13855018 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 909 12785 0 0 1 0 5 3 20 0 15 0 13855019 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 55 12785 0 0 0 0 5 3 20 0 15 0 13855020 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645361239008 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 44 12785 0 0 0 0 5 3 20 0 15 0 13855020 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=13997884 CPUtime=0.79 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 1500 12785 0 0 71 0 5 3 20 0 15 0 13855022 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645358082544 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=13997884 CPUtime=0.8 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 1453 12785 0 0 72 0 5 3 20 0 15 0 13855022 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=13997884 CPUtime=0.89 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 2316 12785 0 0 80 1 5 3 20 0 15 0 13855022 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855025 14333833216 74769 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13997884

[startup+6.30488 s]
/proc/loadavg: 1.76 1.65 1.68 3/213 19866
/proc/meminfo: memFree=27630552/32770624 swapFree=0/243580
[pid=19803] ppid=19800 vsize=14001980 CPUtime=13.51 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 55081 12785 0 0 1302 41 5 3 20 0 15 0 13854997 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3500495 169256 3455 1 0 3489117 0
[pid=19803/tid=19853] ppid=19800 vsize=14001980 CPUtime=5.93 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 31700 12785 0 0 571 14 5 3 20 0 15 0 13855017 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140646383647128 140645973564558 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 181 12785 0 0 10 4 5 3 20 0 15 0 13855018 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 503 12785 0 0 10 4 5 3 20 0 15 0 13855018 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14001980 CPUtime=0.21 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 382 12785 0 0 9 4 5 3 20 0 15 0 13855018 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 406 12785 0 0 10 4 5 3 20 0 15 0 13855018 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 2579 12785 0 0 4 0 5 3 20 0 15 0 13855019 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 58 12785 0 0 0 0 5 3 20 0 15 0 13855020 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645361239008 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 50 12785 0 0 0 0 5 3 20 0 15 0 13855020 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=14001980 CPUtime=2.87 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) R 19800 19803 5228 0 -1 4202560 6569 12785 0 0 277 2 5 3 20 0 15 0 13855022 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645358067376 140646362834896 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=14001980 CPUtime=2.92 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) R 19800 19803 5228 0 -1 4202560 5460 12785 0 0 282 2 5 3 20 0 15 0 13855022 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645357016560 140646372546828 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=14001980 CPUtime=1.33 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 4294 12785 0 0 123 2 5 3 20 0 15 0 13855022 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 738 12785 0 0 0 0 5 3 20 0 15 0 13855025 14338027520 169256 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.86 1.67 1.69 3/213 19866
/proc/meminfo: memFree=27041236/32770624 swapFree=0/243588
[pid=19803] ppid=19800 vsize=14069564 CPUtime=25.86 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 95109 12785 0 0 2520 58 5 3 20 0 15 0 13854997 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3517391 277663 3467 1 0 3506013 0
[pid=19803/tid=19853] ppid=19800 vsize=14069564 CPUtime=12.27 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 49172 12785 0 0 1198 21 5 3 20 0 15 0 13855017 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140646383684032 140645984428432 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 265 12785 0 0 13 6 5 3 20 0 15 0 13855018 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 633 12785 0 0 13 5 5 3 20 0 15 0 13855018 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 1485 12785 0 0 12 6 5 3 20 0 15 0 13855018 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 495 12785 0 0 13 5 5 3 20 0 15 0 13855018 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 2904 12785 0 0 5 0 5 3 20 0 15 0 13855019 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 63 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140645361239072 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 57 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14407233536 277663 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0

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

/proc/19803/statm: 3517391 1066673 3470 1 0 3506013 0
[pid=19803/tid=19853] ppid=19800 vsize=14069564 CPUtime=160.1 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 63777 12785 0 0 15943 59 5 3 20 0 15 0 13855017 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140646383678496 140645985145735 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 1327 12785 0 0 162 26 5 3 20 0 15 0 13855018 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 2212 12785 0 0 162 26 5 3 20 0 15 0 13855018 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14069564 CPUtime=1.94 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 4094 12785 0 0 159 27 5 3 20 0 15 0 13855018 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 2217 12785 0 0 161 27 5 3 20 0 15 0 13855018 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 13569 12785 0 0 10 1 5 3 20 0 15 0 13855019 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 63 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645361239072 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 57 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=14069564 CPUtime=6.32 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 14133 12785 0 0 620 4 5 3 20 0 15 0 13855022 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645358082544 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=14069564 CPUtime=6.12 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 16825 12785 0 0 601 3 5 3 20 0 15 0 13855022 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=14069564 CPUtime=1.84 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 11400 12785 0 0 172 4 5 3 20 0 15 0 13855022 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 2423 12785 0 0 4 5 5 3 20 0 15 0 13855025 14407233536 1066673 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 181.94
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.89 1.75 1.71 3/214 20012
/proc/meminfo: memFree=23390888/32770624 swapFree=0/243700
[pid=19803] ppid=19800 vsize=14069564 CPUtime=243.49 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 145761 12785 0 0 24153 188 5 3 20 0 15 0 13854997 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3517391 1066679 3470 1 0 3506013 0
[pid=19803/tid=19853] ppid=19800 vsize=14069564 CPUtime=219.61 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 69076 12785 0 0 21893 60 5 3 20 0 15 0 13855017 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140646383679568 140645984458451 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14069564 CPUtime=2.44 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 1575 12785 0 0 210 26 5 3 20 0 15 0 13855018 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14069564 CPUtime=2.44 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 2476 12785 0 0 210 26 5 3 20 0 15 0 13855018 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14069564 CPUtime=2.43 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 5376 12785 0 0 208 27 5 3 20 0 15 0 13855018 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 2856 12785 0 0 210 27 5 3 20 0 15 0 13855018 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 13884 12785 0 0 11 1 5 3 20 0 15 0 13855019 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 63 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645361239072 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 57 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=14069564 CPUtime=6.34 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 15423 12785 0 0 622 4 5 3 20 0 15 0 13855022 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645358082544 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=14069564 CPUtime=6.14 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 17788 12785 0 0 602 4 5 3 20 0 15 0 13855022 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=14069564 CPUtime=1.84 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 12567 12785 0 0 172 4 5 3 20 0 15 0 13855022 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 2459 12785 0 0 6 7 5 3 20 0 15 0 13855025 14407233536 1066679 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 243.49
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.58 1.69 1.69 3/214 20013
/proc/meminfo: memFree=23271796/32770624 swapFree=0/243712
[pid=19803] ppid=19800 vsize=14069564 CPUtime=261.54 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 147596 12785 0 0 25958 188 5 3 20 0 15 0 13854997 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3517391 1066683 3470 1 0 3506013 0
[pid=19803/tid=19853] ppid=19800 vsize=14069564 CPUtime=237.16 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) R 19800 19803 5228 0 -1 4202560 70873 12785 0 0 23648 60 5 3 20 0 15 0 13855017 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140646383684096 140645985394148 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14069564 CPUtime=2.57 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) S 19800 19803 5228 0 -1 1077944384 1586 12785 0 0 223 26 5 3 20 0 15 0 13855018 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14069564 CPUtime=2.57 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) S 19800 19803 5228 0 -1 1077944384 2486 12785 0 0 223 26 5 3 20 0 15 0 13855018 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14069564 CPUtime=2.55 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) S 19800 19803 5228 0 -1 1077944384 5381 12785 0 0 220 27 5 3 20 0 15 0 13855018 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140646296759312 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14069564 CPUtime=2.57 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) S 19800 19803 5228 0 -1 1077944384 2864 12785 0 0 222 27 5 3 20 0 15 0 13855018 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 13888 12785 0 0 12 1 5 3 20 0 15 0 13855019 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645362292720 140646379461250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 63 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645361239072 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 57 12785 0 0 0 0 5 3 20 0 15 0 13855020 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855022 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=14069564 CPUtime=6.34 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 15423 12785 0 0 622 4 5 3 20 0 15 0 13855022 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645358082544 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=14069564 CPUtime=6.14 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 17788 12785 0 0 602 4 5 3 20 0 15 0 13855022 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=14069564 CPUtime=1.84 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 12567 12785 0 0 172 4 5 3 20 0 15 0 13855022 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645355977456 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 15 0 13855023 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 2459 12785 0 0 7 7 5 3 20 0 15 0 13855025 14407233536 1066683 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 261.54
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 19803 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.405 s]
/proc/loadavg: 1.58 1.69 1.69 3/214 20013
/proc/meminfo: memFree=23271796/32770624 swapFree=0/243712
[pid=19803] ppid=19800 vsize=14202692 CPUtime=263.01 cores=0,2,4,6
/proc/19803/stat : 19803 (java) S 19800 19803 5228 0 -1 1077944320 156972 12785 0 0 26104 189 5 3 20 0 17 0 13854997 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140725111540864 140646379450103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
/proc/19803/statm: 3550673 1066768 3470 1 0 3539295 0
[pid=19803/tid=19853] ppid=19800 vsize=14202692 CPUtime=237.17 cores=0,2,4,6
/proc/19803/task/19853/stat : 19853 (java) S 19800 19803 5228 0 -1 1077944384 71410 12785 0 0 23649 60 5 3 20 0 17 0 13855017 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140646383687648 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19854] ppid=19800 vsize=14202692 CPUtime=2.92 cores=0,2,4,6
/proc/19803/task/19854/stat : 19854 (java) R 19800 19803 5228 0 -1 4202560 1598 12785 0 0 258 26 5 3 20 0 17 0 13855018 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140646298864400 140646364147742 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19855] ppid=19800 vsize=14202692 CPUtime=2.92 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) R 19800 19803 5228 0 -1 4202560 2520 12785 0 0 258 26 5 3 20 0 17 0 13855018 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140646297811856 140646361047114 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19856] ppid=19800 vsize=14202692 CPUtime=2.9 cores=0,2,4,6
/proc/19803/task/19856/stat : 19856 (java) R 19800 19803 5228 0 -1 4202560 5399 12785 0 0 255 27 5 3 20 0 17 0 13855018 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140646296759512 140646361047114 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19857] ppid=19800 vsize=14202692 CPUtime=2.92 cores=0,2,4,6
/proc/19803/task/19857/stat : 19857 (java) R 19800 19803 5228 0 -1 4202560 2878 12785 0 0 257 27 5 3 20 0 17 0 13855018 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140646295706768 140646364400800 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19858] ppid=19800 vsize=14202692 CPUtime=0.25 cores=0,2,4,6
/proc/19803/task/19858/stat : 19858 (java) S 19800 19803 5228 0 -1 1077944384 21948 12785 0 0 15 2 5 3 20 0 17 0 13855019 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645362291120 140646379460309 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19859] ppid=19800 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19859/stat : 19859 (java) S 19800 19803 5228 0 -1 1077944384 64 12785 0 0 0 0 5 3 20 0 17 0 13855020 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645361238672 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19860] ppid=19800 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19860/stat : 19860 (java) S 19800 19803 5228 0 -1 1077944384 57 12785 0 0 0 0 5 3 20 0 17 0 13855020 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645360186368 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19861] ppid=19800 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19861/stat : 19861 (java) S 19800 19803 5228 0 -1 1077944384 165 12785 0 0 0 0 5 3 20 0 17 0 13855022 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645359134928 140646379468699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19862] ppid=19800 vsize=14202692 CPUtime=6.34 cores=0,2,4,6
/proc/19803/task/19862/stat : 19862 (java) S 19800 19803 5228 0 -1 1077944384 15440 12785 0 0 622 4 5 3 20 0 17 0 13855022 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645358070560 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19863] ppid=19800 vsize=14202692 CPUtime=6.14 cores=0,2,4,6
/proc/19803/task/19863/stat : 19863 (java) S 19800 19803 5228 0 -1 1077944384 17788 12785 0 0 602 4 5 3 20 0 17 0 13855022 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645357030000 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19864] ppid=19800 vsize=14202692 CPUtime=1.84 cores=0,2,4,6
/proc/19803/task/19864/stat : 19864 (java) S 19800 19803 5228 0 -1 1077944384 12789 12785 0 0 172 4 5 3 20 0 17 0 13855022 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645355971776 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19865] ppid=19800 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/19803/task/19865/stat : 19865 (java) S 19800 19803 5228 0 -1 1077944384 3 12785 0 0 0 0 5 3 20 0 17 0 13855023 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645354925152 140646379460309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
[pid=19803/tid=19866] ppid=19800 vsize=14202692 CPUtime=0.22 cores=0,2,4,6
/proc/19803/task/19866/stat : 19866 (java) S 19800 19803 5228 0 -1 1077944384 2459 12785 0 0 7 7 5 3 20 0 17 0 13855025 14543556608 1066768 18446744073709551615 4194304 4196468 140725111558320 140645353871664 140646379461250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35594240 140725111560141 140725111562926 140725111562926 140725111566287 0
Current children cumulated CPU time (s) 263.01
Current children cumulated vsize (KiB) 14202692

[startup+240.801 s]
/proc/loadavg: 1.58 1.69 1.69 3/214 20013
/proc/meminfo: memFree=23271796/32770624 swapFree=0/243712
[pid=19803] ppid=19800 vsize=0 CPUtime=264.31 cores=0,2,4,6
/proc/19803/stat : 19803 (java) Z 19800 19803 5228 0 -1 4228108 157423 12785 0 0 26231 192 5 3 20 0 2 0 13854997 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/19803/statm: 0 0 0 0 0 0 0
[pid=19803/tid=19855] ppid=19800 vsize=0 CPUtime=3.24 cores=0,2,4,6
/proc/19803/task/19855/stat : 19855 (java) R 19800 19803 5228 0 -1 4203588 2520 12785 0 0 288 28 5 3 20 0 2 0 13855018 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.807
CPU time (s): 264.334
CPU user time (s): 262.371
CPU system time (s): 1.96267
CPU usage (%): 109.77
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.371
system time used= 1.96267
maximum resident set size= 4282028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14385
involuntary context switches= 557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.976596 second user time and 1.66256 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 09:39:10
IDJOB=4259374
IDBENCH=137706
IDSOLVER=2646
FILE ID=node133/4259374-1501660397
RUNJOBID= node133-1501653519-11655
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-75.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259374-1501660397/watcher-4259374-1501660397 -o /tmp/evaluation-result-4259374-1501660397/solver-4259374-1501660397 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300  bin/concrete HOME/instance-4259374-1501660397.xml

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

MD5SUM BENCH= d512fd03759c8e886ee5b37275b97c5f
RANDOM SEED=1426722244

node133.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.17
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.17
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.17
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.17
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:        28202584 kB
MemAvailable:   28451060 kB
Buffers:          132284 kB
Cached:           396312 kB
SwapCached:            0 kB
Active:          3900652 kB
Inactive:         252084 kB
Active(anon):    3624744 kB
Inactive(anon):     8536 kB
Active(file):     275908 kB
Inactive(file):   243548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24696 kB
Writeback:             0 kB
AnonPages:       3623864 kB
Mapped:            43748 kB
Shmem:              8892 kB
Slab:             115860 kB
SReclaimable:      89708 kB
SUnreclaim:        26152 kB
KernelStack:        3472 kB
PageTables:        11876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4381084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3403776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61816 MiB
End job on node133 at 2017-08-02 09:43:11