Trace number 4259738

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) 254.936 240.369

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-7.xml
MD5SUMfe547a27c953c30f0dd43f8aa0b4ac9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1229
Best CPU time to get the best result obtained on this benchmark251.996
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1320
Maximum domain size1320
Distribution of domain sizes[{"size":1320,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=30183
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.21 2.05 1.94 3/199 30186
/proc/meminfo: memFree=29550244/32770624 swapFree=0/238428
[pid=30186] ppid=30183 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30186/stat : 30186 (runsolver) D 30183 30186 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6158513 24240128 106 18446744073709551615 4194304 4338465 140722400229888 140722400227528 140648950846167 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 34697216 140722400235729 140722400236103 140722400236103 140722400239562 0
/proc/30186/statm: 5918 106 53 36 0 2156 0

[startup+0.100142 s]
/proc/loadavg: 2.21 2.05 1.94 3/199 30186
/proc/meminfo: memFree=29550244/32770624 swapFree=0/238428
[pid=30186] ppid=30183 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/30186/stat : 30186 (bash) S 30183 30186 3187 0 -1 4202496 682 1547 0 0 0 0 0 0 20 0 1 0 6158513 9736192 351 18446744073709551615 4194304 5098028 140724325211968 140724325209608 140674055212032 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 31543296 140724325216786 140724325216871 140724325216871 140724325220330 0
/proc/30186/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200331 s]
/proc/loadavg: 2.21 2.05 1.94 3/199 30186
/proc/meminfo: memFree=29550244/32770624 swapFree=0/238428
[pid=30186] ppid=30183 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30186/stat : 30186 (bash) S 30183 30186 3187 0 -1 4202496 891 6495 0 0 0 0 0 1 20 0 1 0 6158513 9867264 377 18446744073709551615 4194304 5098028 140724325211968 140724325205976 140674055212032 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 31543296 140724325216786 140724325216871 140724325216871 140724325220330 0
/proc/30186/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300323 s]
/proc/loadavg: 2.21 2.05 1.94 3/199 30186
/proc/meminfo: memFree=29550244/32770624 swapFree=0/238428
[pid=30186] ppid=30183 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 5473 12565 0 0 5 1 5 3 20 0 14 0 6158513 14241083392 5168 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3476827 5168 2556 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700757 s]
/proc/loadavg: 2.21 2.05 1.94 3/199 30186
/proc/meminfo: memFree=29550244/32770624 swapFree=0/238428
[pid=30186] ppid=30183 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 13948 12565 0 0 57 4 5 3 20 0 15 0 6158513 14310178816 14371 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3493696 14371 3113 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 2.21 2.05 1.94 3/214 30249
/proc/meminfo: memFree=29453888/32770624 swapFree=0/238924
[pid=30186] ppid=30183 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 29036 12565 0 0 175 10 5 3 20 0 15 0 6158513 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3496352 40619 3357 1 0 3485533 0
[pid=30186/tid=30236] ppid=30183 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) S 30183 30186 3187 0 -1 1077944384 21819 12565 0 0 114 7 5 3 20 0 15 0 6158535 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139735101666944 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 62 12565 0 0 0 0 5 3 20 0 15 0 6158536 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 38 12565 0 0 0 0 5 3 20 0 15 0 6158536 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 192 12565 0 0 0 0 5 3 20 0 15 0 6158536 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 55 12565 0 0 0 0 5 3 20 0 15 0 6158536 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) R 30183 30186 3187 0 -1 4202560 1293 12565 0 0 0 0 5 3 20 0 15 0 6158537 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734575948224 139735082583922 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 33 12565 0 0 0 0 5 3 20 0 15 0 6158538 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734574895904 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 21 12565 0 0 0 0 5 3 20 0 15 0 6158538 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734573843568 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 790 12565 0 0 14 0 5 3 20 0 15 0 6158540 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734571739760 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 1196 12565 0 0 19 0 5 3 20 0 15 0 6158540 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 1370 12565 0 0 23 0 5 3 20 0 15 0 6158540 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 10 12565 0 0 0 0 5 3 20 0 15 0 6158544 14321057792 40619 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 2.27 2.07 1.94 4/214 30249
/proc/meminfo: memFree=29376272/32770624 swapFree=0/238924
[pid=30186] ppid=30183 vsize=13997884 CPUtime=5.47 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 41465 12565 0 0 524 15 5 3 20 0 15 0 6158513 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3499471 50438 3435 1 0 3488093 0
[pid=30186/tid=30236] ppid=30183 vsize=13997884 CPUtime=2.66 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) R 30183 30186 3187 0 -1 4202560 27752 12565 0 0 249 9 5 3 20 0 15 0 6158535 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139735101681456 139734705443559 0 4 1 16800974 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 67 12565 0 0 0 0 5 3 20 0 15 0 6158536 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 40 12565 0 0 1 0 5 3 20 0 15 0 6158536 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 192 12565 0 0 1 0 5 3 20 0 15 0 6158536 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 58 12565 0 0 1 0 5 3 20 0 15 0 6158536 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 1343 12565 0 0 1 0 5 3 20 0 15 0 6158537 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734575949936 139735097461378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 55 12565 0 0 0 0 5 3 20 0 15 0 6158538 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734574895904 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 43 12565 0 0 0 0 5 3 20 0 15 0 6158538 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734573843568 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=13997884 CPUtime=1.05 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 3367 12565 0 0 96 1 5 3 20 0 15 0 6158540 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734571739760 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=13997884 CPUtime=0.79 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 2308 12565 0 0 71 0 5 3 20 0 15 0 6158540 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=13997884 CPUtime=1.08 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) R 30183 30186 3187 0 -1 4202560 4070 12565 0 0 99 1 5 3 20 0 15 0 6158540 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734569626592 139735075816558 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 13 12565 0 0 0 0 5 3 20 0 15 0 6158544 14333833216 50438 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 13997884

[startup+6.30105 s]
/proc/loadavg: 2.27 2.07 1.94 5/214 30249
/proc/meminfo: memFree=29227008/32770624 swapFree=0/238936
[pid=30186] ppid=30183 vsize=14069564 CPUtime=14.76 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 82512 12565 0 0 1441 27 5 3 20 0 15 0 6158513 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3517391 98937 3468 1 0 3506013 0
[pid=30186/tid=30236] ppid=30183 vsize=14069564 CPUtime=5.74 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) R 30183 30186 3187 0 -1 4202560 46347 12565 0 0 553 13 5 3 20 0 15 0 6158535 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139735101681144 139734714152254 0 4 1 16800974 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 188 12565 0 0 7 1 5 3 20 0 15 0 6158536 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 101 12565 0 0 8 1 5 3 20 0 15 0 6158536 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 258 12565 0 0 8 1 5 3 20 0 15 0 6158536 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 342 12565 0 0 8 1 5 3 20 0 15 0 6158536 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 2347 12565 0 0 4 0 5 3 20 0 15 0 6158537 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734575949936 139735097461378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 55 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734574895968 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 43 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=14069564 CPUtime=3.36 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) R 30183 30186 3187 0 -1 4202560 8414 12565 0 0 327 1 5 3 20 0 15 0 6158540 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734571720240 139735075476110 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=14069564 CPUtime=3.4 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) R 30183 30186 3187 0 -1 4202560 10172 12565 0 0 330 2 5 3 20 0 15 0 6158540 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734570672936 139735089739613 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=14069564 CPUtime=2.02 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 11882 12565 0 0 191 3 5 3 20 0 15 0 6158540 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 226 12565 0 0 0 0 5 3 20 0 15 0 6158544 14407233536 98937 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 2.25 2.07 1.95 3/214 30249
/proc/meminfo: memFree=28770800/32770624 swapFree=0/238944
[pid=30186] ppid=30183 vsize=14069564 CPUtime=23.58 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 86596 12565 0 0 2309 41 5 3 20 0 15 0 6158513 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3517391 198853 3474 1 0 3506013 0
[pid=30186/tid=30236] ppid=30183 vsize=14069564 CPUtime=12.05 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) R 30183 30186 3187 0 -1 4202560 46916 12565 0 0 1179 18 5 3 20 0 15 0 6158535 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139735101681304 139734705523520 0 4 1 16800974 0 0 0 -1 2 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 430 12565 0 0 11 3 5 3 20 0 15 0 6158536 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 160 12565 0 0 12 2 5 3 20 0 15 0 6158536 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 289 12565 0 0 11 2 5 3 20 0 15 0 6158536 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 399 12565 0 0 11 3 5 3 20 0 15 0 6158536 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 2671 12565 0 0 5 0 5 3 20 0 15 0 6158537 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734575949936 139735097461378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 61 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734574895968 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 47 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14407233536 198853 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0

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

/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14407233536 370496 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 1898 12565 0 0 6 4 5 3 20 0 15 0 6158544 14407233536 370496 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 175.11
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.65 1.90 1.91 3/214 30381
/proc/meminfo: memFree=28106300/32770624 swapFree=0/239100
[pid=30186] ppid=30183 vsize=14069564 CPUtime=235.94 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 123509 12565 0 0 23511 75 5 3 20 0 15 0 6158513 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3517391 367562 3474 1 0 3506013 0
[pid=30186/tid=30236] ppid=30183 vsize=14069564 CPUtime=220.37 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) R 30183 30186 3187 0 -1 4202560 54769 12565 0 0 21999 30 5 3 20 0 15 0 6158535 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139735101684688 139734713896219 0 4 1 16800974 0 0 0 -1 2 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14069564 CPUtime=0.86 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 2967 12565 0 0 71 7 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14069564 CPUtime=0.87 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 1933 12565 0 0 71 8 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14069564 CPUtime=0.86 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 3290 12565 0 0 70 8 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14069564 CPUtime=0.86 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 2734 12565 0 0 71 7 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14069564 CPUtime=0.65 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 4556 12565 0 0 53 4 5 3 20 0 15 0 6158537 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734575949936 139735097461378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 61 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734574895968 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 47 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=14069564 CPUtime=4.78 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 15594 12565 0 0 468 2 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734571739760 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=14069564 CPUtime=4.94 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 17334 12565 0 0 483 3 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=14069564 CPUtime=2.17 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 16128 12565 0 0 205 4 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 1939 12565 0 0 8 6 5 3 20 0 15 0 6158544 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 235.94
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.68 1.89 1.90 3/215 30383
/proc/meminfo: memFree=27676640/32770624 swapFree=0/239100
[pid=30186] ppid=30183 vsize=14069564 CPUtime=253.86 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 123850 12565 0 0 25302 76 5 3 20 0 15 0 6158513 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3517391 367562 3474 1 0 3506013 0
[pid=30186/tid=30236] ppid=30183 vsize=14069564 CPUtime=237.9 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) R 30183 30186 3187 0 -1 4202560 55101 12565 0 0 23752 30 5 3 20 0 15 0 6158535 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139735101684176 139734698804110 0 4 1 16800974 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 2969 12565 0 0 79 7 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 1935 12565 0 0 79 8 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 3292 12565 0 0 78 8 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14069564 CPUtime=0.93 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 2736 12565 0 0 78 7 5 3 20 0 15 0 6158536 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14069564 CPUtime=0.72 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 4557 12565 0 0 60 4 5 3 20 0 15 0 6158537 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734575949936 139735097461378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 61 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734574895968 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 47 12565 0 0 0 0 5 3 20 0 15 0 6158538 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=14069564 CPUtime=4.78 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 15594 12565 0 0 468 2 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734571739760 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=14069564 CPUtime=4.94 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 17334 12565 0 0 483 3 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=14069564 CPUtime=2.17 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 16128 12565 0 0 205 4 5 3 20 0 15 0 6158540 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 15 0 6158541 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 1939 12565 0 0 8 7 5 3 20 0 15 0 6158544 14407233536 367562 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 253.86
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 30186 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.68 1.89 1.90 3/215 30383
/proc/meminfo: memFree=27676640/32770624 swapFree=0/239100
[pid=30186] ppid=30183 vsize=14202692 CPUtime=254.51 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 137016 12565 0 0 25365 78 5 3 20 0 17 0 6158513 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3550673 369310 3474 1 0 3539295 0
[pid=30186/tid=30236] ppid=30183 vsize=14202692 CPUtime=237.91 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) S 30183 30186 3187 0 -1 1077944384 55939 12565 0 0 23753 30 5 3 20 0 17 0 6158535 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139735101687904 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14202692 CPUtime=1.09 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) S 30183 30186 3187 0 -1 1077944384 3019 12565 0 0 94 7 5 3 20 0 17 0 6158536 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734697372560 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14202692 CPUtime=1.1 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) S 30183 30186 3187 0 -1 1077944384 1979 12565 0 0 94 8 5 3 20 0 17 0 6158536 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14202692 CPUtime=1.08 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) S 30183 30186 3187 0 -1 1077944384 3330 12565 0 0 92 8 5 3 20 0 17 0 6158536 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14202692 CPUtime=1.09 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) S 30183 30186 3187 0 -1 1077944384 2816 12565 0 0 93 8 5 3 20 0 17 0 6158536 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14202692 CPUtime=0.76 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) R 30183 30186 3187 0 -1 4202560 14963 12565 0 0 63 5 5 3 20 0 17 0 6158537 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734575948336 139735081612044 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 62 12565 0 0 0 0 5 3 20 0 17 0 6158538 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734574895872 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 47 12565 0 0 0 0 5 3 20 0 17 0 6158538 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 210 12565 0 0 0 0 5 3 20 0 17 0 6158540 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=14202692 CPUtime=4.78 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 15675 12565 0 0 468 2 5 3 20 0 17 0 6158540 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734571729088 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=14202692 CPUtime=4.94 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 17334 12565 0 0 483 3 5 3 20 0 17 0 6158540 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=14202692 CPUtime=2.17 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 17193 12565 0 0 205 4 5 3 20 0 17 0 6158540 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 17 0 6158541 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14202692 CPUtime=0.23 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 1939 12565 0 0 8 7 5 3 20 0 17 0 6158544 14543556608 369310 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 254.51
Current children cumulated vsize (KiB) 14202692

[startup+240.301 s]
/proc/loadavg: 1.68 1.89 1.90 3/215 30383
/proc/meminfo: memFree=27676640/32770624 swapFree=0/239100
[pid=30186] ppid=30183 vsize=14202692 CPUtime=254.77 cores=0,2,4,6
/proc/30186/stat : 30186 (java) S 30183 30186 3187 0 -1 1077944320 137030 12565 0 0 25391 78 5 3 20 0 17 0 6158513 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 140729850312880 139735097450231 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
/proc/30186/statm: 3550673 369323 3474 1 0 3539295 0
[pid=30186/tid=30236] ppid=30183 vsize=14202692 CPUtime=237.91 cores=0,2,4,6
/proc/30186/task/30236/stat : 30236 (java) S 30183 30186 3187 0 -1 1077944384 55942 12565 0 0 23753 30 5 3 20 0 17 0 6158535 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139735101687904 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30237] ppid=30183 vsize=14202692 CPUtime=1.14 cores=0,2,4,6
/proc/30186/task/30237/stat : 30237 (java) R 30183 30186 3187 0 -1 4202560 3019 12565 0 0 99 7 5 3 20 0 17 0 6158536 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734697372680 139735090078439 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30238] ppid=30183 vsize=14202692 CPUtime=1.15 cores=0,2,4,6
/proc/30186/task/30238/stat : 30238 (java) R 30183 30186 3187 0 -1 4202560 1981 12565 0 0 99 8 5 3 20 0 17 0 6158536 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734696319760 139735082491990 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30239] ppid=30183 vsize=14202692 CPUtime=1.14 cores=0,2,4,6
/proc/30186/task/30239/stat : 30239 (java) R 30183 30186 3187 0 -1 4202560 3331 12565 0 0 98 8 5 3 20 0 17 0 6158536 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734695267472 139735090078439 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30240] ppid=30183 vsize=14202692 CPUtime=1.15 cores=0,2,4,6
/proc/30186/task/30240/stat : 30240 (java) R 30183 30186 3187 0 -1 4202560 2820 12565 0 0 99 8 5 3 20 0 17 0 6158536 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734694214672 139735090078439 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30241] ppid=30183 vsize=14202692 CPUtime=0.8 cores=0,2,4,6
/proc/30186/task/30241/stat : 30241 (java) S 30183 30186 3187 0 -1 1077944384 14964 12565 0 0 67 5 5 3 20 0 17 0 6158537 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734575948528 139735097460437 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30242] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30242/stat : 30242 (java) S 30183 30186 3187 0 -1 1077944384 63 12565 0 0 0 0 5 3 20 0 17 0 6158538 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734574895504 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30243] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30243/stat : 30243 (java) S 30183 30186 3187 0 -1 1077944384 49 12565 0 0 0 0 5 3 20 0 17 0 6158538 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734573843584 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30244] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30244/stat : 30244 (java) S 30183 30186 3187 0 -1 1077944384 210 12565 0 0 0 0 5 3 20 0 17 0 6158540 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734572791888 139735097468827 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30245] ppid=30183 vsize=14202692 CPUtime=4.78 cores=0,2,4,6
/proc/30186/task/30245/stat : 30245 (java) S 30183 30186 3187 0 -1 1077944384 15675 12565 0 0 468 2 5 3 20 0 17 0 6158540 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734571729088 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30246] ppid=30183 vsize=14202692 CPUtime=4.94 cores=0,2,4,6
/proc/30186/task/30246/stat : 30246 (java) S 30183 30186 3187 0 -1 1077944384 17334 12565 0 0 483 3 5 3 20 0 17 0 6158540 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734570686960 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30247] ppid=30183 vsize=14202692 CPUtime=2.17 cores=0,2,4,6
/proc/30186/task/30247/stat : 30247 (java) S 30183 30186 3187 0 -1 1077944384 17193 12565 0 0 205 4 5 3 20 0 17 0 6158540 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734569634672 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30248] ppid=30183 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30186/task/30248/stat : 30248 (java) S 30183 30186 3187 0 -1 1077944384 3 12565 0 0 0 0 5 3 20 0 17 0 6158541 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734568582112 139735097460437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
[pid=30186/tid=30249] ppid=30183 vsize=14202692 CPUtime=0.23 cores=0,2,4,6
/proc/30186/task/30249/stat : 30249 (java) S 30183 30186 3187 0 -1 1077944384 1939 12565 0 0 8 7 5 3 20 0 17 0 6158544 14543556608 369323 18446744073709551615 4194304 4196468 140729850330336 139734567528880 139735097461378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37715968 140729850337230 140729850340015 140729850340015 140729850343375 0
Current children cumulated CPU time (s) 254.77
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.369
CPU time (s): 254.936
CPU user time (s): 254.099
CPU system time (s): 0.83746
CPU usage (%): 106.06
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.099
system time used= 0.83746
maximum resident set size= 1549584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150182
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= 25445
involuntary context switches= 692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07069 second user time and 1.55834 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:40:38
IDJOB=4259738
IDBENCH=115729
IDSOLVER=2646
FILE ID=node135/4259738-1501642479
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= fe547a27c953c30f0dd43f8aa0b4ac9f
RANDOM SEED=2069859441

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:        29550724 kB
MemAvailable:   29806388 kB
Buffers:          116308 kB
Cached:           417212 kB
SwapCached:            0 kB
Active:          2553288 kB
Inactive:         247020 kB
Active(anon):    2267668 kB
Inactive(anon):     8592 kB
Active(file):     285620 kB
Inactive(file):   238428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24192 kB
Writeback:             0 kB
AnonPages:       2266868 kB
Mapped:            42144 kB
Shmem:              8960 kB
Slab:             121196 kB
SReclaimable:      94904 kB
SUnreclaim:        26292 kB
KernelStack:        3504 kB
PageTables:         9600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3699300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2023424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 04:44:39