Trace number 4261898

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2522.48 2447.1001

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark983
Best CPU time to get the best result obtained on this benchmark19781.199
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 11370
/proc/meminfo: memFree=26587852/32770624 swapFree=0/432964
[pid=11370] ppid=11367 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11370/stat : 11370 (runsolver) D 11367 11370 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91322095 24240128 108 18446744073709551615 4194304 4338465 140734512525584 140734512523224 139807258759895 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 12378112 140734512533713 140734512534089 140734512534089 140734512537546 0
/proc/11370/statm: 5918 108 54 36 0 2156 0

[startup+0.100364 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 11370
/proc/meminfo: memFree=26587852/32770624 swapFree=0/432964
[pid=11370] ppid=11367 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11370/stat : 11370 (bash) S 11367 11370 4821 0 -1 4202496 897 6473 0 0 0 0 0 1 20 0 1 0 91322095 9867264 377 18446744073709551615 4194304 5098028 140729258489792 140729258483800 140607928245248 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 13754368 140729258496532 140729258496617 140729258496617 140729258500074 0
/proc/11370/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200285 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 11370
/proc/meminfo: memFree=26587852/32770624 swapFree=0/432964
[pid=11370] ppid=11367 vsize=356956 CPUtime=0.08 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 2592 12335 0 0 0 0 5 3 20 0 2 0 91322095 365522944 1883 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.300315 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 11370
/proc/meminfo: memFree=26587852/32770624 swapFree=0/432964
[pid=11370] ppid=11367 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 5769 12335 0 0 6 1 5 3 20 0 15 0 91322095 14309310464 6457 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3493484 6457 2716 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700289 s]
/proc/loadavg: 1.93 1.97 2.03 3/201 11370
/proc/meminfo: memFree=26587852/32770624 swapFree=0/432964
[pid=11370] ppid=11367 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 13695 12335 0 0 59 4 5 3 20 0 15 0 91322095 14310178816 15181 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3493696 15181 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.93 1.97 2.03 4/216 11433
/proc/meminfo: memFree=26491660/32770624 swapFree=0/433164
[pid=11370] ppid=11367 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 29199 12335 0 0 176 11 5 3 20 0 15 0 91322095 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3496352 43268 3371 1 0 3485525 0
[pid=11370/tid=11420] ppid=11367 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 4202560 22359 12335 0 0 115 7 5 3 20 0 15 0 91322114 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139905435737680 139905415599380 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 225 12335 0 0 0 0 5 3 20 0 15 0 91322115 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 61 12335 0 0 1 0 5 3 20 0 15 0 91322115 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 13 12335 0 0 0 0 5 3 20 0 15 0 91322115 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 54 12335 0 0 1 0 5 3 20 0 15 0 91322115 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 1163 12335 0 0 1 0 5 3 20 0 15 0 91322116 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 55 12335 0 0 0 0 5 3 20 0 15 0 91322117 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904907989792 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 44 12335 0 0 0 0 5 3 20 0 15 0 91322117 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904906937456 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) S 11367 11370 4821 0 -1 1077944384 1197 12335 0 0 17 0 5 3 20 0 15 0 91322120 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904904833648 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 520 12335 0 0 12 0 5 3 20 0 15 0 91322120 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 1337 12335 0 0 23 0 5 3 20 0 15 0 91322120 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 11 12335 0 0 0 0 5 3 20 0 15 0 91322124 14321057792 43268 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10155 s]
/proc/loadavg: 1.94 1.97 2.03 5/216 11433
/proc/meminfo: memFree=26409804/32770624 swapFree=0/433160
[pid=11370] ppid=11367 vsize=13995836 CPUtime=6.29 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 42866 12335 0 0 607 14 5 3 20 0 15 0 91322095 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3498959 62489 3451 1 0 3487573 0
[pid=11370/tid=11420] ppid=11367 vsize=13995836 CPUtime=2.89 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 1077944384 28682 12335 0 0 272 9 5 3 20 0 15 0 91322114 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139905435747920 139905431529173 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 225 12335 0 0 0 0 5 3 20 0 15 0 91322115 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 61 12335 0 0 1 0 5 3 20 0 15 0 91322115 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 13 12335 0 0 0 0 5 3 20 0 15 0 91322115 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 54 12335 0 0 1 0 5 3 20 0 15 0 91322115 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 1193 12335 0 0 1 0 5 3 20 0 15 0 91322116 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 55 12335 0 0 0 0 5 3 20 0 15 0 91322117 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904907989792 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 44 12335 0 0 0 0 5 3 20 0 15 0 91322117 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904906937456 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=13995836 CPUtime=1.23 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) R 11367 11370 4821 0 -1 4202560 2804 12335 0 0 115 0 5 3 20 0 15 0 91322120 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904904822080 139905423808421 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=13995836 CPUtime=1.24 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) R 11367 11370 4821 0 -1 4202560 3673 12335 0 0 116 0 5 3 20 0 15 0 91322120 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904903762800 139905412829916 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=13995836 CPUtime=1.05 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) R 11367 11370 4821 0 -1 4202560 3888 12335 0 0 96 1 5 3 20 0 15 0 91322120 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905410476886 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 14 12335 0 0 0 0 5 3 20 0 15 0 91322124 14331736064 62489 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13995836

[startup+6.30348 s]
/proc/loadavg: 1.94 1.97 2.03 5/216 11433
/proc/meminfo: memFree=26230048/32770624 swapFree=0/433160
[pid=11370] ppid=11367 vsize=13999932 CPUtime=15.41 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 62471 12335 0 0 1505 28 5 3 20 0 15 0 91322095 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3499983 97635 3474 1 0 3488597 0
[pid=11370/tid=11420] ppid=11367 vsize=13999932 CPUtime=5.94 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 4202560 34006 12335 0 0 575 11 5 3 20 0 15 0 91322114 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139905435750384 139905431530902 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 512 12335 0 0 10 2 5 3 20 0 15 0 91322115 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 237 12335 0 0 9 2 5 3 20 0 15 0 91322115 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 412 12335 0 0 8 2 5 3 20 0 15 0 91322115 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 354 12335 0 0 11 2 5 3 20 0 15 0 91322115 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 1442 12335 0 0 2 0 5 3 20 0 15 0 91322116 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 55 12335 0 0 0 0 5 3 20 0 15 0 91322117 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904907989856 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 44 12335 0 0 0 0 5 3 20 0 15 0 91322117 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=13999932 CPUtime=3.66 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) R 11367 11370 4821 0 -1 4202560 6911 12335 0 0 357 1 5 3 20 0 15 0 91322120 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904904824976 139905431540314 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=13999932 CPUtime=3.68 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 7739 12335 0 0 359 1 5 3 20 0 15 0 91322120 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=13999932 CPUtime=1.8 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 8437 12335 0 0 169 3 5 3 20 0 15 0 91322120 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 162 12335 0 0 0 0 5 3 20 0 15 0 91322124 14335930368 97635 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.09 2.00 2.05 3/216 11433
/proc/meminfo: memFree=25760248/32770624 swapFree=0/433152
[pid=11370] ppid=11367 vsize=14069564 CPUtime=29.74 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 100479 12335 0 0 2913 53 5 3 20 0 15 0 91322095 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3517391 209571 3487 1 0 3506005 0
[pid=11370/tid=11420] ppid=11367 vsize=14069564 CPUtime=11.95 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 4202560 50996 12335 0 0 1168 19 5 3 20 0 15 0 91322114 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139905435751656 139905040293670 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=14069564 CPUtime=0.52 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 828 12335 0 0 38 6 5 3 20 0 15 0 91322115 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=14069564 CPUtime=0.5 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 1441 12335 0 0 37 5 5 3 20 0 15 0 91322115 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=14069564 CPUtime=0.5 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 1342 12335 0 0 37 5 5 3 20 0 15 0 91322115 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=14069564 CPUtime=0.52 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 646 12335 0 0 39 5 5 3 20 0 15 0 91322115 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 5238 12335 0 0 7 1 5 3 20 0 15 0 91322116 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 61 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139904907989856 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 51 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14407233536 209571 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0

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

/proc/11370/statm: 3517391 361060 3489 1 0 3506005 0
[pid=11370/tid=11420] ppid=11367 vsize=14069564 CPUtime=2418.85 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 4202560 331681 12335 0 0 241780 97 5 3 20 0 15 0 91322114 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139905435753104 139905023198005 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=14069564 CPUtime=15.46 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 39048 12335 0 0 1362 176 5 3 20 0 15 0 91322115 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=14069564 CPUtime=15.41 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 36831 12335 0 0 1362 171 5 3 20 0 15 0 91322115 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=14069564 CPUtime=15.44 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 37661 12335 0 0 1363 173 5 3 20 0 15 0 91322115 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=14069564 CPUtime=15.46 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 35661 12335 0 0 1367 171 5 3 20 0 15 0 91322115 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=14069564 CPUtime=6.01 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 24184 12335 0 0 499 94 5 3 20 0 15 0 91322116 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 61 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904907989856 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 51 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=14069564 CPUtime=12.18 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) S 11367 11370 4821 0 -1 1077944384 21801 12335 0 0 1206 4 5 3 20 0 15 0 91322120 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904904833648 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=14069564 CPUtime=12.26 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 25748 12335 0 0 1213 5 5 3 20 0 15 0 91322120 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=14069564 CPUtime=4.02 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 29496 12335 0 0 386 8 5 3 20 0 15 0 91322120 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 1221 12335 0 0 62 80 5 3 20 0 15 0 91322124 14407233536 361060 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 2515.98
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.4 s]
/proc/loadavg: 1.45 1.43 1.47 3/217 11737
/proc/meminfo: memFree=29257584/32770624 swapFree=0/433548
[pid=11370] ppid=11367 vsize=14069564 CPUtime=2520.09 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 587027 12335 0 0 251088 913 5 3 20 0 15 0 91322095 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3517391 364256 3489 1 0 3506005 0
[pid=11370/tid=11420] ppid=11367 vsize=14069564 CPUtime=2422.95 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) R 11367 11370 4821 0 -1 4202560 332743 12335 0 0 242190 97 5 3 20 0 15 0 91322114 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139905435752992 139905040054205 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=14069564 CPUtime=15.46 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) S 11367 11370 4821 0 -1 1077944384 39135 12335 0 0 1362 176 5 3 20 0 15 0 91322115 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139905350933392 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=14069564 CPUtime=15.41 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) S 11367 11370 4821 0 -1 1077944384 36909 12335 0 0 1362 171 5 3 20 0 15 0 91322115 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=14069564 CPUtime=15.44 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) S 11367 11370 4821 0 -1 1077944384 37665 12335 0 0 1363 173 5 3 20 0 15 0 91322115 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=14069564 CPUtime=15.46 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) S 11367 11370 4821 0 -1 1077944384 35664 12335 0 0 1367 171 5 3 20 0 15 0 91322115 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=14069564 CPUtime=6.02 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 24353 12335 0 0 500 94 5 3 20 0 15 0 91322116 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904909043824 139905431530114 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 61 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904907989856 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 51 12335 0 0 0 0 5 3 20 0 15 0 91322117 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=14069564 CPUtime=12.18 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) S 11367 11370 4821 0 -1 1077944384 21803 12335 0 0 1206 4 5 3 20 0 15 0 91322120 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904904833648 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=14069564 CPUtime=12.26 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 25750 12335 0 0 1213 5 5 3 20 0 15 0 91322120 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=14069564 CPUtime=4.02 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 29498 12335 0 0 386 8 5 3 20 0 15 0 91322120 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 15 0 91322120 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 1235 12335 0 0 62 80 5 3 20 0 15 0 91322124 14407233536 364256 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 2520.09
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 11370 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2446.8 s]
/proc/loadavg: 1.45 1.43 1.47 3/217 11737
/proc/meminfo: memFree=29257584/32770624 swapFree=0/433548
[pid=11370] ppid=11367 vsize=14202692 CPUtime=2521.5 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 593908 12335 0 0 251228 914 5 3 20 0 17 0 91322095 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3550673 366403 3489 1 0 3539287 0
[pid=11370/tid=11420] ppid=11367 vsize=14202692 CPUtime=2422.96 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) S 11367 11370 4821 0 -1 1077944384 333047 12335 0 0 242191 97 5 3 20 0 17 0 91322114 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905435756752 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=14202692 CPUtime=15.8 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) R 11367 11370 4821 0 -1 4202560 39249 12335 0 0 1396 176 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905350933280 139905416216742 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=14202692 CPUtime=15.75 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) R 11367 11370 4821 0 -1 4202560 36962 12335 0 0 1396 171 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905349880792 139905424147175 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=14202692 CPUtime=15.79 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) R 11367 11370 4821 0 -1 4202560 37730 12335 0 0 1397 174 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905348828504 139905424147175 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=14202692 CPUtime=15.8 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) R 11367 11370 4821 0 -1 4202560 35766 12335 0 0 1401 171 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905347775400 139905424147175 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=14202692 CPUtime=6.06 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 30326 12335 0 0 504 94 5 3 20 0 17 0 91322116 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904909042224 139905431529173 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 63 12335 0 0 0 0 5 3 20 0 17 0 91322117 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904907989760 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 51 12335 0 0 0 0 5 3 20 0 17 0 91322117 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 82 12335 0 0 0 0 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=14202692 CPUtime=12.18 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) S 11367 11370 4821 0 -1 1077944384 21877 12335 0 0 1206 4 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904904818544 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=14202692 CPUtime=12.26 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 25750 12335 0 0 1213 5 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=14202692 CPUtime=4.02 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 29498 12335 0 0 386 8 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 1237 12335 0 0 62 80 5 3 20 0 17 0 91322124 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 2521.5
Current children cumulated vsize (KiB) 14202692

[startup+2447 s]
/proc/loadavg: 1.45 1.43 1.47 3/217 11737
/proc/meminfo: memFree=29257584/32770624 swapFree=0/433548
[pid=11370] ppid=11367 vsize=14202692 CPUtime=2522.19 cores=1,3,5,7
/proc/11370/stat : 11370 (java) S 11367 11370 4821 0 -1 1077944320 593916 12335 0 0 251296 915 5 3 20 0 17 0 91322095 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 140732762429088 139905431518967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
/proc/11370/statm: 3550673 366403 3489 1 0 3539287 0
[pid=11370/tid=11420] ppid=11367 vsize=14202692 CPUtime=2422.96 cores=1,3,5,7
/proc/11370/task/11420/stat : 11420 (java) S 11367 11370 4821 0 -1 1077944384 333048 12335 0 0 242191 97 5 3 20 0 17 0 91322114 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905435756752 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11421] ppid=11367 vsize=14202692 CPUtime=15.97 cores=1,3,5,7
/proc/11370/task/11421/stat : 11421 (java) R 11367 11370 4821 0 -1 4202560 39252 12335 0 0 1413 176 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905350933592 139905416469544 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11422] ppid=11367 vsize=14202692 CPUtime=15.92 cores=1,3,5,7
/proc/11370/task/11422/stat : 11422 (java) R 11367 11370 4821 0 -1 4202560 36962 12335 0 0 1413 171 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905349880592 139905413114930 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11423] ppid=11367 vsize=14202692 CPUtime=15.95 cores=1,3,5,7
/proc/11370/task/11423/stat : 11423 (java) R 11367 11370 4821 0 -1 4202560 37733 12335 0 0 1413 174 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905348828304 139905413166052 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11424] ppid=11367 vsize=14202692 CPUtime=15.96 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) R 11367 11370 4821 0 -1 4202560 35766 12335 0 0 1417 171 5 3 20 0 17 0 91322115 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139905347775504 139905415972918 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11425] ppid=11367 vsize=14202692 CPUtime=6.09 cores=1,3,5,7
/proc/11370/task/11425/stat : 11425 (java) S 11367 11370 4821 0 -1 1077944384 30326 12335 0 0 507 94 5 3 20 0 17 0 91322116 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904909042224 139905431529173 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11426] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11426/stat : 11426 (java) S 11367 11370 4821 0 -1 1077944384 63 12335 0 0 0 0 5 3 20 0 17 0 91322117 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904907989760 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11427] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11427/stat : 11427 (java) S 11367 11370 4821 0 -1 1077944384 51 12335 0 0 0 0 5 3 20 0 17 0 91322117 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904906937472 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11428] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11428/stat : 11428 (java) S 11367 11370 4821 0 -1 1077944384 82 12335 0 0 0 0 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904905885776 139905431537563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11429] ppid=11367 vsize=14202692 CPUtime=12.18 cores=1,3,5,7
/proc/11370/task/11429/stat : 11429 (java) S 11367 11370 4821 0 -1 1077944384 21878 12335 0 0 1206 4 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904904820176 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11430] ppid=11367 vsize=14202692 CPUtime=12.26 cores=1,3,5,7
/proc/11370/task/11430/stat : 11430 (java) S 11367 11370 4821 0 -1 1077944384 25750 12335 0 0 1213 5 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904903780848 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11431] ppid=11367 vsize=14202692 CPUtime=4.02 cores=1,3,5,7
/proc/11370/task/11431/stat : 11431 (java) S 11367 11370 4821 0 -1 1077944384 29498 12335 0 0 386 8 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904902728560 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11432] ppid=11367 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11370/task/11432/stat : 11432 (java) S 11367 11370 4821 0 -1 1077944384 3 12335 0 0 0 0 5 3 20 0 17 0 91322120 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904901676000 139905431529173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
[pid=11370/tid=11433] ppid=11367 vsize=14202692 CPUtime=1.5 cores=1,3,5,7
/proc/11370/task/11433/stat : 11433 (java) S 11367 11370 4821 0 -1 1077944384 1237 12335 0 0 62 80 5 3 20 0 17 0 91322124 14543556608 366403 18446744073709551615 4194304 4196468 140732762446544 139904900622768 139905431530114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34742272 140732762449872 140732762452657 140732762452657 140732762456015 0
Current children cumulated CPU time (s) 2522.19
Current children cumulated vsize (KiB) 14202692

[startup+2447.1 s]
/proc/loadavg: 1.45 1.43 1.47 3/217 11737
/proc/meminfo: memFree=29257584/32770624 swapFree=0/433548
[pid=11370] ppid=11367 vsize=0 CPUtime=2522.47 cores=1,3,5,7
/proc/11370/stat : 11370 (java) Z 11367 11370 4821 0 -1 4228108 594026 12335 0 0 251322 917 5 3 20 0 2 0 91322095 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/11370/statm: 0 0 0 0 0 0 0
[pid=11370/tid=11424] ppid=11367 vsize=0 CPUtime=16.03 cores=1,3,5,7
/proc/11370/task/11424/stat : 11424 (java) R 11367 11370 4821 0 -1 4203588 35766 12335 0 0 1423 172 5 3 20 0 2 0 91322115 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2522.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2447.1
CPU time (s): 2522.48
CPU user time (s): 2513.28
CPU system time (s): 9.2059
CPU usage (%): 103.08
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.28
system time used= 9.2059
maximum resident set size= 1852072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180171
involuntary context switches= 7034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8454 second user time and 15.8314 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 08:50:21
IDJOB=4261898
IDBENCH=124210
IDSOLVER=2650
FILE ID=node133/4261898-1502435069
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62000 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261898-1502435069/watcher-4261898-1502435069 -o /tmp/evaluation-result-4261898-1502435069/solver-4261898-1502435069 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4261898-1502435069.xml

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

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=1319171182

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:        26588112 kB
MemAvailable:   27458052 kB
Buffers:          288440 kB
Cached:           876280 kB
SwapCached:            0 kB
Active:          5273256 kB
Inactive:         466076 kB
Active(anon):    4575176 kB
Inactive(anon):    33112 kB
Active(file):     698080 kB
Inactive(file):   432964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24276 kB
Writeback:             4 kB
AnonPages:       4578768 kB
Mapped:            64872 kB
Shmem:             33468 kB
Slab:             136584 kB
SReclaimable:     109460 kB
SUnreclaim:        27124 kB
KernelStack:        3792 kB
PageTables:        14440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5718496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4298752 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= 61984 MiB
End job on node133 at 2017-08-11 09:31:09