Trace number 4259727

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) 264.22101 241.09599

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-9.xml
MD5SUMb9411981d46c6b6e2ab3102ec0acde87
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 variables550
Number of constraints560
Number of domains1
Minimum domain size3191
Maximum domain size3191
Distribution of domain sizes[{"size":3191,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=29782
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: 2.14 2.01 1.89 2/198 29785
/proc/meminfo: memFree=27040264/32770624 swapFree=0/238660
[pid=29785] ppid=29782 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29785/stat : 29785 (runsolver) D 29782 29785 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6129663 24240128 108 18446744073709551615 4194304 4338465 140720320229328 140720320226968 140674893279959 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31715328 140720320233681 140720320234055 140720320234055 140720320237514 0
/proc/29785/statm: 5918 108 54 36 0 2156 0

[startup+0.10013 s]
/proc/loadavg: 2.14 2.01 1.89 2/198 29785
/proc/meminfo: memFree=27040264/32770624 swapFree=0/238660
[pid=29785] ppid=29782 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/29785/stat : 29785 (bash) S 29782 29785 3187 0 -1 4202496 683 1543 0 0 0 0 0 0 20 0 1 0 6129663 9736192 351 18446744073709551615 4194304 5098028 140722571793488 140722571791128 140460152269824 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 30814208 140722571801106 140722571801191 140722571801191 140722571804650 0
/proc/29785/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200266 s]
/proc/loadavg: 2.14 2.01 1.89 2/198 29785
/proc/meminfo: memFree=27040264/32770624 swapFree=0/238660
[pid=29785] ppid=29782 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/29785/stat : 29785 (bash) S 29782 29785 3187 0 -1 4202496 896 6482 0 0 0 0 0 1 20 0 1 0 6129663 9867264 377 18446744073709551615 4194304 5098028 140722571793488 140722571787496 140460152269824 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 30814208 140722571801106 140722571801191 140722571801191 140722571804650 0
/proc/29785/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300278 s]
/proc/loadavg: 2.14 2.01 1.89 2/198 29785
/proc/meminfo: memFree=27040264/32770624 swapFree=0/238660
[pid=29785] ppid=29782 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 5956 12730 0 0 6 1 5 3 20 0 15 0 6129663 14309310464 6125 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3493484 6125 2678 1 0 3482973 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700305 s]
/proc/loadavg: 2.14 2.01 1.89 2/198 29785
/proc/meminfo: memFree=27040264/32770624 swapFree=0/238660
[pid=29785] ppid=29782 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 13942 12730 0 0 59 4 5 3 20 0 15 0 6129663 14310178816 14840 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3493696 14840 3109 1 0 3482973 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 2.13 2.01 1.89 4/213 29848
/proc/meminfo: memFree=26943652/32770624 swapFree=0/238700
[pid=29785] ppid=29782 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 29475 12730 0 0 176 10 5 3 20 0 15 0 6129663 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3496352 42681 3365 1 0 3485533 0
[pid=29785/tid=29835] ppid=29782 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 22224 12730 0 0 116 5 5 3 20 0 15 0 6129684 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811518000608 139811513785750 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 57 12730 0 0 0 0 5 3 20 0 15 0 6129685 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 199 12730 0 0 0 0 5 3 20 0 15 0 6129685 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 49 12730 0 0 0 0 5 3 20 0 15 0 6129685 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 63 12730 0 0 0 0 5 3 20 0 15 0 6129685 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 1487 12730 0 0 1 0 5 3 20 0 15 0 6129686 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 55 12730 0 0 0 0 5 3 20 0 15 0 6129686 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811058447584 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 43 12730 0 0 0 0 5 3 20 0 15 0 6129687 14321057792 42681 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 1214 12730 0 0 17 0 5 3 20 0 15 0 6129689 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) R 29782 29785 3187 0 -1 1077944384 425 12730 0 0 13 0 5 3 20 0 15 0 6129689 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) R 29782 29785 3187 0 -1 4202560 1489 12730 0 0 23 0 5 3 20 0 15 0 6129689 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811493488630 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129690 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 10 12730 0 0 0 0 5 3 20 0 15 0 6129692 14321057792 42686 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10095 s]
/proc/loadavg: 2.13 2.01 1.89 5/213 29848
/proc/meminfo: memFree=26868012/32770624 swapFree=0/238704
[pid=29785] ppid=29782 vsize=13997884 CPUtime=6.34 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 45230 12730 0 0 611 15 5 3 20 0 15 0 6129663 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3499471 55956 3436 1 0 3488093 0
[pid=29785/tid=29835] ppid=29782 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 27695 12730 0 0 273 8 5 3 20 0 15 0 6129684 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811517999696 139811497854302 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 57 12730 0 0 0 0 5 3 20 0 15 0 6129685 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 199 12730 0 0 0 0 5 3 20 0 15 0 6129685 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 49 12730 0 0 0 0 5 3 20 0 15 0 6129685 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 63 12730 0 0 0 0 5 3 20 0 15 0 6129685 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 1503 12730 0 0 1 0 5 3 20 0 15 0 6129686 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 55 12730 0 0 0 0 5 3 20 0 15 0 6129686 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811058447584 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 43 12730 0 0 0 0 5 3 20 0 15 0 6129687 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) R 29782 29785 3187 0 -1 4202560 2907 12730 0 0 100 1 5 3 20 0 15 0 6129689 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811055275984 139811495297021 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=13997884 CPUtime=1.25 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) R 29782 29785 3187 0 -1 4202560 4349 12730 0 0 117 0 5 3 20 0 15 0 6129689 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811054223232 139811494949183 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) R 29782 29785 3187 0 -1 4202560 6137 12730 0 0 114 1 5 3 20 0 15 0 6129689 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811492577120 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129690 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 12 12730 0 0 0 0 5 3 20 0 15 0 6129692 14333833216 55956 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 2.13 2.01 1.89 3/213 29848
/proc/meminfo: memFree=26588916/32770624 swapFree=0/238704
[pid=29785] ppid=29782 vsize=13999932 CPUtime=14.95 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 62171 12730 0 0 1453 34 5 3 20 0 15 0 6129663 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3499983 136601 3457 1 0 3488605 0
[pid=29785/tid=29835] ppid=29782 vsize=13999932 CPUtime=5.87 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 31110 12730 0 0 568 11 5 3 20 0 15 0 6129684 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811518005232 139811151482663 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 262 12730 0 0 17 3 5 3 20 0 15 0 6129685 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=13999932 CPUtime=0.27 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 415 12730 0 0 16 3 5 3 20 0 15 0 6129685 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 503 12730 0 0 12 3 5 3 20 0 15 0 6129685 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=13999932 CPUtime=0.25 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 251 12730 0 0 14 3 5 3 20 0 15 0 6129685 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 1819 12730 0 0 2 0 5 3 20 0 15 0 6129686 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 55 12730 0 0 0 0 5 3 20 0 15 0 6129686 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811058447584 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 43 12730 0 0 0 0 5 3 20 0 15 0 6129687 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=13999932 CPUtime=3.34 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 9215 12730 0 0 324 2 5 3 20 0 15 0 6129689 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=13999932 CPUtime=3.45 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) S 29782 29785 3187 0 -1 1077944384 8618 12730 0 0 336 1 5 3 20 0 15 0 6129689 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=13999932 CPUtime=1.68 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) S 29782 29785 3187 0 -1 1077944384 7578 12730 0 0 158 2 5 3 20 0 15 0 6129689 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129690 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 141 12730 0 0 0 0 5 3 20 0 15 0 6129692 14335930368 136601 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 13999932

[startup+12.7006 s]
/proc/loadavg: 2.11 2.01 1.89 3/213 29848
/proc/meminfo: memFree=25896500/32770624 swapFree=0/238696
[pid=29785] ppid=29782 vsize=14069564 CPUtime=27.59 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 96234 12730 0 0 2689 62 5 3 20 0 15 0 6129663 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3517391 288302 3469 1 0 3506013 0
[pid=29785/tid=29835] ppid=29782 vsize=14069564 CPUtime=11.87 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 48115 12730 0 0 1160 19 5 3 20 0 15 0 6129684 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811518005488 139811145141791 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=14069564 CPUtime=0.63 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 1473 12730 0 0 47 8 5 3 20 0 15 0 6129685 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=14069564 CPUtime=0.62 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 1123 12730 0 0 46 8 5 3 20 0 15 0 6129685 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 787 12730 0 0 43 7 5 3 20 0 15 0 6129685 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 601 12730 0 0 44 7 5 3 20 0 15 0 6129685 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 5798 12730 0 0 7 0 5 3 20 0 15 0 6129686 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 60 12730 0 0 0 0 5 3 20 0 15 0 6129686 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811058447584 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 50 12730 0 0 0 0 5 3 20 0 15 0 6129687 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14407233536 288302 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0

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

Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.69 1.95 1.90 3/213 29980
/proc/meminfo: memFree=23883560/32770624 swapFree=0/238796
[pid=29785] ppid=29782 vsize=14069564 CPUtime=242.66 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 139631 12730 0 0 24126 132 5 3 20 0 15 0 6129663 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3517391 957186 3477 1 0 3506013 0
[pid=29785/tid=29835] ppid=29782 vsize=14069564 CPUtime=221.11 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 66877 12730 0 0 22041 62 5 3 20 0 15 0 6129684 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811518007888 139811135482828 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 1764 12730 0 0 75 12 5 3 20 0 15 0 6129685 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 3736 12730 0 0 74 13 5 3 20 0 15 0 6129685 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 1438 12730 0 0 71 12 5 3 20 0 15 0 6129685 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 2600 12730 0 0 72 12 5 3 20 0 15 0 6129685 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 8036 12730 0 0 10 1 5 3 20 0 15 0 6129686 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 61 12730 0 0 0 0 5 3 20 0 15 0 6129686 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811058447648 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 50 12730 0 0 0 0 5 3 20 0 15 0 6129687 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=14069564 CPUtime=7.56 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 22271 12730 0 0 744 4 5 3 20 0 15 0 6129689 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=14069564 CPUtime=7.98 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) S 29782 29785 3187 0 -1 1077944384 18512 12730 0 0 787 3 5 3 20 0 15 0 6129689 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=14069564 CPUtime=2.49 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) S 29782 29785 3187 0 -1 1077944384 11797 12730 0 0 237 4 5 3 20 0 15 0 6129689 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129690 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 328 12730 0 0 6 6 5 3 20 0 15 0 6129692 14407233536 957186 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 242.66
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.76 1.96 1.90 3/213 29981
/proc/meminfo: memFree=23896316/32770624 swapFree=0/238824
[pid=29785] ppid=29782 vsize=14069564 CPUtime=260.44 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 143563 12730 0 0 25903 133 5 3 20 0 15 0 6129663 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3517391 950261 3477 1 0 3506013 0
[pid=29785/tid=29835] ppid=29782 vsize=14069564 CPUtime=238.77 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) R 29782 29785 3187 0 -1 4202560 68593 12730 0 0 23807 62 5 3 20 0 15 0 6129684 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811518007584 139811152515066 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=14069564 CPUtime=0.98 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 1982 12730 0 0 78 12 5 3 20 0 15 0 6129685 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=14069564 CPUtime=0.98 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 5253 12730 0 0 77 13 5 3 20 0 15 0 6129685 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 1522 12730 0 0 74 12 5 3 20 0 15 0 6129685 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 2648 12730 0 0 75 12 5 3 20 0 15 0 6129685 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 8343 12730 0 0 11 2 5 3 20 0 15 0 6129686 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811059501296 139811513784962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 61 12730 0 0 0 0 5 3 20 0 15 0 6129686 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811058447648 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 50 12730 0 0 0 0 5 3 20 0 15 0 6129687 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129689 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=14069564 CPUtime=7.56 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 22275 12730 0 0 744 4 5 3 20 0 15 0 6129689 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=14069564 CPUtime=7.98 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) S 29782 29785 3187 0 -1 1077944384 18514 12730 0 0 787 3 5 3 20 0 15 0 6129689 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=14069564 CPUtime=2.49 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) S 29782 29785 3187 0 -1 1077944384 11799 12730 0 0 237 4 5 3 20 0 15 0 6129689 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 15 0 6129690 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 362 12730 0 0 6 7 5 3 20 0 15 0 6129692 14407233536 950261 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 260.44
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 29785 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.801 s]
/proc/loadavg: 1.76 1.96 1.90 3/213 29981
/proc/meminfo: memFree=23896316/32770624 swapFree=0/238824
[pid=29785] ppid=29782 vsize=14202692 CPUtime=263.29 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 157389 12730 0 0 26187 134 5 3 20 0 17 0 6129663 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3550673 949188 3477 1 0 3539295 0
[pid=29785/tid=29835] ppid=29782 vsize=14202692 CPUtime=238.79 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) S 29782 29785 3187 0 -1 1077944384 69717 12730 0 0 23809 62 5 3 20 0 17 0 6129684 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811518011360 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=14202692 CPUtime=1.67 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) R 29782 29785 3187 0 -1 4202560 2127 12730 0 0 146 13 5 3 20 0 17 0 6129685 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811498473200 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=14202692 CPUtime=1.67 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) R 29782 29785 3187 0 -1 4202560 5413 12730 0 0 146 13 5 3 20 0 17 0 6129685 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811498472653 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=14202692 CPUtime=1.62 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) R 29782 29785 3187 0 -1 4202560 1684 12730 0 0 142 12 5 3 20 0 17 0 6129685 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811111836632 139811498472571 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=14202692 CPUtime=1.63 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) R 29782 29785 3187 0 -1 4202560 2750 12730 0 0 143 12 5 3 20 0 17 0 6129685 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811498472587 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=14202692 CPUtime=0.29 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) S 29782 29785 3187 0 -1 1077944384 19853 12730 0 0 19 2 5 3 20 0 17 0 6129686 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811059499920 139811513784021 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 62 12730 0 0 0 0 5 3 20 0 17 0 6129686 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811058447552 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 50 12730 0 0 0 0 5 3 20 0 17 0 6129687 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 247 12730 0 0 0 0 5 3 20 0 17 0 6129689 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=14202692 CPUtime=7.56 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 22275 12730 0 0 744 4 5 3 20 0 17 0 6129689 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=14202692 CPUtime=7.98 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) S 29782 29785 3187 0 -1 1077944384 18514 12730 0 0 787 3 5 3 20 0 17 0 6129689 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=14202692 CPUtime=2.49 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) S 29782 29785 3187 0 -1 1077944384 11799 12730 0 0 237 4 5 3 20 0 17 0 6129689 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 17 0 6129690 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 362 12730 0 0 6 7 5 3 20 0 17 0 6129692 14543556608 949188 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 263.29
Current children cumulated vsize (KiB) 14202692

[startup+241.008 s]
/proc/loadavg: 2.02 2.01 1.92 6/215 29983
/proc/meminfo: memFree=23908764/32770624 swapFree=0/238824
[pid=29785] ppid=29782 vsize=14202692 CPUtime=264.01 cores=1,3,5,7
/proc/29785/stat : 29785 (java) S 29782 29785 3187 0 -1 1077944320 157395 12730 0 0 26259 134 5 3 20 0 17 0 6129663 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 140736564103824 139811513773815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
/proc/29785/statm: 3550673 947141 3477 1 0 3539295 0
[pid=29785/tid=29835] ppid=29782 vsize=14202692 CPUtime=238.79 cores=1,3,5,7
/proc/29785/task/29835/stat : 29835 (java) S 29782 29785 3187 0 -1 1077944384 69718 12730 0 0 23809 62 5 3 20 0 17 0 6129684 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811518011360 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29836] ppid=29782 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/29785/task/29836/stat : 29836 (java) S 29782 29785 3187 0 -1 1077944384 2127 12730 0 0 164 13 5 3 20 0 17 0 6129685 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811455720464 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29837] ppid=29782 vsize=14202692 CPUtime=1.83 cores=1,3,5,7
/proc/29785/task/29837/stat : 29837 (java) S 29782 29785 3187 0 -1 1077944384 5413 12730 0 0 162 13 5 3 20 0 17 0 6129685 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811454667920 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29838] ppid=29782 vsize=14202692 CPUtime=1.79 cores=1,3,5,7
/proc/29785/task/29838/stat : 29838 (java) S 29782 29785 3187 0 -1 1077944384 1687 12730 0 0 159 12 5 3 20 0 17 0 6129685 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811111836432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29839] ppid=29782 vsize=14202692 CPUtime=1.81 cores=1,3,5,7
/proc/29785/task/29839/stat : 29839 (java) S 29782 29785 3187 0 -1 1077944384 2750 12730 0 0 161 12 5 3 20 0 17 0 6129685 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811110783888 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29840] ppid=29782 vsize=14202692 CPUtime=0.32 cores=1,3,5,7
/proc/29785/task/29840/stat : 29840 (java) R 29782 29785 3187 0 -1 4202560 19853 12730 0 0 22 2 5 3 20 0 17 0 6129686 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811059499584 139811498130026 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29841] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29841/stat : 29841 (java) S 29782 29785 3187 0 -1 1077944384 62 12730 0 0 0 0 5 3 20 0 17 0 6129686 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811058447552 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29842] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29842/stat : 29842 (java) S 29782 29785 3187 0 -1 1077944384 50 12730 0 0 0 0 5 3 20 0 17 0 6129687 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811057394432 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29843] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29843/stat : 29843 (java) S 29782 29785 3187 0 -1 1077944384 247 12730 0 0 0 0 5 3 20 0 17 0 6129689 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811056342992 139811513792411 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29844] ppid=29782 vsize=14202692 CPUtime=7.56 cores=1,3,5,7
/proc/29785/task/29844/stat : 29844 (java) S 29782 29785 3187 0 -1 1077944384 22275 12730 0 0 744 4 5 3 20 0 17 0 6129689 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811055291120 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29845] ppid=29782 vsize=14202692 CPUtime=7.98 cores=1,3,5,7
/proc/29785/task/29845/stat : 29845 (java) S 29782 29785 3187 0 -1 1077944384 18514 12730 0 0 787 3 5 3 20 0 17 0 6129689 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811054238576 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29846] ppid=29782 vsize=14202692 CPUtime=2.49 cores=1,3,5,7
/proc/29785/task/29846/stat : 29846 (java) S 29782 29785 3187 0 -1 1077944384 11799 12730 0 0 237 4 5 3 20 0 17 0 6129689 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811053185520 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29847] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29847/stat : 29847 (java) S 29782 29785 3187 0 -1 1077944384 3 12730 0 0 0 0 5 3 20 0 17 0 6129690 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139811052133216 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29848] ppid=29782 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/29785/task/29848/stat : 29848 (java) S 29782 29785 3187 0 -1 1077944384 362 12730 0 0 6 7 5 3 20 0 17 0 6129692 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139810983373360 139811513784962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29982] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29982/stat : 29982 (java) S 29782 29785 3187 0 -1 1077944384 346 12730 0 0 0 0 5 3 20 0 17 0 6153664 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139810954277232 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
[pid=29785/tid=29983] ppid=29782 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/29785/task/29983/stat : 29983 (java) S 29782 29785 3187 0 -1 1077944384 33 12730 0 0 0 0 5 3 20 0 17 0 6153664 14543556608 947141 18446744073709551615 4194304 4196468 140736564121280 139810950361792 139811513784021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24915968 140736564127694 140736564130479 140736564130479 140736564133839 0
Current children cumulated CPU time (s) 264.01
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.096
CPU time (s): 264.221
CPU user time (s): 262.815
CPU system time (s): 1.40546
CPU usage (%): 109.591
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.815
system time used= 1.40546
maximum resident set size= 4026348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170885
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= 15313
involuntary context switches= 355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06049 second user time and 1.58349 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:35:50
IDJOB=4259727
IDBENCH=115661
IDSOLVER=2646
FILE ID=node135/4259727-1501642190
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-050-10-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259727-1501642190/watcher-4259727-1501642190 -o /tmp/evaluation-result-4259727-1501642190/solver-4259727-1501642190 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259727-1501642190.xml

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

MD5SUM BENCH= b9411981d46c6b6e2ab3102ec0acde87
RANDOM SEED=248908403

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:        27040004 kB
MemAvailable:   27295664 kB
Buffers:          116088 kB
Cached:           417236 kB
SwapCached:            0 kB
Active:          5058460 kB
Inactive:         247252 kB
Active(anon):    4773012 kB
Inactive(anon):     8592 kB
Active(file):     285448 kB
Inactive(file):   238660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24472 kB
Writeback:             0 kB
AnonPages:       4891296 kB
Mapped:            42280 kB
Shmem:              8960 kB
Slab:             120756 kB
SReclaimable:      94772 kB
SUnreclaim:        25984 kB
KernelStack:        3776 kB
PageTables:        13976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5567532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4634624 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:39:51