Trace number 4259741

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) 256.353 240.513

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-4.xml
MD5SUM51c1ec7c53f2e239726c0b7c1f1d5b64
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1394
Best CPU time to get the best result obtained on this benchmark251.842
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1466
Maximum domain size1466
Distribution of domain sizes[{"size":1466,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.38 1.50 1.66 3/199 31381
/proc/meminfo: memFree=29908520/32770624 swapFree=0/240012
[pid=31381] ppid=31378 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31381/stat : 31381 (runsolver) D 31378 31381 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6275077 24240128 106 18446744073709551615 4194304 4338465 140724727597248 140724727594888 140546108510935 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 18616320 140724727599313 140724727599687 140724727599687 140724727603146 0
/proc/31381/statm: 5918 106 53 36 0 2156 0

[startup+0.100086 s]
/proc/loadavg: 1.38 1.50 1.66 3/199 31381
/proc/meminfo: memFree=29908520/32770624 swapFree=0/240012
[pid=31381] ppid=31378 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/31381/stat : 31381 (bash) S 31378 31381 3187 0 -1 4202496 684 1543 0 0 0 0 0 0 20 0 1 0 6275077 9736192 352 18446744073709551615 4194304 5098028 140723029825008 140723029822648 139766740130816 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 17870848 140723029828114 140723029828199 140723029828199 140723029831658 0
/proc/31381/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200189 s]
/proc/loadavg: 1.38 1.50 1.66 3/199 31381
/proc/meminfo: memFree=29908520/32770624 swapFree=0/240012
[pid=31381] ppid=31378 vsize=30192 CPUtime=0.07 cores=1,3,5,7
/proc/31381/stat : 31381 (java) R 31378 31381 3187 0 -1 4202496 1205 12690 0 0 0 0 5 2 20 0 1 0 6275077 30916608 201 18446744073709551615 4194304 4196468 140731861456192 140731861436888 140033902877872 0 0 1 0 0 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 7548 201 162 1 0 160 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30192

[startup+0.300233 s]
/proc/loadavg: 1.38 1.50 1.66 3/199 31381
/proc/meminfo: memFree=29908520/32770624 swapFree=0/240012
[pid=31381] ppid=31378 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 6018 12690 0 0 6 1 5 2 20 0 15 0 6275077 14309310464 6202 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3493484 6202 2669 1 0 3482973 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700233 s]
/proc/loadavg: 1.38 1.50 1.66 3/199 31381
/proc/meminfo: memFree=29908520/32770624 swapFree=0/240012
[pid=31381] ppid=31378 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 14026 12690 0 0 59 4 5 2 20 0 15 0 6275077 14310178816 14993 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3493696 14993 3128 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50871 s]
/proc/loadavg: 1.38 1.50 1.66 4/214 31444
/proc/meminfo: memFree=29812148/32770624 swapFree=0/239860
[pid=31381] ppid=31378 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 29895 12690 0 0 177 10 5 2 20 0 15 0 6275077 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3496352 42766 3367 1 0 3485533 0
[pid=31381/tid=31431] ppid=31378 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 22518 12690 0 0 117 5 5 2 20 0 15 0 6275097 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033904829912 140033900613014 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 222 12690 0 0 0 0 5 2 20 0 15 0 6275098 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 1 0 5 2 20 0 15 0 6275098 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 33 12690 0 0 1 0 5 2 20 0 15 0 6275098 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 56 12690 0 0 0 0 5 2 20 0 15 0 6275098 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 1694 12690 0 0 1 0 5 2 20 0 15 0 6275099 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 55 12690 0 0 0 0 5 2 20 0 15 0 6275100 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 43 12690 0 0 0 0 5 2 20 0 15 0 6275100 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) S 31378 31381 3187 0 -1 1077944384 925 12690 0 0 13 1 5 2 20 0 15 0 6275103 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033374779632 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) R 31378 31381 3187 0 -1 1077944384 728 12690 0 0 15 0 5 2 20 0 15 0 6275103 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033373727088 140033900612226 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) R 31378 31381 3187 0 -1 4202560 1402 12690 0 0 24 0 5 2 20 0 15 0 6275103 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033893697915 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14321057792 42766 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 8 12690 0 0 0 0 5 2 20 0 15 0 6275107 14321057792 42775 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.43 1.50 1.67 6/214 31444
/proc/meminfo: memFree=29736580/32770624 swapFree=0/239860
[pid=31381] ppid=31378 vsize=13997884 CPUtime=6.15 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 45969 12690 0 0 593 15 5 2 20 0 15 0 6275077 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3499471 55402 3435 1 0 3488093 0
[pid=31381/tid=31431] ppid=31378 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 28849 12690 0 0 272 8 5 2 20 0 15 0 6275097 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033904831536 140033538300699 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 222 12690 0 0 0 0 5 2 20 0 15 0 6275098 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 1 0 5 2 20 0 15 0 6275098 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 33 12690 0 0 1 0 5 2 20 0 15 0 6275098 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 56 12690 0 0 0 0 5 2 20 0 15 0 6275098 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 1711 12690 0 0 1 0 5 2 20 0 15 0 6275099 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 55 12690 0 0 0 0 5 2 20 0 15 0 6275100 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 43 12690 0 0 0 0 5 2 20 0 15 0 6275100 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) R 31378 31381 3187 0 -1 4202560 4737 12690 0 0 111 2 5 2 20 0 15 0 6275103 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033374762816 140033877825232 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) R 31378 31381 3187 0 -1 4202560 2619 12690 0 0 91 1 5 2 20 0 15 0 6275103 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033373726192 140033883809141 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) S 31378 31381 3187 0 -1 1077944384 5424 12690 0 0 111 1 5 2 20 0 15 0 6275103 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 9 12690 0 0 0 0 5 2 20 0 15 0 6275107 14333833216 55402 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.43 1.50 1.67 4/214 31444
/proc/meminfo: memFree=29546560/32770624 swapFree=0/239868
[pid=31381] ppid=31378 vsize=14001980 CPUtime=15.42 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 67509 12690 0 0 1506 29 5 2 20 0 15 0 6275077 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3500495 105484 3470 1 0 3489117 0
[pid=31381/tid=31431] ppid=31378 vsize=14001980 CPUtime=5.89 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 32089 12690 0 0 572 10 5 2 20 0 15 0 6275097 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033904834776 140033534884913 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14001980 CPUtime=0.2 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 300 12690 0 0 11 2 5 2 20 0 15 0 6275098 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 174 12690 0 0 13 2 5 2 20 0 15 0 6275098 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14001980 CPUtime=0.2 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 618 12690 0 0 11 2 5 2 20 0 15 0 6275098 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 277 12690 0 0 12 2 5 2 20 0 15 0 6275098 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 2523 12690 0 0 5 0 5 2 20 0 15 0 6275099 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 55 12690 0 0 0 0 5 2 20 0 15 0 6275100 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 43 12690 0 0 0 0 5 2 20 0 15 0 6275100 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=14001980 CPUtime=3.69 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) R 31378 31381 3187 0 -1 4202560 8951 12690 0 0 360 2 5 2 20 0 15 0 6275103 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033374765728 140033878530656 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=14001980 CPUtime=3.48 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) R 31378 31381 3187 0 -1 4202560 6293 12690 0 0 339 2 5 2 20 0 15 0 6275103 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033373719040 140033880263344 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=14001980 CPUtime=1.87 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) R 31378 31381 3187 0 -1 4202560 13849 12690 0 0 178 2 5 2 20 0 15 0 6275103 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033372673840 140033879609680 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 176 12690 0 0 0 0 5 2 20 0 15 0 6275107 14338027520 105484 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.52 1.52 1.67 3/214 31444
/proc/meminfo: memFree=28897464/32770624 swapFree=0/239872
[pid=31381] ppid=31378 vsize=14069564 CPUtime=24.97 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 88995 12690 0 0 2445 45 5 2 20 0 15 0 6275077 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3517391 256465 3476 1 0 3506013 0
[pid=31381/tid=31431] ppid=31378 vsize=14069564 CPUtime=12.22 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 47805 12690 0 0 1195 20 5 2 20 0 15 0 6275097 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033904832304 140033542255225 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 390 12690 0 0 15 3 5 2 20 0 15 0 6275098 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 297 12690 0 0 16 3 5 2 20 0 15 0 6275098 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 675 12690 0 0 15 3 5 2 20 0 15 0 6275098 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 326 12690 0 0 16 3 5 2 20 0 15 0 6275098 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 2923 12690 0 0 5 0 5 2 20 0 15 0 6275099 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 58 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 256465 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0

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

/proc/31381/statm: 3517391 594746 3476 1 0 3506013 0
[pid=31381/tid=31431] ppid=31378 vsize=14069564 CPUtime=161.32 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 60725 12690 0 0 16083 42 5 2 20 0 15 0 6275097 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033904835200 140033542918764 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 1623 12690 0 0 41 5 5 2 20 0 15 0 6275098 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 3012 12690 0 0 41 5 5 2 20 0 15 0 6275098 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14069564 CPUtime=0.53 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 1167 12690 0 0 41 5 5 2 20 0 15 0 6275098 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14069564 CPUtime=0.54 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 1632 12690 0 0 41 6 5 2 20 0 15 0 6275098 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 4532 12690 0 0 22 2 5 2 20 0 15 0 6275099 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 58 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=14069564 CPUtime=5.2 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) S 31378 31381 3187 0 -1 1077944384 16420 12690 0 0 510 3 5 2 20 0 15 0 6275103 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033374779632 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=14069564 CPUtime=5.09 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) S 31378 31381 3187 0 -1 1077944384 14532 12690 0 0 499 3 5 2 20 0 15 0 6275103 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033373727088 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) S 31378 31381 3187 0 -1 1077944384 18231 12690 0 0 212 3 5 2 20 0 15 0 6275103 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 383 12690 0 0 3 5 5 2 20 0 15 0 6275107 14407233536 594746 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 175.91
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.24 1.44 1.61 3/215 31605
/proc/meminfo: memFree=27318580/32770624 swapFree=0/240060
[pid=31381] ppid=31378 vsize=14069564 CPUtime=236.79 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 130849 12690 0 0 23583 89 5 2 20 0 15 0 6275077 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3517391 592956 3476 1 0 3506013 0
[pid=31381/tid=31431] ppid=31378 vsize=14069564 CPUtime=220.8 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 62615 12690 0 0 22029 44 5 2 20 0 15 0 6275097 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033904835248 140033536561131 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 2356 12690 0 0 69 6 5 2 20 0 15 0 6275098 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 3144 12690 0 0 69 6 5 2 20 0 15 0 6275098 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 1316 12690 0 0 69 6 5 2 20 0 15 0 6275098 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14069564 CPUtime=0.83 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 4352 12690 0 0 69 7 5 2 20 0 15 0 6275098 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14069564 CPUtime=0.52 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 5179 12690 0 0 42 3 5 2 20 0 15 0 6275099 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 58 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=14069564 CPUtime=5.2 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) S 31378 31381 3187 0 -1 1077944384 16424 12690 0 0 510 3 5 2 20 0 15 0 6275103 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033374779632 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=14069564 CPUtime=5.09 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) S 31378 31381 3187 0 -1 1077944384 14538 12690 0 0 499 3 5 2 20 0 15 0 6275103 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033373727088 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) S 31378 31381 3187 0 -1 1077944384 18235 12690 0 0 212 3 5 2 20 0 15 0 6275103 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 421 12690 0 0 5 7 5 2 20 0 15 0 6275107 14407233536 592956 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 236.79
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.33 1.45 1.61 3/215 31606
/proc/meminfo: memFree=27323936/32770624 swapFree=0/240084
[pid=31381] ppid=31378 vsize=14069564 CPUtime=254.75 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 134571 12690 0 0 25377 91 5 2 20 0 15 0 6275077 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3517391 591559 3476 1 0 3506013 0
[pid=31381/tid=31431] ppid=31378 vsize=14069564 CPUtime=238.32 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) R 31378 31381 3187 0 -1 4202560 63985 12690 0 0 23781 44 5 2 20 0 15 0 6275097 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033904834992 140033533486214 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 3522 12690 0 0 78 6 5 2 20 0 15 0 6275098 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 3265 12690 0 0 78 6 5 2 20 0 15 0 6275098 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 1928 12690 0 0 77 7 5 2 20 0 15 0 6275098 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 4434 12690 0 0 77 7 5 2 20 0 15 0 6275098 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) S 31378 31381 3187 0 -1 1077944384 5503 12690 0 0 49 3 5 2 20 0 15 0 6275099 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033378990832 140033900612226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 58 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033377937120 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 0 0 5 2 20 0 15 0 6275100 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=14069564 CPUtime=5.2 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) S 31378 31381 3187 0 -1 1077944384 16451 12690 0 0 510 3 5 2 20 0 15 0 6275103 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033374779632 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=14069564 CPUtime=5.09 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) S 31378 31381 3187 0 -1 1077944384 14540 12690 0 0 499 3 5 2 20 0 15 0 6275103 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033373727088 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) S 31378 31381 3187 0 -1 1077944384 18237 12690 0 0 212 3 5 2 20 0 15 0 6275103 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 15 0 6275103 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 437 12690 0 0 5 8 5 2 20 0 15 0 6275107 14407233536 591559 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 254.75
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 31381 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.33 1.45 1.61 3/215 31606
/proc/meminfo: memFree=27323936/32770624 swapFree=0/240084
[pid=31381] ppid=31378 vsize=14202692 CPUtime=256.06 cores=1,3,5,7
/proc/31381/stat : 31381 (java) S 31378 31381 3187 0 -1 1077944320 148092 12690 0 0 25506 93 5 2 20 0 17 0 6275077 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140731861438736 140033900601079 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
/proc/31381/statm: 3550673 593415 3476 1 0 3539295 0
[pid=31381/tid=31431] ppid=31378 vsize=14202692 CPUtime=238.33 cores=1,3,5,7
/proc/31381/task/31431/stat : 31431 (java) S 31378 31381 3187 0 -1 1077944384 65109 12690 0 0 23782 44 5 2 20 0 17 0 6275097 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033904838624 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31432] ppid=31378 vsize=14202692 CPUtime=1.22 cores=1,3,5,7
/proc/31381/task/31432/stat : 31432 (java) S 31378 31381 3187 0 -1 1077944384 3595 12690 0 0 109 6 5 2 20 0 17 0 6275098 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033857567248 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31433] ppid=31378 vsize=14202692 CPUtime=1.22 cores=1,3,5,7
/proc/31381/task/31433/stat : 31433 (java) S 31378 31381 3187 0 -1 1077944384 3323 12690 0 0 108 7 5 2 20 0 17 0 6275098 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033856514704 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31434] ppid=31378 vsize=14202692 CPUtime=1.21 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) S 31378 31381 3187 0 -1 1077944384 2059 12690 0 0 107 7 5 2 20 0 17 0 6275098 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033855461648 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31435] ppid=31378 vsize=14202692 CPUtime=1.21 cores=1,3,5,7
/proc/31381/task/31435/stat : 31435 (java) S 31378 31381 3187 0 -1 1077944384 4499 12690 0 0 107 7 5 2 20 0 17 0 6275098 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033854409104 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31436] ppid=31378 vsize=14202692 CPUtime=0.67 cores=1,3,5,7
/proc/31381/task/31436/stat : 31436 (java) R 31378 31381 3187 0 -1 4202560 16886 12690 0 0 56 4 5 2 20 0 17 0 6275099 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033378989232 140033882239398 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31437] ppid=31378 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31437/stat : 31437 (java) S 31378 31381 3187 0 -1 1077944384 60 12690 0 0 0 0 5 2 20 0 17 0 6275100 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033377936656 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31438] ppid=31378 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31438/stat : 31438 (java) S 31378 31381 3187 0 -1 1077944384 50 12690 0 0 0 0 5 2 20 0 17 0 6275100 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033376883968 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31439] ppid=31378 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31439/stat : 31439 (java) S 31378 31381 3187 0 -1 1077944384 244 12690 0 0 0 0 5 2 20 0 17 0 6275103 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033375832528 140033900619675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31440] ppid=31378 vsize=14202692 CPUtime=5.2 cores=1,3,5,7
/proc/31381/task/31440/stat : 31440 (java) S 31378 31381 3187 0 -1 1077944384 16451 12690 0 0 510 3 5 2 20 0 17 0 6275103 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033374779632 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31441] ppid=31378 vsize=14202692 CPUtime=5.09 cores=1,3,5,7
/proc/31381/task/31441/stat : 31441 (java) S 31378 31381 3187 0 -1 1077944384 14622 12690 0 0 499 3 5 2 20 0 17 0 6275103 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033373717408 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31442] ppid=31378 vsize=14202692 CPUtime=2.22 cores=1,3,5,7
/proc/31381/task/31442/stat : 31442 (java) S 31378 31381 3187 0 -1 1077944384 18237 12690 0 0 212 3 5 2 20 0 17 0 6275103 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033372674032 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31443] ppid=31378 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/31381/task/31443/stat : 31443 (java) S 31378 31381 3187 0 -1 1077944384 3 12690 0 0 0 0 5 2 20 0 17 0 6275103 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033371621728 140033900611285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
[pid=31381/tid=31444] ppid=31378 vsize=14202692 CPUtime=0.2 cores=1,3,5,7
/proc/31381/task/31444/stat : 31444 (java) S 31378 31381 3187 0 -1 1077944384 437 12690 0 0 5 8 5 2 20 0 17 0 6275107 14543556608 593415 18446744073709551615 4194304 4196468 140731861456192 140033370569776 140033900612226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39706624 140731861465038 140731861467823 140731861467823 140731861471183 0
Current children cumulated CPU time (s) 256.06
Current children cumulated vsize (KiB) 14202692

[startup+240.501 s]
/proc/loadavg: 1.33 1.45 1.61 3/215 31606
/proc/meminfo: memFree=27323936/32770624 swapFree=0/240084
[pid=31381] ppid=31378 vsize=0 CPUtime=256.31 cores=1,3,5,7
/proc/31381/stat : 31381 (java) Z 31378 31381 3187 0 -1 4228108 148409 12690 0 0 25531 93 5 2 20 0 2 0 6275077 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/31381/statm: 0 0 0 0 0 0 0
[pid=31381/tid=31434] ppid=31378 vsize=0 CPUtime=1.27 cores=1,3,5,7
/proc/31381/task/31434/stat : 31434 (java) R 31378 31381 3187 0 -1 4203588 2059 12690 0 0 112 8 5 2 20 0 2 0 6275098 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 256.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.513
CPU time (s): 256.353
CPU user time (s): 255.373
CPU system time (s): 0.979117
CPU usage (%): 106.586
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.373
system time used= 0.979117
maximum resident set size= 2473172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161099
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= 23106
involuntary context switches= 706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35635 second user time and 1.27552 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 05:00:04
IDJOB=4259741
IDBENCH=115772
IDSOLVER=2646
FILE ID=node135/4259741-1501643645
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259741-1501643645/watcher-4259741-1501643645 -o /tmp/evaluation-result-4259741-1501643645/solver-4259741-1501643645 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259741-1501643645.xml

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

MD5SUM BENCH= 51c1ec7c53f2e239726c0b7c1f1d5b64
RANDOM SEED=674503564

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:        29908784 kB
MemAvailable:   30166500 kB
Buffers:          117192 kB
Cached:           417872 kB
SwapCached:            0 kB
Active:          2190208 kB
Inactive:         248604 kB
Active(anon):    1904136 kB
Inactive(anon):     8592 kB
Active(file):     286072 kB
Inactive(file):   240012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24436 kB
Writeback:             0 kB
AnonPages:       1903644 kB
Mapped:            42300 kB
Shmem:              8960 kB
Slab:             121008 kB
SReclaimable:      94936 kB
SUnreclaim:        26072 kB
KernelStack:        3488 kB
PageTables:         8716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2730960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1695744 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 05:04:05