Trace number 4262008

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) 2523.6899 2451.4199

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-360-120.xml
MD5SUM76b33169874d58bfc9aedd730e623c3c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark20056.5
Satisfiable
(Un)Satisfiability was proved
Number of variables3601
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size329
Distribution of domain sizes[{"size":2,"count":3600},{"size":329,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3600},{"degree":46,"count":1}]
Minimum constraint arity360
Maximum constraint arity3600
Distribution of constraint arities[{"arity":360,"count":10},{"arity":721,"count":45},{"arity":3600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

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.52 1.46 1.39 2/194 11416
/proc/meminfo: memFree=30796056/32770624 swapFree=0/379484
[pid=11416] ppid=11413 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11416/stat : 11416 (runsolver) D 11413 11416 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31296454 24240128 107 18446744073709551615 4194304 4338465 140728631693872 140728631691512 139788834099927 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 33083392 140728631701713 140728631702089 140728631702089 140728631705546 0
/proc/11416/statm: 5918 107 54 36 0 2156 0

[startup+0.100062 s]
/proc/loadavg: 1.52 1.46 1.39 2/194 11416
/proc/meminfo: memFree=30796056/32770624 swapFree=0/379484
[pid=11416] ppid=11413 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11416/stat : 11416 (bash) S 11413 11416 7434 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 31296454 9867264 377 18446744073709551615 4194304 5098028 140728916448240 140728916442248 140341716200448 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 8908800 140728916455956 140728916456041 140728916456041 140728916459498 0
/proc/11416/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200286 s]
/proc/loadavg: 1.52 1.46 1.39 2/194 11416
/proc/meminfo: memFree=30796056/32770624 swapFree=0/379484
[pid=11416] ppid=11413 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11416/stat : 11416 (bash) S 11413 11416 7434 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 31296454 9867264 377 18446744073709551615 4194304 5098028 140728916448240 140728916442248 140341716200448 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 8908800 140728916455956 140728916456041 140728916456041 140728916459498 0
/proc/11416/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300325 s]
/proc/loadavg: 1.52 1.46 1.39 2/194 11416
/proc/meminfo: memFree=30796056/32770624 swapFree=0/379484
[pid=11416] ppid=11413 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 5872 12602 0 0 5 1 5 3 20 0 14 0 31296454 14241083392 5540 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3476827 5540 2557 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700563 s]
/proc/loadavg: 1.52 1.46 1.39 2/194 11416
/proc/meminfo: memFree=30796056/32770624 swapFree=0/379484
[pid=11416] ppid=11413 vsize=13974784 CPUtime=0.66 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 13944 12602 0 0 54 4 5 3 20 0 15 0 31296454 14310178816 14351 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3493696 14351 3089 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.52 1.46 1.39 3/209 11479
/proc/meminfo: memFree=30702588/32770624 swapFree=0/379540
[pid=11416] ppid=11413 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 28402 12602 0 0 172 10 5 3 20 0 15 0 31296454 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3496352 37092 3346 1 0 3485525 0
[pid=11416/tid=11466] ppid=11413 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) S 11413 11416 7434 0 -1 1077944384 22673 12602 0 0 114 7 5 3 20 0 15 0 31296477 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693880093872 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 198 12602 0 0 0 0 5 3 20 0 15 0 31296478 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 23 12602 0 0 0 0 5 3 20 0 15 0 31296478 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 39 12602 0 0 0 0 5 3 20 0 15 0 31296478 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 50 12602 0 0 0 0 5 3 20 0 15 0 31296478 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) R 11413 11416 7434 0 -1 4202560 46 12602 0 0 0 0 5 3 20 0 15 0 31296479 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693354275712 140693868975464 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 33 12602 0 0 0 0 5 3 20 0 15 0 31296479 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693353223200 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 21 12602 0 0 0 0 5 3 20 0 15 0 31296480 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693352170352 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 1135 12602 0 0 17 0 5 3 20 0 15 0 31296482 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 688 12602 0 0 17 0 5 3 20 0 15 0 31296482 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 1325 12602 0 0 22 1 5 3 20 0 15 0 31296482 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693347956944 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296483 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 10 12602 0 0 0 0 5 3 20 0 15 0 31296486 14321057792 37092 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10127 s]
/proc/loadavg: 1.52 1.46 1.39 3/209 11479
/proc/meminfo: memFree=30626212/32770624 swapFree=0/379540
[pid=11416] ppid=11413 vsize=13997884 CPUtime=5.77 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 40162 12602 0 0 552 17 5 3 20 0 15 0 31296454 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3499471 63457 3452 1 0 3488085 0
[pid=11416/tid=11466] ppid=11413 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) R 11413 11416 7434 0 -1 4202560 28882 12602 0 0 268 10 5 3 20 0 15 0 31296477 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693880104752 140693875887510 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 209 12602 0 0 0 0 5 3 20 0 15 0 31296478 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 37 12602 0 0 1 0 5 3 20 0 15 0 31296478 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 46 12602 0 0 0 0 5 3 20 0 15 0 31296478 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 71 12602 0 0 1 0 5 3 20 0 15 0 31296478 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 1533 12602 0 0 1 0 5 3 20 0 15 0 31296479 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 55 12602 0 0 0 0 5 3 20 0 15 0 31296479 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693353223200 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 43 12602 0 0 0 0 5 3 20 0 15 0 31296480 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693352170352 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=13997884 CPUtime=1 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) R 11413 11416 7434 0 -1 1077944384 1868 12602 0 0 91 1 5 3 20 0 15 0 31296482 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=13997884 CPUtime=1.03 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) R 11413 11416 7434 0 -1 4202560 1821 12602 0 0 95 0 5 3 20 0 15 0 31296482 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693859361458 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 3425 12602 0 0 91 2 5 3 20 0 15 0 31296482 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296483 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 11 12602 0 0 0 0 5 3 20 0 15 0 31296486 14333833216 63457 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.56 1.47 1.39 3/209 11479
/proc/meminfo: memFree=30420384/32770624 swapFree=0/379532
[pid=11416] ppid=11413 vsize=13999932 CPUtime=12.86 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 53476 12602 0 0 1248 30 5 3 20 0 15 0 31296454 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3499983 103259 3464 1 0 3488597 0
[pid=11416/tid=11466] ppid=11413 vsize=13999932 CPUtime=5.94 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) R 11413 11416 7434 0 -1 4202560 29852 12602 0 0 574 12 5 3 20 0 15 0 31296477 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693880104888 140693490346596 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 853 12602 0 0 7 2 5 3 20 0 15 0 31296478 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=13999932 CPUtime=0.16 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 150 12602 0 0 7 1 5 3 20 0 15 0 31296478 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 189 12602 0 0 7 2 5 3 20 0 15 0 31296478 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 356 12602 0 0 8 2 5 3 20 0 15 0 31296478 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 1944 12602 0 0 2 0 5 3 20 0 15 0 31296479 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 55 12602 0 0 0 0 5 3 20 0 15 0 31296479 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693353223264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 43 12602 0 0 0 0 5 3 20 0 15 0 31296480 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=13999932 CPUtime=2.52 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 5405 12602 0 0 243 1 5 3 20 0 15 0 31296482 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=13999932 CPUtime=2.67 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 5878 12602 0 0 257 2 5 3 20 0 15 0 31296482 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=13999932 CPUtime=1.48 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 6482 12602 0 0 137 3 5 3 20 0 15 0 31296482 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296483 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 108 12602 0 0 0 0 5 3 20 0 15 0 31296486 14335930368 103259 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 13999932

[startup+12.7006 s]
/proc/loadavg: 1.59 1.48 1.40 4/209 11479
/proc/meminfo: memFree=30075864/32770624 swapFree=0/379536
[pid=11416] ppid=11413 vsize=13999932 CPUtime=20.72 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 65077 12602 0 0 2025 39 5 3 20 0 15 0 31296454 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3499983 182939 3465 1 0 3488597 0
[pid=11416/tid=11466] ppid=11413 vsize=13999932 CPUtime=12.29 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) R 11413 11416 7434 0 -1 4202560 32101 12602 0 0 1205 16 5 3 20 0 15 0 31296477 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693880105280 140693495751965 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 894 12602 0 0 11 3 5 3 20 0 15 0 31296478 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 286 12602 0 0 11 3 5 3 20 0 15 0 31296478 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 246 12602 0 0 12 3 5 3 20 0 15 0 31296478 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=13999932 CPUtime=0.22 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 855 12602 0 0 12 2 5 3 20 0 15 0 31296478 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 2405 12602 0 0 3 0 5 3 20 0 15 0 31296479 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 55 12602 0 0 0 0 5 3 20 0 15 0 31296479 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693353223264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 43 12602 0 0 0 0 5 3 20 0 15 0 31296480 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14335930368 182939 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0

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

/proc/meminfo: memFree=26839984/32770624 swapFree=0/381180
[pid=11416] ppid=11413 vsize=14069564 CPUtime=2511.83 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 536520 12602 0 0 250791 384 5 3 20 0 15 0 31296454 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3517391 898196 3485 1 0 3506005 0
[pid=11416/tid=11466] ppid=11413 vsize=14069564 CPUtime=2421.38 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) R 11413 11416 7434 0 -1 4202560 168520 12602 0 0 242045 85 5 3 20 0 15 0 31296477 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693880109792 140693493875936 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=14069564 CPUtime=13.86 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 64711 12602 0 0 1330 48 5 3 20 0 15 0 31296478 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=14069564 CPUtime=13.87 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 58929 12602 0 0 1331 48 5 3 20 0 15 0 31296478 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=14069564 CPUtime=13.87 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 49095 12602 0 0 1329 50 5 3 20 0 15 0 31296478 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=14069564 CPUtime=13.88 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 48009 12602 0 0 1335 45 5 3 20 0 15 0 31296478 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=14069564 CPUtime=5 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 42496 12602 0 0 451 41 5 3 20 0 15 0 31296479 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 60 12602 0 0 0 0 5 3 20 0 15 0 31296479 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693353223264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 47 12602 0 0 0 0 5 3 20 0 15 0 31296480 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=14069564 CPUtime=12.48 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 36623 12602 0 0 1233 7 5 3 20 0 15 0 31296482 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=14069564 CPUtime=12.51 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 34488 12602 0 0 1235 8 5 3 20 0 15 0 31296482 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=14069564 CPUtime=4.1 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 28923 12602 0 0 393 9 5 3 20 0 15 0 31296482 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296483 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 2458 12602 0 0 66 74 5 3 20 0 15 0 31296486 14407233536 898196 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 2511.83
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.4 s]
/proc/loadavg: 1.21 1.39 1.41 3/209 11745
/proc/meminfo: memFree=26845700/32770624 swapFree=0/381180
[pid=11416] ppid=11413 vsize=14069564 CPUtime=2520.08 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 538369 12602 0 0 251615 385 5 3 20 0 15 0 31296454 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3517391 896528 3485 1 0 3506005 0
[pid=11416/tid=11466] ppid=11413 vsize=14069564 CPUtime=2429.39 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) R 11413 11416 7434 0 -1 4202560 168993 12602 0 0 242846 85 5 3 20 0 15 0 31296477 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693880108864 140693496527696 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=14069564 CPUtime=13.92 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 64768 12602 0 0 1336 48 5 3 20 0 15 0 31296478 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=14069564 CPUtime=13.94 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 59182 12602 0 0 1337 49 5 3 20 0 15 0 31296478 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=14069564 CPUtime=13.92 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 49440 12602 0 0 1334 50 5 3 20 0 15 0 31296478 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=14069564 CPUtime=13.93 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 48403 12602 0 0 1340 45 5 3 20 0 15 0 31296478 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=14069564 CPUtime=5.02 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 42799 12602 0 0 453 41 5 3 20 0 15 0 31296479 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 60 12602 0 0 0 0 5 3 20 0 15 0 31296479 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693353223264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 47 12602 0 0 0 0 5 3 20 0 15 0 31296480 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296482 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=14069564 CPUtime=12.48 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 36625 12602 0 0 1233 7 5 3 20 0 15 0 31296482 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=14069564 CPUtime=12.51 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 34491 12602 0 0 1235 8 5 3 20 0 15 0 31296482 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=14069564 CPUtime=4.1 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 28925 12602 0 0 393 9 5 3 20 0 15 0 31296482 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 15 0 31296483 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=14069564 CPUtime=1.49 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 2475 12602 0 0 66 75 5 3 20 0 15 0 31296486 14407233536 896528 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2451.2 s]
/proc/loadavg: 1.21 1.39 1.41 6/211 11747
/proc/meminfo: memFree=26835912/32770624 swapFree=0/381180
[pid=11416] ppid=11413 vsize=14202692 CPUtime=2522.99 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 551970 12602 0 0 251904 387 5 3 20 0 17 0 31296454 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3550673 899284 3485 1 0 3539287 0
[pid=11416/tid=11466] ppid=11413 vsize=14202692 CPUtime=2429.4 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) S 11413 11416 7434 0 -1 1077944384 170035 12602 0 0 242847 85 5 3 20 0 17 0 31296477 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693880113264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=14202692 CPUtime=14.62 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) R 11413 11416 7434 0 -1 4202560 65025 12602 0 0 1406 48 5 3 20 0 17 0 31296478 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693810310176 140693857472576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=14202692 CPUtime=14.64 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) R 11413 11416 7434 0 -1 4202560 59284 12602 0 0 1407 49 5 3 20 0 17 0 31296478 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693809257688 140693868503783 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=14202692 CPUtime=14.62 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) R 11413 11416 7434 0 -1 4202560 49523 12602 0 0 1404 50 5 3 20 0 17 0 31296478 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693808204888 140693868503783 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=14202692 CPUtime=14.64 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) R 11413 11416 7434 0 -1 4202560 48638 12602 0 0 1411 45 5 3 20 0 17 0 31296478 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693807151784 140693868503783 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=14202692 CPUtime=5.09 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 54058 12602 0 0 459 42 5 3 20 0 17 0 31296479 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693354275632 140693875885781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 62 12602 0 0 0 0 5 3 20 0 17 0 31296479 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693353222800 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 47 12602 0 0 0 0 5 3 20 0 17 0 31296480 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 250 12602 0 0 0 0 5 3 20 0 17 0 31296482 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=14202692 CPUtime=12.48 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 36625 12602 0 0 1233 7 5 3 20 0 17 0 31296482 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=14202692 CPUtime=12.51 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 34492 12602 0 0 1235 8 5 3 20 0 17 0 31296482 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=14202692 CPUtime=4.1 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 28925 12602 0 0 393 9 5 3 20 0 17 0 31296482 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 17 0 31296483 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=14202692 CPUtime=1.49 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 2475 12602 0 0 66 75 5 3 20 0 17 0 31296486 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11746] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11746/stat : 11746 (java) S 11413 11416 7434 0 -1 1077944384 339 12602 0 0 0 0 5 3 20 0 17 0 31541495 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693246734576 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11747] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11747/stat : 11747 (java) S 11413 11416 7434 0 -1 1077944384 32 12602 0 0 0 0 5 3 20 0 17 0 31541495 14543556608 899284 18446744073709551615 4194304 4196468 140730874238656 140693245682496 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 2522.99
Current children cumulated vsize (KiB) 14202692

[startup+2451.4 s]
/proc/loadavg: 1.21 1.39 1.41 6/211 11747
/proc/meminfo: memFree=26835912/32770624 swapFree=0/381180
[pid=11416] ppid=11413 vsize=14202692 CPUtime=2523.65 cores=1,3,5,7
/proc/11416/stat : 11416 (java) S 11413 11416 7434 0 -1 1077944320 552136 12602 0 0 251970 387 5 3 20 0 17 0 31296454 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140730874221200 140693875875575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
/proc/11416/statm: 3550673 899298 3486 1 0 3539287 0
[pid=11416/tid=11466] ppid=11413 vsize=14202692 CPUtime=2429.41 cores=1,3,5,7
/proc/11416/task/11466/stat : 11466 (java) S 11413 11416 7434 0 -1 1077944384 170119 12602 0 0 242848 85 5 3 20 0 17 0 31296477 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693880118448 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11467] ppid=11413 vsize=14202692 CPUtime=14.77 cores=1,3,5,7
/proc/11416/task/11467/stat : 11467 (java) S 11413 11416 7434 0 -1 1077944384 65028 12602 0 0 1421 48 5 3 20 0 17 0 31296478 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693810310288 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11468] ppid=11413 vsize=14202692 CPUtime=14.8 cores=1,3,5,7
/proc/11416/task/11468/stat : 11468 (java) S 11413 11416 7434 0 -1 1077944384 59284 12602 0 0 1423 49 5 3 20 0 17 0 31296478 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693809257488 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11469] ppid=11413 vsize=14202692 CPUtime=14.78 cores=1,3,5,7
/proc/11416/task/11469/stat : 11469 (java) S 11413 11416 7434 0 -1 1077944384 49524 12602 0 0 1420 50 5 3 20 0 17 0 31296478 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693808204688 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11470] ppid=11413 vsize=14202692 CPUtime=14.79 cores=1,3,5,7
/proc/11416/task/11470/stat : 11470 (java) S 11413 11416 7434 0 -1 1077944384 48638 12602 0 0 1426 45 5 3 20 0 17 0 31296478 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693807151888 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11471] ppid=11413 vsize=14202692 CPUtime=5.12 cores=1,3,5,7
/proc/11416/task/11471/stat : 11471 (java) S 11413 11416 7434 0 -1 1077944384 54058 12602 0 0 462 42 5 3 20 0 17 0 31296479 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693354277232 140693875886722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11472] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11472/stat : 11472 (java) S 11413 11416 7434 0 -1 1077944384 64 12602 0 0 0 0 5 3 20 0 17 0 31296479 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693353223264 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11473] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11473/stat : 11473 (java) S 11413 11416 7434 0 -1 1077944384 49 12602 0 0 0 0 5 3 20 0 17 0 31296480 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693352170368 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11474] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11474/stat : 11474 (java) S 11413 11416 7434 0 -1 1077944384 250 12602 0 0 0 0 5 3 20 0 17 0 31296482 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693351118672 140693875894171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11475] ppid=11413 vsize=14202692 CPUtime=12.48 cores=1,3,5,7
/proc/11416/task/11475/stat : 11475 (java) S 11413 11416 7434 0 -1 1077944384 36625 12602 0 0 1233 7 5 3 20 0 17 0 31296482 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693350067056 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11476] ppid=11413 vsize=14202692 CPUtime=12.51 cores=1,3,5,7
/proc/11416/task/11476/stat : 11476 (java) S 11413 11416 7434 0 -1 1077944384 34513 12602 0 0 1235 8 5 3 20 0 17 0 31296482 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693349014256 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11477] ppid=11413 vsize=14202692 CPUtime=4.11 cores=1,3,5,7
/proc/11416/task/11477/stat : 11477 (java) S 11413 11416 7434 0 -1 1077944384 28975 12602 0 0 394 9 5 3 20 0 17 0 31296482 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693347961456 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11478] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11478/stat : 11478 (java) S 11413 11416 7434 0 -1 1077944384 3 12602 0 0 0 0 5 3 20 0 17 0 31296483 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693346908896 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11479] ppid=11413 vsize=14202692 CPUtime=1.49 cores=1,3,5,7
/proc/11416/task/11479/stat : 11479 (java) S 11413 11416 7434 0 -1 1077944384 2475 12602 0 0 66 75 5 3 20 0 17 0 31296486 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693345856176 140693875886722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11746] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11746/stat : 11746 (java) S 11413 11416 7434 0 -1 1077944384 339 12602 0 0 0 0 5 3 20 0 17 0 31541495 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693246734576 140693875885781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
[pid=11416/tid=11747] ppid=11413 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/11416/task/11747/stat : 11747 (java) R 11413 11416 7434 0 -1 4202560 41 12602 0 0 0 0 5 3 20 0 17 0 31541495 14543556608 899298 18446744073709551615 4194304 4196468 140730874238656 140693245682800 140693484259552 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19558400 140730874247120 140730874249905 140730874249905 140730874253263 0
Current children cumulated CPU time (s) 2523.65
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2451.42
CPU time (s): 2523.69
CPU user time (s): 2519.76
CPU system time (s): 3.93113
CPU usage (%): 102.948
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 3.93112
maximum resident set size= 4058836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164703
involuntary context switches= 6209

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5783 second user time and 15.4342 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 07:18:22
IDJOB=4262008
IDBENCH=122969
IDSOLVER=2650
FILE ID=node124/4262008-1502429558
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-360-120.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262008-1502429558/watcher-4262008-1502429558 -o /tmp/evaluation-result-4262008-1502429558/solver-4262008-1502429558 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262008-1502429558.xml

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

MD5SUM BENCH= 76b33169874d58bfc9aedd730e623c3c
RANDOM SEED=355659393

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:        30796160 kB
MemAvailable:   31194400 kB
Buffers:          193484 kB
Cached:           492848 kB
SwapCached:            0 kB
Active:          1163672 kB
Inactive:         396252 kB
Active(anon):     874080 kB
Inactive(anon):    16768 kB
Active(file):     289592 kB
Inactive(file):   379484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24512 kB
Writeback:             4 kB
AnonPages:        873624 kB
Mapped:            50172 kB
Shmem:             17128 kB
Slab:             115212 kB
SReclaimable:      90000 kB
SUnreclaim:        25212 kB
KernelStack:        3440 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1664952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 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 07:59:13