Trace number 4259379

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) 266.22501 240.87399

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-83.xml
MD5SUMc4586722e171332f29cc21e67831b4d7
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 benchmark245.548
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size48
Distribution of domain sizes[{"size":23,"count":1},{"size":48,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=19349
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.13 1.42 1.69 3/197 19352
/proc/meminfo: memFree=26382788/32770624 swapFree=0/954880
[pid=19352] ppid=19349 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (runsolver) D 19349 19352 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14610305 24240128 106 18446744073709551615 4194304 4338465 140725412408384 140725412406024 140008689984215 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 17489920 140725412409552 140725412409926 140725412409926 140725412413386 0
/proc/19352/statm: 5918 106 53 36 0 2156 0

[startup+0.100124 s]
/proc/loadavg: 1.13 1.42 1.69 3/197 19352
/proc/meminfo: memFree=26382788/32770624 swapFree=0/954880
[pid=19352] ppid=19349 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (bash) S 19349 19352 5678 0 -1 4202496 682 1544 0 0 0 0 0 0 20 0 1 0 14610305 9736192 350 18446744073709551615 4194304 5098028 140728053374160 140728053371800 140702953344000 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 27148288 140728053379601 140728053379686 140728053379686 140728053383146 0
/proc/19352/statm: 2377 350 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200302 s]
/proc/loadavg: 1.13 1.42 1.69 3/197 19352
/proc/meminfo: memFree=26382788/32770624 swapFree=0/954880
[pid=19352] ppid=19349 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19352/stat : 19352 (bash) S 19349 19352 5678 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 14610305 9867264 376 18446744073709551615 4194304 5098028 140728053374160 140728053368168 140702953344000 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 27148288 140728053379601 140728053379686 140728053379686 140728053383146 0
/proc/19352/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300295 s]
/proc/loadavg: 1.13 1.42 1.69 3/197 19352
/proc/meminfo: memFree=26382788/32770624 swapFree=0/954880
[pid=19352] ppid=19349 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 5872 12745 0 0 5 0 5 2 20 0 14 0 14610305 14241083392 5534 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3476827 5534 2549 1 0 3466332 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.708847 s]
/proc/loadavg: 1.13 1.42 1.69 3/197 19352
/proc/meminfo: memFree=26382788/32770624 swapFree=0/954880
[pid=19352] ppid=19349 vsize=13974784 CPUtime=0.63 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 13924 12745 0 0 52 4 5 2 20 0 15 0 14610305 14310178816 14386 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3493696 14386 3101 1 0 3482973 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.13 1.42 1.69 3/212 19415
/proc/meminfo: memFree=26289272/32770624 swapFree=0/954832
[pid=19352] ppid=19349 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 27754 12745 0 0 165 9 5 2 20 0 15 0 14610305 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3496352 33988 3332 1 0 3485533 0
[pid=19352/tid=19402] ppid=19349 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 22553 12745 0 0 113 7 5 2 20 0 15 0 14610328 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140053324648128 140053320428950 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 1 12745 0 0 0 0 5 2 20 0 15 0 14610329 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 2 12745 0 0 0 0 5 2 20 0 15 0 14610329 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 1 12745 0 0 0 0 5 2 20 0 15 0 14610329 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 2 12745 0 0 0 0 5 2 20 0 15 0 14610329 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 5 12745 0 0 0 0 5 2 20 0 15 0 14610330 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 33 12745 0 0 0 0 5 2 20 0 15 0 14610331 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052797010976 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 21 12745 0 0 0 0 5 2 20 0 15 0 14610331 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052795958128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) S 19349 19352 5678 0 -1 1077944384 1243 12745 0 0 18 0 5 2 20 0 15 0 14610334 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052793854832 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) R 19349 19352 5678 0 -1 1077944384 431 12745 0 0 11 0 5 2 20 0 15 0 14610334 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052792802032 140053320428162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 1300 12745 0 0 21 0 5 2 20 0 15 0 14610334 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 5 12745 0 0 0 0 5 2 20 0 15 0 14610339 14321057792 33988 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.1068 s]
/proc/loadavg: 1.28 1.44 1.69 5/212 19415
/proc/meminfo: memFree=26210292/32770624 swapFree=0/954832
[pid=19352] ppid=19349 vsize=13995836 CPUtime=5.56 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 42432 12745 0 0 533 16 5 2 20 0 15 0 14610305 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3498959 70506 3451 1 0 3487581 0
[pid=19352/tid=19402] ppid=19349 vsize=13995836 CPUtime=2.82 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 28709 12745 0 0 265 10 5 2 20 0 15 0 14610328 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140053324649104 140052927901152 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 71 12745 0 0 2 0 5 2 20 0 15 0 14610329 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 182 12745 0 0 2 0 5 2 20 0 15 0 14610329 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 207 12745 0 0 2 0 5 2 20 0 15 0 14610329 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 76 12745 0 0 2 0 5 2 20 0 15 0 14610329 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 1578 12745 0 0 1 0 5 2 20 0 15 0 14610330 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 55 12745 0 0 0 0 5 2 20 0 15 0 14610331 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052797011040 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 15 0 14610331 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=13995836 CPUtime=1.05 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) R 19349 19352 5678 0 -1 4202560 4353 12745 0 0 97 1 5 2 20 0 15 0 14610334 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052793841392 140053300079824 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) R 19349 19352 5678 0 -1 4202560 1902 12745 0 0 80 0 5 2 20 0 15 0 14610334 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052792802328 140053304809435 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=13995836 CPUtime=0.85 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 3091 12745 0 0 77 1 5 2 20 0 15 0 14610334 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 8 12745 0 0 0 0 5 2 20 0 15 0 14610339 14331736064 70506 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13995836

[startup+6.30094 s]
/proc/loadavg: 1.28 1.44 1.69 5/212 19416
/proc/meminfo: memFree=25799720/32770624 swapFree=0/954840
[pid=19352] ppid=19349 vsize=13999932 CPUtime=12.99 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 54227 12745 0 0 1250 42 5 2 20 0 15 0 14610305 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3499983 207396 3457 1 0 3488605 0
[pid=19352/tid=19402] ppid=19349 vsize=13999932 CPUtime=5.87 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 37292 12745 0 0 564 16 5 2 20 0 15 0 14610328 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140053324645280 140053300011599 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 228 12745 0 0 9 5 5 2 20 0 15 0 14610329 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 263 12745 0 0 8 4 5 2 20 0 15 0 14610329 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 284 12745 0 0 7 4 5 2 20 0 15 0 14610329 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 164 12745 0 0 9 5 5 2 20 0 15 0 14610329 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 1930 12745 0 0 2 0 5 2 20 0 15 0 14610330 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 55 12745 0 0 0 0 5 2 20 0 15 0 14610331 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052797011040 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 15 0 14610331 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=13999932 CPUtime=2.75 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) R 19349 19352 5678 0 -1 4202560 5242 12745 0 0 267 1 5 2 20 0 15 0 14610334 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052793841680 140053320428950 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=13999932 CPUtime=2.78 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) R 19349 19352 5678 0 -1 4202560 2928 12745 0 0 270 1 5 2 20 0 15 0 14610334 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052792793008 140053304393287 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=13999932 CPUtime=1.17 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) R 19349 19352 5678 0 -1 1077944384 3630 12745 0 0 108 2 5 2 20 0 15 0 14610334 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052791744960 140053320427221 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 11 12745 0 0 0 0 5 2 20 0 15 0 14610339 14335930368 207396 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.23 1.43 1.69 5/212 19416
/proc/meminfo: memFree=25208912/32770624 swapFree=0/954836
[pid=19352] ppid=19349 vsize=14069564 CPUtime=25.66 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 69796 12745 0 0 2501 58 5 2 20 0 15 0 14610305 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3517391 315382 3466 1 0 3506013 0
[pid=19352/tid=19402] ppid=19349 vsize=14069564 CPUtime=12.17 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 44066 12745 0 0 1188 22 5 2 20 0 15 0 14610328 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140053324647360 140052928732543 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 289 12745 0 0 15 6 5 2 20 0 15 0 14610329 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=14069564 CPUtime=0.27 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 362 12745 0 0 14 6 5 2 20 0 15 0 14610329 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 473 12745 0 0 13 6 5 2 20 0 15 0 14610329 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 297 12745 0 0 14 7 5 2 20 0 15 0 14610329 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 2787 12745 0 0 5 0 5 2 20 0 15 0 14610330 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 55 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140052797011040 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 315382 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0

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

/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 1077618 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 633 12745 0 0 4 4 5 2 20 0 15 0 14610339 14407233536 1077618 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 182.45
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.52 1.51 1.67 3/212 19548
/proc/meminfo: memFree=22172468/32770624 swapFree=0/954960
[pid=19352] ppid=19349 vsize=14069564 CPUtime=245.05 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 131108 12745 0 0 24285 213 5 2 20 0 15 0 14610305 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3517391 1102453 3472 1 0 3506013 0
[pid=19352/tid=19402] ppid=19349 vsize=14069564 CPUtime=219.05 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 65568 12745 0 0 21842 56 5 2 20 0 15 0 14610328 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140053324644448 140052940964180 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=14069564 CPUtime=2.92 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 2486 12745 0 0 251 34 5 2 20 0 15 0 14610329 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=14069564 CPUtime=2.91 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 4482 12745 0 0 250 34 5 2 20 0 15 0 14610329 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=14069564 CPUtime=2.9 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 4890 12745 0 0 249 34 5 2 20 0 15 0 14610329 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=14069564 CPUtime=2.92 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 1534 12745 0 0 249 36 5 2 20 0 15 0 14610329 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 11832 12745 0 0 10 1 5 2 20 0 15 0 14610330 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 57 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052797011040 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=14069564 CPUtime=6.14 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) S 19349 19352 5678 0 -1 1077944384 17772 12745 0 0 605 2 5 2 20 0 15 0 14610334 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052793854832 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=14069564 CPUtime=6.5 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) S 19349 19352 5678 0 -1 1077944384 10637 12745 0 0 641 2 5 2 20 0 15 0 14610334 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052792802032 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 8996 12745 0 0 175 3 5 2 20 0 15 0 14610334 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 654 12745 0 0 6 7 5 2 20 0 15 0 14610339 14407233536 1102453 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 245.05
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.41 1.49 1.66 3/212 19548
/proc/meminfo: memFree=22114688/32770624 swapFree=0/954968
[pid=19352] ppid=19349 vsize=14069564 CPUtime=263.12 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 132191 12745 0 0 26091 214 5 2 20 0 15 0 14610305 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3517391 1103603 3472 1 0 3506013 0
[pid=19352/tid=19402] ppid=19349 vsize=14069564 CPUtime=236.62 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) R 19349 19352 5678 0 -1 4202560 66611 12745 0 0 23599 56 5 2 20 0 15 0 14610328 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140053324651360 140052942453936 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=14069564 CPUtime=3.05 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) S 19349 19352 5678 0 -1 1077944384 2493 12745 0 0 263 35 5 2 20 0 15 0 14610329 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=14069564 CPUtime=3.03 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) S 19349 19352 5678 0 -1 1077944384 4490 12745 0 0 262 34 5 2 20 0 15 0 14610329 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=14069564 CPUtime=3.02 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) S 19349 19352 5678 0 -1 1077944384 4899 12745 0 0 261 34 5 2 20 0 15 0 14610329 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=14069564 CPUtime=3.04 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) S 19349 19352 5678 0 -1 1077944384 1541 12745 0 0 261 36 5 2 20 0 15 0 14610329 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140053251693328 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 11841 12745 0 0 10 2 5 2 20 0 15 0 14610330 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052798065008 140053320428162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 57 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052797011040 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 15 0 14610331 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=14069564 CPUtime=6.14 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) S 19349 19352 5678 0 -1 1077944384 17772 12745 0 0 605 2 5 2 20 0 15 0 14610334 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052793854832 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=14069564 CPUtime=6.5 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) S 19349 19352 5678 0 -1 1077944384 10637 12745 0 0 641 2 5 2 20 0 15 0 14610334 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052792802032 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 8996 12745 0 0 175 3 5 2 20 0 15 0 14610334 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 15 0 14610334 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 654 12745 0 0 6 7 5 2 20 0 15 0 14610339 14407233536 1103603 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 263.12
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 19352 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.41 1.49 1.66 3/212 19548
/proc/meminfo: memFree=22114688/32770624 swapFree=0/954968
[pid=19352] ppid=19349 vsize=14202692 CPUtime=264.61 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 144043 12745 0 0 26239 215 5 2 20 0 17 0 14610305 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3550673 1102285 3472 1 0 3539295 0
[pid=19352/tid=19402] ppid=19349 vsize=14202692 CPUtime=236.63 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) S 19349 19352 5678 0 -1 1077944384 67311 12745 0 0 23600 56 5 2 20 0 17 0 14610328 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140053324654800 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=14202692 CPUtime=3.41 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) R 19349 19352 5678 0 -1 4202560 2539 12745 0 0 299 35 5 2 20 0 17 0 14610329 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053302013663 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=14202692 CPUtime=3.4 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) R 19349 19352 5678 0 -1 4202560 4663 12745 0 0 298 35 5 2 20 0 17 0 14610329 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140053253799128 140053305114790 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=14202692 CPUtime=3.38 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) R 19349 19352 5678 0 -1 4202560 4974 12745 0 0 297 34 5 2 20 0 17 0 14610329 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053305367620 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=14202692 CPUtime=3.4 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) R 19349 19352 5678 0 -1 4202560 1618 12745 0 0 297 36 5 2 20 0 17 0 14610329 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140053251693216 140053305367635 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 21653 12745 0 0 12 2 5 2 20 0 17 0 14610330 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052798063408 140053320427221 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 59 12745 0 0 0 0 5 2 20 0 17 0 14610331 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052797010640 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 17 0 14610331 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 225 12745 0 0 0 0 5 2 20 0 17 0 14610334 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=14202692 CPUtime=6.14 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) S 19349 19352 5678 0 -1 1077944384 17772 12745 0 0 605 2 5 2 20 0 17 0 14610334 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052793854832 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=14202692 CPUtime=6.5 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) S 19349 19352 5678 0 -1 1077944384 10637 12745 0 0 641 2 5 2 20 0 17 0 14610334 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052792802032 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 9378 12745 0 0 175 3 5 2 20 0 17 0 14610334 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 17 0 14610334 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 654 12745 0 0 6 7 5 2 20 0 17 0 14610339 14543556608 1102285 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 264.61
Current children cumulated vsize (KiB) 14202692

[startup+240.808 s]
/proc/loadavg: 1.41 1.49 1.66 3/212 19548
/proc/meminfo: memFree=22114688/32770624 swapFree=0/954968
[pid=19352] ppid=19349 vsize=14202692 CPUtime=266.04 cores=1,3,5,7
/proc/19352/stat : 19352 (java) S 19349 19352 5678 0 -1 1077944320 144059 12745 0 0 26382 215 5 2 20 0 17 0 14610305 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140723188903792 140053320417015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
/proc/19352/statm: 3550673 1101264 3472 1 0 3539295 0
[pid=19352/tid=19402] ppid=19349 vsize=14202692 CPUtime=236.63 cores=1,3,5,7
/proc/19352/task/19402/stat : 19402 (java) S 19349 19352 5678 0 -1 1077944384 67311 12745 0 0 23600 56 5 2 20 0 17 0 14610328 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140053324654800 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19403] ppid=19349 vsize=14202692 CPUtime=3.75 cores=1,3,5,7
/proc/19352/task/19403/stat : 19403 (java) R 19349 19352 5678 0 -1 4202560 2539 12745 0 0 333 35 5 2 20 0 17 0 14610329 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140053254851728 140053302026624 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19404] ppid=19349 vsize=14202692 CPUtime=3.74 cores=1,3,5,7
/proc/19352/task/19404/stat : 19404 (java) R 19349 19352 5678 0 -1 4202560 4667 12745 0 0 332 35 5 2 20 0 17 0 14610329 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140053253798928 140053302026727 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19405] ppid=19349 vsize=14202692 CPUtime=3.72 cores=1,3,5,7
/proc/19352/task/19405/stat : 19405 (java) R 19349 19352 5678 0 -1 4202560 4974 12745 0 0 331 34 5 2 20 0 17 0 14610329 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140053252746128 140053305413419 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19406] ppid=19349 vsize=14202692 CPUtime=3.74 cores=1,3,5,7
/proc/19352/task/19406/stat : 19406 (java) R 19349 19352 5678 0 -1 4202560 1622 12745 0 0 331 36 5 2 20 0 17 0 14610329 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140053251693216 140053302026761 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19407] ppid=19349 vsize=14202692 CPUtime=0.28 cores=1,3,5,7
/proc/19352/task/19407/stat : 19407 (java) S 19349 19352 5678 0 -1 1077944384 21659 12745 0 0 19 2 5 2 20 0 17 0 14610330 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052798063632 140053320427221 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19408] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19408/stat : 19408 (java) S 19349 19352 5678 0 -1 1077944384 60 12745 0 0 0 0 5 2 20 0 17 0 14610331 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052797010544 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19409] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19409/stat : 19409 (java) S 19349 19352 5678 0 -1 1077944384 43 12745 0 0 0 0 5 2 20 0 17 0 14610331 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052795958144 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19410] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19410/stat : 19410 (java) S 19349 19352 5678 0 -1 1077944384 225 12745 0 0 0 0 5 2 20 0 17 0 14610334 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052794906448 140053320435611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19411] ppid=19349 vsize=14202692 CPUtime=6.14 cores=1,3,5,7
/proc/19352/task/19411/stat : 19411 (java) S 19349 19352 5678 0 -1 1077944384 17772 12745 0 0 605 2 5 2 20 0 17 0 14610334 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052793854832 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19412] ppid=19349 vsize=14202692 CPUtime=6.5 cores=1,3,5,7
/proc/19352/task/19412/stat : 19412 (java) S 19349 19352 5678 0 -1 1077944384 10637 12745 0 0 641 2 5 2 20 0 17 0 14610334 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052792802032 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19413] ppid=19349 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/19352/task/19413/stat : 19413 (java) S 19349 19352 5678 0 -1 1077944384 9378 12745 0 0 175 3 5 2 20 0 17 0 14610334 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052791749232 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19414] ppid=19349 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/19352/task/19414/stat : 19414 (java) S 19349 19352 5678 0 -1 1077944384 3 12745 0 0 0 0 5 2 20 0 17 0 14610334 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052790696672 140053320427221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
[pid=19352/tid=19415] ppid=19349 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/19352/task/19415/stat : 19415 (java) S 19349 19352 5678 0 -1 1077944384 654 12745 0 0 6 7 5 2 20 0 17 0 14610339 14543556608 1101264 18446744073709551615 4194304 4196468 140723188921248 140052789643952 140053320428162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25006080 140723188926413 140723188929198 140723188929198 140723188932559 0
Current children cumulated CPU time (s) 266.04
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.874
CPU time (s): 266.225
CPU user time (s): 264.012
CPU system time (s): 2.21369
CPU usage (%): 110.525
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.012
system time used= 2.21369
maximum resident set size= 4427252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157234
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= 14224
involuntary context switches= 421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.835147 second user time and 1.76317 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 09:30:17
IDJOB=4259379
IDBENCH=137148
IDSOLVER=2646
FILE ID=node128/4259379-1501659856
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61824 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-83.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259379-1501659856/watcher-4259379-1501659856 -o /tmp/evaluation-result-4259379-1501659856/solver-4259379-1501659856 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29418 --watchdog 300  bin/concrete HOME/instance-4259379-1501659856.xml

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

MD5SUM BENCH= c4586722e171332f29cc21e67831b4d7
RANDOM SEED=341840191

node128.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.05
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.05
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.05
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.05
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:        26383384 kB
MemAvailable:   27349724 kB
Buffers:          134604 kB
Cached:          1111608 kB
SwapCached:            0 kB
Active:          5003752 kB
Inactive:         963412 kB
Active(anon):    4721584 kB
Inactive(anon):     8532 kB
Active(file):     282168 kB
Inactive(file):   954880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24772 kB
Writeback:             0 kB
AnonPages:       4721260 kB
Mapped:            44044 kB
Shmem:              8872 kB
Slab:             116268 kB
SReclaimable:      90252 kB
SUnreclaim:        26016 kB
KernelStack:        3456 kB
PageTables:        14024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5331168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4487168 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= 61800 MiB
End job on node128 at 2017-08-02 09:34:18