Trace number 4262789

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) 2522.3601 2451.29

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=8839
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.23 1.27 1.33 2/194 8842
/proc/meminfo: memFree=29049044/32770624 swapFree=0/373216
[pid=8842] ppid=8839 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8842/stat : 8842 (runsolver) D 8839 8842 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30059803 24240128 106 18446744073709551615 4194304 4338465 140733445946304 140733445943944 140442386146007 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 29593600 140733445947601 140733445947977 140733445947977 140733445951434 0
/proc/8842/statm: 5918 106 53 36 0 2156 0

[startup+0.100201 s]
/proc/loadavg: 1.23 1.27 1.33 2/194 8842
/proc/meminfo: memFree=29049044/32770624 swapFree=0/373216
[pid=8842] ppid=8839 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/8842/stat : 8842 (bash) S 8839 8842 7434 0 -1 4202496 894 6487 0 0 0 0 0 1 20 0 1 0 30059803 9867264 377 18446744073709551615 4194304 5098028 140722570332752 140722570326760 139778084678656 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 5 0 0 7196144 7232144 24506368 140722570334740 140722570334825 140722570334825 140722570338282 0
/proc/8842/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200392 s]
/proc/loadavg: 1.23 1.27 1.33 2/194 8842
/proc/meminfo: memFree=29049044/32770624 swapFree=0/373216
[pid=8842] ppid=8839 vsize=13441360 CPUtime=0.09 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 4690 12350 0 0 2 0 5 2 20 0 7 0 30059803 13763952640 3989 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3360340 3989 2026 1 0 3349837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13441360

[startup+0.305594 s]
/proc/loadavg: 1.23 1.27 1.33 2/194 8842
/proc/meminfo: memFree=29049044/32770624 swapFree=0/373216
[pid=8842] ppid=8839 vsize=13974356 CPUtime=0.2 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 6824 12350 0 0 12 1 5 2 20 0 15 0 30059803 14309740544 8032 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3493589 8032 2939 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+0.700564 s]
/proc/loadavg: 1.23 1.27 1.33 2/194 8842
/proc/meminfo: memFree=29049044/32770624 swapFree=0/373216
[pid=8842] ppid=8839 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 13983 12350 0 0 62 4 5 2 20 0 15 0 30059803 14310178816 14907 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3493696 14907 3109 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50457 s]
/proc/loadavg: 1.23 1.27 1.33 7/211 8907
/proc/meminfo: memFree=28941368/32770624 swapFree=0/373180
[pid=8842] ppid=8839 vsize=13985408 CPUtime=1.99 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 30002 12350 0 0 182 10 5 2 20 0 15 0 30059803 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3496352 43254 3383 1 0 3485525 0
[pid=8842/tid=8892] ppid=8839 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 22730 12350 0 0 118 6 5 2 20 0 15 0 30059820 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418606186832 140418201235093 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 56 12350 0 0 0 0 5 2 20 0 15 0 30059821 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 194 12350 0 0 1 0 5 2 20 0 15 0 30059821 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 46 12350 0 0 1 0 5 2 20 0 15 0 30059821 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 72 12350 0 0 1 0 5 2 20 0 15 0 30059821 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 1324 12350 0 0 1 0 5 2 20 0 15 0 30059822 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 55 12350 0 0 0 0 5 2 20 0 15 0 30059823 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 30059823 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418078405744 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 1143 12350 0 0 16 0 5 2 20 0 15 0 30059826 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) R 8839 8842 7434 0 -1 4202560 716 12350 0 0 16 0 5 2 20 0 15 0 30059826 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418075238288 140418586346208 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) R 8839 8842 7434 0 -1 4202560 1453 12350 0 0 24 0 5 2 20 0 15 0 30059826 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601980506 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 10 12350 0 0 0 0 5 2 20 0 15 0 30059830 14321057792 43254 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13985408

[startup+3.10265 s]
/proc/loadavg: 1.21 1.27 1.33 2/192 8939
/proc/meminfo: memFree=31464060/32770624 swapFree=0/373144
[pid=8842] ppid=8839 vsize=13997884 CPUtime=5.57 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 48128 12350 0 0 535 15 5 2 20 0 15 0 30059803 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3499471 58055 3452 1 0 3488085 0
[pid=8842/tid=8892] ppid=8839 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 35580 12350 0 0 274 9 5 2 20 0 15 0 30059820 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418606192144 140418201294988 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 56 12350 0 0 0 0 5 2 20 0 15 0 30059821 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 194 12350 0 0 1 0 5 2 20 0 15 0 30059821 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 46 12350 0 0 1 0 5 2 20 0 15 0 30059821 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 72 12350 0 0 1 0 5 2 20 0 15 0 30059821 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 1354 12350 0 0 1 0 5 2 20 0 15 0 30059822 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 55 12350 0 0 0 0 5 2 20 0 15 0 30059823 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 30059823 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418078405744 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=13997884 CPUtime=0.89 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) R 8839 8842 7434 0 -1 4202560 2364 12350 0 0 82 0 5 2 20 0 15 0 30059826 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418076283088 140418601971094 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=13997884 CPUtime=0.76 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) R 8839 8842 7434 0 -1 4202560 1357 12350 0 0 69 0 5 2 20 0 15 0 30059826 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418075242160 140418601971094 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=13997884 CPUtime=1.09 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) R 8839 8842 7434 0 -1 1077944384 4834 12350 0 0 101 1 5 2 20 0 15 0 30059826 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418074192576 140418601969365 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 13 12350 0 0 0 0 5 2 20 0 15 0 30059830 14333833216 58055 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.21 1.27 1.33 5/209 9030
/proc/meminfo: memFree=31084924/32770624 swapFree=0/373184
[pid=8842] ppid=8839 vsize=14001980 CPUtime=15.63 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 59645 12350 0 0 1529 27 5 2 20 0 15 0 30059803 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3500495 107736 3468 1 0 3489109 0
[pid=8842/tid=8892] ppid=8839 vsize=14001980 CPUtime=5.89 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 37000 12350 0 0 571 11 5 2 20 0 15 0 30059820 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418606190000 140418219099199 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 946 12350 0 0 14 1 5 2 20 0 15 0 30059821 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14001980 CPUtime=0.19 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 298 12350 0 0 11 1 5 2 20 0 15 0 30059821 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14001980 CPUtime=0.2 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 233 12350 0 0 12 1 5 2 20 0 15 0 30059821 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14001980 CPUtime=0.23 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 364 12350 0 0 15 1 5 2 20 0 15 0 30059821 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 2248 12350 0 0 5 0 5 2 20 0 15 0 30059822 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 55 12350 0 0 0 0 5 2 20 0 15 0 30059823 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 44 12350 0 0 0 0 5 2 20 0 15 0 30059823 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=14001980 CPUtime=3.69 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 5642 12350 0 0 361 1 5 2 20 0 15 0 30059826 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=14001980 CPUtime=3.64 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) R 8839 8842 7434 0 -1 4202560 3642 12350 0 0 355 2 5 2 20 0 15 0 30059826 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418075249136 140418585932814 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=14001980 CPUtime=1.9 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) S 8839 8842 7434 0 -1 1077944384 6998 12350 0 0 179 4 5 2 20 0 15 0 30059826 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 16 12350 0 0 0 0 5 2 20 0 15 0 30059830 14338027520 107736 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.33 1.29 1.34 3/209 9030
/proc/meminfo: memFree=30031796/32770624 swapFree=0/373200
[pid=8842] ppid=8839 vsize=14071612 CPUtime=31.66 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 99693 12350 0 0 3107 52 5 2 20 0 15 0 30059803 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3517903 246045 3480 1 0 3506517 0
[pid=8842/tid=8892] ppid=8839 vsize=14071612 CPUtime=12.1 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 59934 12350 0 0 1184 19 5 2 20 0 15 0 30059820 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418606190072 140418225125300 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14071612 CPUtime=0.37 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 1408 12350 0 0 26 4 5 2 20 0 15 0 30059821 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14071612 CPUtime=0.33 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 420 12350 0 0 21 5 5 2 20 0 15 0 30059821 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14071612 CPUtime=0.35 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 519 12350 0 0 24 4 5 2 20 0 15 0 30059821 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14071612 CPUtime=0.38 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 627 12350 0 0 26 5 5 2 20 0 15 0 30059821 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 2614 12350 0 0 6 0 5 2 20 0 15 0 30059822 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 58 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 49 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14409330688 246045 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0

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

/proc/meminfo: memFree=28022448/32770624 swapFree=0/374320
[pid=8842] ppid=8839 vsize=14071612 CPUtime=2511.57 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 413819 12350 0 0 250852 298 5 2 20 0 15 0 30059803 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3517903 598553 3484 1 0 3506517 0
[pid=8842/tid=8892] ppid=8839 vsize=14071612 CPUtime=2417.55 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 160076 12350 0 0 241684 64 5 2 20 0 15 0 30059820 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418606192992 140418205193364 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14071612 CPUtime=16.97 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 43708 12350 0 0 1655 35 5 2 20 0 15 0 30059821 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14071612 CPUtime=16.88 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 46537 12350 0 0 1645 36 5 2 20 0 15 0 30059821 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14071612 CPUtime=16.95 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 33714 12350 0 0 1655 33 5 2 20 0 15 0 30059821 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14071612 CPUtime=16.95 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 28002 12350 0 0 1654 34 5 2 20 0 15 0 30059821 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14071612 CPUtime=5.59 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 31794 12350 0 0 518 34 5 2 20 0 15 0 30059822 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 58 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 49 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 21668 12350 0 0 815 4 5 2 20 0 15 0 30059826 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=14071612 CPUtime=8.51 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) S 8839 8842 7434 0 -1 1077944384 22792 12350 0 0 840 4 5 2 20 0 15 0 30059826 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418075249136 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=14071612 CPUtime=2.92 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) S 8839 8842 7434 0 -1 1077944384 21375 12350 0 0 279 6 5 2 20 0 15 0 30059826 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=14071612 CPUtime=1.52 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 1887 12350 0 0 69 76 5 2 20 0 15 0 30059830 14409330688 598553 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 2511.57
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.6 s]
/proc/loadavg: 1.20 1.25 1.33 3/209 9199
/proc/meminfo: memFree=28022608/32770624 swapFree=0/374324
[pid=8842] ppid=8839 vsize=14071612 CPUtime=2520.05 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 414057 12350 0 0 251700 298 5 2 20 0 15 0 30059803 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3517903 599065 3484 1 0 3506517 0
[pid=8842/tid=8892] ppid=8839 vsize=14071612 CPUtime=2425.76 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) R 8839 8842 7434 0 -1 4202560 160299 12350 0 0 242505 64 5 2 20 0 15 0 30059820 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418606193424 140418218820502 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14071612 CPUtime=17.03 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) S 8839 8842 7434 0 -1 1077944384 43712 12350 0 0 1661 35 5 2 20 0 15 0 30059821 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418521373584 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14071612 CPUtime=16.94 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) S 8839 8842 7434 0 -1 1077944384 46540 12350 0 0 1651 36 5 2 20 0 15 0 30059821 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418201152272 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14071612 CPUtime=17.01 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) S 8839 8842 7434 0 -1 1077944384 33716 12350 0 0 1661 33 5 2 20 0 15 0 30059821 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14071612 CPUtime=17.02 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) S 8839 8842 7434 0 -1 1077944384 28005 12350 0 0 1661 34 5 2 20 0 15 0 30059821 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14071612 CPUtime=5.61 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 31797 12350 0 0 520 34 5 2 20 0 15 0 30059822 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418080512112 140418601970306 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 58 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 49 12350 0 0 0 0 5 2 20 0 15 0 30059823 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=14071612 CPUtime=8.26 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 21668 12350 0 0 815 4 5 2 20 0 15 0 30059826 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=14071612 CPUtime=8.51 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) S 8839 8842 7434 0 -1 1077944384 22792 12350 0 0 840 4 5 2 20 0 15 0 30059826 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418075249136 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=14071612 CPUtime=2.92 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) S 8839 8842 7434 0 -1 1077944384 21375 12350 0 0 279 6 5 2 20 0 15 0 30059826 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 30059826 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=14071612 CPUtime=1.52 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 1887 12350 0 0 69 76 5 2 20 0 15 0 30059830 14409330688 599065 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14071612

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

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

[startup+2450.8 s]
/proc/loadavg: 1.20 1.25 1.33 6/211 9201
/proc/meminfo: memFree=28009916/32770624 swapFree=0/374324
[pid=8842] ppid=8839 vsize=14204740 CPUtime=2520.74 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 421984 12350 0 0 251768 299 5 2 20 0 17 0 30059803 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3551185 602071 3484 1 0 3539799 0
[pid=8842/tid=8892] ppid=8839 vsize=14204740 CPUtime=2425.77 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) S 8839 8842 7434 0 -1 1077944384 160658 12350 0 0 242506 64 5 2 20 0 17 0 30059820 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418606196864 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14204740 CPUtime=17.2 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) R 8839 8842 7434 0 -1 4202560 43745 12350 0 0 1678 35 5 2 20 0 17 0 30059821 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418521373784 140418586659896 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14204740 CPUtime=17.11 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) R 8839 8842 7434 0 -1 4202560 46746 12350 0 0 1668 36 5 2 20 0 17 0 30059821 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418201152472 140418586659806 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14204740 CPUtime=17.17 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) R 8839 8842 7434 0 -1 4202560 33932 12350 0 0 1677 33 5 2 20 0 17 0 30059821 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418200099872 140418586659855 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14204740 CPUtime=17.17 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) R 8839 8842 7434 0 -1 4202560 28203 12350 0 0 1676 34 5 2 20 0 17 0 30059821 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418199047384 140418586659843 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14204740 CPUtime=5.65 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 38485 12350 0 0 523 35 5 2 20 0 17 0 30059822 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418080510736 140418601969365 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 58 12350 0 0 0 0 5 2 20 0 17 0 30059823 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418079458144 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 49 12350 0 0 0 0 5 2 20 0 17 0 30059823 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 109 12350 0 0 0 0 5 2 20 0 17 0 30059826 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=14204740 CPUtime=8.26 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 21668 12350 0 0 815 4 5 2 20 0 17 0 30059826 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=14204740 CPUtime=8.51 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) S 8839 8842 7434 0 -1 1077944384 22792 12350 0 0 840 4 5 2 20 0 17 0 30059826 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418075249136 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=14204740 CPUtime=2.92 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) S 8839 8842 7434 0 -1 1077944384 21375 12350 0 0 279 6 5 2 20 0 17 0 30059826 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 17 0 30059826 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=14204740 CPUtime=1.52 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 1887 12350 0 0 69 76 5 2 20 0 17 0 30059830 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=9200] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/9200/stat : 9200 (java) S 8839 8842 7434 0 -1 1077944384 95 12350 0 0 0 0 5 2 20 0 17 0 30304863 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140417610014704 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=9201] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/9201/stat : 9201 (java) S 8839 8842 7434 0 -1 1077944384 25 12350 0 0 0 0 5 2 20 0 17 0 30304863 14545653760 602071 18446744073709551615 4194304 4196468 140736243076592 140417608963136 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 2520.74
Current children cumulated vsize (KiB) 14204740

[startup+2451.2 s]
/proc/loadavg: 1.20 1.25 1.33 6/211 9201
/proc/meminfo: memFree=28009916/32770624 swapFree=0/374324
[pid=8842] ppid=8839 vsize=14204740 CPUtime=2522.14 cores=0,2,4,6
/proc/8842/stat : 8842 (java) S 8839 8842 7434 0 -1 1077944320 422173 12350 0 0 251907 300 5 2 20 0 17 0 30059803 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140736243059136 140418601959159 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
/proc/8842/statm: 3551185 602181 3484 1 0 3539799 0
[pid=8842/tid=8892] ppid=8839 vsize=14204740 CPUtime=2425.77 cores=0,2,4,6
/proc/8842/task/8892/stat : 8892 (java) S 8839 8842 7434 0 -1 1077944384 160659 12350 0 0 242506 64 5 2 20 0 17 0 30059820 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418606196864 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8893] ppid=8839 vsize=14204740 CPUtime=17.53 cores=0,2,4,6
/proc/8842/task/8893/stat : 8893 (java) R 8839 8842 7434 0 -1 4202560 43745 12350 0 0 1711 35 5 2 20 0 17 0 30059821 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418521373480 140418594587367 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8894] ppid=8839 vsize=14204740 CPUtime=17.44 cores=0,2,4,6
/proc/8842/task/8894/stat : 8894 (java) R 8839 8842 7434 0 -1 4202560 46747 12350 0 0 1701 36 5 2 20 0 17 0 30059821 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418201152472 140418586944455 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8895] ppid=8839 vsize=14204740 CPUtime=17.5 cores=0,2,4,6
/proc/8842/task/8895/stat : 8895 (java) R 8839 8842 7434 0 -1 4202560 33933 12350 0 0 1710 33 5 2 20 0 17 0 30059821 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418200099984 140418581985654 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8896] ppid=8839 vsize=14204740 CPUtime=17.5 cores=0,2,4,6
/proc/8842/task/8896/stat : 8896 (java) R 8839 8842 7434 0 -1 4202560 28203 12350 0 0 1709 34 5 2 20 0 17 0 30059821 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418199047184 140418586944455 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8897] ppid=8839 vsize=14204740 CPUtime=5.71 cores=0,2,4,6
/proc/8842/task/8897/stat : 8897 (java) S 8839 8842 7434 0 -1 1077944384 38666 12350 0 0 529 35 5 2 20 0 17 0 30059822 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418080510512 140418601969365 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8898] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8898/stat : 8898 (java) S 8839 8842 7434 0 -1 1077944384 61 12350 0 0 0 0 5 2 20 0 17 0 30059823 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418079458048 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8899] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8899/stat : 8899 (java) S 8839 8842 7434 0 -1 1077944384 49 12350 0 0 0 0 5 2 20 0 17 0 30059823 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418078405760 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8900] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8900/stat : 8900 (java) S 8839 8842 7434 0 -1 1077944384 109 12350 0 0 0 0 5 2 20 0 17 0 30059826 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418077354064 140418601977755 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8901] ppid=8839 vsize=14204740 CPUtime=8.26 cores=0,2,4,6
/proc/8842/task/8901/stat : 8901 (java) S 8839 8842 7434 0 -1 1077944384 21669 12350 0 0 815 4 5 2 20 0 17 0 30059826 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418076301936 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8902] ppid=8839 vsize=14204740 CPUtime=8.51 cores=0,2,4,6
/proc/8842/task/8902/stat : 8902 (java) S 8839 8842 7434 0 -1 1077944384 22792 12350 0 0 840 4 5 2 20 0 17 0 30059826 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418075249136 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8903] ppid=8839 vsize=14204740 CPUtime=2.92 cores=0,2,4,6
/proc/8842/task/8903/stat : 8903 (java) S 8839 8842 7434 0 -1 1077944384 21375 12350 0 0 279 6 5 2 20 0 17 0 30059826 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418074196848 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8904] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/8904/stat : 8904 (java) S 8839 8842 7434 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 17 0 30059826 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418073144288 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=8905] ppid=8839 vsize=14204740 CPUtime=1.52 cores=0,2,4,6
/proc/8842/task/8905/stat : 8905 (java) S 8839 8842 7434 0 -1 1077944384 1887 12350 0 0 69 76 5 2 20 0 17 0 30059830 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140418072091056 140418601970306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=9200] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/9200/stat : 9200 (java) S 8839 8842 7434 0 -1 1077944384 95 12350 0 0 0 0 5 2 20 0 17 0 30304863 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140417610014704 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
[pid=8842/tid=9201] ppid=8839 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/8842/task/9201/stat : 9201 (java) S 8839 8842 7434 0 -1 1077944384 26 12350 0 0 0 0 5 2 20 0 17 0 30304863 14545653760 602181 18446744073709551615 4194304 4196468 140736243076592 140417608963136 140418601969365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34607104 140736243079120 140736243081905 140736243081905 140736243085263 0
Current children cumulated CPU time (s) 2522.14
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 2451.29
CPU time (s): 2522.36
CPU user time (s): 2519.32
CPU system time (s): 3.04095
CPU usage (%): 102.9
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.32
system time used= 3.04095
maximum resident set size= 2684088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172972
involuntary context switches= 7442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6064 second user time and 15.1473 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 03:52:15
IDJOB=4262789
IDBENCH=115804
IDSOLVER=2650
FILE ID=node124/4262789-1502417191
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=1063593017

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:        29049420 kB
MemAvailable:   29435464 kB
Buffers:          186640 kB
Cached:           487728 kB
SwapCached:            0 kB
Active:          2912636 kB
Inactive:         389984 kB
Active(anon):    2628764 kB
Inactive(anon):    16768 kB
Active(file):     283872 kB
Inactive(file):   373216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24188 kB
Writeback:             0 kB
AnonPages:       2628076 kB
Mapped:            49764 kB
Shmem:             17128 kB
Slab:             114856 kB
SReclaimable:      89580 kB
SUnreclaim:        25276 kB
KernelStack:        3424 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3359288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2412544 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 04:33:07