Trace number 4259377

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) 267.078 241.076

General information on the benchmark

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

pid=19155
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.59 1.67 1.71 3/198 19158
/proc/meminfo: memFree=28020872/32770624 swapFree=0/242892
[pid=19158] ppid=19155 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19158/stat : 19158 (runsolver) D 19155 19158 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13800457 24240128 108 18446744073709551615 4194304 4338465 140721276493264 140721276490904 140531037614807 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 29315072 140721276498128 140721276498502 140721276498502 140721276501962 0
/proc/19158/statm: 5918 108 54 36 0 2156 0

[startup+0.100071 s]
/proc/loadavg: 1.59 1.67 1.71 3/198 19158
/proc/meminfo: memFree=28020872/32770624 swapFree=0/242892
[pid=19158] ppid=19155 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19158/stat : 19158 (bash) S 19155 19158 5228 0 -1 4202496 714 3542 0 0 0 0 0 0 20 0 1 0 13800457 9736192 355 18446744073709551615 4194304 5098028 140720505892880 140720505890520 140176545233920 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 23355392 140720505901585 140720505901670 140720505901670 140720505905130 0
/proc/19158/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200271 s]
/proc/loadavg: 1.59 1.67 1.71 3/198 19158
/proc/meminfo: memFree=28020872/32770624 swapFree=0/242892
[pid=19158] ppid=19155 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19158/stat : 19158 (bash) S 19155 19158 5228 0 -1 4202496 891 6494 0 0 0 0 0 1 20 0 1 0 13800457 9867264 377 18446744073709551615 4194304 5098028 140720505892880 140720505886888 140176545233920 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 23355392 140720505901585 140720505901670 140720505901670 140720505905130 0
/proc/19158/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300363 s]
/proc/loadavg: 1.59 1.67 1.71 3/198 19158
/proc/meminfo: memFree=28020872/32770624 swapFree=0/242892
[pid=19158] ppid=19155 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 5572 12366 0 0 5 1 5 3 20 0 14 0 13800457 14241083392 5259 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3476827 5259 2555 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.703099 s]
/proc/loadavg: 1.59 1.67 1.71 3/198 19158
/proc/meminfo: memFree=28020872/32770624 swapFree=0/242892
[pid=19158] ppid=19155 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 13791 12366 0 0 53 3 5 3 20 0 15 0 13800457 14310178816 14269 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3493696 14269 3116 1 0 3482973 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50361 s]
/proc/loadavg: 1.59 1.67 1.71 3/213 19221
/proc/meminfo: memFree=27945568/32770624 swapFree=0/243128
[pid=19158] ppid=19155 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 25546 12366 0 0 169 7 5 3 20 0 15 0 13800457 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3496352 33987 3332 1 0 3485533 0
[pid=19158/tid=19208] ppid=19155 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) S 19155 19158 5228 0 -1 1077944384 20360 12366 0 0 115 5 5 3 20 0 15 0 13800480 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139647077297440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) R 19155 19158 5228 0 -1 4202560 2 12366 0 0 0 0 5 3 20 0 15 0 13800481 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647066175867 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) R 19155 19158 5228 0 -1 4202560 1 12366 0 0 0 0 5 3 20 0 15 0 13800481 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647058106923 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) R 19155 19158 5228 0 -1 1077944384 1 12366 0 0 0 0 5 3 20 0 15 0 13800481 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) R 19155 19158 5228 0 -1 4202560 2 12366 0 0 0 0 5 3 20 0 15 0 13800481 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647066185577 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 24 12366 0 0 0 0 5 3 20 0 15 0 13800482 14321057792 33987 18446744073709551615 4194304 4196468 140727040628512 139645989872768 139647073089237 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 33 12366 0 0 0 0 5 3 20 0 15 0 13800483 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645988820256 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 21 12366 0 0 0 0 5 3 20 0 15 0 13800483 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645987767920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) S 19155 19158 5228 0 -1 1077944384 942 12366 0 0 11 0 5 3 20 0 15 0 13800485 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645985663088 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 701 12366 0 0 18 0 5 3 20 0 15 0 13800485 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 1299 12366 0 0 23 0 5 3 20 0 15 0 13800485 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645983553376 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800486 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800491 14321057792 34499 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10149 s]
/proc/loadavg: 1.59 1.67 1.71 5/213 19221
/proc/meminfo: memFree=27863992/32770624 swapFree=0/243124
[pid=19158] ppid=19155 vsize=13995836 CPUtime=5.59 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 33811 12366 0 0 536 15 5 3 20 0 15 0 13800457 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3498959 70233 3433 1 0 3487581 0
[pid=19158/tid=19208] ppid=19155 vsize=13995836 CPUtime=2.83 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) R 19155 19158 5228 0 -1 4202560 23636 12366 0 0 267 8 5 3 20 0 15 0 13800480 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139647077310288 139646717177408 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) S 19155 19158 5228 0 -1 1077944384 46 12366 0 0 1 1 5 3 20 0 15 0 13800481 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) S 19155 19158 5228 0 -1 1077944384 62 12366 0 0 2 0 5 3 20 0 15 0 13800481 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) S 19155 19158 5228 0 -1 1077944384 48 12366 0 0 2 0 5 3 20 0 15 0 13800481 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) S 19155 19158 5228 0 -1 1077944384 191 12366 0 0 2 0 5 3 20 0 15 0 13800481 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 677 12366 0 0 1 0 5 3 20 0 15 0 13800482 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645989874288 139647073090178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 13800483 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645988820320 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 13800483 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=13995836 CPUtime=0.88 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) R 19155 19158 5228 0 -1 4202560 1777 12366 0 0 80 0 5 3 20 0 15 0 13800485 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645985656280 139647054598729 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=13995836 CPUtime=1.06 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) R 19155 19158 5228 0 -1 4202560 2449 12366 0 0 98 0 5 3 20 0 15 0 13800485 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645984595920 139647058181474 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 2666 12366 0 0 78 1 5 3 20 0 15 0 13800485 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800486 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800491 14331736064 70233 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 13995836

[startup+6.30148 s]
/proc/loadavg: 2.18 1.79 1.75 5/213 19221
/proc/meminfo: memFree=27497620/32770624 swapFree=0/243124
[pid=19158] ppid=19155 vsize=13999932 CPUtime=13.82 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 53039 12366 0 0 1335 39 5 3 20 0 15 0 13800457 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3499983 203350 3455 1 0 3488605 0
[pid=19158/tid=19208] ppid=19155 vsize=13999932 CPUtime=5.9 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) R 19155 19158 5228 0 -1 4202560 31930 12366 0 0 567 15 5 3 20 0 15 0 13800480 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139647077309112 139646724490648 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) S 19155 19158 5228 0 -1 1077944384 386 12366 0 0 7 4 5 3 20 0 15 0 13800481 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) S 19155 19158 5228 0 -1 1077944384 183 12366 0 0 8 4 5 3 20 0 15 0 13800481 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) S 19155 19158 5228 0 -1 1077944384 369 12366 0 0 8 4 5 3 20 0 15 0 13800481 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) S 19155 19158 5228 0 -1 1077944384 394 12366 0 0 8 4 5 3 20 0 15 0 13800481 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 1168 12366 0 0 2 0 5 3 20 0 15 0 13800482 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645989874288 139647073090178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 57 12366 0 0 0 0 5 3 20 0 15 0 13800483 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645988820320 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 46 12366 0 0 0 0 5 3 20 0 15 0 13800483 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=13999932 CPUtime=3.14 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) R 19155 19158 5228 0 -1 4202560 4592 12366 0 0 305 1 5 3 20 0 15 0 13800485 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645985648672 139647056575819 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=13999932 CPUtime=3.25 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 6508 12366 0 0 316 1 5 3 20 0 15 0 13800485 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=13999932 CPUtime=1.18 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 4455 12366 0 0 108 2 5 3 20 0 15 0 13800485 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800486 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 794 12366 0 0 0 0 5 3 20 0 15 0 13800491 14335930368 203350 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.17 1.80 1.75 3/213 19221
/proc/meminfo: memFree=26908736/32770624 swapFree=0/243128
[pid=19158] ppid=19155 vsize=14069564 CPUtime=27.71 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 93391 12366 0 0 2705 58 5 3 20 0 15 0 13800457 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3517391 294941 3466 1 0 3506013 0
[pid=19158/tid=19208] ppid=19155 vsize=14069564 CPUtime=12.16 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) R 19155 19158 5228 0 -1 4202560 50592 12366 0 0 1186 22 5 3 20 0 15 0 13800480 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139647077310048 139646716975122 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) S 19155 19158 5228 0 -1 1077944384 494 12366 0 0 16 6 5 3 20 0 15 0 13800481 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) S 19155 19158 5228 0 -1 1077944384 306 12366 0 0 17 6 5 3 20 0 15 0 13800481 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) S 19155 19158 5228 0 -1 1077944384 940 12366 0 0 18 6 5 3 20 0 15 0 13800481 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) S 19155 19158 5228 0 -1 1077944384 929 12366 0 0 16 6 5 3 20 0 15 0 13800481 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 2763 12366 0 0 5 0 5 3 20 0 15 0 13800482 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139645989874288 139647073090178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139645988820384 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 58 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14407233536 294941 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0

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

Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.58 1.68 1.72 3/213 19353
/proc/meminfo: memFree=23289892/32770624 swapFree=0/243252
[pid=19158] ppid=19155 vsize=14069564 CPUtime=245.42 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 148526 12366 0 0 24320 214 5 3 20 0 15 0 13800457 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3517391 1063189 3471 1 0 3506013 0
[pid=19158/tid=19208] ppid=19155 vsize=14069564 CPUtime=219.42 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) R 19155 19158 5228 0 -1 4202560 72808 12366 0 0 21874 60 5 3 20 0 15 0 13800480 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139647077313392 139646717172813 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=14069564 CPUtime=2.55 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) S 19155 19158 5228 0 -1 1077944384 2871 12366 0 0 213 34 5 3 20 0 15 0 13800481 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=14069564 CPUtime=2.55 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) S 19155 19158 5228 0 -1 1077944384 4223 12366 0 0 213 34 5 3 20 0 15 0 13800481 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=14069564 CPUtime=2.56 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) S 19155 19158 5228 0 -1 1077944384 2766 12366 0 0 214 34 5 3 20 0 15 0 13800481 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=14069564 CPUtime=2.55 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) S 19155 19158 5228 0 -1 1077944384 2812 12366 0 0 213 34 5 3 20 0 15 0 13800481 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 16756 12366 0 0 11 1 5 3 20 0 15 0 13800482 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645989874288 139647073090178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645988820384 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 58 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=14069564 CPUtime=7.36 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) S 19155 19158 5228 0 -1 1077944384 12007 12366 0 0 725 3 5 3 20 0 15 0 13800485 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645985663088 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=14069564 CPUtime=6.81 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 19753 12366 0 0 671 2 5 3 20 0 15 0 13800485 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=14069564 CPUtime=1.84 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 9799 12366 0 0 173 3 5 3 20 0 15 0 13800485 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800486 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 2454 12366 0 0 6 6 5 3 20 0 15 0 13800491 14407233536 1063189 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 245.42
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.57 1.67 1.71 3/213 19354
/proc/meminfo: memFree=23289768/32770624 swapFree=0/243260
[pid=19158] ppid=19155 vsize=14069564 CPUtime=263.19 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 149813 12366 0 0 26097 214 5 3 20 0 15 0 13800457 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3517391 1063230 3471 1 0 3506013 0
[pid=19158/tid=19208] ppid=19155 vsize=14069564 CPUtime=237.09 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) R 19155 19158 5228 0 -1 4202560 74091 12366 0 0 23641 60 5 3 20 0 15 0 13800480 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139647077313328 139646730240504 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=14069564 CPUtime=2.57 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) S 19155 19158 5228 0 -1 1077944384 2871 12366 0 0 215 34 5 3 20 0 15 0 13800481 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=14069564 CPUtime=2.58 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) S 19155 19158 5228 0 -1 1077944384 4225 12366 0 0 216 34 5 3 20 0 15 0 13800481 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=14069564 CPUtime=2.58 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) S 19155 19158 5228 0 -1 1077944384 2768 12366 0 0 216 34 5 3 20 0 15 0 13800481 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=14069564 CPUtime=2.57 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) S 19155 19158 5228 0 -1 1077944384 2812 12366 0 0 215 34 5 3 20 0 15 0 13800481 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139646669679120 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 16756 12366 0 0 11 2 5 3 20 0 15 0 13800482 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645989874288 139647073090178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645988820384 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 58 12366 0 0 0 0 5 3 20 0 15 0 13800483 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800485 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=14069564 CPUtime=7.36 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) S 19155 19158 5228 0 -1 1077944384 12007 12366 0 0 725 3 5 3 20 0 15 0 13800485 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645985663088 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=14069564 CPUtime=6.81 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 19753 12366 0 0 671 2 5 3 20 0 15 0 13800485 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=14069564 CPUtime=1.84 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 9799 12366 0 0 173 3 5 3 20 0 15 0 13800485 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13800486 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 2454 12366 0 0 6 6 5 3 20 0 15 0 13800491 14407233536 1063230 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 263.19
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 19158 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.801 s]
/proc/loadavg: 1.57 1.67 1.71 3/213 19354
/proc/meminfo: memFree=23289768/32770624 swapFree=0/243260
[pid=19158] ppid=19155 vsize=14202692 CPUtime=266.18 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 150065 12366 0 0 26394 216 5 3 20 0 17 0 13800457 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3550673 1060320 3471 1 0 3539295 0
[pid=19158/tid=19208] ppid=19155 vsize=14202692 CPUtime=237.1 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) S 19155 19158 5228 0 -1 1077944384 74142 12366 0 0 23642 60 5 3 20 0 17 0 13800480 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139647077316752 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=14202692 CPUtime=3.3 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) R 19155 19158 5228 0 -1 4202560 2891 12366 0 0 288 34 5 3 20 0 17 0 13800481 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647057532978 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=14202692 CPUtime=3.31 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) R 19155 19158 5228 0 -1 4202560 4235 12366 0 0 289 34 5 3 20 0 17 0 13800481 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139646671784408 139647054676042 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=14202692 CPUtime=3.31 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) R 19155 19158 5228 0 -1 4202560 2774 12366 0 0 289 34 5 3 20 0 17 0 13800481 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647054675573 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=14202692 CPUtime=3.3 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) R 19155 19158 5228 0 -1 4202560 2816 12366 0 0 288 34 5 3 20 0 17 0 13800481 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139646669679320 139647054675517 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=14202692 CPUtime=0.27 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 16800 12366 0 0 17 2 5 3 20 0 17 0 13800482 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645989872688 139647073089237 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 64 12366 0 0 0 0 5 3 20 0 17 0 13800483 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645988820288 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 58 12366 0 0 0 0 5 3 20 0 17 0 13800483 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 51 12366 0 0 0 0 5 3 20 0 17 0 13800485 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=14202692 CPUtime=7.36 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) S 19155 19158 5228 0 -1 1077944384 12007 12366 0 0 725 3 5 3 20 0 17 0 13800485 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645985663088 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=14202692 CPUtime=6.81 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 19753 12366 0 0 671 2 5 3 20 0 17 0 13800485 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=14202692 CPUtime=1.84 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 9799 12366 0 0 173 3 5 3 20 0 17 0 13800485 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 13800486 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 2454 12366 0 0 6 6 5 3 20 0 17 0 13800491 14543556608 1060320 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 266.18
Current children cumulated vsize (KiB) 14202692

[startup+241.011 s]
/proc/loadavg: 1.57 1.67 1.71 3/215 19356
/proc/meminfo: memFree=23308060/32770624 swapFree=0/243260
[pid=19158] ppid=19155 vsize=14202692 CPUtime=266.92 cores=1,3,5,7
/proc/19158/stat : 19158 (java) S 19155 19158 5228 0 -1 1077944320 150067 12366 0 0 26468 216 5 3 20 0 17 0 13800457 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 140727040611056 139647073079031 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
/proc/19158/statm: 3550673 1058268 3471 1 0 3539295 0
[pid=19158/tid=19208] ppid=19155 vsize=14202692 CPUtime=237.1 cores=1,3,5,7
/proc/19158/task/19208/stat : 19208 (java) S 19155 19158 5228 0 -1 1077944384 74142 12366 0 0 23642 60 5 3 20 0 17 0 13800480 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139647077316752 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19209] ppid=19155 vsize=14202692 CPUtime=3.48 cores=1,3,5,7
/proc/19158/task/19209/stat : 19209 (java) R 19155 19158 5228 0 -1 4202560 2892 12366 0 0 306 34 5 3 20 0 17 0 13800481 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139647038359952 139647058075455 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19210] ppid=19155 vsize=14202692 CPUtime=3.48 cores=1,3,5,7
/proc/19158/task/19210/stat : 19210 (java) R 19155 19158 5228 0 -1 4202560 4235 12366 0 0 306 34 5 3 20 0 17 0 13800481 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139646671784208 139647054688781 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19211] ppid=19155 vsize=14202692 CPUtime=3.49 cores=1,3,5,7
/proc/19158/task/19211/stat : 19211 (java) R 19155 19158 5228 0 -1 4202560 2774 12366 0 0 307 34 5 3 20 0 17 0 13800481 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139646670731920 139647057777901 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19212] ppid=19155 vsize=14202692 CPUtime=3.47 cores=1,3,5,7
/proc/19158/task/19212/stat : 19212 (java) R 19155 19158 5228 0 -1 4202560 2816 12366 0 0 305 34 5 3 20 0 17 0 13800481 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139646669679320 139647054688640 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19213] ppid=19155 vsize=14202692 CPUtime=0.3 cores=1,3,5,7
/proc/19158/task/19213/stat : 19213 (java) S 19155 19158 5228 0 -1 1077944384 16800 12366 0 0 20 2 5 3 20 0 17 0 13800482 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645989872912 139647073089237 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19214] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19214/stat : 19214 (java) S 19155 19158 5228 0 -1 1077944384 64 12366 0 0 0 0 5 3 20 0 17 0 13800483 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645988820288 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19215] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19215/stat : 19215 (java) S 19155 19158 5228 0 -1 1077944384 58 12366 0 0 0 0 5 3 20 0 17 0 13800483 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645987767936 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19216] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19216/stat : 19216 (java) S 19155 19158 5228 0 -1 1077944384 51 12366 0 0 0 0 5 3 20 0 17 0 13800485 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645986716240 139647073097627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19217] ppid=19155 vsize=14202692 CPUtime=7.36 cores=1,3,5,7
/proc/19158/task/19217/stat : 19217 (java) S 19155 19158 5228 0 -1 1077944384 12007 12366 0 0 725 3 5 3 20 0 17 0 13800485 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645985663088 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19218] ppid=19155 vsize=14202692 CPUtime=6.81 cores=1,3,5,7
/proc/19158/task/19218/stat : 19218 (java) S 19155 19158 5228 0 -1 1077944384 19753 12366 0 0 671 2 5 3 20 0 17 0 13800485 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645984610288 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19219] ppid=19155 vsize=14202692 CPUtime=1.84 cores=1,3,5,7
/proc/19158/task/19219/stat : 19219 (java) S 19155 19158 5228 0 -1 1077944384 9799 12366 0 0 173 3 5 3 20 0 17 0 13800485 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645983558000 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19220] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19220/stat : 19220 (java) S 19155 19158 5228 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 13800486 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645982505440 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19221] ppid=19155 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/19158/task/19221/stat : 19221 (java) S 19155 19158 5228 0 -1 1077944384 2454 12366 0 0 6 6 5 3 20 0 17 0 13800491 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645981453232 139647073090178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19355] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19355/stat : 19355 (java) S 19155 19158 5228 0 -1 1077944384 41 12366 0 0 0 0 5 3 20 0 17 0 13824458 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645964485104 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
[pid=19158/tid=19356] ppid=19155 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19158/task/19356/stat : 19356 (java) S 19155 19158 5228 0 -1 1077944384 25 12366 0 0 0 0 5 3 20 0 17 0 13824458 14543556608 1058268 18446744073709551615 4194304 4196468 140727040628512 139645343921728 139647073089237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140727040636877 140727040639662 140727040639662 140727040643023 0
Current children cumulated CPU time (s) 266.92
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.076
CPU time (s): 267.078
CPU user time (s): 264.856
CPU system time (s): 2.22166
CPU usage (%): 110.786
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.856
system time used= 2.22166
maximum resident set size= 4259060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163023
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= 13843
involuntary context switches= 541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01658 second user time and 1.57679 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 09:30:05
IDJOB=4259377
IDBENCH=137104
IDSOLVER=2646
FILE ID=node133/4259377-1501659851
RUNJOBID= node133-1501653519-11656
PBS_JOBID= 
Free space on /tmp= 61840 MiB

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

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

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=2102217754

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28021508 kB
MemAvailable:   28269536 kB
Buffers:          131780 kB
Cached:           396372 kB
SwapCached:            0 kB
Active:          4076192 kB
Inactive:         251428 kB
Active(anon):    3800088 kB
Inactive(anon):     8536 kB
Active(file):     276104 kB
Inactive(file):   242892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24980 kB
Writeback:             0 kB
AnonPages:       3800000 kB
Mapped:            43728 kB
Shmem:              8892 kB
Slab:             116248 kB
SReclaimable:      89736 kB
SUnreclaim:        26512 kB
KernelStack:        3504 kB
PageTables:        12400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4532980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3590144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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