Trace number 4262129

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) 2521.6899 2463.9099

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-2.xml
MD5SUM5792b685e17c6bfa87a9d80140b648f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1584
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1674
Maximum domain size1674
Distribution of domain sizes[{"size":1674,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.30 1.32 1.27 3/201 5273
/proc/meminfo: memFree=29953972/32770624 swapFree=0/423508
[pid=5273] ppid=5270 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5273/stat : 5273 (runsolver) D 5270 5273 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89288650 24240128 107 18446744073709551615 4194304 4338465 140733549704304 140733549701944 140698051650263 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 17408000 140733549711569 140733549711945 140733549711945 140733549715402 0
/proc/5273/statm: 5918 107 54 36 0 2156 0

[startup+0.100093 s]
/proc/loadavg: 1.30 1.32 1.27 3/201 5273
/proc/meminfo: memFree=29953972/32770624 swapFree=0/423508
[pid=5273] ppid=5270 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5273/stat : 5273 (bash) S 5270 5273 4821 0 -1 4202496 890 6487 0 0 0 0 0 1 20 0 1 0 89288650 9867264 376 18446744073709551615 4194304 5098028 140725819277056 140725819271064 139659630947328 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 6 0 0 7196144 7232144 27959296 140725819277844 140725819277929 140725819277929 140725819281386 0
/proc/5273/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200282 s]
/proc/loadavg: 1.30 1.32 1.27 3/201 5273
/proc/meminfo: memFree=29953972/32770624 swapFree=0/423508
[pid=5273] ppid=5270 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5273/stat : 5273 (bash) S 5270 5273 4821 0 -1 4202496 890 6487 0 0 0 0 0 1 20 0 1 0 89288650 9867264 376 18446744073709551615 4194304 5098028 140725819277056 140725819271064 139659630947328 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 6 0 0 7196144 7232144 27959296 140725819277844 140725819277929 140725819277929 140725819281386 0
/proc/5273/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300275 s]
/proc/loadavg: 1.30 1.32 1.27 3/201 5273
/proc/meminfo: memFree=29953972/32770624 swapFree=0/423508
[pid=5273] ppid=5270 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 5861 12364 0 0 5 1 5 3 20 0 14 0 89288650 14241083392 5535 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3476827 5535 2562 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70029 s]
/proc/loadavg: 1.30 1.32 1.27 3/201 5273
/proc/meminfo: memFree=29953972/32770624 swapFree=0/423508
[pid=5273] ppid=5270 vsize=13974784 CPUtime=0.57 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 13300 12364 0 0 45 4 5 3 20 0 15 0 89288650 14310178816 14058 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3493696 14058 3054 1 0 3482965 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.30 1.32 1.27 3/216 5336
/proc/meminfo: memFree=29866296/32770624 swapFree=0/423540
[pid=5273] ppid=5270 vsize=13985408 CPUtime=1.76 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 27605 12364 0 0 160 8 5 3 20 0 15 0 89288650 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3496352 34264 3339 1 0 3485525 0
[pid=5273/tid=5323] ppid=5270 vsize=13985408 CPUtime=1.25 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) R 5270 5273 4821 0 -1 4202560 22305 12364 0 0 111 6 5 3 20 0 15 0 89288674 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139697241259680 139697221121374 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 1 12364 0 0 0 0 5 3 20 0 15 0 89288675 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 1 12364 0 0 0 0 5 3 20 0 15 0 89288675 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 1 12364 0 0 0 0 5 3 20 0 15 0 89288675 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 2 12364 0 0 0 0 5 3 20 0 15 0 89288675 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 5 12364 0 0 0 0 5 3 20 0 15 0 89288676 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696715442416 139697237052034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 33 12364 0 0 0 0 5 3 20 0 15 0 89288677 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696714388640 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 21 12364 0 0 0 0 5 3 20 0 15 0 89288677 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696713335536 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 1073 12364 0 0 16 0 5 3 20 0 15 0 89288680 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696711232240 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 707 12364 0 0 11 0 5 3 20 0 15 0 89288680 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696710179696 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 1292 12364 0 0 20 0 5 3 20 0 15 0 89288680 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 8 12364 0 0 0 0 5 3 20 0 15 0 89288688 14321057792 34264 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 13985408

[startup+3.10093 s]
/proc/loadavg: 1.36 1.33 1.27 3/216 5336
/proc/meminfo: memFree=29783776/32770624 swapFree=0/423540
[pid=5273] ppid=5270 vsize=13997884 CPUtime=5.58 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 44038 12364 0 0 533 17 5 3 20 0 15 0 89288650 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3499471 55154 3443 1 0 3488085 0
[pid=5273/tid=5323] ppid=5270 vsize=13997884 CPUtime=2.81 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) R 5270 5273 4821 0 -1 4202560 27894 12364 0 0 263 10 5 3 20 0 15 0 89288674 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139697241260760 139697222413034 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 51 12364 0 0 0 0 5 3 20 0 15 0 89288675 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 199 12364 0 0 1 0 5 3 20 0 15 0 89288675 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 45 12364 0 0 0 0 5 3 20 0 15 0 89288675 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 60 12364 0 0 0 0 5 3 20 0 15 0 89288675 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 1536 12364 0 0 1 0 5 3 20 0 15 0 89288676 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696715442416 139697237052034 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 54 12364 0 0 0 0 5 3 20 0 15 0 89288677 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 43 12364 0 0 0 0 5 3 20 0 15 0 89288677 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=13997884 CPUtime=0.8 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) R 5270 5273 4821 0 -1 4202560 2553 12364 0 0 71 1 5 3 20 0 15 0 89288680 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696711216112 139697216292716 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) R 5270 5273 4821 0 -1 4202560 3083 12364 0 0 80 1 5 3 20 0 15 0 89288680 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696710157056 139697220537322 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 6355 12364 0 0 111 1 5 3 20 0 15 0 89288680 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 9 12364 0 0 0 0 5 3 20 0 15 0 89288688 14333833216 55154 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13997884

[startup+6.30289 s]
/proc/loadavg: 1.36 1.33 1.27 5/216 5336
/proc/meminfo: memFree=29599988/32770624 swapFree=0/423544
[pid=5273] ppid=5270 vsize=13999932 CPUtime=14.97 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 70360 12364 0 0 1456 33 5 3 20 0 15 0 89288650 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3499983 108484 3465 1 0 3488597 0
[pid=5273/tid=5323] ppid=5270 vsize=13999932 CPUtime=5.77 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) S 5270 5273 4821 0 -1 1077944384 32148 12364 0 0 557 12 5 3 20 0 15 0 89288674 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139697241272000 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) R 5270 5273 4821 0 -1 4202560 378 12364 0 0 13 2 5 3 20 0 15 0 89288675 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697221741531 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=13999932 CPUtime=0.25 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) R 5270 5273 4821 0 -1 4202560 767 12364 0 0 15 2 5 3 20 0 15 0 89288675 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697221741510 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=13999932 CPUtime=0.27 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) R 5270 5273 4821 0 -1 4202560 399 12364 0 0 16 3 5 3 20 0 15 0 89288675 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697221741523 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=13999932 CPUtime=0.25 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) R 5270 5273 4821 0 -1 4202560 537 12364 0 0 15 2 5 3 20 0 15 0 89288675 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139697168317528 139697221741531 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 5089 12364 0 0 4 0 5 3 20 0 15 0 89288676 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696715440928 139697237051093 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 56 12364 0 0 0 0 5 3 20 0 15 0 89288677 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 44 12364 0 0 0 0 5 3 20 0 15 0 89288677 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=13999932 CPUtime=3.38 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 8181 12364 0 0 328 2 5 3 20 0 15 0 89288680 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696711217232 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=13999932 CPUtime=3.47 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 10270 12364 0 0 336 3 5 3 20 0 15 0 89288680 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696710164688 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=13999932 CPUtime=1.76 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 10202 12364 0 0 166 2 5 3 20 0 15 0 89288680 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696709121408 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 133 12364 0 0 0 0 5 3 20 0 15 0 89288688 14335930368 108484 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.60 1.39 1.29 2/199 5341
/proc/meminfo: memFree=30321236/32770624 swapFree=0/423512
[pid=5273] ppid=5270 vsize=14069564 CPUtime=27.08 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 93890 12364 0 0 2652 48 5 3 20 0 15 0 89288650 14407233536 242215 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3517391 242727 3477 1 0 3506005 0
[pid=5273/tid=5323] ppid=5270 vsize=14069564 CPUtime=12.08 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) R 5270 5273 4821 0 -1 4202560 47460 12364 0 0 1179 21 5 3 20 0 15 0 89288674 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139697241271760 139696851293192 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 437 12364 0 0 20 3 5 3 20 0 15 0 89288675 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=14069564 CPUtime=0.33 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 834 12364 0 0 22 3 5 3 20 0 15 0 89288675 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 446 12364 0 0 22 4 5 3 20 0 15 0 89288675 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 600 12364 0 0 21 3 5 3 20 0 15 0 89288675 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 5495 12364 0 0 5 0 5 3 20 0 15 0 89288676 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139696715442416 139697237052034 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 59 12364 0 0 0 0 5 3 20 0 15 0 89288677 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 47 12364 0 0 0 0 5 3 20 0 15 0 89288677 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14407233536 242727 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0

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

/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 17109 12364 0 0 594 5 5 3 20 0 15 0 89288680 14407233536 447782 18446744073709551615 4194304 4196468 140728570314992 139696710179696 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 17825 12364 0 0 224 4 5 3 20 0 15 0 89288680 14407233536 447782 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14407233536 447782 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=14069564 CPUtime=1.54 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 1609 12364 0 0 64 82 5 3 20 0 15 0 89288688 14407233536 447782 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 2498.57
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.4 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5651
/proc/meminfo: memFree=27283476/32770624 swapFree=0/424204
[pid=5273] ppid=5270 vsize=14069564 CPUtime=2520.05 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 274060 12364 0 0 251608 389 5 3 20 0 15 0 89288650 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3517391 447793 3482 1 0 3506005 0
[pid=5273/tid=5323] ppid=5270 vsize=14069564 CPUtime=2436.82 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) R 5270 5273 4821 0 -1 4202560 108299 12364 0 0 243599 75 5 3 20 0 15 0 89288674 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139697241274928 139696849097174 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=14069564 CPUtime=14.47 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 19531 12364 0 0 1388 51 5 3 20 0 15 0 89288675 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=14069564 CPUtime=14.47 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 25069 12364 0 0 1384 55 5 3 20 0 15 0 89288675 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=14069564 CPUtime=14.49 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 18214 12364 0 0 1390 51 5 3 20 0 15 0 89288675 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=14069564 CPUtime=14.48 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 25625 12364 0 0 1385 55 5 3 20 0 15 0 89288675 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=14069564 CPUtime=9.49 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 24107 12364 0 0 881 60 5 3 20 0 15 0 89288676 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696715442416 139697237052034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 59 12364 0 0 0 0 5 3 20 0 15 0 89288677 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 47 12364 0 0 0 0 5 3 20 0 15 0 89288677 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=14069564 CPUtime=6.47 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 14391 12364 0 0 635 4 5 3 20 0 15 0 89288680 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696711232240 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=14069564 CPUtime=6.07 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 17111 12364 0 0 594 5 5 3 20 0 15 0 89288680 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696710179696 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=14069564 CPUtime=2.36 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 17827 12364 0 0 224 4 5 3 20 0 15 0 89288680 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 15 0 89288680 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 1624 12364 0 0 65 83 5 3 20 0 15 0 89288688 14407233536 447793 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14069564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2463.61 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5651
/proc/meminfo: memFree=27283476/32770624 swapFree=0/424204
[pid=5273] ppid=5270 vsize=14202692 CPUtime=2520.76 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 280700 12364 0 0 251678 390 5 3 20 0 17 0 89288650 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3550673 449521 3483 1 0 3539287 0
[pid=5273/tid=5323] ppid=5270 vsize=14202692 CPUtime=2436.83 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) S 5270 5273 4821 0 -1 1077944384 108684 12364 0 0 243600 75 5 3 20 0 17 0 89288674 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139697241278432 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=14202692 CPUtime=14.63 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) R 5270 5273 4821 0 -1 4202560 19540 12364 0 0 1404 51 5 3 20 0 17 0 89288675 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139697171475592 139697221741615 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=14202692 CPUtime=14.63 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) R 5270 5273 4821 0 -1 4202560 25077 12364 0 0 1400 55 5 3 20 0 17 0 89288675 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139697170423048 139697221741537 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=14202692 CPUtime=14.66 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) R 5270 5273 4821 0 -1 4202560 18220 12364 0 0 1406 52 5 3 20 0 17 0 89288675 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139697169369680 139697221741537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=14202692 CPUtime=14.65 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) R 5270 5273 4821 0 -1 4202560 25644 12364 0 0 1402 55 5 3 20 0 17 0 89288675 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697229669095 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=14202692 CPUtime=9.52 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 30056 12364 0 0 884 60 5 3 20 0 17 0 89288676 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696715441040 139697237051093 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 59 12364 0 0 0 0 5 3 20 0 17 0 89288677 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 47 12364 0 0 0 0 5 3 20 0 17 0 89288677 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 114 12364 0 0 0 0 5 3 20 0 17 0 89288680 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=14202692 CPUtime=6.47 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 14411 12364 0 0 635 4 5 3 20 0 17 0 89288680 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696711219776 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=14202692 CPUtime=6.07 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 17120 12364 0 0 594 5 5 3 20 0 17 0 89288680 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696710169216 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=14202692 CPUtime=2.36 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 17827 12364 0 0 224 4 5 3 20 0 17 0 89288680 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 17 0 89288680 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=14202692 CPUtime=1.56 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 1624 12364 0 0 65 83 5 3 20 0 17 0 89288688 14543556608 449521 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 2520.76
Current children cumulated vsize (KiB) 14202692

[startup+2463.8 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5651
/proc/meminfo: memFree=27283476/32770624 swapFree=0/424204
[pid=5273] ppid=5270 vsize=14202692 CPUtime=2521.37 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 280974 12364 0 0 251739 390 5 3 20 0 17 0 89288650 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3550673 449608 3483 1 0 3539287 0
[pid=5273/tid=5323] ppid=5270 vsize=14202692 CPUtime=2436.83 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) S 5270 5273 4821 0 -1 1077944384 108684 12364 0 0 243600 75 5 3 20 0 17 0 89288674 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139697241278432 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=14202692 CPUtime=14.77 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 19540 12364 0 0 1418 51 5 3 20 0 17 0 89288675 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=14202692 CPUtime=14.77 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 25077 12364 0 0 1414 55 5 3 20 0 17 0 89288675 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=14202692 CPUtime=14.8 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 18220 12364 0 0 1420 52 5 3 20 0 17 0 89288675 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=14202692 CPUtime=14.79 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 25648 12364 0 0 1416 55 5 3 20 0 17 0 89288675 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=14202692 CPUtime=9.58 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) R 5270 5273 4821 0 -1 4202560 30306 12364 0 0 889 61 5 3 20 0 17 0 89288676 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696715440816 139697222727663 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 61 12364 0 0 0 0 5 3 20 0 17 0 89288677 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696714388240 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 49 12364 0 0 0 0 5 3 20 0 17 0 89288677 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5331] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5331/stat : 5331 (java) S 5270 5273 4821 0 -1 1077944384 114 12364 0 0 0 0 5 3 20 0 17 0 89288680 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696712284112 139697237059483 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=14202692 CPUtime=6.47 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 14421 12364 0 0 635 4 5 3 20 0 17 0 89288680 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696711220800 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=14202692 CPUtime=6.07 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 17126 12364 0 0 594 5 5 3 20 0 17 0 89288680 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696710170976 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=14202692 CPUtime=2.36 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 17827 12364 0 0 224 4 5 3 20 0 17 0 89288680 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 17 0 89288680 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5336] ppid=5270 vsize=14202692 CPUtime=1.56 cores=1,3,5,7
/proc/5273/task/5336/stat : 5336 (java) S 5270 5273 4821 0 -1 1077944384 1624 12364 0 0 65 83 5 3 20 0 17 0 89288688 14543556608 449608 18446744073709551615 4194304 4196468 140728570314992 139696707021360 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 2521.37
Current children cumulated vsize (KiB) 14202692

[startup+2463.9 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5651
/proc/meminfo: memFree=27283476/32770624 swapFree=0/424204
[pid=5273] ppid=5270 vsize=14202692 CPUtime=2521.67 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5270 5273 4821 0 -1 1077944320 281172 12364 0 0 251768 391 5 3 20 0 14 0 89288650 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 140728570297536 139697237040887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
/proc/5273/statm: 3550673 449717 3485 1 0 3539287 0
[pid=5273/tid=5323] ppid=5270 vsize=14202692 CPUtime=2436.84 cores=1,3,5,7
/proc/5273/task/5323/stat : 5323 (java) S 5270 5273 4821 0 -1 1077944384 108724 12364 0 0 243601 75 5 3 20 0 14 0 89288674 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139697241282288 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5324] ppid=5270 vsize=14202692 CPUtime=14.83 cores=1,3,5,7
/proc/5273/task/5324/stat : 5324 (java) S 5270 5273 4821 0 -1 1077944384 19540 12364 0 0 1424 51 5 3 20 0 14 0 89288675 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139697171475472 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5325] ppid=5270 vsize=14202692 CPUtime=14.83 cores=1,3,5,7
/proc/5273/task/5325/stat : 5325 (java) S 5270 5273 4821 0 -1 1077944384 25077 12364 0 0 1420 55 5 3 20 0 14 0 89288675 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139697170422928 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5326] ppid=5270 vsize=14202692 CPUtime=14.86 cores=1,3,5,7
/proc/5273/task/5326/stat : 5326 (java) S 5270 5273 4821 0 -1 1077944384 18220 12364 0 0 1426 52 5 3 20 0 14 0 89288675 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139697169369872 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5327] ppid=5270 vsize=14202692 CPUtime=14.85 cores=1,3,5,7
/proc/5273/task/5327/stat : 5327 (java) S 5270 5273 4821 0 -1 1077944384 25652 12364 0 0 1422 55 5 3 20 0 14 0 89288675 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139697168317328 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5328] ppid=5270 vsize=14202692 CPUtime=9.6 cores=1,3,5,7
/proc/5273/task/5328/stat : 5328 (java) S 5270 5273 4821 0 -1 1077944384 30351 12364 0 0 891 61 5 3 20 0 14 0 89288676 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696715441920 139697237052034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5329] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5329/stat : 5329 (java) S 5270 5273 4821 0 -1 1077944384 61 12364 0 0 0 0 5 3 20 0 14 0 89288677 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696714388704 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5330] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5330/stat : 5330 (java) S 5270 5273 4821 0 -1 1077944384 49 12364 0 0 0 0 5 3 20 0 14 0 89288677 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696713335552 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5332] ppid=5270 vsize=14202692 CPUtime=6.48 cores=1,3,5,7
/proc/5273/task/5332/stat : 5332 (java) S 5270 5273 4821 0 -1 1077944384 14434 12364 0 0 636 4 5 3 20 0 14 0 89288680 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696711212080 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5333] ppid=5270 vsize=14202692 CPUtime=6.07 cores=1,3,5,7
/proc/5273/task/5333/stat : 5333 (java) S 5270 5273 4821 0 -1 1077944384 17174 12364 0 0 594 5 5 3 20 0 14 0 89288680 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696710168912 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5334] ppid=5270 vsize=14202692 CPUtime=2.37 cores=1,3,5,7
/proc/5273/task/5334/stat : 5334 (java) S 5270 5273 4821 0 -1 1077944384 17840 12364 0 0 225 4 5 3 20 0 14 0 89288680 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696709126640 139697237052034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
[pid=5273/tid=5335] ppid=5270 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5335/stat : 5335 (java) S 5270 5273 4821 0 -1 1077944384 3 12364 0 0 0 0 5 3 20 0 14 0 89288680 14543556608 449717 18446744073709551615 4194304 4196468 140728570314992 139696708074336 139697237051093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39297024 140728570316752 140728570319537 140728570319537 140728570322895 0
Current children cumulated CPU time (s) 2521.67
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2463.91
CPU time (s): 2521.69
CPU user time (s): 2517.73
CPU system time (s): 3.95457
CPU usage (%): 102.345
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.73
system time used= 3.95457
maximum resident set size= 2049008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254319
involuntary context switches= 8370

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9129 second user time and 16.5139 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 03:11:27
IDJOB=4262129
IDBENCH=115756
IDSOLVER=2650
FILE ID=node133/4262129-1502414734
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262129-1502414734/watcher-4262129-1502414734 -o /tmp/evaluation-result-4262129-1502414734/solver-4262129-1502414734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262129-1502414734.xml

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

MD5SUM BENCH= 5792b685e17c6bfa87a9d80140b648f0
RANDOM SEED=37872236

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:        29953972 kB
MemAvailable:   30796820 kB
Buffers:          282272 kB
Cached:           855688 kB
SwapCached:            0 kB
Active:          1924852 kB
Inactive:         456632 kB
Active(anon):    1244028 kB
Inactive(anon):    33124 kB
Active(file):     680824 kB
Inactive(file):   423508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24164 kB
Writeback:             8 kB
AnonPages:       1243536 kB
Mapped:            64260 kB
Shmem:             33500 kB
Slab:             135844 kB
SReclaimable:     108704 kB
SUnreclaim:        27140 kB
KernelStack:        3552 kB
PageTables:         8752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2113548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 03:52:31