Trace number 4262310

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2521.8501 2451.3701

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
Bench CategoryCSP (decision 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 variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
Optimization problemNO
Type of objective

Solver Data

3.28/2.18	c Concrete v3.4 running
2521.71/2451.34	java.util.concurrent.TimeoutException
2521.71/2451.34		at concrete.MAC.mac(MAC.scala:74)
2521.71/2451.34		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.71/2451.34		at scala.util.Try$.apply(Try.scala:209)
2521.71/2451.34		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.71/2451.34		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.71/2451.34		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.71/2451.34		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.71/2451.34		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.71/2451.34		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.71/2451.34		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.71/2451.34		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.71/2451.34		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.71/2451.34		at concrete.MAC.oneRun(MAC.scala:146)
2521.71/2451.34		at concrete.MAC.nextSolution(MAC.scala:166)
2521.71/2451.34		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.71/2451.34		at concrete.ProblemState.map(ProblemState.scala:203)
2521.71/2451.34		at concrete.ProblemState.map(ProblemState.scala:188)
2521.71/2451.34		at concrete.MAC.nextSolution(MAC.scala:195)
2521.71/2451.34		at concrete.Solver.hasNext(Solver.scala:202)
2521.71/2451.34		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.71/2451.34		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.71/2451.34		at concrete.Solver.toStream(Solver.scala:73)
2521.71/2451.34		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.71/2451.34		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.71/2451.34		at concrete.Solver.toIterable(Solver.scala:73)
2521.71/2451.34		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2521.71/2451.34		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.71/2451.34		at scala.util.Success.map(Try.scala:209)
2521.71/2451.34		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.71/2451.34		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.71/2451.34		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.71/2451.34		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.71/2451.34		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.71/2451.34		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.71/2451.34		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.71/2451.34		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.71/2451.34		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.71/2451.34		at scala.collection.immutable.List.foreach(List.scala:389)
2521.71/2451.34		at scala.App.main(App.scala:76)
2521.71/2451.34		at scala.App.main$(App.scala:74)
2521.71/2451.34		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.71/2451.34		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.71/2451.35	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262310-1502479663/watcher-4262310-1502479663 -o /tmp/evaluation-result-4262310-1502479663/solver-4262310-1502479663 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580 bin/concrete HOME/instance-4262310-1502479663.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.31 1.39 1.80 3/197 21568
/proc/meminfo: memFree=30447000/32770624 swapFree=0/577492
[pid=21568] ppid=21565 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21568/stat : 21568 (runsolver) D 21565 21568 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95472600 24240128 106 18446744073709551615 4194304 4338465 140724835203200 140724835200840 139787505726167 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 22478848 140724835209425 140724835209801 140724835209801 140724835213258 0
/proc/21568/statm: 5918 106 53 36 0 2156 0

[startup+0.100119 s]
/proc/loadavg: 1.31 1.39 1.80 3/197 21568
/proc/meminfo: memFree=30447000/32770624 swapFree=0/577492
[pid=21568] ppid=21565 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/21568/stat : 21568 (bash) S 21565 21568 1460 0 -1 4202496 897 6478 0 0 0 0 0 1 20 0 1 0 95472600 9867264 372 18446744073709551615 4194304 5098028 140728274302688 140728274296696 140289254411264 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 18710528 140728274305556 140728274305641 140728274305641 140728274309098 0
/proc/21568/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.209555 s]
/proc/loadavg: 1.31 1.39 1.80 3/197 21568
/proc/meminfo: memFree=30447000/32770624 swapFree=0/577492
[pid=21568] ppid=21565 vsize=13374796 CPUtime=0.1 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 4547 12342 0 0 2 0 5 3 20 0 6 0 95472600 13695791104 3316 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3343699 3316 1925 1 0 3333196 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13374796

[startup+0.300287 s]
/proc/loadavg: 1.31 1.39 1.80 3/197 21568
/proc/meminfo: memFree=30447000/32770624 swapFree=0/577492
[pid=21568] ppid=21565 vsize=13974356 CPUtime=0.17 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 6361 12342 0 0 8 1 5 3 20 0 15 0 95472600 14309740544 7024 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3493589 7024 2804 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700296 s]
/proc/loadavg: 1.31 1.39 1.80 3/197 21568
/proc/meminfo: memFree=30447000/32770624 swapFree=0/577492
[pid=21568] ppid=21565 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 14049 12342 0 0 61 4 5 3 20 0 15 0 95472600 14310178816 15006 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3493696 15006 3129 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.31 1.39 1.80 4/212 21631
/proc/meminfo: memFree=30351804/32770624 swapFree=0/577720
[pid=21568] ppid=21565 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 29899 12342 0 0 177 10 5 3 20 0 15 0 95472600 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3496352 42649 3377 1 0 3485525 0
[pid=21568/tid=21618] ppid=21565 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) R 21565 21568 1460 0 -1 4202560 22679 12342 0 0 116 7 5 3 20 0 15 0 95472619 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139932017312672 139932013106333 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 51 12342 0 0 1 0 5 3 20 0 15 0 95472620 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 44 12342 0 0 1 0 5 3 20 0 15 0 95472620 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) S 21565 21568 1460 0 -1 1077944384 202 12342 0 0 1 0 5 3 20 0 15 0 95472620 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 47 12342 0 0 1 0 5 3 20 0 15 0 95472620 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 1649 12342 0 0 1 0 5 3 20 0 15 0 95472621 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931491682672 139932013095554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 55 12342 0 0 0 0 5 3 20 0 15 0 95472622 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931490628640 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 46 12342 0 0 0 0 5 3 20 0 15 0 95472622 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931489575792 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) S 21565 21568 1460 0 -1 1077944384 1027 12342 0 0 15 0 5 3 20 0 15 0 95472625 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931487472496 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) S 21565 21568 1460 0 -1 1077944384 580 12342 0 0 14 0 5 3 20 0 15 0 95472625 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931486419696 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=13985408 CPUtime=0.32 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 1348 12342 0 0 24 0 5 3 20 0 15 0 95472625 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 10 12342 0 0 0 0 5 3 20 0 15 0 95472628 14321057792 42649 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10402 s]
/proc/loadavg: 1.31 1.39 1.80 4/212 21631
/proc/meminfo: memFree=30274996/32770624 swapFree=0/577720
[pid=21568] ppid=21565 vsize=13995836 CPUtime=6.48 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 43146 12342 0 0 624 16 5 3 20 0 15 0 95472600 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3498959 71102 3463 1 0 3487573 0
[pid=21568/tid=21618] ppid=21565 vsize=13995836 CPUtime=2.88 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) R 21565 21568 1460 0 -1 4202560 28308 12342 0 0 272 8 5 3 20 0 15 0 95472619 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139932017314272 139932013096342 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 86 12342 0 0 1 1 5 3 20 0 15 0 95472620 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 53 12342 0 0 1 0 5 3 20 0 15 0 95472620 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) S 21565 21568 1460 0 -1 1077944384 209 12342 0 0 1 0 5 3 20 0 15 0 95472620 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 177 12342 0 0 1 1 5 3 20 0 15 0 95472620 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 1699 12342 0 0 1 0 5 3 20 0 15 0 95472621 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931491682672 139932013095554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 55 12342 0 0 0 0 5 3 20 0 15 0 95472622 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931490628704 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 46 12342 0 0 0 0 5 3 20 0 15 0 95472622 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=13995836 CPUtime=1.27 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) R 21565 21568 1460 0 -1 1077944384 2817 12342 0 0 118 1 5 3 20 0 15 0 95472625 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931487472624 139932013094613 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=13995836 CPUtime=1.35 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) R 21565 21568 1460 0 -1 4202560 4179 12342 0 0 127 0 5 3 20 0 15 0 95472625 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931486398016 139931993807716 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=13995836 CPUtime=1.04 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 3345 12342 0 0 95 1 5 3 20 0 15 0 95472625 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 11 12342 0 0 0 0 5 3 20 0 15 0 95472628 14331736064 71102 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 13995836

[startup+6.30159 s]
/proc/loadavg: 1.60 1.45 1.82 5/212 21631
/proc/meminfo: memFree=30118272/32770624 swapFree=0/577720
[pid=21568] ppid=21565 vsize=13999932 CPUtime=15.01 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 82486 12342 0 0 1466 27 5 3 20 0 15 0 95472600 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3499983 105224 3476 1 0 3488597 0
[pid=21568/tid=21618] ppid=21565 vsize=13999932 CPUtime=5.43 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) R 21565 21568 1460 0 -1 4202560 36073 12342 0 0 525 10 5 3 20 0 15 0 95472619 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139932017315360 139932013105754 0 4 1 16800974 0 0 0 -1 4 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 338 12342 0 0 8 2 5 3 20 0 15 0 95472620 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 242 12342 0 0 9 2 5 3 20 0 15 0 95472620 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) S 21565 21568 1460 0 -1 1077944384 552 12342 0 0 8 2 5 3 20 0 15 0 95472620 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 341 12342 0 0 8 2 5 3 20 0 15 0 95472620 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 2351 12342 0 0 2 0 5 3 20 0 15 0 95472621 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931491682672 139932013095554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 61 12342 0 0 0 0 5 3 20 0 15 0 95472622 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931490628704 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 50 12342 0 0 0 0 5 3 20 0 15 0 95472622 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=13999932 CPUtime=3.64 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) R 21565 21568 1460 0 -1 4202560 13606 12342 0 0 353 3 5 3 20 0 15 0 95472625 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931487457160 139931998192204 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=13999932 CPUtime=3.88 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) R 21565 21568 1460 0 -1 4202560 15866 12342 0 0 379 1 5 3 20 0 15 0 95472625 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931486405160 139932013105754 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=13999932 CPUtime=1.78 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 10813 12342 0 0 168 2 5 3 20 0 15 0 95472625 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 32 12342 0 0 0 0 5 3 20 0 15 0 95472628 14335930368 105224 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 13999932

[startup+12.7016 s]
/proc/loadavg: 1.63 1.46 1.82 3/212 21631
/proc/meminfo: memFree=29647064/32770624 swapFree=0/577716
[pid=21568] ppid=21565 vsize=14004028 CPUtime=32.75 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 127276 12342 0 0 3218 49 5 3 20 0 15 0 95472600 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3501007 204057 3496 1 0 3489621 0
[pid=21568/tid=21618] ppid=21565 vsize=14004028 CPUtime=11.56 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) R 21565 21568 1460 0 -1 4202560 53659 12342 0 0 1132 16 5 3 20 0 15 0 95472619 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139932017315112 139931676310215 0 4 1 16800974 0 0 0 -1 2 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=14004028 CPUtime=0.4 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 623 12342 0 0 27 5 5 3 20 0 15 0 95472620 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=14004028 CPUtime=0.39 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 535 12342 0 0 26 5 5 3 20 0 15 0 95472620 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=14004028 CPUtime=0.37 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) S 21565 21568 1460 0 -1 1077944384 802 12342 0 0 24 5 5 3 20 0 15 0 95472620 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=14004028 CPUtime=0.4 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 2247 12342 0 0 27 5 5 3 20 0 15 0 95472620 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=14004028 CPUtime=0.14 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 9254 12342 0 0 6 0 5 3 20 0 15 0 95472621 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931491682672 139932013095554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 80 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931490628704 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 67 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 204057 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0

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

/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 144479 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=14004028 CPUtime=1.48 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 1896 12342 0 0 66 74 5 3 20 0 15 0 95472628 14340124672 144479 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 2450.05
Current children cumulated vsize (KiB) 14004028

[startup+2442.3 s]
/proc/loadavg: 1.69 1.68 1.60 3/214 21908
/proc/meminfo: memFree=27476604/32770624 swapFree=0/578120
[pid=21568] ppid=21565 vsize=14004028 CPUtime=2511.37 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 409943 12342 0 0 250770 359 5 3 20 0 15 0 95472600 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3501007 146911 3500 1 0 3489621 0
[pid=21568/tid=21618] ppid=21565 vsize=14004028 CPUtime=2417.13 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) R 21565 21568 1460 0 -1 4202560 130746 12342 0 0 241642 63 5 3 20 0 15 0 95472619 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139932017318512 139931654198756 0 4 1 16800974 0 0 0 -1 2 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=14004028 CPUtime=15.61 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 26797 12342 0 0 1511 42 5 3 20 0 15 0 95472620 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=14004028 CPUtime=15.61 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 26982 12342 0 0 1512 41 5 3 20 0 15 0 95472620 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=14004028 CPUtime=15.59 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) S 21565 21568 1460 0 -1 1077944384 31835 12342 0 0 1505 46 5 3 20 0 15 0 95472620 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=14004028 CPUtime=15.64 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 26156 12342 0 0 1512 44 5 3 20 0 15 0 95472620 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=14004028 CPUtime=6.82 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 28989 12342 0 0 606 68 5 3 20 0 15 0 95472621 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931491682672 139932013095554 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 80 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931490628704 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 67 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=14004028 CPUtime=10.35 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) S 21565 21568 1460 0 -1 1077944384 45423 12342 0 0 1021 6 5 3 20 0 15 0 95472625 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931487472496 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=14004028 CPUtime=10.45 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) S 21565 21568 1460 0 -1 1077944384 53039 12342 0 0 1033 4 5 3 20 0 15 0 95472625 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931486419696 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=14004028 CPUtime=3.26 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 35754 12342 0 0 312 6 5 3 20 0 15 0 95472625 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=14004028 CPUtime=1.51 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 1914 12342 0 0 67 76 5 3 20 0 15 0 95472628 14340124672 146911 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 2511.37
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.8 s]
/proc/loadavg: 1.66 1.67 1.60 3/214 21908
/proc/meminfo: memFree=27478520/32770624 swapFree=0/578120
[pid=21568] ppid=21565 vsize=14004028 CPUtime=2520.06 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 409988 12342 0 0 251638 360 5 3 20 0 15 0 95472600 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3501007 148322 3500 1 0 3489621 0
[pid=21568/tid=21618] ppid=21565 vsize=14004028 CPUtime=2425.53 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) S 21565 21568 1460 0 -1 1077944384 130780 12342 0 0 242482 63 5 3 20 0 15 0 95472619 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139932017318384 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=14004028 CPUtime=15.67 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 26798 12342 0 0 1517 42 5 3 20 0 15 0 95472620 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=14004028 CPUtime=15.68 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 26983 12342 0 0 1518 42 5 3 20 0 15 0 95472620 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931981745184 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=14004028 CPUtime=15.65 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) R 21565 21568 1460 0 -1 4202560 31835 12342 0 0 1511 46 5 3 20 0 15 0 95472620 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931611589640 139932005712615 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=14004028 CPUtime=15.71 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 26158 12342 0 0 1519 44 5 3 20 0 15 0 95472620 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=14004028 CPUtime=6.84 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 28996 12342 0 0 608 68 5 3 20 0 15 0 95472621 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931491681184 139932013094613 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 80 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931490628704 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 67 12342 0 0 0 0 5 3 20 0 15 0 95472622 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=14004028 CPUtime=10.35 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) S 21565 21568 1460 0 -1 1077944384 45423 12342 0 0 1021 6 5 3 20 0 15 0 95472625 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931487472496 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=14004028 CPUtime=10.45 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) S 21565 21568 1460 0 -1 1077944384 53039 12342 0 0 1033 4 5 3 20 0 15 0 95472625 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931486419696 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=14004028 CPUtime=3.26 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 35754 12342 0 0 312 6 5 3 20 0 15 0 95472625 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=14004028 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 15 0 95472625 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=14004028 CPUtime=1.52 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 1914 12342 0 0 67 77 5 3 20 0 15 0 95472628 14340124672 148322 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14004028

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

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

[startup+2451.2 s]
/proc/loadavg: 1.66 1.67 1.60 3/214 21908
/proc/meminfo: memFree=27478520/32770624 swapFree=0/578120
[pid=21568] ppid=21565 vsize=14137156 CPUtime=2521.36 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 417189 12342 0 0 251767 361 5 3 20 0 17 0 95472600 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3534289 149803 3500 1 0 3522903 0
[pid=21568/tid=21618] ppid=21565 vsize=14137156 CPUtime=2425.54 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) S 21565 21568 1460 0 -1 1077944384 131094 12342 0 0 242483 63 5 3 20 0 17 0 95472619 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139932017321952 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=14137156 CPUtime=15.97 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) S 21565 21568 1460 0 -1 1077944384 26848 12342 0 0 1547 42 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931982797968 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=14137156 CPUtime=15.99 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) S 21565 21568 1460 0 -1 1077944384 27122 12342 0 0 1549 42 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931981745168 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=14137156 CPUtime=15.95 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) R 21565 21568 1460 0 -1 4202560 31878 12342 0 0 1541 46 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931611589520 139932013105754 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=14137156 CPUtime=16.01 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) S 21565 21568 1460 0 -1 1077944384 26187 12342 0 0 1549 44 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=14137156 CPUtime=6.91 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 35366 12342 0 0 615 68 5 3 20 0 17 0 95472621 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931491681072 139932013094613 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 84 12342 0 0 0 0 5 3 20 0 17 0 95472622 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931490628240 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 69 12342 0 0 0 0 5 3 20 0 17 0 95472622 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931489575408 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 126 12342 0 0 0 0 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=14137156 CPUtime=10.35 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) S 21565 21568 1460 0 -1 1077944384 45423 12342 0 0 1021 6 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931487472496 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=14137156 CPUtime=10.45 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) S 21565 21568 1460 0 -1 1077944384 53039 12342 0 0 1033 4 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931486419696 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=14137156 CPUtime=3.26 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 35754 12342 0 0 312 6 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=14137156 CPUtime=1.52 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 1914 12342 0 0 67 77 5 3 20 0 17 0 95472628 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 2521.36
Current children cumulated vsize (KiB) 14137156

[startup+2451.3 s]
/proc/loadavg: 1.66 1.67 1.60 3/214 21908
/proc/meminfo: memFree=27478520/32770624 swapFree=0/578120
[pid=21568] ppid=21565 vsize=14137156 CPUtime=2521.71 cores=0,2,4,6
/proc/21568/stat : 21568 (java) S 21565 21568 1460 0 -1 1077944320 417191 12342 0 0 251802 361 5 3 20 0 17 0 95472600 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 140730376428896 139932013084407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
/proc/21568/statm: 3534289 149803 3500 1 0 3522903 0
[pid=21568/tid=21618] ppid=21565 vsize=14137156 CPUtime=2425.54 cores=0,2,4,6
/proc/21568/task/21618/stat : 21618 (java) S 21565 21568 1460 0 -1 1077944384 131094 12342 0 0 242483 63 5 3 20 0 17 0 95472619 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139932017321952 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21619] ppid=21565 vsize=14137156 CPUtime=16.05 cores=0,2,4,6
/proc/21568/task/21619/stat : 21619 (java) R 21565 21568 1460 0 -1 4202560 26848 12342 0 0 1555 42 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931982798168 139931994680899 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21620] ppid=21565 vsize=14137156 CPUtime=16.07 cores=0,2,4,6
/proc/21568/task/21620/stat : 21620 (java) R 21565 21568 1460 0 -1 4202560 27122 12342 0 0 1557 42 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931981745368 139931998069703 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21621] ppid=21565 vsize=14137156 CPUtime=16.03 cores=0,2,4,6
/proc/21568/task/21621/stat : 21621 (java) R 21565 21568 1460 0 -1 4202560 31878 12342 0 0 1549 46 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931611589408 139931994681418 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21622] ppid=21565 vsize=14137156 CPUtime=16.09 cores=0,2,4,6
/proc/21568/task/21622/stat : 21622 (java) R 21565 21568 1460 0 -1 4202560 26187 12342 0 0 1557 44 5 3 20 0 17 0 95472620 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931610536720 139931998069703 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21623] ppid=21565 vsize=14137156 CPUtime=6.93 cores=0,2,4,6
/proc/21568/task/21623/stat : 21623 (java) S 21565 21568 1460 0 -1 1077944384 35366 12342 0 0 617 68 5 3 20 0 17 0 95472621 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931491681072 139932013094613 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21624] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21624/stat : 21624 (java) S 21565 21568 1460 0 -1 1077944384 84 12342 0 0 0 0 5 3 20 0 17 0 95472622 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931490628336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21625] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21625/stat : 21625 (java) S 21565 21568 1460 0 -1 1077944384 70 12342 0 0 0 0 5 3 20 0 17 0 95472622 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931489575808 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21626] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21626/stat : 21626 (java) S 21565 21568 1460 0 -1 1077944384 126 12342 0 0 0 0 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931488524112 139932013103003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21627] ppid=21565 vsize=14137156 CPUtime=10.35 cores=0,2,4,6
/proc/21568/task/21627/stat : 21627 (java) S 21565 21568 1460 0 -1 1077944384 45423 12342 0 0 1021 6 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931487472496 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21628] ppid=21565 vsize=14137156 CPUtime=10.45 cores=0,2,4,6
/proc/21568/task/21628/stat : 21628 (java) S 21565 21568 1460 0 -1 1077944384 53039 12342 0 0 1033 4 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931486419696 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21629] ppid=21565 vsize=14137156 CPUtime=3.26 cores=0,2,4,6
/proc/21568/task/21629/stat : 21629 (java) S 21565 21568 1460 0 -1 1077944384 35754 12342 0 0 312 6 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931485366896 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21630] ppid=21565 vsize=14137156 CPUtime=0.08 cores=0,2,4,6
/proc/21568/task/21630/stat : 21630 (java) S 21565 21568 1460 0 -1 1077944384 3 12342 0 0 0 0 5 3 20 0 17 0 95472625 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931484314336 139932013094613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
[pid=21568/tid=21631] ppid=21565 vsize=14137156 CPUtime=1.52 cores=0,2,4,6
/proc/21568/task/21631/stat : 21631 (java) S 21565 21568 1460 0 -1 1077944384 1914 12342 0 0 67 77 5 3 20 0 17 0 95472628 14476447744 149803 18446744073709551615 4194304 4196468 140730376446352 139931483261616 139932013095554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 19173376 140730376447952 140730376450737 140730376450737 140730376454095 0
Current children cumulated CPU time (s) 2521.71
Current children cumulated vsize (KiB) 14137156

Child status: 143
Real time (s): 2451.37
CPU time (s): 2521.85
CPU user time (s): 2518.19
CPU system time (s): 3.65614
CPU usage (%): 102.875
Max. virtual memory (cumulated for all children) (KiB): 14137156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.19
system time used= 3.65614
maximum resident set size= 2488992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194036
involuntary context switches= 6734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8843 second user time and 15.2935 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 21:13:47
IDJOB=4262310
IDBENCH=139256
IDSOLVER=2650
FILE ID=node134/4262310-1502479663
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262310-1502479663/watcher-4262310-1502479663 -o /tmp/evaluation-result-4262310-1502479663/solver-4262310-1502479663 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4262310-1502479663.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=155583293

node134.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.43
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.43
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.43
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.43
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:        30447264 kB
MemAvailable:   31448908 kB
Buffers:          294480 kB
Cached:          1000736 kB
SwapCached:            0 kB
Active:          1277512 kB
Inactive:         608708 kB
Active(anon):     593860 kB
Inactive(anon):    31216 kB
Active(file):     683652 kB
Inactive(file):   577492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25200 kB
Writeback:             0 kB
AnonPages:        591396 kB
Mapped:            64884 kB
Shmem:             33468 kB
Slab:             139072 kB
SReclaimable:     112672 kB
SUnreclaim:        26400 kB
KernelStack:        3456 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1497524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node134 at 2017-08-11 21:54:39