Trace number 4262138

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) 2525.9099 2453.1101

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-9.xml
MD5SUMddafb9a8cc33bb4ebb1c12b838f3d57d
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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size3095
Maximum domain size3095
Distribution of domain sizes[{"size":3095,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.51 1.29 1.24 3/178 8466
/proc/meminfo: memFree=31634900/32770624 swapFree=0/371684
[pid=8466] ppid=8463 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8466/stat : 8466 (runsolver) D 8463 8466 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 29814081 24240128 106 18446744073709551615 4194304 4338465 140720532024352 140720532021992 139837511611095 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 26578944 140720532025553 140720532025929 140720532025929 140720532029386 0
/proc/8466/statm: 5918 106 53 36 0 2156 0

[startup+0.100174 s]
/proc/loadavg: 1.51 1.29 1.24 3/178 8466
/proc/meminfo: memFree=31634900/32770624 swapFree=0/371684
[pid=8466] ppid=8463 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/8466/stat : 8466 (bash) S 8463 8466 7434 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 29814081 9736192 351 18446744073709551615 4194304 5098028 140723485887280 140723485884920 140037875973120 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 18341888 140723485893140 140723485893225 140723485893225 140723485896682 0
/proc/8466/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200282 s]
/proc/loadavg: 1.51 1.29 1.24 3/178 8466
/proc/meminfo: memFree=31634900/32770624 swapFree=0/371684
[pid=8466] ppid=8463 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/8466/stat : 8466 (bash) S 8463 8466 7434 0 -1 4202496 890 6484 0 0 0 0 0 1 20 0 1 0 29814081 9867264 376 18446744073709551615 4194304 5098028 140723485887280 140723485881288 140037875973120 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 18341888 140723485893140 140723485893225 140723485893225 140723485896682 0
/proc/8466/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300398 s]
/proc/loadavg: 1.51 1.29 1.24 3/178 8466
/proc/meminfo: memFree=31634900/32770624 swapFree=0/371684
[pid=8466] ppid=8463 vsize=13574488 CPUtime=0.12 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 4869 12370 0 0 4 0 5 3 20 0 9 0 29814081 13900275712 4589 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3393622 4589 2138 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.700237 s]
/proc/loadavg: 1.51 1.29 1.24 3/178 8466
/proc/meminfo: memFree=31634900/32770624 swapFree=0/371684
[pid=8466] ppid=8463 vsize=13974784 CPUtime=0.49 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 12778 12370 0 0 38 3 5 3 20 0 15 0 29814081 14310178816 13118 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3493696 13118 3070 1 0 3482965 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50073 s]
/proc/loadavg: 1.51 1.29 1.24 3/213 8601
/proc/meminfo: memFree=31482872/32770624 swapFree=0/371868
[pid=8466] ppid=8463 vsize=13985408 CPUtime=1.64 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 26025 12370 0 0 148 8 5 3 20 0 15 0 29814081 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3496352 32402 3335 1 0 3485525 0
[pid=8466/tid=8570] ppid=8463 vsize=13985408 CPUtime=1.18 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) R 8463 8466 7434 0 -1 4202560 21258 12370 0 0 103 7 5 3 20 0 15 0 29814106 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139827268181056 139827263980701 0 4 1 16800974 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 2 12370 0 0 0 0 5 3 20 0 15 0 29814107 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 1 12370 0 0 0 0 5 3 20 0 15 0 29814107 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 2 12370 0 0 0 0 5 3 20 0 15 0 29814107 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 2 12370 0 0 0 0 5 3 20 0 15 0 29814107 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 5 12370 0 0 0 0 5 3 20 0 15 0 29814108 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826742376560 139827263969922 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 33 12370 0 0 0 0 5 3 20 0 15 0 29814109 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826741322528 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 21 12370 0 0 0 0 5 3 20 0 15 0 29814109 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826740270192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814111 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 1180 12370 0 0 15 0 5 3 20 0 15 0 29814111 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) S 8463 8466 7434 0 -1 1077944384 446 12370 0 0 10 0 5 3 20 0 15 0 29814111 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 913 12370 0 0 19 0 5 3 20 0 15 0 29814111 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814112 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 6 12370 0 0 0 0 5 3 20 0 15 0 29814125 14321057792 32402 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 13985408

[startup+3.10701 s]
/proc/loadavg: 1.51 1.29 1.24 7/213 8601
/proc/meminfo: memFree=31302356/32770624 swapFree=0/371864
[pid=8466] ppid=8463 vsize=13997884 CPUtime=5.6 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 41113 12370 0 0 536 16 5 3 20 0 15 0 29814081 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3499471 53746 3446 1 0 3488085 0
[pid=8466/tid=8570] ppid=8463 vsize=13997884 CPUtime=2.72 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) R 8463 8466 7434 0 -1 4202560 27328 12370 0 0 255 9 5 3 20 0 15 0 29814106 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139827268187176 139827245827313 0 4 1 16800974 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 195 12370 0 0 0 0 5 3 20 0 15 0 29814107 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 58 12370 0 0 1 0 5 3 20 0 15 0 29814107 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 60 12370 0 0 1 0 5 3 20 0 15 0 29814107 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 44 12370 0 0 0 0 5 3 20 0 15 0 29814107 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 1650 12370 0 0 1 0 5 3 20 0 15 0 29814108 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826742376560 139827263969922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 56 12370 0 0 0 0 5 3 20 0 15 0 29814109 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826741322592 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 43 12370 0 0 0 0 5 3 20 0 15 0 29814109 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814111 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=13997884 CPUtime=1 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 2583 12370 0 0 91 1 5 3 20 0 15 0 29814111 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=13997884 CPUtime=0.88 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) R 8463 8466 7434 0 -1 4202560 1918 12370 0 0 79 1 5 3 20 0 15 0 29814111 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826737102144 139827247367684 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=13997884 CPUtime=1.13 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) R 8463 8466 7434 0 -1 4202560 5013 12370 0 0 104 1 5 3 20 0 15 0 29814111 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827243341289 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814112 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 9 12370 0 0 0 0 5 3 20 0 15 0 29814125 14333833216 53746 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 13997884

[startup+6.3007 s]
/proc/loadavg: 1.55 1.30 1.25 10/213 8601
/proc/meminfo: memFree=30693404/32770624 swapFree=0/371856
[pid=8466] ppid=8463 vsize=13999932 CPUtime=14.03 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 54621 12370 0 0 1349 46 5 3 20 0 15 0 29814081 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3499983 160182 3465 1 0 3488597 0
[pid=8466/tid=8570] ppid=8463 vsize=13999932 CPUtime=5.66 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) R 8463 8466 7434 0 -1 4202560 28985 12370 0 0 545 13 5 3 20 0 15 0 29814106 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139827268187488 139826918566971 0 4 1 16800974 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=13999932 CPUtime=0.31 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 369 12370 0 0 17 6 5 3 20 0 15 0 29814107 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=13999932 CPUtime=0.31 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 188 12370 0 0 17 6 5 3 20 0 15 0 29814107 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=13999932 CPUtime=0.3 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 216 12370 0 0 16 6 5 3 20 0 15 0 29814107 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=13999932 CPUtime=0.31 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 264 12370 0 0 17 6 5 3 20 0 15 0 29814107 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 1851 12370 0 0 2 0 5 3 20 0 15 0 29814108 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826742376560 139827263969922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 56 12370 0 0 0 0 5 3 20 0 15 0 29814109 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826741322592 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 43 12370 0 0 0 0 5 3 20 0 15 0 29814109 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814111 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=13999932 CPUtime=3.06 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 7128 12370 0 0 297 1 5 3 20 0 15 0 29814111 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=13999932 CPUtime=2.73 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) R 8463 8466 7434 0 -1 4202560 4466 12370 0 0 264 1 5 3 20 0 15 0 29814111 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827245503312 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=13999932 CPUtime=1.78 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 8772 12370 0 0 168 2 5 3 20 0 15 0 29814111 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814112 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 127 12370 0 0 0 0 5 3 20 0 15 0 29814125 14335930368 160182 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 1.83 1.36 1.27 6/213 8601
/proc/meminfo: memFree=29287928/32770624 swapFree=0/371864
[pid=8466] ppid=8463 vsize=13999932 CPUtime=24.79 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 79179 12370 0 0 2375 96 5 3 20 0 15 0 29814081 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3499983 392530 3465 1 0 3488597 0
[pid=8466/tid=8570] ppid=8463 vsize=13999932 CPUtime=11.26 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) R 8463 8466 7434 0 -1 4202560 30910 12370 0 0 1096 22 5 3 20 0 15 0 29814106 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139827268189664 139826917876823 0 4 1 16800974 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=13999932 CPUtime=0.98 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 1197 12370 0 0 75 15 5 3 20 0 15 0 29814107 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=13999932 CPUtime=1.01 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 1439 12370 0 0 78 15 5 3 20 0 15 0 29814107 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=13999932 CPUtime=1.01 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 955 12370 0 0 77 16 5 3 20 0 15 0 29814107 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=13999932 CPUtime=1.03 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 644 12370 0 0 78 17 5 3 20 0 15 0 29814107 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 12907 12370 0 0 10 1 5 3 20 0 15 0 29814108 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826742376560 139827263969922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 56 12370 0 0 0 0 5 3 20 0 15 0 29814109 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826741322592 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 43 12370 0 0 0 0 5 3 20 0 15 0 29814109 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814111 14335930368 392530 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0

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

/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 40476 12370 0 0 1615 45 5 3 20 0 15 0 29814107 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=14004028 CPUtime=16.66 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 43095 12370 0 0 1614 44 5 3 20 0 15 0 29814107 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=14004028 CPUtime=3.48 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 37564 12370 0 0 305 35 5 3 20 0 15 0 29814108 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826742376560 139827263969922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 59 12370 0 0 0 0 5 3 20 0 15 0 29814109 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826741322592 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 47 12370 0 0 0 0 5 3 20 0 15 0 29814109 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814111 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=14004028 CPUtime=8.75 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 20844 12370 0 0 864 3 5 3 20 0 15 0 29814111 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=14004028 CPUtime=8.7 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) S 8463 8466 7434 0 -1 1077944384 24160 12370 0 0 859 3 5 3 20 0 15 0 29814111 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=14004028 CPUtime=2.65 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 16419 12370 0 0 253 4 5 3 20 0 15 0 29814111 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 15 0 29814112 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=14004028 CPUtime=1.57 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 2979 12370 0 0 77 72 5 3 20 0 15 0 29814125 14340124672 628964 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14004028

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 8466 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2452.01 s]
/proc/loadavg: 1.16 1.26 1.33 6/211 8782
/proc/meminfo: memFree=26527964/32770624 swapFree=0/373204
[pid=8466] ppid=8463 vsize=14137156 CPUtime=2521.97 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 404116 12370 0 0 251847 342 5 3 20 0 17 0 29814081 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3534289 631094 3484 1 0 3522903 0
[pid=8466/tid=8570] ppid=8463 vsize=14137156 CPUtime=2428.95 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) S 8463 8466 7434 0 -1 1077944384 138045 12370 0 0 242814 73 5 3 20 0 17 0 29814106 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827268196320 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=14137156 CPUtime=17.09 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) R 8463 8466 7434 0 -1 4202560 43595 12370 0 0 1657 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827224857608 139827245568604 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=14137156 CPUtime=17.11 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) R 8463 8466 7434 0 -1 4202560 28645 12370 0 0 1660 43 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826863467400 139827248659408 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=14137156 CPUtime=17.14 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) R 8463 8466 7434 0 -1 4202560 40525 12370 0 0 1661 45 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826862415112 139827248659466 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=14137156 CPUtime=17.12 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) R 8463 8466 7434 0 -1 4202560 43218 12370 0 0 1660 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826861362312 139827248659800 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=14137156 CPUtime=3.51 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) S 8463 8466 7434 0 -1 1077944384 43221 12370 0 0 307 36 5 3 20 0 17 0 29814108 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826742375184 139827263968981 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 59 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826741322592 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 47 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 86 12370 0 0 0 0 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=14137156 CPUtime=8.75 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 20844 12370 0 0 864 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=14137156 CPUtime=8.7 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) S 8463 8466 7434 0 -1 1077944384 24160 12370 0 0 859 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=14137156 CPUtime=2.65 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 16419 12370 0 0 253 4 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 17 0 29814112 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=14137156 CPUtime=1.57 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 2979 12370 0 0 77 72 5 3 20 0 17 0 29814125 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8781] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8781/stat : 8781 (java) S 8463 8466 7434 0 -1 1077944384 94 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826704461808 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8782] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8782/stat : 8782 (java) S 8463 8466 7434 0 -1 1077944384 25 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826700293184 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 2521.97
Current children cumulated vsize (KiB) 14137156

[startup+2452.8 s]
/proc/loadavg: 1.16 1.26 1.33 6/211 8782
/proc/meminfo: memFree=26527964/32770624 swapFree=0/373204
[pid=8466] ppid=8463 vsize=14137156 CPUtime=2524.83 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 404184 12370 0 0 252133 342 5 3 20 0 17 0 29814081 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3534289 631094 3484 1 0 3522903 0
[pid=8466/tid=8570] ppid=8463 vsize=14137156 CPUtime=2428.95 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) S 8463 8466 7434 0 -1 1077944384 138045 12370 0 0 242814 73 5 3 20 0 17 0 29814106 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827268196320 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=14137156 CPUtime=17.78 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 43595 12370 0 0 1726 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=14137156 CPUtime=17.8 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 28646 12370 0 0 1729 43 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=14137156 CPUtime=17.83 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 40525 12370 0 0 1730 45 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=14137156 CPUtime=17.81 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 43218 12370 0 0 1729 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=14137156 CPUtime=3.62 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) R 8463 8466 7434 0 -1 4202560 43284 12370 0 0 318 36 5 3 20 0 17 0 29814108 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826742374960 139827248315104 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 62 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826741322096 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 47 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 86 12370 0 0 0 0 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=14137156 CPUtime=8.75 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 20844 12370 0 0 864 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=14137156 CPUtime=8.7 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) S 8463 8466 7434 0 -1 1077944384 24160 12370 0 0 859 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=14137156 CPUtime=2.65 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 16419 12370 0 0 253 4 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 17 0 29814112 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=14137156 CPUtime=1.57 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 2979 12370 0 0 77 72 5 3 20 0 17 0 29814125 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8781] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8781/stat : 8781 (java) S 8463 8466 7434 0 -1 1077944384 94 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826704461808 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8782] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8782/stat : 8782 (java) S 8463 8466 7434 0 -1 1077944384 26 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826700293184 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 2524.83
Current children cumulated vsize (KiB) 14137156

[startup+2453.01 s]
/proc/loadavg: 1.16 1.26 1.33 3/211 8782
/proc/meminfo: memFree=26528708/32770624 swapFree=0/373204
[pid=8466] ppid=8463 vsize=14137156 CPUtime=2525.59 cores=0,2,4,6
/proc/8466/stat : 8466 (java) S 8463 8466 7434 0 -1 1077944320 404185 12370 0 0 252209 342 5 3 20 0 17 0 29814081 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 140730335685040 139827263958775 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
/proc/8466/statm: 3534289 631094 3484 1 0 3522903 0
[pid=8466/tid=8570] ppid=8463 vsize=14137156 CPUtime=2428.95 cores=0,2,4,6
/proc/8466/task/8570/stat : 8570 (java) S 8463 8466 7434 0 -1 1077944384 138045 12370 0 0 242814 73 5 3 20 0 17 0 29814106 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827268196320 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8571] ppid=8463 vsize=14137156 CPUtime=17.96 cores=0,2,4,6
/proc/8466/task/8571/stat : 8571 (java) S 8463 8466 7434 0 -1 1077944384 43595 12370 0 0 1744 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139827224857488 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8572] ppid=8463 vsize=14137156 CPUtime=17.98 cores=0,2,4,6
/proc/8466/task/8572/stat : 8572 (java) S 8463 8466 7434 0 -1 1077944384 28646 12370 0 0 1747 43 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826863467280 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8573] ppid=8463 vsize=14137156 CPUtime=18.02 cores=0,2,4,6
/proc/8466/task/8573/stat : 8573 (java) S 8463 8466 7434 0 -1 1077944384 40525 12370 0 0 1749 45 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826862414992 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8574] ppid=8463 vsize=14137156 CPUtime=18 cores=0,2,4,6
/proc/8466/task/8574/stat : 8574 (java) S 8463 8466 7434 0 -1 1077944384 43218 12370 0 0 1748 44 5 3 20 0 17 0 29814107 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826861362192 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8575] ppid=8463 vsize=14137156 CPUtime=3.64 cores=0,2,4,6
/proc/8466/task/8575/stat : 8575 (java) R 8463 8466 7434 0 -1 4202560 43284 12370 0 0 320 36 5 3 20 0 17 0 29814108 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826742374848 139827248315216 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8576] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) S 8463 8466 7434 0 -1 1077944384 62 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826741322096 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8577] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8577/stat : 8577 (java) S 8463 8466 7434 0 -1 1077944384 47 12370 0 0 0 0 5 3 20 0 17 0 29814109 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826740270208 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8578] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8578/stat : 8578 (java) S 8463 8466 7434 0 -1 1077944384 86 12370 0 0 0 0 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826739218512 139827263977371 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8579] ppid=8463 vsize=14137156 CPUtime=8.75 cores=0,2,4,6
/proc/8466/task/8579/stat : 8579 (java) S 8463 8466 7434 0 -1 1077944384 20844 12370 0 0 864 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826738166384 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8580] ppid=8463 vsize=14137156 CPUtime=8.7 cores=0,2,4,6
/proc/8466/task/8580/stat : 8580 (java) S 8463 8466 7434 0 -1 1077944384 24160 12370 0 0 859 3 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826737113584 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8581] ppid=8463 vsize=14137156 CPUtime=2.65 cores=0,2,4,6
/proc/8466/task/8581/stat : 8581 (java) S 8463 8466 7434 0 -1 1077944384 16419 12370 0 0 253 4 5 3 20 0 17 0 29814111 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826736061296 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8582] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8582/stat : 8582 (java) S 8463 8466 7434 0 -1 1077944384 3 12370 0 0 0 0 5 3 20 0 17 0 29814112 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826735008736 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8600] ppid=8463 vsize=14137156 CPUtime=1.57 cores=0,2,4,6
/proc/8466/task/8600/stat : 8600 (java) S 8463 8466 7434 0 -1 1077944384 2979 12370 0 0 77 72 5 3 20 0 17 0 29814125 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826733955504 139827263969922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8781] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8781/stat : 8781 (java) S 8463 8466 7434 0 -1 1077944384 94 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826704461808 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
[pid=8466/tid=8782] ppid=8463 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/8466/task/8782/stat : 8782 (java) S 8463 8466 7434 0 -1 1077944384 27 12370 0 0 0 0 5 3 20 0 17 0 30059232 14476447744 631094 18446744073709551615 4194304 4196468 140730335702496 139826700293312 139827263968981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140730335705040 140730335707825 140730335707825 140730335711183 0
Current children cumulated CPU time (s) 2525.59
Current children cumulated vsize (KiB) 14137156

[startup+2453.11 s]
/proc/loadavg: 1.16 1.26 1.33 3/211 8782
/proc/meminfo: memFree=26528708/32770624 swapFree=0/373204
[pid=8466] ppid=8463 vsize=0 CPUtime=2525.89 cores=0,2,4,6
/proc/8466/stat : 8466 (java) Z 8463 8466 7434 0 -1 4228108 404289 12370 0 0 252237 344 5 3 20 0 2 0 29814081 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/8466/statm: 0 0 0 0 0 0 0
[pid=8466/tid=8576] ppid=8463 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/8466/task/8576/stat : 8576 (java) R 8463 8466 7434 0 -1 4203588 65 12370 0 0 0 1 5 3 20 0 2 0 29814109 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2525.89
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2453.11
CPU time (s): 2525.91
CPU user time (s): 2522.43
CPU system time (s): 3.4714
CPU usage (%): 102.968
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2522.43
system time used= 3.4714
maximum resident set size= 4135368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126039
involuntary context switches= 7735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1834 second user time and 15.1291 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 03:11:18
IDJOB=4262138
IDBENCH=115747
IDSOLVER=2650
FILE ID=node124/4262138-1502414734
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262138-1502414734/watcher-4262138-1502414734 -o /tmp/evaluation-result-4262138-1502414734/solver-4262138-1502414734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262138-1502414734.xml

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

MD5SUM BENCH= ddafb9a8cc33bb4ebb1c12b838f3d57d
RANDOM SEED=1818073910

node124.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.51
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.51
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.51
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.51
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:        31636176 kB
MemAvailable:   32017944 kB
Buffers:          185288 kB
Cached:           485920 kB
SwapCached:            0 kB
Active:           327556 kB
Inactive:         396784 kB
Active(anon):      54416 kB
Inactive(anon):    16780 kB
Active(file):     273140 kB
Inactive(file):   380004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48940 kB
Writeback:             0 kB
AnonPages:         53716 kB
Mapped:            37404 kB
Shmem:             17160 kB
Slab:             114308 kB
SReclaimable:      88920 kB
SUnreclaim:        25388 kB
KernelStack:        3152 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     295652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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