Trace number 4261899

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.3501 2448.28

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"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":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=19497
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.60 1.46 1.45 2/202 19500
/proc/meminfo: memFree=30339524/32770624 swapFree=0/459612
[pid=19500] ppid=19497 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19500/stat : 19500 (runsolver) D 19497 19500 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 85357572 24240128 106 18446744073709551615 4194304 4338465 140727575799408 140727575797048 140375610806999 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 28487680 140727575802064 140727575802441 140727575802441 140727575805898 0
/proc/19500/statm: 5918 106 53 36 0 2156 0

[startup+0.100056 s]
/proc/loadavg: 1.60 1.46 1.45 2/202 19500
/proc/meminfo: memFree=30339524/32770624 swapFree=0/459612
[pid=19500] ppid=19497 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19500/stat : 19500 (bash) S 19497 19500 13007 0 -1 4202496 685 1542 0 0 0 0 0 0 20 0 1 0 85357572 9736192 351 18446744073709551615 4194304 5098028 140723682795936 140723682793576 140059927030784 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 20123648 140723682804244 140723682804329 140723682804329 140723682807786 0
/proc/19500/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200236 s]
/proc/loadavg: 1.60 1.46 1.45 2/202 19500
/proc/meminfo: memFree=30339524/32770624 swapFree=0/459612
[pid=19500] ppid=19497 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19500/stat : 19500 (bash) R 19497 19500 13007 0 -1 4202496 896 6483 0 0 0 0 0 1 20 0 1 0 85357572 9867264 377 18446744073709551615 4194304 5098028 140723682795936 140723682789944 140059927030784 0 0 5 65536 0 0 0 17 1 0 0 8 0 0 7196144 7232144 20123648 140723682804244 140723682804329 140723682804329 140723682807786 0
/proc/19500/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300194 s]
/proc/loadavg: 1.60 1.46 1.45 2/202 19500
/proc/meminfo: memFree=30339524/32770624 swapFree=0/459612
[pid=19500] ppid=19497 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 5857 12648 0 0 5 1 5 2 20 0 15 0 85357572 14309244928 5498 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3493468 5498 2568 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.700287 s]
/proc/loadavg: 1.60 1.46 1.45 2/202 19500
/proc/meminfo: memFree=30339524/32770624 swapFree=0/459612
[pid=19500] ppid=19497 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 13943 12648 0 0 59 4 5 2 20 0 15 0 85357572 14310178816 14915 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3493696 14915 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50601 s]
/proc/loadavg: 1.60 1.46 1.45 4/217 19563
/proc/meminfo: memFree=30242196/32770624 swapFree=0/459644
[pid=19500] ppid=19497 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 30130 12648 0 0 175 9 5 2 20 0 15 0 85357572 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3496352 42689 3375 1 0 3485525 0
[pid=19500/tid=19550] ppid=19497 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 22645 12648 0 0 116 6 5 2 20 0 15 0 85357593 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140249256189408 140249245059483 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 44 12648 0 0 1 0 5 2 20 0 15 0 85357594 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 49 12648 0 0 1 0 5 2 20 0 15 0 85357594 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 199 12648 0 0 1 0 5 2 20 0 15 0 85357594 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 68 12648 0 0 1 0 5 2 20 0 15 0 85357594 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 1704 12648 0 0 1 0 5 2 20 0 15 0 85357595 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 55 12648 0 0 0 0 5 2 20 0 15 0 85357596 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248729228896 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 45 12648 0 0 0 0 5 2 20 0 15 0 85357596 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 1032 12648 0 0 16 0 5 2 20 0 15 0 85357598 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 691 12648 0 0 13 0 5 2 20 0 15 0 85357598 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 1444 12648 0 0 23 0 5 2 20 0 15 0 85357598 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 6 12648 0 0 0 0 5 2 20 0 15 0 85357602 14321057792 42689 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10119 s]
/proc/loadavg: 1.60 1.46 1.45 4/217 19563
/proc/meminfo: memFree=30169108/32770624 swapFree=0/459644
[pid=19500] ppid=19497 vsize=13995836 CPUtime=6.15 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 43465 12648 0 0 593 15 5 2 20 0 15 0 85357572 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3498959 62765 3454 1 0 3487573 0
[pid=19500/tid=19550] ppid=19497 vsize=13995836 CPUtime=2.87 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 27933 12648 0 0 272 8 5 2 20 0 15 0 85357593 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140249256190136 140248894783468 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 44 12648 0 0 1 0 5 2 20 0 15 0 85357594 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 49 12648 0 0 1 0 5 2 20 0 15 0 85357594 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 199 12648 0 0 1 0 5 2 20 0 15 0 85357594 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 68 12648 0 0 1 0 5 2 20 0 15 0 85357594 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 1732 12648 0 0 1 0 5 2 20 0 15 0 85357595 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 55 12648 0 0 0 0 5 2 20 0 15 0 85357596 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248729228896 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 45 12648 0 0 0 0 5 2 20 0 15 0 85357596 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=13995836 CPUtime=1.12 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) R 19497 19500 13007 0 -1 4202560 2820 12648 0 0 104 1 5 2 20 0 15 0 85357598 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248726053872 140249229937393 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=13995836 CPUtime=1.24 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) R 19497 19500 13007 0 -1 4202560 4303 12648 0 0 116 1 5 2 20 0 15 0 85357598 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248724999968 140249235459403 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=13995836 CPUtime=1.01 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 4051 12648 0 0 93 1 5 2 20 0 15 0 85357598 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 9 12648 0 0 0 0 5 2 20 0 15 0 85357602 14331736064 62765 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 13995836

[startup+6.30073 s]
/proc/loadavg: 1.79 1.50 1.47 5/217 19565
/proc/meminfo: memFree=29980188/32770624 swapFree=0/459636
[pid=19500] ppid=19497 vsize=13999932 CPUtime=15.71 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 67777 12648 0 0 1533 31 5 2 20 0 15 0 85357572 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3499983 99492 3471 1 0 3488597 0
[pid=19500/tid=19550] ppid=19497 vsize=13999932 CPUtime=5.89 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 32465 12648 0 0 572 10 5 2 20 0 15 0 85357593 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140249256193424 140248902001200 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 341 12648 0 0 10 2 5 2 20 0 15 0 85357594 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 396 12648 0 0 11 3 5 2 20 0 15 0 85357594 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 368 12648 0 0 11 2 5 2 20 0 15 0 85357594 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 974 12648 0 0 12 2 5 2 20 0 15 0 85357594 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 1843 12648 0 0 2 0 5 2 20 0 15 0 85357595 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 55 12648 0 0 0 0 5 2 20 0 15 0 85357596 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248729228896 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 45 12648 0 0 0 0 5 2 20 0 15 0 85357596 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=13999932 CPUtime=3.71 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 8038 12648 0 0 362 2 5 2 20 0 15 0 85357598 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=13999932 CPUtime=3.88 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 11770 12648 0 0 379 2 5 2 20 0 15 0 85357598 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=13999932 CPUtime=1.79 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 9156 12648 0 0 169 3 5 2 20 0 15 0 85357598 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 169 12648 0 0 0 0 5 2 20 0 15 0 85357602 14335930368 99492 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.81 1.51 1.47 6/217 19565
/proc/meminfo: memFree=29483988/32770624 swapFree=0/459632
[pid=19500] ppid=19497 vsize=14004028 CPUtime=30.7 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 107811 12648 0 0 3005 58 5 2 20 0 15 0 85357572 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3501007 217241 3485 1 0 3489621 0
[pid=19500/tid=19550] ppid=19497 vsize=14004028 CPUtime=11.89 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 49453 12648 0 0 1165 17 5 2 20 0 15 0 85357593 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140249256192928 140249251974550 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=14004028 CPUtime=0.54 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 1122 12648 0 0 40 7 5 2 20 0 15 0 85357594 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=14004028 CPUtime=0.54 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 1517 12648 0 0 41 6 5 2 20 0 15 0 85357594 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=14004028 CPUtime=0.56 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 650 12648 0 0 42 7 5 2 20 0 15 0 85357594 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=14004028 CPUtime=0.56 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 1152 12648 0 0 43 6 5 2 20 0 15 0 85357594 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 5511 12648 0 0 6 0 5 2 20 0 15 0 85357595 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 61 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140248729228960 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 48 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14340124672 217241 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0

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

/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14340124672 171446 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=14004028 CPUtime=1.46 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 1633 12648 0 0 62 77 5 2 20 0 15 0 85357602 14340124672 171446 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 2452.64
Current children cumulated vsize (KiB) 14004028

[startup+2442.3 s]
/proc/loadavg: 1.11 1.30 1.35 3/217 20113
/proc/meminfo: memFree=29698748/32770624 swapFree=0/460312
[pid=19500] ppid=19497 vsize=14004028 CPUtime=2514.67 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 567870 12648 0 0 250810 650 5 2 20 0 15 0 85357572 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3501007 203370 3495 1 0 3489621 0
[pid=19500/tid=19550] ppid=19497 vsize=14004028 CPUtime=2418.12 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 312851 12648 0 0 241712 93 5 2 20 0 15 0 85357593 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140249256196688 140248900138594 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=14004028 CPUtime=15.67 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 36155 12648 0 0 1454 106 5 2 20 0 15 0 85357594 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=14004028 CPUtime=15.68 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 38785 12648 0 0 1453 108 5 2 20 0 15 0 85357594 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=14004028 CPUtime=15.7 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 34505 12648 0 0 1459 104 5 2 20 0 15 0 85357594 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=14004028 CPUtime=15.67 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 32999 12648 0 0 1452 108 5 2 20 0 15 0 85357594 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=14004028 CPUtime=6.33 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 21788 12648 0 0 536 90 5 2 20 0 15 0 85357595 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 66 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248729228960 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 62 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=14004028 CPUtime=11.22 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 21915 12648 0 0 1110 5 5 2 20 0 15 0 85357598 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=14004028 CPUtime=11.47 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 32227 12648 0 0 1133 7 5 2 20 0 15 0 85357598 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=14004028 CPUtime=3.83 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 32712 12648 0 0 369 7 5 2 20 0 15 0 85357598 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=14004028 CPUtime=1.49 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 1648 12648 0 0 64 78 5 2 20 0 15 0 85357602 14340124672 203370 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 2514.67
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2447.61 s]
/proc/loadavg: 1.18 1.31 1.35 3/217 20113
/proc/meminfo: memFree=29677296/32770624 swapFree=0/460332
[pid=19500] ppid=19497 vsize=14004028 CPUtime=2520.02 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 569620 12648 0 0 251343 652 5 2 20 0 15 0 85357572 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3501007 209649 3495 1 0 3489621 0
[pid=19500/tid=19550] ppid=19497 vsize=14004028 CPUtime=2423.4 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) R 19497 19500 13007 0 -1 4202560 314362 12648 0 0 242240 93 5 2 20 0 15 0 85357593 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140249256196800 140248899673191 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=14004028 CPUtime=15.69 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) S 19497 19500 13007 0 -1 1077944384 36220 12648 0 0 1455 107 5 2 20 0 15 0 85357594 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=14004028 CPUtime=15.69 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) S 19497 19500 13007 0 -1 1077944384 38850 12648 0 0 1454 108 5 2 20 0 15 0 85357594 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=14004028 CPUtime=15.71 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) S 19497 19500 13007 0 -1 1077944384 34563 12648 0 0 1460 104 5 2 20 0 15 0 85357594 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=14004028 CPUtime=15.68 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) S 19497 19500 13007 0 -1 1077944384 33032 12648 0 0 1453 108 5 2 20 0 15 0 85357594 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=14004028 CPUtime=6.33 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 21805 12648 0 0 536 90 5 2 20 0 15 0 85357595 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248730282864 140249251973762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 66 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248729228960 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 62 12648 0 0 0 0 5 2 20 0 15 0 85357596 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357598 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=14004028 CPUtime=11.22 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 21915 12648 0 0 1110 5 5 2 20 0 15 0 85357598 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=14004028 CPUtime=11.47 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 32227 12648 0 0 1133 7 5 2 20 0 15 0 85357598 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=14004028 CPUtime=3.83 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 32712 12648 0 0 369 7 5 2 20 0 15 0 85357598 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 15 0 85357599 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=14004028 CPUtime=1.49 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 1649 12648 0 0 64 78 5 2 20 0 15 0 85357602 14340124672 209649 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14004028

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 19500 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2448 s]
/proc/loadavg: 1.18 1.31 1.35 3/217 20113
/proc/meminfo: memFree=29677296/32770624 swapFree=0/460332
[pid=19500] ppid=19497 vsize=14137156 CPUtime=2521.4 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 569797 12648 0 0 251480 653 5 2 20 0 17 0 85357572 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3534289 211187 3495 1 0 3522903 0
[pid=19500/tid=19550] ppid=19497 vsize=14137156 CPUtime=2423.41 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) S 19497 19500 13007 0 -1 1077944384 314379 12648 0 0 242241 93 5 2 20 0 17 0 85357593 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249256200400 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=14137156 CPUtime=16.02 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) R 19497 19500 13007 0 -1 4202560 36227 12648 0 0 1488 107 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249208928912 140249236420218 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=14137156 CPUtime=16.02 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) R 19497 19500 13007 0 -1 4202560 38856 12648 0 0 1487 108 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249207876312 140249236959019 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=14137156 CPUtime=16.04 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) R 19497 19500 13007 0 -1 4202560 34568 12648 0 0 1493 104 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249206823312 140249236959168 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=14137156 CPUtime=16.01 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) R 19497 19500 13007 0 -1 4202560 33035 12648 0 0 1486 108 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249205770512 140249236958967 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=14137156 CPUtime=6.39 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 21847 12648 0 0 542 90 5 2 20 0 17 0 85357595 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248730281488 140249251972821 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 67 12648 0 0 0 0 5 2 20 0 17 0 85357596 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248729228864 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 62 12648 0 0 0 0 5 2 20 0 17 0 85357596 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 44 12648 0 0 0 0 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=14137156 CPUtime=11.22 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 21915 12648 0 0 1110 5 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=14137156 CPUtime=11.47 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 32227 12648 0 0 1133 7 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=14137156 CPUtime=3.83 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 32712 12648 0 0 369 7 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 17 0 85357599 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=14137156 CPUtime=1.49 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) R 19497 19500 13007 0 -1 1077944384 1649 12648 0 0 64 78 5 2 20 0 17 0 85357602 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 2521.4
Current children cumulated vsize (KiB) 14137156

[startup+2448.2 s]
/proc/loadavg: 1.18 1.31 1.35 3/217 20113
/proc/meminfo: memFree=29677296/32770624 swapFree=0/460332
[pid=19500] ppid=19497 vsize=14137156 CPUtime=2522.14 cores=1,3,5,7
/proc/19500/stat : 19500 (java) S 19497 19500 13007 0 -1 1077944320 569800 12648 0 0 251554 653 5 2 20 0 17 0 85357572 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140728463456192 140249251962615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
/proc/19500/statm: 3534289 211187 3495 1 0 3522903 0
[pid=19500/tid=19550] ppid=19497 vsize=14137156 CPUtime=2423.41 cores=1,3,5,7
/proc/19500/task/19550/stat : 19550 (java) S 19497 19500 13007 0 -1 1077944384 314379 12648 0 0 242241 93 5 2 20 0 17 0 85357593 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249256200400 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19551] ppid=19497 vsize=14137156 CPUtime=16.2 cores=1,3,5,7
/proc/19500/task/19551/stat : 19551 (java) R 19497 19500 13007 0 -1 4202560 36227 12648 0 0 1506 107 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249208929112 140249244590823 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19552] ppid=19497 vsize=14137156 CPUtime=16.2 cores=1,3,5,7
/proc/19500/task/19552/stat : 19552 (java) R 19497 19500 13007 0 -1 4202560 38856 12648 0 0 1505 108 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249207876112 140249233559263 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19553] ppid=19497 vsize=14137156 CPUtime=16.22 cores=1,3,5,7
/proc/19500/task/19553/stat : 19553 (java) R 19497 19500 13007 0 -1 4202560 34568 12648 0 0 1511 104 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249206823208 140249244590823 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19554] ppid=19497 vsize=14137156 CPUtime=16.19 cores=1,3,5,7
/proc/19500/task/19554/stat : 19554 (java) R 19497 19500 13007 0 -1 4202560 33035 12648 0 0 1504 108 5 2 20 0 17 0 85357594 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140249205770712 140249244590823 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19555] ppid=19497 vsize=14137156 CPUtime=6.41 cores=1,3,5,7
/proc/19500/task/19555/stat : 19555 (java) S 19497 19500 13007 0 -1 1077944384 21847 12648 0 0 544 90 5 2 20 0 17 0 85357595 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248730281264 140249251972821 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19556] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19556/stat : 19556 (java) S 19497 19500 13007 0 -1 1077944384 67 12648 0 0 0 0 5 2 20 0 17 0 85357596 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248729228864 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19557] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19557/stat : 19557 (java) S 19497 19500 13007 0 -1 1077944384 62 12648 0 0 0 0 5 2 20 0 17 0 85357596 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248728176000 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19558] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19558/stat : 19558 (java) S 19497 19500 13007 0 -1 1077944384 44 12648 0 0 0 0 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248727124304 140249251981211 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19559] ppid=19497 vsize=14137156 CPUtime=11.22 cores=1,3,5,7
/proc/19500/task/19559/stat : 19559 (java) S 19497 19500 13007 0 -1 1077944384 21915 12648 0 0 1110 5 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248726071664 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19560] ppid=19497 vsize=14137156 CPUtime=11.47 cores=1,3,5,7
/proc/19500/task/19560/stat : 19560 (java) S 19497 19500 13007 0 -1 1077944384 32227 12648 0 0 1133 7 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248725018864 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19561] ppid=19497 vsize=14137156 CPUtime=3.83 cores=1,3,5,7
/proc/19500/task/19561/stat : 19561 (java) S 19497 19500 13007 0 -1 1077944384 32712 12648 0 0 369 7 5 2 20 0 17 0 85357598 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248723966064 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19562] ppid=19497 vsize=14137156 CPUtime=0.07 cores=1,3,5,7
/proc/19500/task/19562/stat : 19562 (java) S 19497 19500 13007 0 -1 1077944384 3 12648 0 0 0 0 5 2 20 0 17 0 85357599 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248722913504 140249251972821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
[pid=19500/tid=19563] ppid=19497 vsize=14137156 CPUtime=1.49 cores=1,3,5,7
/proc/19500/task/19563/stat : 19563 (java) S 19497 19500 13007 0 -1 1077944384 1649 12648 0 0 64 78 5 2 20 0 17 0 85357602 14476447744 211187 18446744073709551615 4194304 4196468 140728463473648 140248721861808 140249251973762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38285312 140728463476688 140728463479473 140728463479473 140728463482831 0
Current children cumulated CPU time (s) 2522.14
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2448.28
CPU time (s): 2522.35
CPU user time (s): 2515.77
CPU system time (s): 6.57661
CPU usage (%): 103.025
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.77
system time used= 6.57661
maximum resident set size= 1919680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 582530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183954
involuntary context switches= 7441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1714 second user time and 14.9532 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 08:40:29
IDJOB=4261899
IDBENCH=124197
IDSOLVER=2650
FILE ID=node135/4261899-1502434464
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261899-1502434464/watcher-4261899-1502434464 -o /tmp/evaluation-result-4261899-1502434464/solver-4261899-1502434464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4261899-1502434464.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=74261753

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30339676 kB
MemAvailable:   31156496 kB
Buffers:          286700 kB
Cached:           821960 kB
SwapCached:            0 kB
Active:          1494812 kB
Inactive:         492752 kB
Active(anon):     879224 kB
Inactive(anon):    33140 kB
Active(file):     615588 kB
Inactive(file):   459612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24596 kB
Writeback:             0 kB
AnonPages:        879040 kB
Mapped:            63584 kB
Shmem:             33464 kB
Slab:             142340 kB
SReclaimable:     114908 kB
SUnreclaim:        27432 kB
KernelStack:        3520 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1695772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 09:21:17