Trace number 4259769

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.94501 240.703

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=16080
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: 0.95 1.33 1.54 3/181 16085
/proc/meminfo: memFree=31582352/32770624 swapFree=0/296936
[pid=16085] ppid=16080 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16085/stat : 16085 (runsolver) D 16080 16085 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47416317 24240128 106 18446744073709551615 4194304 4338465 140733010082032 140733010079672 139685212095191 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 35229696 140733010084054 140733010084428 140733010084428 140733010087882 0
/proc/16085/statm: 5918 106 53 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 0.95 1.33 1.54 3/181 16085
/proc/meminfo: memFree=31582352/32770624 swapFree=0/296936
[pid=16085] ppid=16080 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/16085/stat : 16085 (bash) S 16080 16085 30500 0 -1 4202496 715 3539 0 0 0 0 0 0 20 0 1 0 47416317 9736192 355 18446744073709551615 4194304 5098028 140727836881120 140727836878760 140487528614912 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 11988992 140727836885527 140727836885612 140727836885612 140727836889066 0
/proc/16085/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200193 s]
/proc/loadavg: 0.95 1.33 1.54 3/181 16085
/proc/meminfo: memFree=31582352/32770624 swapFree=0/296936
[pid=16085] ppid=16080 vsize=100812 CPUtime=0.07 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 2245 12507 0 0 0 0 5 2 20 0 2 0 47416317 103231488 1176 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 0 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 25203 1176 874 1 0 16801 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 100812

[startup+0.300238 s]
/proc/loadavg: 0.95 1.33 1.54 3/181 16085
/proc/meminfo: memFree=31582352/32770624 swapFree=0/296936
[pid=16085] ppid=16080 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 5543 12507 0 0 5 1 5 2 20 0 14 0 47416317 14241083392 5224 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3476827 5224 2562 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700238 s]
/proc/loadavg: 0.95 1.33 1.54 3/181 16085
/proc/meminfo: memFree=31582352/32770624 swapFree=0/296936
[pid=16085] ppid=16080 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 13960 12507 0 0 58 3 5 2 20 0 15 0 47416317 14310178816 14887 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3493696 14887 3115 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50503 s]
/proc/loadavg: 0.95 1.33 1.54 3/214 16214
/proc/meminfo: memFree=31399752/32770624 swapFree=0/297264
[pid=16085] ppid=16080 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 28885 12507 0 0 172 10 5 2 20 0 15 0 47416317 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3496352 43261 3368 1 0 3485525 0
[pid=16085/tid=16183] ppid=16080 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) S 16080 16085 30500 0 -1 1077944384 22583 12507 0 0 114 6 5 2 20 0 15 0 47416337 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172530989264 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 48 12507 0 0 0 0 5 2 20 0 15 0 47416337 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 41 12507 0 0 0 0 5 2 20 0 15 0 47416337 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 51 12507 0 0 1 0 5 2 20 0 15 0 47416337 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 204 12507 0 0 0 0 5 2 20 0 15 0 47416337 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) R 16080 16085 30500 0 -1 4202560 705 12507 0 0 1 0 5 2 20 0 15 0 47416339 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172004427040 140172526793306 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 33 12507 0 0 0 0 5 2 20 0 15 0 47416339 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172003374752 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 21 12507 0 0 0 0 5 2 20 0 15 0 47416339 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172002321648 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) S 16080 16085 30500 0 -1 1077944384 1113 12507 0 0 15 0 5 2 20 0 15 0 47416342 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 549 12507 0 0 14 0 5 2 20 0 15 0 47416342 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140171999164784 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 1374 12507 0 0 23 0 5 2 20 0 15 0 47416342 14321057792 43261 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14321057792 43208 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 5 12507 0 0 0 0 5 2 20 0 15 0 47416347 14321057792 43153 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10289 s]
/proc/loadavg: 1.11 1.36 1.55 9/215 16215
/proc/meminfo: memFree=31223568/32770624 swapFree=0/297264
[pid=16085] ppid=16080 vsize=13997884 CPUtime=5.9 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 48979 12507 0 0 567 16 5 2 20 0 15 0 47416317 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3499471 56628 3447 1 0 3488085 0
[pid=16085/tid=16183] ppid=16080 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4202560 35749 12507 0 0 270 9 5 2 20 0 15 0 47416337 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172531002112 140172526783894 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 48 12507 0 0 0 0 5 2 20 0 15 0 47416337 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 41 12507 0 0 0 0 5 2 20 0 15 0 47416337 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 51 12507 0 0 1 0 5 2 20 0 15 0 47416337 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 204 12507 0 0 0 0 5 2 20 0 15 0 47416337 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 742 12507 0 0 1 0 5 2 20 0 15 0 47416339 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172004428528 140172526783106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 54 12507 0 0 0 0 5 2 20 0 15 0 47416339 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172003374816 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 45 12507 0 0 0 0 5 2 20 0 15 0 47416339 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) R 16080 16085 30500 0 -1 1077944384 3890 12507 0 0 100 1 5 2 20 0 15 0 47416342 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=13997884 CPUtime=0.98 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 2137 12507 0 0 91 0 5 2 20 0 15 0 47416342 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140171999164784 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 3851 12507 0 0 99 1 5 2 20 0 15 0 47416342 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 9 12507 0 0 0 0 5 2 20 0 15 0 47416347 14333833216 56628 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 13997884

[startup+6.30162 s]
/proc/loadavg: 1.11 1.36 1.55 9/215 16216
/proc/meminfo: memFree=30878544/32770624 swapFree=0/297276
[pid=16085] ppid=16080 vsize=14001980 CPUtime=16.12 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 76155 12507 0 0 1580 25 5 2 20 0 15 0 47416317 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3500495 109914 3467 1 0 3489109 0
[pid=16085/tid=16183] ppid=16080 vsize=14001980 CPUtime=5.8 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4202560 39210 12507 0 0 561 12 5 2 20 0 15 0 47416337 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172531003824 140172121978184 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14001980 CPUtime=0.23 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 648 12507 0 0 16 0 5 2 20 0 15 0 47416337 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 143 12507 0 0 14 1 5 2 20 0 15 0 47416337 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14001980 CPUtime=0.24 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 318 12507 0 0 16 1 5 2 20 0 15 0 47416337 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14001980 CPUtime=0.23 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 1033 12507 0 0 15 1 5 2 20 0 15 0 47416337 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 2174 12507 0 0 4 0 5 2 20 0 15 0 47416339 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172004428528 140172526783106 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 57 12507 0 0 0 0 5 2 20 0 15 0 47416339 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172003374816 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 52 12507 0 0 0 0 5 2 20 0 15 0 47416339 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=14001980 CPUtime=4 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) R 16080 16085 30500 0 -1 4202560 12938 12507 0 0 391 2 5 2 20 0 15 0 47416342 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140172000203896 140172506624046 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=14001980 CPUtime=3.89 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) R 16080 16085 30500 0 -1 4202560 10347 12507 0 0 380 2 5 2 20 0 15 0 47416342 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140171999154576 140172511693941 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=14001980 CPUtime=1.86 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 7049 12507 0 0 177 2 5 2 20 0 15 0 47416342 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 28 12507 0 0 0 0 5 2 20 0 15 0 47416347 14338027520 109914 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.48 1.43 1.57 3/215 16216
/proc/meminfo: memFree=29885784/32770624 swapFree=0/297268
[pid=16085] ppid=16080 vsize=14071612 CPUtime=31.83 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 115966 12507 0 0 3122 54 5 2 20 0 15 0 47416317 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3517903 266867 3482 1 0 3506517 0
[pid=16085/tid=16183] ppid=16080 vsize=14071612 CPUtime=11.99 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4202560 57820 12507 0 0 1172 20 5 2 20 0 15 0 47416337 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172531005424 140172112986612 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14071612 CPUtime=0.41 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 868 12507 0 0 29 5 5 2 20 0 15 0 47416337 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14071612 CPUtime=0.39 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 575 12507 0 0 27 5 5 2 20 0 15 0 47416337 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14071612 CPUtime=0.41 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 1046 12507 0 0 29 5 5 2 20 0 15 0 47416337 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14071612 CPUtime=0.4 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 1215 12507 0 0 28 5 5 2 20 0 15 0 47416337 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 2691 12507 0 0 5 0 5 2 20 0 15 0 47416339 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172004428528 140172526783106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 60 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172003374816 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 59 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14409330688 266867 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0

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

/proc/16085/statm: 3517903 786429 3484 1 0 3506517 0
[pid=16085/tid=16183] ppid=16080 vsize=14071612 CPUtime=220.87 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4202560 74062 12507 0 0 22026 54 5 2 20 0 15 0 47416337 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172531005760 140172134950812 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14071612 CPUtime=0.96 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 3886 12507 0 0 81 8 5 2 20 0 15 0 47416337 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14071612 CPUtime=0.94 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 1153 12507 0 0 78 9 5 2 20 0 15 0 47416337 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14071612 CPUtime=0.97 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 4100 12507 0 0 82 8 5 2 20 0 15 0 47416337 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14071612 CPUtime=0.95 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 2765 12507 0 0 80 8 5 2 20 0 15 0 47416337 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14071612 CPUtime=0.28 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 5142 12507 0 0 18 3 5 2 20 0 15 0 47416339 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172004428528 140172526783106 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 60 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172003374816 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 59 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=14071612 CPUtime=8.47 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) S 16080 16085 30500 0 -1 1077944384 23597 12507 0 0 837 3 5 2 20 0 15 0 47416342 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=14071612 CPUtime=8.58 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 20568 12507 0 0 848 3 5 2 20 0 15 0 47416342 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140171999164784 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=14071612 CPUtime=2.92 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 16820 12507 0 0 281 4 5 2 20 0 15 0 47416342 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 1638 12507 0 0 5 7 5 2 20 0 15 0 47416347 14409330688 786429 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 244.6
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.56 1.52 1.58 3/215 16225
/proc/meminfo: memFree=27205844/32770624 swapFree=0/297408
[pid=16085] ppid=16080 vsize=14071612 CPUtime=262.61 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 158013 12507 0 0 26145 109 5 2 20 0 15 0 47416317 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3517903 783372 3484 1 0 3506517 0
[pid=16085/tid=16183] ppid=16080 vsize=14071612 CPUtime=238.41 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4202560 74665 12507 0 0 23780 54 5 2 20 0 15 0 47416337 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172531005760 140172508178258 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14071612 CPUtime=1.07 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) S 16080 16085 30500 0 -1 1077944384 4958 12507 0 0 92 8 5 2 20 0 15 0 47416337 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14071612 CPUtime=1.05 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) S 16080 16085 30500 0 -1 1077944384 1315 12507 0 0 89 9 5 2 20 0 15 0 47416337 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14071612 CPUtime=1.07 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) S 16080 16085 30500 0 -1 1077944384 4175 12507 0 0 92 8 5 2 20 0 15 0 47416337 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14071612 CPUtime=1.05 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) S 16080 16085 30500 0 -1 1077944384 2805 12507 0 0 90 8 5 2 20 0 15 0 47416337 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14071612 CPUtime=0.31 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 5177 12507 0 0 21 3 5 2 20 0 15 0 47416339 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172004428528 140172526783106 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 60 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172003374816 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 59 12507 0 0 0 0 5 2 20 0 15 0 47416339 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=14071612 CPUtime=8.47 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) S 16080 16085 30500 0 -1 1077944384 23597 12507 0 0 837 3 5 2 20 0 15 0 47416342 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=14071612 CPUtime=8.58 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 20568 12507 0 0 848 3 5 2 20 0 15 0 47416342 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140171999164784 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=14071612 CPUtime=2.92 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 16820 12507 0 0 281 4 5 2 20 0 15 0 47416342 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 15 0 47416342 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 1656 12507 0 0 6 7 5 2 20 0 15 0 47416347 14409330688 783372 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 262.61
Current children cumulated vsize (KiB) 14071612

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

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

[startup+240.402 s]
/proc/loadavg: 1.56 1.52 1.58 3/215 16225
/proc/meminfo: memFree=27205844/32770624 swapFree=0/297408
[pid=16085] ppid=16080 vsize=14204740 CPUtime=264 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 174195 12507 0 0 26283 110 5 2 20 0 17 0 47416317 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3551185 785375 3484 1 0 3539799 0
[pid=16085/tid=16183] ppid=16080 vsize=14204740 CPUtime=238.42 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) S 16080 16085 30500 0 -1 1077944384 75983 12507 0 0 23781 54 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172531009616 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14204740 CPUtime=1.4 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) R 16080 16085 30500 0 -1 4202560 5739 12507 0 0 124 9 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172446186000 140172508368451 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14204740 CPUtime=1.37 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) R 16080 16085 30500 0 -1 4202560 1467 12507 0 0 121 9 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172445133344 140172511469745 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14204740 CPUtime=1.4 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) R 16080 16085 30500 0 -1 4202560 4381 12507 0 0 125 8 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172508367776 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14204740 CPUtime=1.38 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) R 16080 16085 30500 0 -1 4202560 3003 12507 0 0 123 8 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172443028056 140172511469569 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14204740 CPUtime=0.37 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 16912 12507 0 0 27 3 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172004426928 140172526782165 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 61 12507 0 0 0 0 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172003374720 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 59 12507 0 0 0 0 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 286 12507 0 0 0 0 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=14204740 CPUtime=8.47 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) S 16080 16085 30500 0 -1 1077944384 23600 12507 0 0 837 3 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=14204740 CPUtime=8.58 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 21674 12507 0 0 848 3 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171999164352 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=14204740 CPUtime=2.92 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 16823 12507 0 0 281 4 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 1656 12507 0 0 6 7 5 2 20 0 17 0 47416347 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 264
Current children cumulated vsize (KiB) 14204740

[startup+240.601 s]
/proc/loadavg: 1.56 1.52 1.58 3/215 16225
/proc/meminfo: memFree=27205844/32770624 swapFree=0/297408
[pid=16085] ppid=16080 vsize=14204740 CPUtime=264.67 cores=1,3,5,7
/proc/16085/stat : 16085 (java) S 16080 16085 30500 0 -1 1077944320 174257 12507 0 0 26350 110 5 2 20 0 17 0 47416317 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140721932786144 140172526771959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
/proc/16085/statm: 3551185 785375 3484 1 0 3539799 0
[pid=16085/tid=16183] ppid=16080 vsize=14204740 CPUtime=238.42 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) S 16080 16085 30500 0 -1 1077944384 75983 12507 0 0 23781 54 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172531009616 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16184] ppid=16080 vsize=14204740 CPUtime=1.56 cores=1,3,5,7
/proc/16085/task/16184/stat : 16184 (java) R 16080 16085 30500 0 -1 4202560 5739 12507 0 0 140 9 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172446185896 140172519400167 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16185] ppid=16080 vsize=14204740 CPUtime=1.53 cores=1,3,5,7
/proc/16085/task/16185/stat : 16185 (java) R 16080 16085 30500 0 -1 4202560 1492 12507 0 0 137 9 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172445133456 140172519400167 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16186] ppid=16080 vsize=14204740 CPUtime=1.56 cores=1,3,5,7
/proc/16085/task/16186/stat : 16186 (java) R 16080 16085 30500 0 -1 4202560 4409 12507 0 0 141 8 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172444080400 140172519400167 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16187] ppid=16080 vsize=14204740 CPUtime=1.53 cores=1,3,5,7
/proc/16085/task/16187/stat : 16187 (java) R 16080 16085 30500 0 -1 4202560 3010 12507 0 0 138 8 5 2 20 0 17 0 47416337 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172443027856 140172511469711 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16188] ppid=16080 vsize=14204740 CPUtime=0.41 cores=1,3,5,7
/proc/16085/task/16188/stat : 16188 (java) S 16080 16085 30500 0 -1 1077944384 16912 12507 0 0 31 3 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172004426928 140172526782165 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16189] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16189/stat : 16189 (java) S 16080 16085 30500 0 -1 1077944384 62 12507 0 0 0 0 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172003374320 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16190] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16190/stat : 16190 (java) S 16080 16085 30500 0 -1 1077944384 59 12507 0 0 0 0 5 2 20 0 17 0 47416339 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172002321664 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16200] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16200/stat : 16200 (java) S 16080 16085 30500 0 -1 1077944384 286 12507 0 0 0 0 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172001270224 140172526790555 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16201] ppid=16080 vsize=14204740 CPUtime=8.47 cores=1,3,5,7
/proc/16085/task/16201/stat : 16201 (java) S 16080 16085 30500 0 -1 1077944384 23600 12507 0 0 837 3 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140172000217328 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16202] ppid=16080 vsize=14204740 CPUtime=8.58 cores=1,3,5,7
/proc/16085/task/16202/stat : 16202 (java) S 16080 16085 30500 0 -1 1077944384 21674 12507 0 0 848 3 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171999164352 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16203] ppid=16080 vsize=14204740 CPUtime=2.92 cores=1,3,5,7
/proc/16085/task/16203/stat : 16203 (java) S 16080 16085 30500 0 -1 1077944384 16823 12507 0 0 281 4 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171998111728 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16204] ppid=16080 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16085/task/16204/stat : 16204 (java) S 16080 16085 30500 0 -1 1077944384 3 12507 0 0 0 0 5 2 20 0 17 0 47416342 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171997059424 140172526782165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
[pid=16085/tid=16213] ppid=16080 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/16085/task/16213/stat : 16213 (java) S 16080 16085 30500 0 -1 1077944384 1656 12507 0 0 6 7 5 2 20 0 17 0 47416347 14545653760 785375 18446744073709551615 4194304 4196468 140721932803600 140171996007472 140172526783106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20140032 140721932806099 140721932808884 140721932808884 140721932812239 0
Current children cumulated CPU time (s) 264.67
Current children cumulated vsize (KiB) 14204740

[startup+240.702 s]
/proc/loadavg: 1.56 1.52 1.58 3/215 16225
/proc/meminfo: memFree=27205844/32770624 swapFree=0/297408
[pid=16085] ppid=16080 vsize=0 CPUtime=264.92 cores=1,3,5,7
/proc/16085/stat : 16085 (java) Z 16080 16085 30500 0 -1 4228108 174527 12507 0 0 26372 113 5 2 20 0 2 0 47416317 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/16085/statm: 0 0 0 0 0 0 0
[pid=16085/tid=16183] ppid=16080 vsize=0 CPUtime=238.45 cores=1,3,5,7
/proc/16085/task/16183/stat : 16183 (java) R 16080 16085 30500 0 -1 4203588 76095 12507 0 0 23782 56 5 2 20 0 2 0 47416337 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 5 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.92
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.703
CPU time (s): 264.945
CPU user time (s): 263.785
CPU system time (s): 1.15915
CPU usage (%): 110.071
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.785
system time used= 1.15915
maximum resident set size= 3384796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18715
involuntary context switches= 972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.997488 second user time and 1.61628 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 06:52:43
IDJOB=4259769
IDBENCH=115804
IDSOLVER=2646
FILE ID=node133/4259769-1501996010
RUNJOBID= node133-1501995163-16060
PBS_JOBID= 
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=673627454

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31583112 kB
MemAvailable:   32004468 kB
Buffers:          178804 kB
Cached:           527124 kB
SwapCached:            0 kB
Active:           452152 kB
Inactive:         314904 kB
Active(anon):      61996 kB
Inactive(anon):    16728 kB
Active(file):     390156 kB
Inactive(file):   298176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48932 kB
Writeback:             4 kB
AnonPages:         61508 kB
Mapped:            37460 kB
Shmem:             17084 kB
Slab:             124628 kB
SReclaimable:      97716 kB
SUnreclaim:        26912 kB
KernelStack:        3136 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     290204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-06 06:56:44