Trace number 4259768

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) 265.35999 240.72701

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
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 size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"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.35/2.13	c Concrete v3.4 running
264.98/240.70	java.util.concurrent.TimeoutException
264.98/240.70		at concrete.MAC.mac(MAC.scala:74)
264.98/240.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
264.98/240.70		at scala.util.Try$.apply(Try.scala:209)
264.98/240.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
264.98/240.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
265.31/240.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
265.31/240.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
265.31/240.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
265.31/240.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
265.31/240.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
265.31/240.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
265.31/240.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
265.31/240.70		at concrete.MAC.oneRun(MAC.scala:146)
265.31/240.70		at concrete.MAC.nextSolution(MAC.scala:166)
265.31/240.70		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
265.31/240.70		at concrete.ProblemState.map(ProblemState.scala:203)
265.31/240.70		at concrete.ProblemState.map(ProblemState.scala:188)
265.31/240.70		at concrete.MAC.nextSolution(MAC.scala:195)
265.31/240.70		at concrete.Solver.hasNext(Solver.scala:202)
265.31/240.70		at scala.collection.Iterator.toStream(Iterator.scala:1403)
265.31/240.70		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
265.31/240.70		at concrete.Solver.toStream(Solver.scala:73)
265.31/240.70		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
265.31/240.70		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
265.31/240.70		at concrete.Solver.toIterable(Solver.scala:73)
265.31/240.70		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
265.31/240.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
265.31/240.70		at scala.util.Success.map(Try.scala:209)
265.31/240.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
265.31/240.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
265.31/240.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
265.31/240.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
265.31/240.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
265.31/240.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
265.31/240.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
265.31/240.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
265.31/240.70		at scala.App.$anonfun$main$1$adapted(App.scala:76)
265.31/240.70		at scala.collection.immutable.List.foreach(List.scala:389)
265.31/240.70		at scala.App.main(App.scala:76)
265.31/240.70		at scala.App.main$(App.scala:74)
265.31/240.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
265.31/240.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
265.31/240.71	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-4259768-1501996737/watcher-4259768-1501996737 -o /tmp/evaluation-result-4259768-1501996737/solver-4259768-1501996737 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16060 --watchdog 300 bin/concrete HOME/instance-4259768-1501996737.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.59 1.67 1.64 2/201 17108
/proc/meminfo: memFree=30709032/32770624 swapFree=0/297968
[pid=17108] ppid=17105 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17108/stat : 17108 (runsolver) D 17105 17108 30500 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47488987 24240128 108 18446744073709551615 4194304 4338465 140725060980336 140725060977976 140224549233367 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 31936512 140725060989142 140725060989516 140725060989516 140725060992970 0
/proc/17108/statm: 5918 108 54 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.59 1.67 1.64 2/201 17108
/proc/meminfo: memFree=30709032/32770624 swapFree=0/297968
[pid=17108] ppid=17105 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17108/stat : 17108 (bash) S 17105 17108 30500 0 -1 4202496 890 6485 0 0 0 0 0 1 20 0 1 0 47488987 9867264 376 18446744073709551615 4194304 5098028 140737300942032 140737300936040 140011338775552 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 3 0 0 7196144 7232144 8351744 140737300943383 140737300943468 140737300943468 140737300946922 0
/proc/17108/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200241 s]
/proc/loadavg: 1.59 1.67 1.64 2/201 17108
/proc/meminfo: memFree=30709032/32770624 swapFree=0/297968
[pid=17108] ppid=17105 vsize=13775208 CPUtime=0.11 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 5005 12361 0 0 4 0 5 2 20 0 13 0 47488987 14105812992 4190 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3443802 4190 2146 1 0 3433299 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13775208

[startup+0.300247 s]
/proc/loadavg: 1.59 1.67 1.64 2/201 17108
/proc/meminfo: memFree=30709032/32770624 swapFree=0/297968
[pid=17108] ppid=17105 vsize=13974356 CPUtime=0.23 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 6802 12361 0 0 15 1 5 2 20 0 15 0 47488987 14309740544 8462 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3493589 8462 2938 1 0 3482965 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13974356

[startup+0.70024 s]
/proc/loadavg: 1.59 1.67 1.64 2/201 17108
/proc/meminfo: memFree=30709032/32770624 swapFree=0/297968
[pid=17108] ppid=17105 vsize=13974784 CPUtime=0.75 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 13810 12361 0 0 65 3 5 2 20 0 15 0 47488987 14310178816 15305 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3493696 15305 3135 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.62 1.68 1.65 3/216 17171
/proc/meminfo: memFree=30608324/32770624 swapFree=0/297948
[pid=17108] ppid=17105 vsize=13985408 CPUtime=2.02 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 29058 12361 0 0 185 10 5 2 20 0 15 0 47488987 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3496352 42838 3379 1 0 3485525 0
[pid=17108/tid=17158] ppid=17105 vsize=13985408 CPUtime=1.33 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 21749 12361 0 0 119 7 5 2 20 0 15 0 47489002 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139917450591760 139917430408549 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 37 12361 0 0 1 0 5 2 20 0 15 0 47489002 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 188 12361 0 0 1 0 5 2 20 0 15 0 47489002 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 43 12361 0 0 1 0 5 2 20 0 15 0 47489002 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 74 12361 0 0 1 0 5 2 20 0 15 0 47489002 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 1459 12361 0 0 1 0 5 2 20 0 15 0 47489004 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 55 12361 0 0 0 0 5 2 20 0 15 0 47489004 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 45 12361 0 0 0 0 5 2 20 0 15 0 47489004 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916922901872 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 1163 12361 0 0 18 0 5 2 20 0 15 0 47489007 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 769 12361 0 0 15 0 5 2 20 0 15 0 47489007 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 1310 12361 0 0 25 0 5 2 20 0 15 0 47489007 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 10 12361 0 0 0 0 5 2 20 0 15 0 47489012 14321057792 42838 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.62 1.68 1.65 5/216 17171
/proc/meminfo: memFree=30536000/32770624 swapFree=0/297948
[pid=17108] ppid=17105 vsize=13997884 CPUtime=6.02 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 48812 12361 0 0 579 16 5 2 20 0 15 0 47488987 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3499471 56583 3450 1 0 3488085 0
[pid=17108/tid=17158] ppid=17105 vsize=13997884 CPUtime=2.92 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 33832 12361 0 0 275 10 5 2 20 0 15 0 47489002 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139917450592032 139917446376854 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 37 12361 0 0 1 0 5 2 20 0 15 0 47489002 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 188 12361 0 0 1 0 5 2 20 0 15 0 47489002 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 43 12361 0 0 1 0 5 2 20 0 15 0 47489002 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 74 12361 0 0 1 0 5 2 20 0 15 0 47489002 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 1477 12361 0 0 1 0 5 2 20 0 15 0 47489004 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 55 12361 0 0 0 0 5 2 20 0 15 0 47489004 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 45 12361 0 0 0 0 5 2 20 0 15 0 47489004 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916922901872 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 4318 12361 0 0 101 0 5 2 20 0 15 0 47489007 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 2154 12361 0 0 91 1 5 2 20 0 15 0 47489007 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=13997884 CPUtime=1.12 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) R 17105 17108 30500 0 -1 4202560 4420 12361 0 0 104 1 5 2 20 0 15 0 47489007 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916918683184 139917424731384 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 13 12361 0 0 0 0 5 2 20 0 15 0 47489012 14333833216 56583 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.89 1.73 1.66 5/216 17171
/proc/meminfo: memFree=30372108/32770624 swapFree=0/297948
[pid=17108] ppid=17105 vsize=14001980 CPUtime=15.82 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 74986 12361 0 0 1550 25 5 2 20 0 15 0 47488987 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3500495 95404 3467 1 0 3489109 0
[pid=17108/tid=17158] ppid=17105 vsize=14001980 CPUtime=5.92 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 37391 12361 0 0 573 12 5 2 20 0 15 0 47489002 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139917450595648 139917446376854 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14001980 CPUtime=0.23 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 272 12361 0 0 15 1 5 2 20 0 15 0 47489002 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 1011 12361 0 0 14 1 5 2 20 0 15 0 47489002 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14001980 CPUtime=0.19 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 123 12361 0 0 12 0 5 2 20 0 15 0 47489002 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 256 12361 0 0 13 1 5 2 20 0 15 0 47489002 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 2322 12361 0 0 4 0 5 2 20 0 15 0 47489004 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 55 12361 0 0 0 0 5 2 20 0 15 0 47489004 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 45 12361 0 0 0 0 5 2 20 0 15 0 47489004 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=14001980 CPUtime=3.77 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) R 17105 17108 30500 0 -1 4202560 12005 12361 0 0 369 1 5 2 20 0 15 0 47489007 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916920785984 139917446386266 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=14001980 CPUtime=3.68 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) R 17105 17108 30500 0 -1 4202560 11593 12361 0 0 359 2 5 2 20 0 15 0 47489007 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446386266 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=14001980 CPUtime=1.95 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 7720 12361 0 0 185 3 5 2 20 0 15 0 47489007 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 37 12361 0 0 0 0 5 2 20 0 15 0 47489012 14338027520 95404 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 2.06 1.77 1.68 4/216 17171
/proc/meminfo: memFree=30026364/32770624 swapFree=0/297948
[pid=17108] ppid=17105 vsize=14071612 CPUtime=31.21 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 104830 12361 0 0 3061 53 5 2 20 0 15 0 47488987 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3517903 181653 3478 1 0 3506517 0
[pid=17108/tid=17158] ppid=17105 vsize=14071612 CPUtime=12.12 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 53130 12361 0 0 1189 16 5 2 20 0 15 0 47489002 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139917450598864 139917105303360 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14071612 CPUtime=0.39 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 425 12361 0 0 26 6 5 2 20 0 15 0 47489002 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14071612 CPUtime=0.38 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 1132 12361 0 0 25 6 5 2 20 0 15 0 47489002 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14071612 CPUtime=0.36 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 313 12361 0 0 24 5 5 2 20 0 15 0 47489002 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14071612 CPUtime=0.38 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 944 12361 0 0 25 6 5 2 20 0 15 0 47489002 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 2475 12361 0 0 5 0 5 2 20 0 15 0 47489004 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 59 12361 0 0 0 0 5 2 20 0 15 0 47489004 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 49 12361 0 0 0 0 5 2 20 0 15 0 47489004 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14409330688 181653 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0

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

/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14409330688 399472 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 270 12361 0 0 5 6 5 2 20 0 15 0 47489012 14409330688 399472 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 244.94
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.20 1.53 1.60 3/214 17433
/proc/meminfo: memFree=28776284/32770624 swapFree=0/298044
[pid=17108] ppid=17105 vsize=14071612 CPUtime=262.93 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 147227 12361 0 0 26190 96 5 2 20 0 15 0 47488987 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3517903 397297 3483 1 0 3506517 0
[pid=17108/tid=17158] ppid=17105 vsize=14071612 CPUtime=238.26 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 65032 12361 0 0 23785 34 5 2 20 0 15 0 47489002 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139917450599040 139917111564123 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14071612 CPUtime=1.27 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 2305 12361 0 0 110 10 5 2 20 0 15 0 47489002 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14071612 CPUtime=1.25 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 3248 12361 0 0 107 11 5 2 20 0 15 0 47489002 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14071612 CPUtime=1.23 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 3438 12361 0 0 106 10 5 2 20 0 15 0 47489002 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14071612 CPUtime=1.24 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 3520 12361 0 0 107 10 5 2 20 0 15 0 47489002 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14071612 CPUtime=0.34 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 4507 12361 0 0 24 3 5 2 20 0 15 0 47489004 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 59 12361 0 0 0 0 5 2 20 0 15 0 47489004 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 49 12361 0 0 0 0 5 2 20 0 15 0 47489004 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=14071612 CPUtime=8.34 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 23585 12361 0 0 824 3 5 2 20 0 15 0 47489007 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=14071612 CPUtime=8.39 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 24329 12361 0 0 829 3 5 2 20 0 15 0 47489007 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=14071612 CPUtime=2.93 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 14724 12361 0 0 282 4 5 2 20 0 15 0 47489007 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 15 0 47489007 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 275 12361 0 0 6 7 5 2 20 0 15 0 47489012 14409330688 397297 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 262.93
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 17108 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.402 s]
/proc/loadavg: 1.20 1.53 1.60 3/214 17433
/proc/meminfo: memFree=28776284/32770624 swapFree=0/298044
[pid=17108] ppid=17105 vsize=14204740 CPUtime=264.31 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 160539 12361 0 0 26327 97 5 2 20 0 17 0 47488987 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3551185 399067 3483 1 0 3539799 0
[pid=17108/tid=17158] ppid=17105 vsize=14204740 CPUtime=238.27 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) S 17105 17108 30500 0 -1 1077944384 65637 12361 0 0 23786 34 5 2 20 0 17 0 47489002 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139917450602704 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14204740 CPUtime=1.59 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) R 17105 17108 30500 0 -1 4202560 2390 12361 0 0 142 10 5 2 20 0 17 0 47489002 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139917046836056 139917431350215 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14204740 CPUtime=1.57 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) R 17105 17108 30500 0 -1 4202560 3359 12361 0 0 139 11 5 2 20 0 17 0 47489002 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139917045782944 139917431315524 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14204740 CPUtime=1.56 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) R 17105 17108 30500 0 -1 4202560 3763 12361 0 0 139 10 5 2 20 0 17 0 47489002 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139917044730456 139917431062711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14204740 CPUtime=1.56 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) R 17105 17108 30500 0 -1 4202560 3762 12361 0 0 139 10 5 2 20 0 17 0 47489002 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917431350215 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14204740 CPUtime=0.4 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 15613 12361 0 0 30 3 5 2 20 0 17 0 47489004 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916925007152 139917446375125 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 62 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916923954320 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 49 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 186 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=14204740 CPUtime=8.34 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 23893 12361 0 0 824 3 5 2 20 0 17 0 47489007 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=14204740 CPUtime=8.39 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 24329 12361 0 0 829 3 5 2 20 0 17 0 47489007 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=14204740 CPUtime=2.93 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 14724 12361 0 0 282 4 5 2 20 0 17 0 47489007 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 275 12361 0 0 6 7 5 2 20 0 17 0 47489012 14545653760 399067 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 264.31
Current children cumulated vsize (KiB) 14204740

[startup+240.601 s]
/proc/loadavg: 1.20 1.53 1.60 3/214 17433
/proc/meminfo: memFree=28776284/32770624 swapFree=0/298044
[pid=17108] ppid=17105 vsize=14204740 CPUtime=264.98 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 160584 12361 0 0 26394 97 5 2 20 0 17 0 47488987 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3551185 399101 3483 1 0 3539799 0
[pid=17108/tid=17158] ppid=17105 vsize=14204740 CPUtime=238.27 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) S 17105 17108 30500 0 -1 1077944384 65637 12361 0 0 23786 34 5 2 20 0 17 0 47489002 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139917450602704 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14204740 CPUtime=1.75 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) R 17105 17108 30500 0 -1 4202560 2392 12361 0 0 158 10 5 2 20 0 17 0 47489002 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139917046835976 139917438993127 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14204740 CPUtime=1.73 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) R 17105 17108 30500 0 -1 4202560 3366 12361 0 0 155 11 5 2 20 0 17 0 47489002 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917438993127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14204740 CPUtime=1.72 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) R 17105 17108 30500 0 -1 4202560 3779 12361 0 0 155 10 5 2 20 0 17 0 47489002 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917427974681 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14204740 CPUtime=1.72 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) R 17105 17108 30500 0 -1 4202560 3782 12361 0 0 155 10 5 2 20 0 17 0 47489002 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917438993127 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14204740 CPUtime=0.44 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 15613 12361 0 0 34 3 5 2 20 0 17 0 47489004 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916925007376 139917446375125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 62 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916923954416 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 49 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 186 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=14204740 CPUtime=8.34 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 23893 12361 0 0 824 3 5 2 20 0 17 0 47489007 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=14204740 CPUtime=8.39 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 24329 12361 0 0 829 3 5 2 20 0 17 0 47489007 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=14204740 CPUtime=2.93 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 14724 12361 0 0 282 4 5 2 20 0 17 0 47489007 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 275 12361 0 0 6 7 5 2 20 0 17 0 47489012 14545653760 399101 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 264.98
Current children cumulated vsize (KiB) 14204740

[startup+240.701 s]
/proc/loadavg: 1.20 1.53 1.60 3/214 17433
/proc/meminfo: memFree=28776284/32770624 swapFree=0/298044
[pid=17108] ppid=17105 vsize=14204740 CPUtime=265.31 cores=1,3,5,7
/proc/17108/stat : 17108 (java) S 17105 17108 30500 0 -1 1077944320 160691 12361 0 0 26427 97 5 2 20 0 17 0 47488987 14545653760 398973 18446744073709551615 4194304 4196468 140736698360272 140736698342816 139917446364919 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
/proc/17108/statm: 3551185 398973 3483 1 0 3539799 0
[pid=17108/tid=17158] ppid=17105 vsize=14204740 CPUtime=238.28 cores=1,3,5,7
/proc/17108/task/17158/stat : 17158 (java) R 17105 17108 30500 0 -1 4202560 65655 12361 0 0 23787 34 5 2 20 0 17 0 47489002 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139917450602704 139917430888641 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17159] ppid=17105 vsize=14204740 CPUtime=1.82 cores=1,3,5,7
/proc/17108/task/17159/stat : 17159 (java) S 17105 17108 30500 0 -1 1077944384 2396 12361 0 0 165 10 5 2 20 0 17 0 47489002 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139917046835856 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17160] ppid=17105 vsize=14204740 CPUtime=1.81 cores=1,3,5,7
/proc/17108/task/17160/stat : 17160 (java) S 17105 17108 30500 0 -1 1077944384 3401 12361 0 0 163 11 5 2 20 0 17 0 47489002 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139917045783056 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17161] ppid=17105 vsize=14204740 CPUtime=1.79 cores=1,3,5,7
/proc/17108/task/17161/stat : 17161 (java) S 17105 17108 30500 0 -1 1077944384 3823 12361 0 0 162 10 5 2 20 0 17 0 47489002 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139917044730256 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17162] ppid=17105 vsize=14204740 CPUtime=1.8 cores=1,3,5,7
/proc/17108/task/17162/stat : 17162 (java) S 17105 17108 30500 0 -1 1077944384 3786 12361 0 0 163 10 5 2 20 0 17 0 47489002 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139917043677456 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17163] ppid=17105 vsize=14204740 CPUtime=0.46 cores=1,3,5,7
/proc/17108/task/17163/stat : 17163 (java) S 17105 17108 30500 0 -1 1077944384 15613 12361 0 0 36 3 5 2 20 0 17 0 47489004 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916925008752 139917446376066 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17164] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17164/stat : 17164 (java) S 17105 17108 30500 0 -1 1077944384 62 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916923954784 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17165] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17165/stat : 17165 (java) S 17105 17108 30500 0 -1 1077944384 51 12361 0 0 0 0 5 2 20 0 17 0 47489004 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916922901888 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17166] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17166/stat : 17166 (java) S 17105 17108 30500 0 -1 1077944384 186 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916921850192 139917446383515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17167] ppid=17105 vsize=14204740 CPUtime=8.34 cores=1,3,5,7
/proc/17108/task/17167/stat : 17167 (java) S 17105 17108 30500 0 -1 1077944384 23893 12361 0 0 824 3 5 2 20 0 17 0 47489007 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916920797552 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17168] ppid=17105 vsize=14204740 CPUtime=8.39 cores=1,3,5,7
/proc/17108/task/17168/stat : 17168 (java) S 17105 17108 30500 0 -1 1077944384 24329 12361 0 0 829 3 5 2 20 0 17 0 47489007 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916919744752 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17169] ppid=17105 vsize=14204740 CPUtime=2.93 cores=1,3,5,7
/proc/17108/task/17169/stat : 17169 (java) S 17105 17108 30500 0 -1 1077944384 14724 12361 0 0 282 4 5 2 20 0 17 0 47489007 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916918691952 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17170] ppid=17105 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/17108/task/17170/stat : 17170 (java) S 17105 17108 30500 0 -1 1077944384 3 12361 0 0 0 0 5 2 20 0 17 0 47489007 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916917639392 139917446375125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
[pid=17108/tid=17171] ppid=17105 vsize=14204740 CPUtime=0.2 cores=1,3,5,7
/proc/17108/task/17171/stat : 17171 (java) S 17105 17108 30500 0 -1 1077944384 275 12361 0 0 6 7 5 2 20 0 17 0 47489012 14545653760 398976 18446744073709551615 4194304 4196468 140736698360272 139916916587696 139917446376066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9592832 140736698365907 140736698368692 140736698368692 140736698372047 0
Current children cumulated CPU time (s) 265.31
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.727
CPU time (s): 265.36
CPU user time (s): 264.339
CPU system time (s): 1.0203
CPU usage (%): 110.232
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.339
system time used= 1.02031
maximum resident set size= 1769216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19371
involuntary context switches= 565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22741 second user time and 1.42457 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:04:50
IDJOB=4259768
IDBENCH=115837
IDSOLVER=2646
FILE ID=node133/4259768-1501996737
RUNJOBID= node133-1501995163-16060
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1988533066

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30709600 kB
MemAvailable:   31132812 kB
Buffers:          179912 kB
Cached:           536008 kB
SwapCached:            0 kB
Active:          1314540 kB
Inactive:         322888 kB
Active(anon):     922124 kB
Inactive(anon):    24920 kB
Active(file):     392416 kB
Inactive(file):   297968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24588 kB
Writeback:             0 kB
AnonPages:        921792 kB
Mapped:            51396 kB
Shmem:             25276 kB
Slab:             124496 kB
SReclaimable:      97328 kB
SUnreclaim:        27168 kB
KernelStack:        3520 kB
PageTables:         6748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1839732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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