Trace number 4259730

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 267.85599 241.577

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-3.xml
MD5SUMdf6c82869a26f460264e708359f1a186
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5114
Maximum domain size5114
Distribution of domain sizes[{"size":5114,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.32 1.56 1.75 2/198 29256
/proc/meminfo: memFree=30529832/32770624 swapFree=0/238428
[pid=29256] ppid=29253 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29256/stat : 29256 (runsolver) D 29253 29256 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6085815 24240128 106 18446744073709551615 4194304 4338465 140732246870144 140732246867784 140677198103255 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7204864 140732246876369 140732246876743 140732246876743 140732246880202 0
/proc/29256/statm: 5918 106 53 36 0 2156 0

[startup+0.100159 s]
/proc/loadavg: 1.32 1.56 1.75 2/198 29256
/proc/meminfo: memFree=30529832/32770624 swapFree=0/238428
[pid=29256] ppid=29253 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29256/stat : 29256 (runsolver) D 29253 29256 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6085815 24240128 106 18446744073709551615 4194304 4338465 140732246870144 140732246867784 140677198103255 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7204864 140732246876369 140732246876743 140732246876743 140732246880202 0
/proc/29256/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200317 s]
/proc/loadavg: 1.32 1.56 1.75 2/198 29256
/proc/meminfo: memFree=30529832/32770624 swapFree=0/238428
[pid=29256] ppid=29253 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29256/stat : 29256 (runsolver) D 29253 29256 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6085815 24240128 106 18446744073709551615 4194304 4338465 140732246870144 140732246867784 140677198103255 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7204864 140732246876369 140732246876743 140732246876743 140732246880202 0
/proc/29256/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.302643 s]
/proc/loadavg: 1.32 1.56 1.75 2/198 29256
/proc/meminfo: memFree=30529832/32770624 swapFree=0/238428
[pid=29256] ppid=29253 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/29256/stat : 29256 (bash) S 29253 29256 3187 0 -1 4202496 897 6489 0 0 0 0 0 1 20 0 1 0 6085815 9867264 377 18446744073709551615 4194304 5098028 140722369327904 140722369321912 140020060806144 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 23 0 0 7196144 7232144 12587008 140722369335826 140722369335911 140722369335911 140722369339370 0
/proc/29256/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.70029 s]
/proc/loadavg: 1.32 1.56 1.75 2/198 29256
/proc/meminfo: memFree=30529832/32770624 swapFree=0/238428
[pid=29256] ppid=29253 vsize=13974784 CPUtime=0.49 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 13013 12441 0 0 38 4 5 2 20 0 15 0 6085815 14310178816 13391 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3493696 13391 3066 1 0 3482973 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.32 1.56 1.75 4/213 29319
/proc/meminfo: memFree=30449676/32770624 swapFree=0/238424
[pid=29256] ppid=29253 vsize=13985408 CPUtime=1.65 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 26315 12441 0 0 150 8 5 2 20 0 15 0 6085815 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3496352 32496 3328 1 0 3485533 0
[pid=29256/tid=29306] ppid=29253 vsize=13985408 CPUtime=1.17 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) R 29253 29256 3187 0 -1 4202560 21738 12441 0 0 104 6 5 2 20 0 15 0 6085851 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179804230080 140179785361311 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) S 29253 29256 3187 0 -1 1077944384 1 12441 0 0 0 0 5 2 20 0 15 0 6085851 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) S 29253 29256 3187 0 -1 1077944384 2 12441 0 0 0 0 5 2 20 0 15 0 6085851 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) S 29253 29256 3187 0 -1 1077944384 2 12441 0 0 0 0 5 2 20 0 15 0 6085851 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179754855312 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) S 29253 29256 3187 0 -1 1077944384 2 12441 0 0 0 0 5 2 20 0 15 0 6085852 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 5 12441 0 0 0 0 5 2 20 0 15 0 6085853 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179345660272 140179800005250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 33 12441 0 0 0 0 5 2 20 0 15 0 6085853 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179276817440 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 21 12441 0 0 0 0 5 2 20 0 15 0 6085853 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179275764592 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 940 12441 0 0 15 0 5 2 20 0 15 0 6085856 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179273661296 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=13985408 CPUtime=0.17 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) S 29253 29256 3187 0 -1 1077944384 513 12441 0 0 10 0 5 2 20 0 15 0 6085856 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 886 12441 0 0 19 0 5 2 20 0 15 0 6085856 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 10 12441 0 0 0 0 5 2 20 0 15 0 6085859 14321057792 32496 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13985408

[startup+3.10139 s]
/proc/loadavg: 1.32 1.56 1.75 4/213 29319
/proc/meminfo: memFree=30363000/32770624 swapFree=0/238424
[pid=29256] ppid=29253 vsize=13997884 CPUtime=5.77 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 43211 12441 0 0 556 14 5 2 20 0 15 0 6085815 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3499471 52015 3443 1 0 3488093 0
[pid=29256/tid=29306] ppid=29253 vsize=13997884 CPUtime=2.73 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) R 29253 29256 3187 0 -1 4202560 29110 12441 0 0 257 9 5 2 20 0 15 0 6085851 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179804223840 140179435898896 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) S 29253 29256 3187 0 -1 1077944384 66 12441 0 0 0 0 5 2 20 0 15 0 6085851 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) S 29253 29256 3187 0 -1 1077944384 42 12441 0 0 1 0 5 2 20 0 15 0 6085851 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) S 29253 29256 3187 0 -1 1077944384 202 12441 0 0 1 0 5 2 20 0 15 0 6085851 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179754855312 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) S 29253 29256 3187 0 -1 1077944384 50 12441 0 0 0 0 5 2 20 0 15 0 6085852 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 1679 12441 0 0 1 0 5 2 20 0 15 0 6085853 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179345660272 140179800005250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 55 12441 0 0 0 0 5 2 20 0 15 0 6085853 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179276817504 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 43 12441 0 0 0 0 5 2 20 0 15 0 6085853 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=13997884 CPUtime=0.9 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) R 29253 29256 3187 0 -1 4202560 2302 12441 0 0 83 0 5 2 20 0 15 0 6085856 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179273654368 140179786022662 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) R 29253 29256 3187 0 -1 4202560 3776 12441 0 0 102 0 5 2 20 0 15 0 6085856 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179272590576 140179784892353 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=13997884 CPUtime=1.14 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) R 29253 29256 3187 0 -1 4202560 3711 12441 0 0 106 1 5 2 20 0 15 0 6085856 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179778157981 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 13 12441 0 0 0 0 5 2 20 0 15 0 6085859 14333833216 52015 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.45 1.58 1.76 6/213 29319
/proc/meminfo: memFree=29990120/32770624 swapFree=0/238424
[pid=29256] ppid=29253 vsize=13999932 CPUtime=14.47 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 56384 12441 0 0 1397 43 5 2 20 0 15 0 6085815 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3499983 167195 3455 1 0 3488605 0
[pid=29256/tid=29306] ppid=29253 vsize=13999932 CPUtime=5.67 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) R 29253 29256 3187 0 -1 4202560 31771 12441 0 0 546 14 5 2 20 0 15 0 6085851 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179804224048 140179433721748 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=13999932 CPUtime=0.32 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) S 29253 29256 3187 0 -1 1077944384 330 12441 0 0 19 6 5 2 20 0 15 0 6085851 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=13999932 CPUtime=0.3 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) S 29253 29256 3187 0 -1 1077944384 163 12441 0 0 18 5 5 2 20 0 15 0 6085851 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) S 29253 29256 3187 0 -1 1077944384 469 12441 0 0 16 5 5 2 20 0 15 0 6085851 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179754855312 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=13999932 CPUtime=0.31 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) S 29253 29256 3187 0 -1 1077944384 288 12441 0 0 19 5 5 2 20 0 15 0 6085852 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 2004 12441 0 0 3 0 5 2 20 0 15 0 6085853 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179345660272 140179800005250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 55 12441 0 0 0 0 5 2 20 0 15 0 6085853 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179276817504 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 43 12441 0 0 0 0 5 2 20 0 15 0 6085853 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=13999932 CPUtime=3.06 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 5581 12441 0 0 298 1 5 2 20 0 15 0 6085856 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179273661296 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=13999932 CPUtime=3.16 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) R 29253 29256 3187 0 -1 4202560 6625 12441 0 0 308 1 5 2 20 0 15 0 6085856 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179779830367 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=13999932 CPUtime=1.73 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 6868 12441 0 0 164 2 5 2 20 0 15 0 6085856 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 25 12441 0 0 0 0 5 2 20 0 15 0 6085859 14335930368 167195 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.50 1.59 1.76 4/213 29319
/proc/meminfo: memFree=28931488/32770624 swapFree=0/238436
[pid=29256] ppid=29253 vsize=13999932 CPUtime=24.88 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 79481 12441 0 0 2395 86 5 2 20 0 15 0 6085815 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3499983 403135 3457 1 0 3488605 0
[pid=29256/tid=29306] ppid=29253 vsize=13999932 CPUtime=11.32 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) R 29253 29256 3187 0 -1 4202560 33913 12441 0 0 1104 21 5 2 20 0 15 0 6085851 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179804226440 140179440557539 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=13999932 CPUtime=0.98 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) S 29253 29256 3187 0 -1 1077944384 992 12441 0 0 77 14 5 2 20 0 15 0 6085851 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=13999932 CPUtime=0.97 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) S 29253 29256 3187 0 -1 1077944384 1250 12441 0 0 77 13 5 2 20 0 15 0 6085851 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) S 29253 29256 3187 0 -1 1077944384 829 12441 0 0 74 14 5 2 20 0 15 0 6085851 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179754855312 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=13999932 CPUtime=0.97 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) S 29253 29256 3187 0 -1 1077944384 1570 12441 0 0 76 14 5 2 20 0 15 0 6085852 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 12481 12441 0 0 10 0 5 2 20 0 15 0 6085853 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179345660272 140179800005250 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 55 12441 0 0 0 0 5 2 20 0 15 0 6085853 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179276817504 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 43 12441 0 0 0 0 5 2 20 0 15 0 6085853 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 15 0 6085856 14335930368 403135 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0

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


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29256 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.801 s]
/proc/loadavg: 1.67 1.68 1.76 3/215 29467
/proc/meminfo: memFree=26087260/32770624 swapFree=0/238508
[pid=29256] ppid=29253 vsize=14202692 CPUtime=265.11 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 167318 12441 0 0 26344 160 5 2 20 0 17 0 6085815 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3550673 1009995 3485 1 0 3539295 0
[pid=29256/tid=29306] ppid=29253 vsize=14202692 CPUtime=238.22 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) S 29253 29256 3187 0 -1 1077944384 69474 12441 0 0 23756 59 5 2 20 0 17 0 6085851 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179804231648 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=14202692 CPUtime=2.08 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) R 29253 29256 3187 0 -1 4202560 2631 12441 0 0 181 20 5 2 20 0 17 0 6085851 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179784448050 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=14202692 CPUtime=2.06 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) R 29253 29256 3187 0 -1 4202560 1835 12441 0 0 180 19 5 2 20 0 17 0 6085851 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179755908312 140179784979399 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=14202692 CPUtime=2.04 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) R 29253 29256 3187 0 -1 4202560 4403 12441 0 0 177 20 5 2 20 0 17 0 6085851 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179754855512 140179784691855 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=14202692 CPUtime=2.04 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) R 29253 29256 3187 0 -1 4202560 3479 12441 0 0 177 20 5 2 20 0 17 0 6085852 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179784691855 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=14202692 CPUtime=0.29 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 25891 12441 0 0 20 2 5 2 20 0 17 0 6085853 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179345658672 140179800004309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 71 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179276817168 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 62 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 229 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=14202692 CPUtime=8.25 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 19815 12441 0 0 815 3 5 2 20 0 17 0 6085856 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179273648832 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=14202692 CPUtime=7.89 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) S 29253 29256 3187 0 -1 1077944384 20135 12441 0 0 779 3 5 2 20 0 17 0 6085856 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=14202692 CPUtime=2.57 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 15004 12441 0 0 246 4 5 2 20 0 17 0 6085856 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 1758 12441 0 0 5 7 5 2 20 0 17 0 6085859 14543556608 1009995 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 265.11
Current children cumulated vsize (KiB) 14202692

[startup+241.201 s]
/proc/loadavg: 1.67 1.68 1.76 6/217 29469
/proc/meminfo: memFree=26126140/32770624 swapFree=0/238508
[pid=29256] ppid=29253 vsize=14202692 CPUtime=266.59 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 167353 12441 0 0 26492 160 5 2 20 0 17 0 6085815 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3550673 999372 3485 1 0 3539295 0
[pid=29256/tid=29306] ppid=29253 vsize=14202692 CPUtime=238.22 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) S 29253 29256 3187 0 -1 1077944384 69475 12441 0 0 23756 59 5 2 20 0 17 0 6085851 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179804231648 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=14202692 CPUtime=2.44 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) R 29253 29256 3187 0 -1 4202560 2645 12441 0 0 217 20 5 2 20 0 17 0 6085851 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179756961112 140179784944708 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=14202692 CPUtime=2.41 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) R 29253 29256 3187 0 -1 4202560 1836 12441 0 0 215 19 5 2 20 0 17 0 6085851 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179781591114 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) R 29253 29256 3187 0 -1 4202560 4403 12441 0 0 213 20 5 2 20 0 17 0 6085851 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179754855512 140179784691878 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) R 29253 29256 3187 0 -1 4202560 3490 12441 0 0 213 20 5 2 20 0 17 0 6085852 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179784979123 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=14202692 CPUtime=0.33 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 25899 12441 0 0 24 2 5 2 20 0 17 0 6085853 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179345658672 140179800004309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 71 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179276817168 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 62 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 229 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=14202692 CPUtime=8.25 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 19815 12441 0 0 815 3 5 2 20 0 17 0 6085856 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179273648832 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=14202692 CPUtime=7.89 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) S 29253 29256 3187 0 -1 1077944384 20135 12441 0 0 779 3 5 2 20 0 17 0 6085856 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=14202692 CPUtime=2.57 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 15004 12441 0 0 246 4 5 2 20 0 17 0 6085856 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 1758 12441 0 0 5 7 5 2 20 0 17 0 6085859 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29468] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29468/stat : 29468 (java) S 29253 29256 3187 0 -1 1077944384 342 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179240497392 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29469] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29469/stat : 29469 (java) S 29253 29256 3187 0 -1 1077944384 29 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 999372 18446744073709551615 4194304 4196468 140730881055008 140179236307776 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 266.59
Current children cumulated vsize (KiB) 14202692

[startup+241.401 s]
/proc/loadavg: 1.67 1.68 1.76 6/217 29469
/proc/meminfo: memFree=26126140/32770624 swapFree=0/238508
[pid=29256] ppid=29253 vsize=14202692 CPUtime=267.32 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 167354 12441 0 0 26565 160 5 2 20 0 17 0 6085815 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3550673 989374 3485 1 0 3539295 0
[pid=29256/tid=29306] ppid=29253 vsize=14202692 CPUtime=238.22 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) S 29253 29256 3187 0 -1 1077944384 69476 12441 0 0 23756 59 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179804231648 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=14202692 CPUtime=2.62 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) R 29253 29256 3187 0 -1 4202560 2645 12441 0 0 235 20 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179781591114 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=14202692 CPUtime=2.59 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) R 29253 29256 3187 0 -1 4202560 1836 12441 0 0 233 19 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179755908112 140179783170683 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=14202692 CPUtime=2.58 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) R 29253 29256 3187 0 -1 4202560 4403 12441 0 0 231 20 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179754855512 140179784944708 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=14202692 CPUtime=2.58 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) R 29253 29256 3187 0 -1 4202560 3490 12441 0 0 231 20 5 2 20 0 17 0 6085852 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179753802712 140179783170687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=14202692 CPUtime=0.34 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 25899 12441 0 0 25 2 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179345658672 140179800004309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 71 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179276817168 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 62 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 229 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=14202692 CPUtime=8.25 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 19815 12441 0 0 815 3 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179273648832 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=14202692 CPUtime=7.89 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) S 29253 29256 3187 0 -1 1077944384 20135 12441 0 0 779 3 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=14202692 CPUtime=2.57 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 15004 12441 0 0 246 4 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 1758 12441 0 0 5 7 5 2 20 0 17 0 6085859 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29468] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29468/stat : 29468 (java) S 29253 29256 3187 0 -1 1077944384 342 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179240497392 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29469] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29469/stat : 29469 (java) S 29253 29256 3187 0 -1 1077944384 29 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179236307776 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 267.32
Current children cumulated vsize (KiB) 14202692

[startup+241.501 s]
/proc/loadavg: 1.67 1.68 1.76 6/217 29469
/proc/meminfo: memFree=26126140/32770624 swapFree=0/238508
[pid=29256] ppid=29253 vsize=14202692 CPUtime=267.67 cores=1,3,5,7
/proc/29256/stat : 29256 (java) S 29253 29256 3187 0 -1 1077944320 167354 12441 0 0 26600 160 5 2 20 0 17 0 6085815 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140730881037552 140179799994103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 23 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
/proc/29256/statm: 3550673 989374 3485 1 0 3539295 0
[pid=29256/tid=29306] ppid=29253 vsize=14202692 CPUtime=238.22 cores=1,3,5,7
/proc/29256/task/29306/stat : 29306 (java) S 29253 29256 3187 0 -1 1077944384 69476 12441 0 0 23756 59 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179804231648 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29307] ppid=29253 vsize=14202692 CPUtime=2.7 cores=1,3,5,7
/proc/29256/task/29307/stat : 29307 (java) R 29253 29256 3187 0 -1 4202560 2645 12441 0 0 243 20 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179756960912 140179784990684 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29308] ppid=29253 vsize=14202692 CPUtime=2.68 cores=1,3,5,7
/proc/29256/task/29308/stat : 29308 (java) R 29253 29256 3187 0 -1 4202560 1836 12441 0 0 242 19 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179755908312 140179784692859 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29309] ppid=29253 vsize=14202692 CPUtime=2.66 cores=1,3,5,7
/proc/29256/task/29309/stat : 29309 (java) R 29253 29256 3187 0 -1 4202560 4403 12441 0 0 239 20 5 2 20 0 17 0 6085851 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179754855312 140179781603789 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29310] ppid=29253 vsize=14202692 CPUtime=2.66 cores=1,3,5,7
/proc/29256/task/29310/stat : 29310 (java) R 29253 29256 3187 0 -1 4202560 3490 12441 0 0 239 20 5 2 20 0 17 0 6085852 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179753802512 140179784990513 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29311] ppid=29253 vsize=14202692 CPUtime=0.36 cores=1,3,5,7
/proc/29256/task/29311/stat : 29311 (java) S 29253 29256 3187 0 -1 1077944384 25899 12441 0 0 27 2 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179345658896 140179800004309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29312] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29312/stat : 29312 (java) S 29253 29256 3187 0 -1 1077944384 71 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179276817168 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29313] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29313/stat : 29313 (java) S 29253 29256 3187 0 -1 1077944384 62 12441 0 0 0 0 5 2 20 0 17 0 6085853 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179275764608 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29314] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29314/stat : 29314 (java) S 29253 29256 3187 0 -1 1077944384 229 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179274712912 140179800012699 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29315] ppid=29253 vsize=14202692 CPUtime=8.25 cores=1,3,5,7
/proc/29256/task/29315/stat : 29315 (java) S 29253 29256 3187 0 -1 1077944384 19815 12441 0 0 815 3 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179273648832 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29316] ppid=29253 vsize=14202692 CPUtime=7.89 cores=1,3,5,7
/proc/29256/task/29316/stat : 29316 (java) S 29253 29256 3187 0 -1 1077944384 20135 12441 0 0 779 3 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179272608496 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29317] ppid=29253 vsize=14202692 CPUtime=2.57 cores=1,3,5,7
/proc/29256/task/29317/stat : 29317 (java) S 29253 29256 3187 0 -1 1077944384 15004 12441 0 0 246 4 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179271555696 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29318] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29318/stat : 29318 (java) S 29253 29256 3187 0 -1 1077944384 3 12441 0 0 0 0 5 2 20 0 17 0 6085856 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179270503136 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29319] ppid=29253 vsize=14202692 CPUtime=0.19 cores=1,3,5,7
/proc/29256/task/29319/stat : 29319 (java) S 29253 29256 3187 0 -1 1077944384 1758 12441 0 0 5 7 5 2 20 0 17 0 6085859 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179269450416 140179800005250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29468] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29468/stat : 29468 (java) S 29253 29256 3187 0 -1 1077944384 342 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179240497392 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
[pid=29256/tid=29469] ppid=29253 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/29256/task/29469/stat : 29469 (java) S 29253 29256 3187 0 -1 1077944384 29 12441 0 0 0 0 5 2 20 0 17 0 6109816 14543556608 989374 18446744073709551615 4194304 4196468 140730881055008 140179236307776 140179800004309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28147712 140730881062862 140730881065647 140730881065647 140730881069007 0
Current children cumulated CPU time (s) 267.67
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.577
CPU time (s): 267.856
CPU user time (s): 266.197
CPU system time (s): 1.6592
CPU usage (%): 110.878
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.197
system time used= 1.6592
maximum resident set size= 4111624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15429
involuntary context switches= 399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01695 second user time and 1.60402 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:28:31
IDJOB=4259730
IDBENCH=115630
IDSOLVER=2646
FILE ID=node135/4259730-1501641752
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259730-1501641752/watcher-4259730-1501641752 -o /tmp/evaluation-result-4259730-1501641752/solver-4259730-1501641752 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259730-1501641752.xml

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

MD5SUM BENCH= df6c82869a26f460264e708359f1a186
RANDOM SEED=825375652

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:        30529832 kB
MemAvailable:   30784548 kB
Buffers:          115664 kB
Cached:           416856 kB
SwapCached:            0 kB
Active:          1572752 kB
Inactive:         247020 kB
Active(anon):    1287876 kB
Inactive(anon):     8592 kB
Active(file):     284876 kB
Inactive(file):   238428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24496 kB
Writeback:             0 kB
AnonPages:       1287516 kB
Mapped:            42136 kB
Shmem:              8960 kB
Slab:             120648 kB
SReclaimable:      94492 kB
SUnreclaim:        26156 kB
KernelStack:        3456 kB
PageTables:         7368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2187076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1069056 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= 61792 MiB
End job on node135 at 2017-08-02 04:32:33