Trace number 4259766

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) 260.07599 240.44501

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=17618
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.68 1.62 1.63 2/199 17621
/proc/meminfo: memFree=30767812/32770624 swapFree=0/297852
[pid=17621] ppid=17618 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17621/stat : 17621 (runsolver) D 17618 17621 30500 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47515999 24240128 108 18446744073709551615 4194304 4338465 140734966550816 140734966548456 140023375315671 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 35536896 140734966558934 140734966559308 140734966559308 140734966562762 0
/proc/17621/statm: 5918 108 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.68 1.62 1.63 2/199 17621
/proc/meminfo: memFree=30767812/32770624 swapFree=0/297852
[pid=17621] ppid=17618 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17621/stat : 17621 (bash) S 17618 17621 30500 0 -1 4202496 896 6484 0 0 0 0 0 1 20 0 1 0 47515999 9867264 377 18446744073709551615 4194304 5098028 140736745235392 140736745229400 140048620981248 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 38838272 140736745239063 140736745239148 140736745239148 140736745242602 0
/proc/17621/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.209079 s]
/proc/loadavg: 1.68 1.62 1.63 2/199 17621
/proc/meminfo: memFree=30767812/32770624 swapFree=0/297852
[pid=17621] ppid=17618 vsize=13574488 CPUtime=0.11 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 4711 12500 0 0 3 0 5 3 20 0 9 0 47515999 13900275712 4500 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3393622 4500 2102 1 0 3383119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.30027 s]
/proc/loadavg: 1.68 1.62 1.63 2/199 17621
/proc/meminfo: memFree=30767812/32770624 swapFree=0/297852
[pid=17621] ppid=17618 vsize=13974356 CPUtime=0.23 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 6697 12500 0 0 14 1 5 3 20 0 15 0 47515999 14309740544 8392 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3493589 8392 2937 1 0 3482965 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13974356

[startup+0.700232 s]
/proc/loadavg: 1.68 1.62 1.63 2/199 17621
/proc/meminfo: memFree=30767812/32770624 swapFree=0/297852
[pid=17621] ppid=17618 vsize=13974784 CPUtime=0.76 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 13743 12500 0 0 64 4 5 3 20 0 15 0 47515999 14310178816 15179 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3493696 15179 3125 1 0 3482965 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 13974784

[startup+1.51112 s]
/proc/loadavg: 1.70 1.62 1.63 3/214 17684
/proc/meminfo: memFree=30651460/32770624 swapFree=0/298120
[pid=17621] ppid=17618 vsize=13985408 CPUtime=2.08 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 29361 12500 0 0 190 10 5 3 20 0 15 0 47515999 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3496352 43339 3381 1 0 3485525 0
[pid=17621/tid=17671] ppid=17618 vsize=13985408 CPUtime=1.35 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) R 17618 17621 30500 0 -1 4202560 22041 12500 0 0 121 6 5 3 20 0 15 0 47516016 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559880013448 140559875812758 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 193 12500 0 0 0 0 5 3 20 0 15 0 47516017 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 52 12500 0 0 0 0 5 3 20 0 15 0 47516017 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 39 12500 0 0 1 0 5 3 20 0 15 0 47516017 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 70 12500 0 0 1 0 5 3 20 0 15 0 47516017 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 1148 12500 0 0 1 0 5 3 20 0 15 0 47516018 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559353633520 140559875811970 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 15 0 47516019 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559352579808 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 15 0 47516019 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559351526640 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516021 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=13985408 CPUtime=0.28 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 1168 12500 0 0 20 0 5 3 20 0 15 0 47516021 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) R 17618 17621 30500 0 -1 1077944384 993 12500 0 0 17 0 5 3 20 0 15 0 47516022 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=13985408 CPUtime=0.33 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 1388 12500 0 0 25 0 5 3 20 0 15 0 47516022 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516022 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 10 12500 0 0 0 0 5 3 20 0 15 0 47516025 14321057792 43339 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13985408

[startup+3.10579 s]
/proc/loadavg: 1.70 1.62 1.63 5/214 17684
/proc/meminfo: memFree=30578484/32770624 swapFree=0/298120
[pid=17621] ppid=17618 vsize=13997884 CPUtime=5.58 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 47037 12500 0 0 533 17 5 3 20 0 15 0 47515999 14333833216 55461 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3499471 55461 3450 1 0 3488085 0
[pid=17621/tid=17671] ppid=17618 vsize=13997884 CPUtime=2.93 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) R 17618 17621 30500 0 -1 4202560 35759 12500 0 0 276 9 5 3 20 0 15 0 47516016 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559880034880 140559467614941 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 193 12500 0 0 0 0 5 3 20 0 15 0 47516017 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 52 12500 0 0 0 0 5 3 20 0 15 0 47516017 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 39 12500 0 0 1 0 5 3 20 0 15 0 47516017 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 70 12500 0 0 1 0 5 3 20 0 15 0 47516017 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 1165 12500 0 0 1 0 5 3 20 0 15 0 47516018 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559353633520 140559875811970 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 15 0 47516019 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559352579808 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 15 0 47516019 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559351526640 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516021 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=13997884 CPUtime=0.75 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 1651 12500 0 0 66 1 5 3 20 0 15 0 47516021 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=13997884 CPUtime=0.88 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) S 17618 17621 30500 0 -1 1077944384 2285 12500 0 0 79 1 5 3 20 0 15 0 47516022 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=13997884 CPUtime=1.14 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 3553 12500 0 0 104 2 5 3 20 0 15 0 47516022 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516022 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 13 12500 0 0 0 0 5 3 20 0 15 0 47516025 14333833216 55973 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13997884

[startup+6.30404 s]
/proc/loadavg: 1.89 1.66 1.65 5/214 17684
/proc/meminfo: memFree=30391260/32770624 swapFree=0/298124
[pid=17621] ppid=17618 vsize=14004028 CPUtime=15.78 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 63013 12500 0 0 1544 26 5 3 20 0 15 0 47515999 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3501007 95747 3467 1 0 3489621 0
[pid=17621/tid=17671] ppid=17618 vsize=14004028 CPUtime=6.02 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) R 17618 17621 30500 0 -1 4202560 37865 12500 0 0 582 12 5 3 20 0 15 0 47516016 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559880036944 140559465606628 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14004028 CPUtime=0.16 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 261 12500 0 0 7 1 5 3 20 0 15 0 47516017 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14004028 CPUtime=0.16 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 93 12500 0 0 7 1 5 3 20 0 15 0 47516017 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14004028 CPUtime=0.16 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 96 12500 0 0 7 1 5 3 20 0 15 0 47516017 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14004028 CPUtime=0.14 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 83 12500 0 0 6 0 5 3 20 0 15 0 47516017 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14004028 CPUtime=0.12 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 2007 12500 0 0 4 0 5 3 20 0 15 0 47516018 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559353633520 140559875811970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 15 0 47516019 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559352579872 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 15 0 47516019 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516021 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=14004028 CPUtime=3.64 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) R 17618 17621 30500 0 -1 4202560 7811 12500 0 0 354 2 5 3 20 0 15 0 47516021 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559349409072 140559859286773 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=14004028 CPUtime=3.78 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) R 17618 17621 30500 0 -1 4202560 5480 12500 0 0 368 2 5 3 20 0 15 0 47516022 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559348356320 140559860926934 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=14004028 CPUtime=2.15 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) R 17618 17621 30500 0 -1 4202560 7044 12500 0 0 203 4 5 3 20 0 15 0 47516022 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559868900670 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516022 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 15 12500 0 0 0 0 5 3 20 0 15 0 47516025 14340124672 95747 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 14004028

[startup+12.7007 s]
/proc/loadavg: 1.90 1.67 1.65 3/214 17684
/proc/meminfo: memFree=29919104/32770624 swapFree=0/298124
[pid=17621] ppid=17618 vsize=14071612 CPUtime=27.83 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 85169 12500 0 0 2727 48 5 3 20 0 15 0 47515999 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3517903 223857 3482 1 0 3506517 0
[pid=17621/tid=17671] ppid=17618 vsize=14071612 CPUtime=12.29 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) R 17618 17621 30500 0 -1 4202560 45086 12500 0 0 1201 20 5 3 20 0 15 0 47516016 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559880032808 140559473771945 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14071612 CPUtime=0.27 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 459 12500 0 0 15 4 5 3 20 0 15 0 47516017 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14071612 CPUtime=0.26 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 1321 12500 0 0 15 3 5 3 20 0 15 0 47516017 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14071612 CPUtime=0.28 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 757 12500 0 0 16 4 5 3 20 0 15 0 47516017 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14071612 CPUtime=0.26 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 373 12500 0 0 15 3 5 3 20 0 15 0 47516017 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14071612 CPUtime=0.14 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 2497 12500 0 0 5 1 5 3 20 0 15 0 47516018 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559353633520 140559875811970 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 15 0 47516019 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559352579872 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 15 0 47516019 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516021 14409330688 223857 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0

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

/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516022 14409330688 390808 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14071612 CPUtime=0.21 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 1554 12500 0 0 7 6 5 3 20 0 15 0 47516025 14409330688 390808 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 240.77
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.007 s]
/proc/loadavg: 1.30 1.44 1.56 3/214 17835
/proc/meminfo: memFree=28776164/32770624 swapFree=0/298368
[pid=17621] ppid=17618 vsize=14071612 CPUtime=258.78 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 137073 12500 0 0 25785 85 5 3 20 0 15 0 47515999 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3517903 389944 3482 1 0 3506517 0
[pid=17621/tid=17671] ppid=17618 vsize=14071612 CPUtime=238.1 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) R 17618 17621 30500 0 -1 4202560 57114 12500 0 0 23767 35 5 3 20 0 15 0 47516016 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559880034576 140559468715422 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14071612 CPUtime=1.17 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 3729 12500 0 0 102 7 5 3 20 0 15 0 47516017 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14071612 CPUtime=1.16 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 6760 12500 0 0 101 7 5 3 20 0 15 0 47516017 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14071612 CPUtime=1.17 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 2114 12500 0 0 102 7 5 3 20 0 15 0 47516017 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14071612 CPUtime=1.16 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 2620 12500 0 0 102 6 5 3 20 0 15 0 47516017 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14071612 CPUtime=0.56 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 5009 12500 0 0 43 5 5 3 20 0 15 0 47516018 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559353633520 140559875811970 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 15 0 47516019 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559352579872 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 15 0 47516019 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516021 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=14071612 CPUtime=6.45 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 21929 12500 0 0 633 4 5 3 20 0 15 0 47516021 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=14071612 CPUtime=6.68 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) S 17618 17621 30500 0 -1 1077944384 18281 12500 0 0 657 3 5 3 20 0 15 0 47516022 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=14071612 CPUtime=2.74 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 15686 12500 0 0 261 5 5 3 20 0 15 0 47516022 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 15 0 47516022 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14071612 CPUtime=0.21 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 1572 12500 0 0 7 6 5 3 20 0 15 0 47516025 14409330688 389944 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 258.78
Current children cumulated vsize (KiB) 14071612

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

[startup+240.105 s]
/proc/loadavg: 1.30 1.44 1.56 3/214 17835
/proc/meminfo: memFree=28776164/32770624 swapFree=0/298368
[pid=17621] ppid=17618 vsize=14204740 CPUtime=259.04 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 150512 12500 0 0 25809 87 5 3 20 0 17 0 47515999 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3551185 391799 3483 1 0 3539799 0
[pid=17621/tid=17671] ppid=17618 vsize=14204740 CPUtime=238.11 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) S 17618 17621 30500 0 -1 1077944384 57858 12500 0 0 23767 36 5 3 20 0 17 0 47516016 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559880038544 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14204740 CPUtime=1.22 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) R 17618 17621 30500 0 -1 4202560 3774 12500 0 0 107 7 5 3 20 0 17 0 47516017 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559795214672 140559868429031 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14204740 CPUtime=1.22 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) R 17618 17621 30500 0 -1 4202560 6888 12500 0 0 107 7 5 3 20 0 17 0 47516017 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559794162440 140559868429031 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14204740 CPUtime=1.22 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) R 17618 17621 30500 0 -1 4202560 2153 12500 0 0 107 7 5 3 20 0 17 0 47516017 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559793109384 140559868904460 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14204740 CPUtime=1.21 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) R 17618 17621 30500 0 -1 4202560 2795 12500 0 0 107 6 5 3 20 0 17 0 47516017 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559868429031 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14204740 CPUtime=0.59 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 16754 12500 0 0 45 6 5 3 20 0 17 0 47516018 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559353632144 140559875811029 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 55 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559352579872 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 210 12500 0 0 0 0 5 3 20 0 17 0 47516021 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=14204740 CPUtime=6.45 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 21929 12500 0 0 633 4 5 3 20 0 17 0 47516021 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=14204740 CPUtime=6.68 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) S 17618 17621 30500 0 -1 1077944384 18281 12500 0 0 657 3 5 3 20 0 17 0 47516022 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=14204740 CPUtime=2.74 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 15686 12500 0 0 261 5 5 3 20 0 17 0 47516022 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 17 0 47516022 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14204740 CPUtime=0.21 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 1572 12500 0 0 7 6 5 3 20 0 17 0 47516025 14545653760 391799 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 259.04
Current children cumulated vsize (KiB) 14204740

[startup+240.301 s]
/proc/loadavg: 1.30 1.44 1.56 3/214 17835
/proc/meminfo: memFree=28776164/32770624 swapFree=0/298368
[pid=17621] ppid=17618 vsize=14204740 CPUtime=259.7 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 150675 12500 0 0 25875 87 5 3 20 0 17 0 47515999 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3551185 391691 3483 1 0 3539799 0
[pid=17621/tid=17671] ppid=17618 vsize=14204740 CPUtime=238.11 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) S 17618 17621 30500 0 -1 1077944384 57859 12500 0 0 23767 36 5 3 20 0 17 0 47516016 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559880038544 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14204740 CPUtime=1.38 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) R 17618 17621 30500 0 -1 4202560 3776 12500 0 0 123 7 5 3 20 0 17 0 47516017 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559868429031 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14204740 CPUtime=1.37 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) R 17618 17621 30500 0 -1 4202560 6897 12500 0 0 122 7 5 3 20 0 17 0 47516017 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559860797227 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14204740 CPUtime=1.38 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) R 17618 17621 30500 0 -1 4202560 2155 12500 0 0 123 7 5 3 20 0 17 0 47516017 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559793109384 140559868429031 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14204740 CPUtime=1.37 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) R 17618 17621 30500 0 -1 4202560 2798 12500 0 0 123 6 5 3 20 0 17 0 47516017 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559868429031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14204740 CPUtime=0.63 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) S 17618 17621 30500 0 -1 1077944384 16898 12500 0 0 49 6 5 3 20 0 17 0 47516018 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559353632144 140559875811029 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 57 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559352579376 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 210 12500 0 0 0 0 5 3 20 0 17 0 47516021 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=14204740 CPUtime=6.45 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 21929 12500 0 0 633 4 5 3 20 0 17 0 47516021 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=14204740 CPUtime=6.68 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) S 17618 17621 30500 0 -1 1077944384 18281 12500 0 0 657 3 5 3 20 0 17 0 47516022 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=14204740 CPUtime=2.74 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 15686 12500 0 0 261 5 5 3 20 0 17 0 47516022 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 17 0 47516022 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14204740 CPUtime=0.21 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 1572 12500 0 0 7 6 5 3 20 0 17 0 47516025 14545653760 391691 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 259.7
Current children cumulated vsize (KiB) 14204740

[startup+240.401 s]
/proc/loadavg: 1.30 1.44 1.56 3/214 17835
/proc/meminfo: memFree=28776164/32770624 swapFree=0/298368
[pid=17621] ppid=17618 vsize=14204740 CPUtime=259.98 cores=0,2,4,6
/proc/17621/stat : 17621 (java) S 17618 17621 30500 0 -1 1077944320 150707 12500 0 0 25903 87 5 3 20 0 17 0 47515999 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140735616547456 140559875800823 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
/proc/17621/statm: 3551185 391562 3483 1 0 3539799 0
[pid=17621/tid=17671] ppid=17618 vsize=14204740 CPUtime=238.11 cores=0,2,4,6
/proc/17621/task/17671/stat : 17671 (java) S 17618 17621 30500 0 -1 1077944384 57859 12500 0 0 23767 36 5 3 20 0 17 0 47516016 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559880038544 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17672] ppid=17618 vsize=14204740 CPUtime=1.44 cores=0,2,4,6
/proc/17621/task/17672/stat : 17672 (java) S 17618 17621 30500 0 -1 1077944384 3776 12500 0 0 129 7 5 3 20 0 17 0 47516017 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559795214864 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17673] ppid=17618 vsize=14204740 CPUtime=1.43 cores=0,2,4,6
/proc/17621/task/17673/stat : 17673 (java) S 17618 17621 30500 0 -1 1077944384 6898 12500 0 0 128 7 5 3 20 0 17 0 47516017 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559794162320 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17674] ppid=17618 vsize=14204740 CPUtime=1.44 cores=0,2,4,6
/proc/17621/task/17674/stat : 17674 (java) S 17618 17621 30500 0 -1 1077944384 2171 12500 0 0 129 7 5 3 20 0 17 0 47516017 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559793109264 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17675] ppid=17618 vsize=14204740 CPUtime=1.43 cores=0,2,4,6
/proc/17621/task/17675/stat : 17675 (java) S 17618 17621 30500 0 -1 1077944384 2809 12500 0 0 129 6 5 3 20 0 17 0 47516017 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559792056720 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17676] ppid=17618 vsize=14204740 CPUtime=0.67 cores=0,2,4,6
/proc/17621/task/17676/stat : 17676 (java) R 17618 17621 30500 0 -1 4202560 16899 12500 0 0 53 6 5 3 20 0 17 0 47516018 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559353631920 140559857207213 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17677] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17677/stat : 17677 (java) S 17618 17621 30500 0 -1 1077944384 58 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559352579952 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17678] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17678/stat : 17678 (java) S 17618 17621 30500 0 -1 1077944384 43 12500 0 0 0 0 5 3 20 0 17 0 47516019 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559351526656 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17679] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17679/stat : 17679 (java) S 17618 17621 30500 0 -1 1077944384 210 12500 0 0 0 0 5 3 20 0 17 0 47516021 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559350475216 140559875819419 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17680] ppid=17618 vsize=14204740 CPUtime=6.45 cores=0,2,4,6
/proc/17621/task/17680/stat : 17680 (java) S 17618 17621 30500 0 -1 1077944384 21929 12500 0 0 633 4 5 3 20 0 17 0 47516021 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559349422320 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17681] ppid=17618 vsize=14204740 CPUtime=6.68 cores=0,2,4,6
/proc/17621/task/17681/stat : 17681 (java) S 17618 17621 30500 0 -1 1077944384 18281 12500 0 0 657 3 5 3 20 0 17 0 47516022 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559348369776 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17682] ppid=17618 vsize=14204740 CPUtime=2.74 cores=0,2,4,6
/proc/17621/task/17682/stat : 17682 (java) S 17618 17621 30500 0 -1 1077944384 15686 12500 0 0 261 5 5 3 20 0 17 0 47516022 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559347316720 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17683] ppid=17618 vsize=14204740 CPUtime=0.08 cores=0,2,4,6
/proc/17621/task/17683/stat : 17683 (java) S 17618 17621 30500 0 -1 1077944384 3 12500 0 0 0 0 5 3 20 0 17 0 47516022 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559346264416 140559875811029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
[pid=17621/tid=17684] ppid=17618 vsize=14204740 CPUtime=0.21 cores=0,2,4,6
/proc/17621/task/17684/stat : 17684 (java) S 17618 17621 30500 0 -1 1077944384 1572 12500 0 0 7 6 5 3 20 0 17 0 47516025 14545653760 391562 18446744073709551615 4194304 4196468 140735616564912 140559345212464 140559875811970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36519936 140735616571347 140735616574132 140735616574132 140735616577487 0
Current children cumulated CPU time (s) 259.98
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.445
CPU time (s): 260.076
CPU user time (s): 259.155
CPU system time (s): 0.921278
CPU usage (%): 108.165
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.155
system time used= 0.921278
maximum resident set size= 1739856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23263
involuntary context switches= 918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.14367 second user time and 1.4805 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:09:20
IDJOB=4259766
IDBENCH=115845
IDSOLVER=2646
FILE ID=node133/4259766-1501997007
RUNJOBID= node133-1501995163-16059
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259766-1501997007/watcher-4259766-1501997007 -o /tmp/evaluation-result-4259766-1501997007/solver-4259766-1501997007 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16059 --watchdog 300  bin/concrete HOME/instance-4259766-1501997007.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=295978986

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:        30769624 kB
MemAvailable:   31192980 kB
Buffers:          180192 kB
Cached:           535556 kB
SwapCached:            0 kB
Active:          1259892 kB
Inactive:         322772 kB
Active(anon):     867200 kB
Inactive(anon):    24920 kB
Active(file):     392692 kB
Inactive(file):   297852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23968 kB
Writeback:             0 kB
AnonPages:        867336 kB
Mapped:            51276 kB
Shmem:             25276 kB
Slab:             124192 kB
SReclaimable:      97292 kB
SUnreclaim:        26900 kB
KernelStack:        3488 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1795684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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-06 07:13:21