Trace number 4262659

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.51 2478.6799

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-26.xml
MD5SUMe7fb96dadee149724dd4cb9af2eae5d9
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 variables1001
Number of constraints429
Number of domains2
Minimum domain size26
Maximum domain size325
Distribution of domain sizes[{"size":26,"count":676},{"size":325,"count":325}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":338},{"degree":4,"count":663}]
Minimum constraint arity1
Maximum constraint arity325
Distribution of constraint arities[{"arity":1,"count":13},{"arity":2,"count":13},{"arity":3,"count":325},{"arity":13,"count":25},{"arity":26,"count":26},{"arity":50,"count":13},{"arity":52,"count":13},{"arity":325,"count":1}]
Number of extensional constraints325
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":325},{"type":"intension","count":26},{"type":"allDifferent","count":27},{"type":"count","count":25},{"type":"cardinality","count":26}]
Optimization problemNO
Type of objective

Solver Data

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

pid=20589
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.16 1.24 1.34 3/198 20592
/proc/meminfo: memFree=27590736/32770624 swapFree=0/452316
[pid=20592] ppid=20589 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20592/stat : 20592 (runsolver) D 20589 20592 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 145855594 24240128 106 18446744073709551615 4194304 4338465 140727733808176 140727733805816 140275750826711 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 16666624 140727733813457 140727733813833 140727733813833 140727733817290 0
/proc/20592/statm: 5918 106 53 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.16 1.24 1.34 3/198 20592
/proc/meminfo: memFree=27590736/32770624 swapFree=0/452316
[pid=20592] ppid=20589 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/20592/stat : 20592 (bash) S 20589 20592 4896 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 145855594 9867264 377 18446744073709551615 4194304 5098028 140733935629200 140733935623208 140366301944832 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 25165824 140733935632916 140733935633001 140733935633001 140733935636458 0
/proc/20592/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200266 s]
/proc/loadavg: 1.16 1.24 1.34 3/198 20592
/proc/meminfo: memFree=27590736/32770624 swapFree=0/452316
[pid=20592] ppid=20589 vsize=13358716 CPUtime=0.07 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 3654 12856 0 0 0 0 5 2 20 0 6 0 145855594 13679325184 2935 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3339679 2935 1407 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.30644 s]
/proc/loadavg: 1.16 1.24 1.34 3/198 20592
/proc/meminfo: memFree=27590736/32770624 swapFree=0/452316
[pid=20592] ppid=20589 vsize=13974356 CPUtime=0.18 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 6760 12856 0 0 9 2 5 2 20 0 15 0 145855594 14309740544 7334 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3493589 7334 2882 1 0 3482965 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.700342 s]
/proc/loadavg: 1.16 1.24 1.34 3/198 20592
/proc/meminfo: memFree=27590736/32770624 swapFree=0/452316
[pid=20592] ppid=20589 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 14024 12856 0 0 60 4 5 2 20 0 15 0 145855594 14310178816 14876 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3493696 14876 3105 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.14 1.24 1.34 4/213 20655
/proc/meminfo: memFree=27495960/32770624 swapFree=0/452344
[pid=20592] ppid=20589 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 29745 12856 0 0 178 10 5 2 20 0 15 0 145855594 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3496352 42714 3372 1 0 3485525 0
[pid=20592/tid=20642] ppid=20589 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 23059 12856 0 0 117 6 5 2 20 0 15 0 145855613 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746888109536 139746869250895 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 46 12856 0 0 0 0 5 2 20 0 15 0 145855613 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 60 12856 0 0 1 0 5 2 20 0 15 0 145855613 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 194 12856 0 0 0 0 5 2 20 0 15 0 145855613 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 50 12856 0 0 1 0 5 2 20 0 15 0 145855613 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 1080 12856 0 0 1 0 5 2 20 0 15 0 145855615 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 56 12856 0 0 0 0 5 2 20 0 15 0 145855615 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 43 12856 0 0 0 0 5 2 20 0 15 0 145855615 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 1008 12856 0 0 15 0 5 2 20 0 15 0 145855618 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) S 20589 20592 4896 0 -1 1077944384 617 12856 0 0 14 0 5 2 20 0 15 0 145855618 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) S 20589 20592 4896 0 -1 1077944384 1359 12856 0 0 23 0 5 2 20 0 15 0 145855618 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 10 12856 0 0 0 0 5 2 20 0 15 0 145855622 14321057792 42714 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10948 s]
/proc/loadavg: 1.14 1.24 1.34 5/213 20655
/proc/meminfo: memFree=27420020/32770624 swapFree=0/452344
[pid=20592] ppid=20589 vsize=13997884 CPUtime=5.63 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 49287 12856 0 0 541 15 5 2 20 0 15 0 145855594 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3499471 55216 3443 1 0 3488085 0
[pid=20592/tid=20642] ppid=20589 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 37071 12856 0 0 274 9 5 2 20 0 15 0 145855613 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746888116584 139746517461447 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 46 12856 0 0 0 0 5 2 20 0 15 0 145855613 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 60 12856 0 0 1 0 5 2 20 0 15 0 145855613 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 194 12856 0 0 0 0 5 2 20 0 15 0 145855613 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 50 12856 0 0 1 0 5 2 20 0 15 0 145855613 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 1098 12856 0 0 1 0 5 2 20 0 15 0 145855615 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 56 12856 0 0 0 0 5 2 20 0 15 0 145855615 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 43 12856 0 0 0 0 5 2 20 0 15 0 145855615 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=13997884 CPUtime=0.98 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 3643 12856 0 0 90 1 5 2 20 0 15 0 145855618 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=13997884 CPUtime=0.77 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) R 20589 20592 4896 0 -1 4202560 1501 12856 0 0 69 1 5 2 20 0 15 0 145855618 14333833216 55216 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746876599706 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=13997884 CPUtime=1.06 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) R 20589 20592 4896 0 -1 4202560 3351 12856 0 0 98 1 5 2 20 0 15 0 145855618 14333833216 55222 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746868065471 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14333833216 55222 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 11 12856 0 0 0 0 5 2 20 0 15 0 145855622 14333833216 55222 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 13997884

[startup+6.30123 s]
/proc/loadavg: 1.14 1.24 1.34 5/213 20655
/proc/meminfo: memFree=27277220/32770624 swapFree=0/452340
[pid=20592] ppid=20589 vsize=14001980 CPUtime=13.35 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 58223 12856 0 0 1305 23 5 2 20 0 15 0 145855594 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3500495 113014 3467 1 0 3489109 0
[pid=20592/tid=20642] ppid=20589 vsize=14001980 CPUtime=5.35 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 38740 12856 0 0 516 12 5 2 20 0 15 0 145855613 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746888114176 139746517124023 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14001980 CPUtime=0.14 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 774 12856 0 0 6 1 5 2 20 0 15 0 145855613 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14001980 CPUtime=0.14 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 119 12856 0 0 6 1 5 2 20 0 15 0 145855613 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14001980 CPUtime=0.14 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 304 12856 0 0 6 1 5 2 20 0 15 0 145855613 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 80 12856 0 0 5 0 5 2 20 0 15 0 145855613 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 2008 12856 0 0 4 0 5 2 20 0 15 0 145855615 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 56 12856 0 0 0 0 5 2 20 0 15 0 145855615 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 44 12856 0 0 0 0 5 2 20 0 15 0 145855615 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=14001980 CPUtime=3.22 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 5292 12856 0 0 314 1 5 2 20 0 15 0 145855618 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=14001980 CPUtime=2.98 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) R 20589 20592 4896 0 -1 4202560 3840 12856 0 0 290 1 5 2 20 0 15 0 145855618 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746356470560 139746863731660 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=14001980 CPUtime=1.62 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) R 20589 20592 4896 0 -1 1077944384 4731 12856 0 0 153 2 5 2 20 0 15 0 145855618 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746355427776 139746883892949 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 72 12856 0 0 0 0 5 2 20 0 15 0 145855622 14338027520 113014 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 14001980

[startup+12.7006 s]
/proc/loadavg: 1.50 1.31 1.36 3/213 20655
/proc/meminfo: memFree=26426856/32770624 swapFree=0/452340
[pid=20592] ppid=20589 vsize=14071612 CPUtime=26.32 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 95137 12856 0 0 2576 49 5 2 20 0 15 0 145855594 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3517903 293889 3485 1 0 3506517 0
[pid=20592/tid=20642] ppid=20589 vsize=14071612 CPUtime=11.58 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 59436 12856 0 0 1129 22 5 2 20 0 15 0 145855613 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746888114000 139746512892186 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14071612 CPUtime=0.26 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 1192 12856 0 0 15 4 5 2 20 0 15 0 145855613 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14071612 CPUtime=0.24 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 264 12856 0 0 14 3 5 2 20 0 15 0 145855613 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14071612 CPUtime=0.27 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 487 12856 0 0 16 4 5 2 20 0 15 0 145855613 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14071612 CPUtime=0.26 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 312 12856 0 0 16 3 5 2 20 0 15 0 145855613 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 2693 12856 0 0 5 0 5 2 20 0 15 0 145855615 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 68 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14409330688 293889 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0

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

/proc/meminfo: memFree=24755616/32770624 swapFree=0/452864
[pid=20592] ppid=20589 vsize=14071612 CPUtime=2483.54 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 447842 12856 0 0 247980 367 5 2 20 0 15 0 145855594 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3517903 529306 3489 1 0 3506517 0
[pid=20592/tid=20642] ppid=20589 vsize=14071612 CPUtime=2430.65 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 218105 12856 0 0 242958 100 5 2 20 0 15 0 145855613 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746888116944 139746528521184 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14071612 CPUtime=8.6 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 33834 12856 0 0 809 44 5 2 20 0 15 0 145855613 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14071612 CPUtime=8.56 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 29599 12856 0 0 807 42 5 2 20 0 15 0 145855613 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14071612 CPUtime=8.61 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 27613 12856 0 0 810 44 5 2 20 0 15 0 145855613 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14071612 CPUtime=8.59 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 39114 12856 0 0 807 45 5 2 20 0 15 0 145855613 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14071612 CPUtime=1.51 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 33857 12856 0 0 117 27 5 2 20 0 15 0 145855615 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 70 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=14071612 CPUtime=6.79 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 20595 12856 0 0 669 3 5 2 20 0 15 0 145855618 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=14071612 CPUtime=6.79 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) S 20589 20592 4896 0 -1 1077944384 21760 12856 0 0 669 3 5 2 20 0 15 0 145855618 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=14071612 CPUtime=2.42 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) S 20589 20592 4896 0 -1 1077944384 19534 12856 0 0 229 6 5 2 20 0 15 0 145855618 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=14071612 CPUtime=1.52 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 1545 12856 0 0 70 75 5 2 20 0 15 0 145855622 14409330688 529306 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 65 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 2483.54
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.2 s]
/proc/loadavg: 1.56 1.50 1.50 3/217 21070
/proc/meminfo: memFree=24815060/32770624 swapFree=0/452868
[pid=20592] ppid=20589 vsize=14071612 CPUtime=2520.03 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 452824 12856 0 0 251626 370 5 2 20 0 15 0 145855594 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3517903 519580 3489 1 0 3506517 0
[pid=20592/tid=20642] ppid=20589 vsize=14071612 CPUtime=2466.3 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) R 20589 20592 4896 0 -1 4202560 219316 12856 0 0 246522 101 5 2 20 0 15 0 145855613 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746888115248 139746528143682 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14071612 CPUtime=8.8 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 35651 12856 0 0 829 44 5 2 20 0 15 0 145855613 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14071612 CPUtime=8.76 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 29943 12856 0 0 827 42 5 2 20 0 15 0 145855613 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14071612 CPUtime=8.81 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 27885 12856 0 0 829 45 5 2 20 0 15 0 145855613 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14071612 CPUtime=8.78 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 40048 12856 0 0 826 45 5 2 20 0 15 0 145855613 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14071612 CPUtime=1.56 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 34246 12856 0 0 121 28 5 2 20 0 15 0 145855615 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746429565296 139746883893890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 70 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746428511328 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 15 0 145855615 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=14071612 CPUtime=6.79 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 20595 12856 0 0 669 3 5 2 20 0 15 0 145855618 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=14071612 CPUtime=6.8 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) S 20589 20592 4896 0 -1 1077944384 21760 12856 0 0 670 3 5 2 20 0 15 0 145855618 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=14071612 CPUtime=2.42 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) S 20589 20592 4896 0 -1 1077944384 19534 12856 0 0 229 6 5 2 20 0 15 0 145855618 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 145855618 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=14071612 CPUtime=1.54 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 1560 12856 0 0 71 76 5 2 20 0 15 0 145855622 14409330688 519580 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14071612

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

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

[startup+2478.41 s]
/proc/loadavg: 1.56 1.50 1.50 6/219 21072
/proc/meminfo: memFree=24807640/32770624 swapFree=0/452868
[pid=20592] ppid=20589 vsize=14204740 CPUtime=2520.68 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 466909 12856 0 0 251690 371 5 2 20 0 17 0 145855594 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3551185 520813 3489 1 0 3539799 0
[pid=20592/tid=20642] ppid=20589 vsize=14204740 CPUtime=2466.31 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) S 20589 20592 4896 0 -1 1077944384 220454 12856 0 0 246523 101 5 2 20 0 17 0 145855613 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746888120528 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14204740 CPUtime=8.95 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) S 20589 20592 4896 0 -1 1077944384 35701 12856 0 0 844 44 5 2 20 0 17 0 145855613 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746840849552 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14204740 CPUtime=8.91 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) S 20589 20592 4896 0 -1 1077944384 29998 12856 0 0 842 42 5 2 20 0 17 0 145855613 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14204740 CPUtime=8.95 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) S 20589 20592 4896 0 -1 1077944384 27931 12856 0 0 843 45 5 2 20 0 17 0 145855613 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746838743952 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14204740 CPUtime=8.93 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) S 20589 20592 4896 0 -1 1077944384 40129 12856 0 0 841 45 5 2 20 0 17 0 145855613 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14204740 CPUtime=1.61 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) R 20589 20592 4896 0 -1 4202560 46335 12856 0 0 125 29 5 2 20 0 17 0 145855615 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746429563696 139746869016294 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 72 12856 0 0 0 0 5 2 20 0 17 0 145855615 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746428510928 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 17 0 145855615 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 252 12856 0 0 0 0 5 2 20 0 17 0 145855618 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=14204740 CPUtime=6.79 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 20595 12856 0 0 669 3 5 2 20 0 17 0 145855618 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=14204740 CPUtime=6.8 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) S 20589 20592 4896 0 -1 1077944384 21760 12856 0 0 670 3 5 2 20 0 17 0 145855618 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=14204740 CPUtime=2.42 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) S 20589 20592 4896 0 -1 1077944384 19534 12856 0 0 229 6 5 2 20 0 17 0 145855618 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 17 0 145855618 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=14204740 CPUtime=1.54 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 1560 12856 0 0 71 76 5 2 20 0 17 0 145855622 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=21071] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/21071/stat : 21071 (java) S 20589 20592 4896 0 -1 1077944384 345 12856 0 0 0 0 5 2 20 0 17 0 146103414 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746320191728 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=21072] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/21072/stat : 21072 (java) S 20589 20592 4896 0 -1 1077944384 29 12856 0 0 0 0 5 2 20 0 17 0 146103414 14545653760 520813 18446744073709551615 4194304 4196468 140733659077952 139746319139648 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 2520.68
Current children cumulated vsize (KiB) 14204740

[startup+2478.6 s]
/proc/loadavg: 1.56 1.50 1.50 6/219 21072
/proc/meminfo: memFree=24807640/32770624 swapFree=0/452868
[pid=20592] ppid=20589 vsize=14204740 CPUtime=2521.33 cores=0,2,4,6
/proc/20592/stat : 20592 (java) S 20589 20592 4896 0 -1 1077944320 466926 12856 0 0 251755 371 5 2 20 0 17 0 145855594 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 140733659060496 139746883882743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
/proc/20592/statm: 3551185 519659 3489 1 0 3539799 0
[pid=20592/tid=20642] ppid=20589 vsize=14204740 CPUtime=2466.31 cores=0,2,4,6
/proc/20592/task/20642/stat : 20642 (java) S 20589 20592 4896 0 -1 1077944384 220454 12856 0 0 246523 101 5 2 20 0 17 0 145855613 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746888120528 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20643] ppid=20589 vsize=14204740 CPUtime=9.1 cores=0,2,4,6
/proc/20592/task/20643/stat : 20643 (java) R 20589 20592 4896 0 -1 4202560 35705 12856 0 0 859 44 5 2 20 0 17 0 145855613 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746840849752 139746868868001 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20644] ppid=20589 vsize=14204740 CPUtime=9.06 cores=0,2,4,6
/proc/20592/task/20644/stat : 20644 (java) R 20589 20592 4896 0 -1 4202560 30001 12856 0 0 857 42 5 2 20 0 17 0 145855613 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746839796752 139746865478737 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20645] ppid=20589 vsize=14204740 CPUtime=9.11 cores=0,2,4,6
/proc/20592/task/20645/stat : 20645 (java) R 20589 20592 4896 0 -1 4202560 27932 12856 0 0 859 45 5 2 20 0 17 0 145855613 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746838744152 139746868336714 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20646] ppid=20589 vsize=14204740 CPUtime=9.09 cores=0,2,4,6
/proc/20592/task/20646/stat : 20646 (java) R 20589 20592 4896 0 -1 4202560 40136 12856 0 0 857 45 5 2 20 0 17 0 145855613 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746837691152 139746868868039 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20647] ppid=20589 vsize=14204740 CPUtime=1.65 cores=0,2,4,6
/proc/20592/task/20647/stat : 20647 (java) S 20589 20592 4896 0 -1 1077944384 46335 12856 0 0 129 29 5 2 20 0 17 0 145855615 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746429563696 139746883892949 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20648] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20648/stat : 20648 (java) S 20589 20592 4896 0 -1 1077944384 73 12856 0 0 0 0 5 2 20 0 17 0 145855615 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746428510832 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20649] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20649/stat : 20649 (java) S 20589 20592 4896 0 -1 1077944384 53 12856 0 0 0 0 5 2 20 0 17 0 145855615 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746427458432 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20650] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20650/stat : 20650 (java) S 20589 20592 4896 0 -1 1077944384 252 12856 0 0 0 0 5 2 20 0 17 0 145855618 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746426406736 139746883901339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20651] ppid=20589 vsize=14204740 CPUtime=6.79 cores=0,2,4,6
/proc/20592/task/20651/stat : 20651 (java) S 20589 20592 4896 0 -1 1077944384 20595 12856 0 0 669 3 5 2 20 0 17 0 145855618 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746357537648 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20652] ppid=20589 vsize=14204740 CPUtime=6.8 cores=0,2,4,6
/proc/20592/task/20652/stat : 20652 (java) S 20589 20592 4896 0 -1 1077944384 21760 12856 0 0 670 3 5 2 20 0 17 0 145855618 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746356484848 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20653] ppid=20589 vsize=14204740 CPUtime=2.42 cores=0,2,4,6
/proc/20592/task/20653/stat : 20653 (java) S 20589 20592 4896 0 -1 1077944384 19534 12856 0 0 229 6 5 2 20 0 17 0 145855618 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746355432048 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20654] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/20654/stat : 20654 (java) S 20589 20592 4896 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 17 0 145855618 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746354379488 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=20655] ppid=20589 vsize=14204740 CPUtime=1.54 cores=0,2,4,6
/proc/20592/task/20655/stat : 20655 (java) S 20589 20592 4896 0 -1 1077944384 1560 12856 0 0 71 76 5 2 20 0 17 0 145855622 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746353326768 139746883893890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=21071] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/21071/stat : 21071 (java) S 20589 20592 4896 0 -1 1077944384 345 12856 0 0 0 0 5 2 20 0 17 0 146103414 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746320191728 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
[pid=20592/tid=21072] ppid=20589 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/20592/task/21072/stat : 21072 (java) S 20589 20592 4896 0 -1 1077944384 30 12856 0 0 0 0 5 2 20 0 17 0 146103414 14545653760 519659 18446744073709551615 4194304 4196468 140733659077952 139746319139648 139746883892949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22749184 140733659084752 140733659087537 140733659087537 140733659090895 0
Current children cumulated CPU time (s) 2521.33
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 2478.68
CPU time (s): 2521.51
CPU user time (s): 2517.75
CPU system time (s): 3.76375
CPU usage (%): 101.728
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.75
system time used= 3.76375
maximum resident set size= 4208556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480001
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= 87616
involuntary context switches= 5858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4138 second user time and 16.3438 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 16:19:23
IDJOB=4262659
IDBENCH=133909
IDSOLVER=2650
FILE ID=node132/4262659-1502462027
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-26.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262659-1502462027/watcher-4262659-1502462027 -o /tmp/evaluation-result-4262659-1502462027/solver-4262659-1502462027 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262659-1502462027.xml

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

MD5SUM BENCH= e7fb96dadee149724dd4cb9af2eae5d9
RANDOM SEED=1942355503

node132.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.74
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.74
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.74
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.74
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:        27591020 kB
MemAvailable:   28460288 kB
Buffers:          298764 kB
Cached:           880604 kB
SwapCached:            0 kB
Active:          4235076 kB
Inactive:         501328 kB
Active(anon):    3558028 kB
Inactive(anon):    49012 kB
Active(file):     677048 kB
Inactive(file):   452316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:       3556932 kB
Mapped:            72880 kB
Shmem:             49852 kB
Slab:             138588 kB
SReclaimable:     111476 kB
SUnreclaim:        27112 kB
KernelStack:        3488 kB
PageTables:        12424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4361252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3315712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 17:00:42