Trace number 4259388

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) 258.15302 240.601

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c3w4o.xml
MD5SUMee745fcf29eade3c7f55b7e84eebe45a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark1989.67
Satisfiable
(Un)Satisfiability was proved
Number of variables1293
Number of constraints649
Number of domains2
Minimum domain size72
Maximum domain size324
Distribution of domain sizes[{"size":72,"count":1292},{"size":324,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":969},{"degree":5,"count":323}]
Minimum constraint arity4
Maximum constraint arity1292
Distribution of constraint arities[{"arity":4,"count":646},{"arity":324,"count":1},{"arity":1292,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":323},{"type":"lex","count":1},{"type":"sum","count":323},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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.53 1.65 1.70 2/198 21967
/proc/meminfo: memFree=26926316/32770624 swapFree=0/256068
[pid=21967] ppid=21964 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21967/stat : 21967 (runsolver) D 21964 21967 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7848210 24240128 107 18446744073709551615 4194304 4338465 140732716987616 140732716985256 140167197262551 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38551552 140732716990673 140732716991047 140732716991047 140732716994506 0
/proc/21967/statm: 5918 107 54 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 1.53 1.65 1.70 2/198 21967
/proc/meminfo: memFree=26926316/32770624 swapFree=0/256068
[pid=21967] ppid=21964 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21967/stat : 21967 (runsolver) D 21964 21967 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7848210 24240128 107 18446744073709551615 4194304 4338465 140732716987616 140732716985256 140167197262551 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38551552 140732716990673 140732716991047 140732716991047 140732716994506 0
/proc/21967/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200325 s]
/proc/loadavg: 1.53 1.65 1.70 2/198 21967
/proc/meminfo: memFree=26926316/32770624 swapFree=0/256068
[pid=21967] ppid=21964 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21967/stat : 21967 (bash) S 21964 21967 3187 0 -1 4202496 892 6491 0 0 0 0 0 1 20 0 1 0 7848210 9867264 377 18446744073709551615 4194304 5098028 140728553120080 140728553114088 140518444948480 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 17129472 140728553128466 140728553128551 140728553128551 140728553132010 0
/proc/21967/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300343 s]
/proc/loadavg: 1.53 1.65 1.70 2/198 21967
/proc/meminfo: memFree=26926316/32770624 swapFree=0/256068
[pid=21967] ppid=21964 vsize=13441360 CPUtime=0.09 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 4683 12437 0 0 1 1 5 2 20 0 7 0 7848210 13763952640 3983 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3360340 3983 2016 1 0 3349845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13441360

[startup+0.700364 s]
/proc/loadavg: 1.53 1.65 1.70 2/198 21967
/proc/meminfo: memFree=26926316/32770624 swapFree=0/256068
[pid=21967] ppid=21964 vsize=13974784 CPUtime=0.49 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 13197 12437 0 0 39 3 5 2 20 0 15 0 7848210 14310178816 13482 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3493696 13482 3052 1 0 3482973 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.53 1.65 1.70 3/213 22030
/proc/meminfo: memFree=26840164/32770624 swapFree=0/256064
[pid=21967] ppid=21964 vsize=13985408 CPUtime=1.67 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 27096 12437 0 0 152 8 5 2 20 0 15 0 7848210 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3496352 33013 3327 1 0 3485533 0
[pid=21967/tid=22017] ppid=21964 vsize=13985408 CPUtime=1.18 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) S 21964 21967 3187 0 -1 1077944384 22104 12437 0 0 105 6 5 2 20 0 15 0 7848238 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911907910592 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) S 21964 21967 3187 0 -1 1077944384 1 12437 0 0 0 0 5 2 20 0 15 0 7848238 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) S 21964 21967 3187 0 -1 1077944384 1 12437 0 0 0 0 5 2 20 0 15 0 7848238 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) S 21964 21967 3187 0 -1 1077944384 1 12437 0 0 0 0 5 2 20 0 15 0 7848238 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) S 21964 21967 3187 0 -1 1077944384 2 12437 0 0 0 0 5 2 20 0 15 0 7848238 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 5 12437 0 0 0 0 5 2 20 0 15 0 7848240 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911449401840 139911903697538 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 33 12437 0 0 0 0 5 2 20 0 15 0 7848240 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911448348064 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 21 12437 0 0 0 0 5 2 20 0 15 0 7848240 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911447295472 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) R 21964 21967 3187 0 -1 4202560 1025 12437 0 0 12 0 5 2 20 0 15 0 7848243 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903707738 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) S 21964 21967 3187 0 -1 1077944384 674 12437 0 0 13 0 5 2 20 0 15 0 7848243 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911376128112 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) R 21964 21967 3187 0 -1 4202560 1181 12437 0 0 19 0 5 2 20 0 15 0 7848243 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911375075568 139911903698326 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 9 12437 0 0 0 0 5 2 20 0 15 0 7848253 14321057792 33013 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 13985408

[startup+3.10087 s]
/proc/loadavg: 1.53 1.65 1.70 4/213 22030
/proc/meminfo: memFree=26752744/32770624 swapFree=0/256064
[pid=21967] ppid=21964 vsize=13997884 CPUtime=5.8 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 43386 12437 0 0 558 15 5 2 20 0 15 0 7848210 14333833216 60136 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3499471 60174 3433 1 0 3488093 0
[pid=21967/tid=22017] ppid=21964 vsize=13997884 CPUtime=2.74 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) R 21964 21967 3187 0 -1 4202560 30609 12437 0 0 259 8 5 2 20 0 15 0 7848238 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911907919760 139911903707738 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) S 21964 21967 3187 0 -1 1077944384 49 12437 0 0 0 0 5 2 20 0 15 0 7848238 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) S 21964 21967 3187 0 -1 1077944384 201 12437 0 0 0 0 5 2 20 0 15 0 7848238 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) S 21964 21967 3187 0 -1 1077944384 58 12437 0 0 1 0 5 2 20 0 15 0 7848238 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) S 21964 21967 3187 0 -1 1077944384 52 12437 0 0 1 0 5 2 20 0 15 0 7848238 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 1110 12437 0 0 1 0 5 2 20 0 15 0 7848240 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911449401840 139911903697538 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 56 12437 0 0 0 0 5 2 20 0 15 0 7848240 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911448348128 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 43 12437 0 0 0 0 5 2 20 0 15 0 7848240 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911447295472 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=13997884 CPUtime=0.92 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) R 21964 21967 3187 0 -1 1077944384 1771 12437 0 0 84 1 5 2 20 0 15 0 7848243 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911377168096 139911903696597 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=13997884 CPUtime=1.16 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) R 21964 21967 3187 0 -1 4202560 3782 12437 0 0 108 1 5 2 20 0 15 0 7848243 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911376116544 139911888615804 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) R 21964 21967 3187 0 -1 4202560 3489 12437 0 0 99 1 5 2 20 0 15 0 7848243 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911375075568 139911895923518 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 11 12437 0 0 0 0 5 2 20 0 15 0 7848253 14333833216 60174 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 13997884

[startup+6.30112 s]
/proc/loadavg: 1.72 1.69 1.71 4/213 22030
/proc/meminfo: memFree=26546880/32770624 swapFree=0/256072
[pid=21967] ppid=21964 vsize=14001980 CPUtime=15.21 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 81073 12437 0 0 1486 28 5 2 20 0 15 0 7848210 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3500495 112010 3460 1 0 3489117 0
[pid=21967/tid=22017] ppid=21964 vsize=14001980 CPUtime=5.76 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) R 21964 21967 3187 0 -1 4202560 39620 12437 0 0 558 11 5 2 20 0 15 0 7848238 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911907920032 139911548577336 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) S 21964 21967 3187 0 -1 1077944384 275 12437 0 0 12 2 5 2 20 0 15 0 7848238 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) S 21964 21967 3187 0 -1 1077944384 272 12437 0 0 13 1 5 2 20 0 15 0 7848238 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14001980 CPUtime=0.18 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) S 21964 21967 3187 0 -1 1077944384 317 12437 0 0 10 1 5 2 20 0 15 0 7848238 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14001980 CPUtime=0.19 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) S 21964 21967 3187 0 -1 1077944384 104 12437 0 0 11 1 5 2 20 0 15 0 7848238 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 2765 12437 0 0 4 0 5 2 20 0 15 0 7848240 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911449401840 139911903697538 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 64 12437 0 0 0 0 5 2 20 0 15 0 7848240 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911448348128 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 15 0 7848240 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=14001980 CPUtime=3.5 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) S 21964 21967 3187 0 -1 1077944384 12824 12437 0 0 341 2 5 2 20 0 15 0 7848243 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=14001980 CPUtime=3.62 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) R 21964 21967 3187 0 -1 4202560 13538 12437 0 0 353 2 5 2 20 0 15 0 7848243 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911376118224 139911888482792 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=14001980 CPUtime=1.89 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) S 21964 21967 3187 0 -1 1077944384 9061 12437 0 0 180 2 5 2 20 0 15 0 7848243 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911375075568 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 25 12437 0 0 0 0 5 2 20 0 15 0 7848253 14338027520 112010 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.75 1.70 1.71 3/213 22030
/proc/meminfo: memFree=25914664/32770624 swapFree=0/256076
[pid=21967] ppid=21964 vsize=14069564 CPUtime=25.53 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 101227 12437 0 0 2497 49 5 2 20 0 15 0 7848210 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3517391 282397 3469 1 0 3506013 0
[pid=21967/tid=22017] ppid=21964 vsize=14069564 CPUtime=12.06 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) R 21964 21967 3187 0 -1 4202560 55372 12437 0 0 1179 20 5 2 20 0 15 0 7848238 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911907920496 139911530352130 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) S 21964 21967 3187 0 -1 1077944384 315 12437 0 0 17 4 5 2 20 0 15 0 7848238 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14069564 CPUtime=0.29 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) S 21964 21967 3187 0 -1 1077944384 321 12437 0 0 18 4 5 2 20 0 15 0 7848238 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) S 21964 21967 3187 0 -1 1077944384 385 12437 0 0 15 4 5 2 20 0 15 0 7848238 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) S 21964 21967 3187 0 -1 1077944384 142 12437 0 0 15 4 5 2 20 0 15 0 7848238 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 3172 12437 0 0 5 0 5 2 20 0 15 0 7848240 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911449401840 139911903697538 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 64 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911448348128 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 282397 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0

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

/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 441429 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 166 12437 0 0 4 5 5 2 20 0 15 0 7848253 14407233536 441429 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 177.21
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.40 1.62 1.69 3/214 22162
/proc/meminfo: memFree=28768968/32770624 swapFree=0/256208
[pid=21967] ppid=21964 vsize=14069564 CPUtime=238.22 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 154320 12437 0 0 23726 89 5 2 20 0 15 0 7848210 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3517391 422825 3471 1 0 3506013 0
[pid=21967/tid=22017] ppid=21964 vsize=14069564 CPUtime=220.52 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) R 21964 21967 3187 0 -1 4202560 65541 12437 0 0 22011 34 5 2 20 0 15 0 7848238 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911907920304 139911549863235 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14069564 CPUtime=0.88 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) S 21964 21967 3187 0 -1 1077944384 3138 12437 0 0 73 8 5 2 20 0 15 0 7848238 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14069564 CPUtime=0.89 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) S 21964 21967 3187 0 -1 1077944384 1770 12437 0 0 73 9 5 2 20 0 15 0 7848238 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14069564 CPUtime=0.86 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) S 21964 21967 3187 0 -1 1077944384 3505 12437 0 0 71 8 5 2 20 0 15 0 7848238 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14069564 CPUtime=0.85 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) S 21964 21967 3187 0 -1 1077944384 2054 12437 0 0 70 8 5 2 20 0 15 0 7848238 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14069564 CPUtime=0.56 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 4980 12437 0 0 44 5 5 2 20 0 15 0 7848240 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911449401840 139911903697538 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 64 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911448348128 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=14069564 CPUtime=5.96 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) S 21964 21967 3187 0 -1 1077944384 25889 12437 0 0 586 3 5 2 20 0 15 0 7848243 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=14069564 CPUtime=5.71 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) S 21964 21967 3187 0 -1 1077944384 23332 12437 0 0 561 3 5 2 20 0 15 0 7848243 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911376128112 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=14069564 CPUtime=2.3 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) S 21964 21967 3187 0 -1 1077944384 21623 12437 0 0 220 3 5 2 20 0 15 0 7848243 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911375075568 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 216 12437 0 0 6 6 5 2 20 0 15 0 7848253 14407233536 422825 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 238.22
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.50 1.63 1.69 3/214 22164
/proc/meminfo: memFree=28795280/32770624 swapFree=0/256240
[pid=21967] ppid=21964 vsize=14069564 CPUtime=256.17 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 156909 12437 0 0 25518 92 5 2 20 0 15 0 7848210 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3517391 417084 3471 1 0 3506013 0
[pid=21967/tid=22017] ppid=21964 vsize=14069564 CPUtime=238.05 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) S 21964 21967 3187 0 -1 1077944384 66343 12437 0 0 23763 35 5 2 20 0 15 0 7848238 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911907920224 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14069564 CPUtime=0.97 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) R 21964 21967 3187 0 -1 4202560 4168 12437 0 0 81 9 5 2 20 0 15 0 7848238 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911903698326 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14069564 CPUtime=0.98 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) R 21964 21967 3187 0 -1 4202560 1839 12437 0 0 82 9 5 2 20 0 15 0 7848238 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911903698326 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) R 21964 21967 3187 0 -1 4202560 3539 12437 0 0 79 8 5 2 20 0 15 0 7848238 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911896782985 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) R 21964 21967 3187 0 -1 1077944384 2196 12437 0 0 78 8 5 2 20 0 15 0 7848238 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911903696597 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 5192 12437 0 0 50 7 5 2 20 0 15 0 7848240 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911449400352 139911903696597 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 64 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911448348128 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 15 0 7848240 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=14069564 CPUtime=5.96 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) S 21964 21967 3187 0 -1 1077944384 25892 12437 0 0 586 3 5 2 20 0 15 0 7848243 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=14069564 CPUtime=5.71 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) S 21964 21967 3187 0 -1 1077944384 23619 12437 0 0 561 3 5 2 20 0 15 0 7848243 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911376128112 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=14069564 CPUtime=2.3 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) S 21964 21967 3187 0 -1 1077944384 21625 12437 0 0 220 3 5 2 20 0 15 0 7848243 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911375075568 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 7848243 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 224 12437 0 0 7 7 5 2 20 0 15 0 7848253 14407233536 417084 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 256.17
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 21967 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.50 1.63 1.69 3/214 22164
/proc/meminfo: memFree=28795280/32770624 swapFree=0/256240
[pid=21967] ppid=21964 vsize=14202692 CPUtime=257.57 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 169699 12437 0 0 25657 93 5 2 20 0 17 0 7848210 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3550673 418755 3478 1 0 3539295 0
[pid=21967/tid=22017] ppid=21964 vsize=14202692 CPUtime=238.06 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) S 21964 21967 3187 0 -1 1077944384 67224 12437 0 0 23764 35 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911907924112 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14202692 CPUtime=1.31 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) R 21964 21967 3187 0 -1 4202560 4251 12437 0 0 115 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911888636996 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14202692 CPUtime=1.31 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) R 21964 21967 3187 0 -1 4202560 1920 12437 0 0 115 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911888671687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14202692 CPUtime=1.28 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) R 21964 21967 3187 0 -1 4202560 3596 12437 0 0 113 8 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911858547104 139911885282933 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14202692 CPUtime=1.28 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) R 21964 21967 3187 0 -1 4202560 2394 12437 0 0 112 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911857494672 139911888671687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14202692 CPUtime=0.68 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 15009 12437 0 0 54 7 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911449400240 139911903696597 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 66 12437 0 0 0 0 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911448347760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 181 12437 0 0 0 0 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=14202692 CPUtime=5.96 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) S 21964 21967 3187 0 -1 1077944384 25892 12437 0 0 586 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=14202692 CPUtime=5.71 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) S 21964 21967 3187 0 -1 1077944384 23619 12437 0 0 561 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911376128112 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=14202692 CPUtime=2.3 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) S 21964 21967 3187 0 -1 1077944384 22842 12437 0 0 220 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911375075136 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 224 12437 0 0 7 7 5 2 20 0 17 0 7848253 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 257.57
Current children cumulated vsize (KiB) 14202692

[startup+240.501 s]
/proc/loadavg: 1.50 1.63 1.69 3/214 22164
/proc/meminfo: memFree=28795280/32770624 swapFree=0/256240
[pid=21967] ppid=21964 vsize=14202692 CPUtime=257.87 cores=1,3,5,7
/proc/21967/stat : 21967 (java) S 21964 21967 3187 0 -1 1077944320 169705 12437 0 0 25687 93 5 2 20 0 17 0 7848210 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 140735096766464 139911903686391 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
/proc/21967/statm: 3550673 418755 3478 1 0 3539295 0
[pid=21967/tid=22017] ppid=21964 vsize=14202692 CPUtime=238.06 cores=1,3,5,7
/proc/21967/task/22017/stat : 22017 (java) S 21964 21967 3187 0 -1 1077944384 67225 12437 0 0 23764 35 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911907924112 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22018] ppid=21964 vsize=14202692 CPUtime=1.37 cores=1,3,5,7
/proc/21967/task/22018/stat : 22018 (java) R 21964 21967 3187 0 -1 4202560 4251 12437 0 0 121 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911860652304 139911885296137 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22019] ppid=21964 vsize=14202692 CPUtime=1.38 cores=1,3,5,7
/proc/21967/task/22019/stat : 22019 (java) R 21964 21967 3187 0 -1 4202560 1920 12437 0 0 122 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911859599760 139911888144024 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22020] ppid=21964 vsize=14202692 CPUtime=1.34 cores=1,3,5,7
/proc/21967/task/22020/stat : 22020 (java) R 21964 21967 3187 0 -1 4202560 3600 12437 0 0 119 8 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911858547216 139911888682972 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22021] ppid=21964 vsize=14202692 CPUtime=1.35 cores=1,3,5,7
/proc/21967/task/22021/stat : 22021 (java) R 21964 21967 3187 0 -1 4202560 2394 12437 0 0 119 9 5 2 20 0 17 0 7848238 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911857494872 139911888682992 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22022] ppid=21964 vsize=14202692 CPUtime=0.72 cores=1,3,5,7
/proc/21967/task/22022/stat : 22022 (java) S 21964 21967 3187 0 -1 1077944384 15009 12437 0 0 58 7 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911449400464 139911903696597 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22023] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22023/stat : 22023 (java) S 21964 21967 3187 0 -1 1077944384 66 12437 0 0 0 0 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911448347760 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22024] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22024/stat : 22024 (java) S 21964 21967 3187 0 -1 1077944384 50 12437 0 0 0 0 5 2 20 0 17 0 7848240 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911447295488 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22025] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22025/stat : 22025 (java) S 21964 21967 3187 0 -1 1077944384 181 12437 0 0 0 0 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911378234064 139911903704987 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22026] ppid=21964 vsize=14202692 CPUtime=5.96 cores=1,3,5,7
/proc/21967/task/22026/stat : 22026 (java) S 21964 21967 3187 0 -1 1077944384 25892 12437 0 0 586 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911377180656 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22027] ppid=21964 vsize=14202692 CPUtime=5.71 cores=1,3,5,7
/proc/21967/task/22027/stat : 22027 (java) S 21964 21967 3187 0 -1 1077944384 23619 12437 0 0 561 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911376128112 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22028] ppid=21964 vsize=14202692 CPUtime=2.3 cores=1,3,5,7
/proc/21967/task/22028/stat : 22028 (java) S 21964 21967 3187 0 -1 1077944384 22842 12437 0 0 220 3 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911375075136 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22029] ppid=21964 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/21967/task/22029/stat : 22029 (java) S 21964 21967 3187 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 17 0 7848243 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911374023264 139911903696597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
[pid=21967/tid=22030] ppid=21964 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/21967/task/22030/stat : 22030 (java) S 21964 21967 3187 0 -1 1077944384 224 12437 0 0 7 7 5 2 20 0 17 0 7848253 14543556608 418755 18446744073709551615 4194304 4196468 140735096783920 139911372970800 139911903697538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140735096788942 140735096791727 140735096791727 140735096795087 0
Current children cumulated CPU time (s) 257.87
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.601
CPU time (s): 258.153
CPU user time (s): 257.169
CPU system time (s): 0.9839
CPU usage (%): 107.295
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.169
system time used= 0.9839
maximum resident set size= 1896024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182599
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= 23652
involuntary context switches= 766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0392 second user time and 1.56925 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 09:22:15
IDJOB=4259388
IDBENCH=136341
IDSOLVER=2646
FILE ID=node135/4259388-1501659376
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c3w4o.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259388-1501659376/watcher-4259388-1501659376 -o /tmp/evaluation-result-4259388-1501659376/solver-4259388-1501659376 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259388-1501659376.xml

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

MD5SUM BENCH= ee745fcf29eade3c7f55b7e84eebe45a
RANDOM SEED=835341938

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26926056 kB
MemAvailable:   27213316 kB
Buffers:          136352 kB
Cached:           427568 kB
SwapCached:            0 kB
Active:          5152088 kB
Inactive:         264660 kB
Active(anon):    4853452 kB
Inactive(anon):     8592 kB
Active(file):     298636 kB
Inactive(file):   256068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             0 kB
AnonPages:       4852828 kB
Mapped:            42548 kB
Shmem:              8960 kB
Slab:             123348 kB
SReclaimable:      96784 kB
SUnreclaim:        26564 kB
KernelStack:        3456 kB
PageTables:        14200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6034620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4575232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 09:26:16