Trace number 4261864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2524.4099 2437.1101

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-08.xml
MD5SUM52402e3ba0658144258f494f3b2bc7f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints150
Number of domains2
Minimum domain size79
Maximum domain size148
Distribution of domain sizes[{"size":79,"count":882},{"size":148,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":735},{"degree":4,"count":147}]
Minimum constraint arity6
Maximum constraint arity882
Distribution of constraint arities[{"arity":6,"count":147},{"arity":148,"count":1},{"arity":882,"count":2}]
Number of extensional constraints147
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":147},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.52 1.46 1.50 2/198 28826
/proc/meminfo: memFree=28123316/32770624 swapFree=0/313532
[pid=28826] ppid=28823 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28826/stat : 28826 (runsolver) D 28823 28826 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49360635 24240128 106 18446744073709551615 4194304 4338465 140725673666208 140725673663848 139623832900311 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 26726400 140725673668816 140725673669193 140725673669193 140725673672650 0
/proc/28826/statm: 5918 106 53 36 0 2156 0

[startup+0.100122 s]
/proc/loadavg: 1.52 1.46 1.50 2/198 28826
/proc/meminfo: memFree=28123316/32770624 swapFree=0/313532
[pid=28826] ppid=28823 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28826/stat : 28826 (bash) S 28823 28826 16548 0 -1 4202496 898 6475 0 0 0 0 0 1 20 0 1 0 49360635 9867264 377 18446744073709551615 4194304 5098028 140730532415296 140730532409304 139755025329152 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 3 0 0 7196144 7232144 31346688 140730532418068 140730532418153 140730532418153 140730532421610 0
/proc/28826/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.2003 s]
/proc/loadavg: 1.52 1.46 1.50 2/198 28826
/proc/meminfo: memFree=28123316/32770624 swapFree=0/313532
[pid=28826] ppid=28823 vsize=13574488 CPUtime=0.11 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 5044 12340 0 0 3 0 5 3 20 0 9 0 49360635 13900275712 4302 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3393622 4302 2098 1 0 3383119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.300306 s]
/proc/loadavg: 1.52 1.46 1.50 2/198 28826
/proc/meminfo: memFree=28123316/32770624 swapFree=0/313532
[pid=28826] ppid=28823 vsize=13974356 CPUtime=0.21 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 6943 12340 0 0 12 1 5 3 20 0 15 0 49360635 14309740544 8133 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3493589 8133 2933 1 0 3482965 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13974356

[startup+0.700286 s]
/proc/loadavg: 1.52 1.46 1.50 2/198 28826
/proc/meminfo: memFree=28123316/32770624 swapFree=0/313532
[pid=28826] ppid=28823 vsize=13974784 CPUtime=0.74 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 14119 12340 0 0 63 3 5 3 20 0 15 0 49360635 14310178816 15046 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3493696 15046 3132 1 0 3482965 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.52 1.46 1.50 3/213 28889
/proc/meminfo: memFree=28022256/32770624 swapFree=0/313760
[pid=28826] ppid=28823 vsize=13985408 CPUtime=2 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 30722 12340 0 0 184 8 5 3 20 0 15 0 49360635 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3496352 42797 3372 1 0 3485525 0
[pid=28826/tid=28876] ppid=28823 vsize=13985408 CPUtime=1.33 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) R 28823 28826 16548 0 -1 4202560 23332 12340 0 0 120 5 5 3 20 0 15 0 49360651 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140711060940976 140711056727446 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) S 28823 28826 16548 0 -1 1077944384 61 12340 0 0 0 0 5 3 20 0 15 0 49360652 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) S 28823 28826 16548 0 -1 1077944384 54 12340 0 0 1 0 5 3 20 0 15 0 49360652 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) S 28823 28826 16548 0 -1 1077944384 186 12340 0 0 1 0 5 3 20 0 15 0 49360652 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) S 28823 28826 16548 0 -1 1077944384 50 12340 0 0 1 0 5 3 20 0 15 0 49360652 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 1487 12340 0 0 1 0 5 3 20 0 15 0 49360653 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710535198832 140711056726658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 55 12340 0 0 0 0 5 3 20 0 15 0 49360654 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710534144800 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 43 12340 0 0 0 0 5 3 20 0 15 0 49360654 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710533092464 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) R 28823 28826 16548 0 -1 1077944384 1234 12340 0 0 18 0 5 3 20 0 15 0 49360657 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) R 28823 28826 16548 0 -1 4202560 630 12340 0 0 14 0 5 3 20 0 15 0 49360657 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710529925120 140711038259615 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) R 28823 28826 16548 0 -1 4202560 1421 12340 0 0 24 0 5 3 20 0 15 0 49360657 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711036430284 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 10 12340 0 0 0 0 5 3 20 0 15 0 49360661 14321057792 42797 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.52 1.46 1.50 4/213 28889
/proc/meminfo: memFree=27950172/32770624 swapFree=0/313764
[pid=28826] ppid=28823 vsize=13995836 CPUtime=5.54 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 41689 12340 0 0 533 13 5 3 20 0 15 0 49360635 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3498959 70876 3443 1 0 3487573 0
[pid=28826/tid=28876] ppid=28823 vsize=13995836 CPUtime=2.9 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) R 28823 28826 16548 0 -1 4202560 28893 12340 0 0 275 7 5 3 20 0 15 0 49360651 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140711060950456 140711039123081 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) S 28823 28826 16548 0 -1 1077944384 63 12340 0 0 0 0 5 3 20 0 15 0 49360652 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) S 28823 28826 16548 0 -1 1077944384 170 12340 0 0 2 0 5 3 20 0 15 0 49360652 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) S 28823 28826 16548 0 -1 1077944384 216 12340 0 0 2 0 5 3 20 0 15 0 49360652 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) S 28823 28826 16548 0 -1 1077944384 52 12340 0 0 1 0 5 3 20 0 15 0 49360652 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 1563 12340 0 0 1 0 5 3 20 0 15 0 49360653 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710535198832 140711056726658 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 55 12340 0 0 0 0 5 3 20 0 15 0 49360654 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710534144864 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 43 12340 0 0 0 0 5 3 20 0 15 0 49360654 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=13995836 CPUtime=1.06 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 3892 12340 0 0 97 1 5 3 20 0 15 0 49360657 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=13995836 CPUtime=0.84 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) S 28823 28826 16548 0 -1 1077944384 1682 12340 0 0 76 0 5 3 20 0 15 0 49360657 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710529935856 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=13995836 CPUtime=0.84 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 2886 12340 0 0 75 1 5 3 20 0 15 0 49360657 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 13 12340 0 0 0 0 5 3 20 0 15 0 49360661 14331736064 70876 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13995836

[startup+6.30156 s]
/proc/loadavg: 1.72 1.50 1.51 5/213 28889
/proc/meminfo: memFree=27789380/32770624 swapFree=0/313764
[pid=28826] ppid=28823 vsize=13999932 CPUtime=12.51 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 54495 12340 0 0 1217 26 5 3 20 0 15 0 49360635 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3499983 104938 3464 1 0 3488597 0
[pid=28826/tid=28876] ppid=28823 vsize=13999932 CPUtime=6.02 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) R 28823 28826 16548 0 -1 4202560 37450 12340 0 0 586 8 5 3 20 0 15 0 49360651 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140711060944088 140710674128650 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) S 28823 28826 16548 0 -1 1077944384 261 12340 0 0 4 2 5 3 20 0 15 0 49360652 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=13999932 CPUtime=0.16 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) S 28823 28826 16548 0 -1 1077944384 290 12340 0 0 6 2 5 3 20 0 15 0 49360652 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=13999932 CPUtime=0.15 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) S 28823 28826 16548 0 -1 1077944384 369 12340 0 0 5 2 5 3 20 0 15 0 49360652 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) S 28823 28826 16548 0 -1 1077944384 142 12340 0 0 4 2 5 3 20 0 15 0 49360652 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 1643 12340 0 0 2 0 5 3 20 0 15 0 49360653 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710535198832 140711056726658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 55 12340 0 0 0 0 5 3 20 0 15 0 49360654 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710534144864 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 43 12340 0 0 0 0 5 3 20 0 15 0 49360654 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=13999932 CPUtime=2.62 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 5154 12340 0 0 251 3 5 3 20 0 15 0 49360657 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=13999932 CPUtime=2.43 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) R 28823 28826 16548 0 -1 4202560 3210 12340 0 0 234 1 5 3 20 0 15 0 49360657 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710529929048 140711041005548 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=13999932 CPUtime=1.29 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 3698 12340 0 0 119 2 5 3 20 0 15 0 49360657 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 19 12340 0 0 0 0 5 3 20 0 15 0 49360661 14335930368 104938 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.74 1.51 1.51 3/213 28889
/proc/meminfo: memFree=27084596/32770624 swapFree=0/313764
[pid=28826] ppid=28823 vsize=13999932 CPUtime=19.27 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 56822 12340 0 0 1878 41 5 3 20 0 15 0 49360635 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3499983 268799 3464 1 0 3488597 0
[pid=28826/tid=28876] ppid=28823 vsize=13999932 CPUtime=12.37 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) R 28823 28826 16548 0 -1 4202560 38262 12340 0 0 1212 17 5 3 20 0 15 0 49360651 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140711060947304 140710670967599 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) S 28823 28826 16548 0 -1 1077944384 293 12340 0 0 7 4 5 3 20 0 15 0 49360652 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=13999932 CPUtime=0.2 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) S 28823 28826 16548 0 -1 1077944384 1099 12340 0 0 9 3 5 3 20 0 15 0 49360652 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) S 28823 28826 16548 0 -1 1077944384 427 12340 0 0 8 3 5 3 20 0 15 0 49360652 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=13999932 CPUtime=0.17 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) S 28823 28826 16548 0 -1 1077944384 169 12340 0 0 6 3 5 3 20 0 15 0 49360652 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 2069 12340 0 0 3 0 5 3 20 0 15 0 49360653 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710535198832 140711056726658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 55 12340 0 0 0 0 5 3 20 0 15 0 49360654 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710534144864 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 43 12340 0 0 0 0 5 3 20 0 15 0 49360654 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14335930368 268799 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0

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

/proc/28826/task/28877/stat : 28877 (java) S 28823 28826 16548 0 -1 1077944384 42068 12340 0 0 2162 65 5 3 20 0 15 0 49360652 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=14069564 CPUtime=22.36 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) S 28823 28826 16548 0 -1 1077944384 45446 12340 0 0 2162 66 5 3 20 0 15 0 49360652 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=14069564 CPUtime=22.36 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) S 28823 28826 16548 0 -1 1077944384 40097 12340 0 0 2164 64 5 3 20 0 15 0 49360652 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=14069564 CPUtime=22.37 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) S 28823 28826 16548 0 -1 1077944384 44368 12340 0 0 2162 67 5 3 20 0 15 0 49360652 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 55590 12340 0 0 64 10 5 3 20 0 15 0 49360653 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710535198832 140711056726658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 63 12340 0 0 0 0 5 3 20 0 15 0 49360654 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710534144928 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 48 12340 0 0 0 0 5 3 20 0 15 0 49360654 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=14069564 CPUtime=6.86 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 30452 12340 0 0 671 7 5 3 20 0 15 0 49360657 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=14069564 CPUtime=7.57 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) S 28823 28826 16548 0 -1 1077944384 28245 12340 0 0 745 4 5 3 20 0 15 0 49360657 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710529935856 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=14069564 CPUtime=2.3 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 22758 12340 0 0 217 5 5 3 20 0 15 0 49360657 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 15 0 49360657 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 1464 12340 0 0 64 84 5 3 20 0 15 0 49360661 14407233536 1193287 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2436.01 s]
/proc/loadavg: 1.68 1.65 1.61 3/213 29182
/proc/meminfo: memFree=21550772/32770624 swapFree=0/314476
[pid=28826] ppid=28823 vsize=14202692 CPUtime=2520.44 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 595048 12340 0 0 251598 438 5 3 20 0 17 0 49360635 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3550673 1193354 3482 1 0 3539287 0
[pid=28826/tid=28876] ppid=28823 vsize=14202692 CPUtime=2412.14 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) S 28823 28826 16548 0 -1 1077944384 281155 12340 0 0 241122 84 5 3 20 0 17 0 49360651 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140711060953216 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=14202692 CPUtime=22.45 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) R 28823 28826 16548 0 -1 4202560 42171 12340 0 0 2172 65 5 3 20 0 17 0 49360652 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710991150168 140711038312264 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=14202692 CPUtime=22.45 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) R 28823 28826 16548 0 -1 4202560 45569 12340 0 0 2171 66 5 3 20 0 17 0 49360652 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710990097368 140711041700522 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=14202692 CPUtime=22.45 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) R 28823 28826 16548 0 -1 4202560 40249 12340 0 0 2173 64 5 3 20 0 17 0 49360652 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710989044768 140711038311920 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=14202692 CPUtime=22.46 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) R 28823 28826 16548 0 -1 4202560 44506 12340 0 0 2171 67 5 3 20 0 17 0 49360652 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711041666220 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=14202692 CPUtime=0.82 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 55591 12340 0 0 64 10 5 3 20 0 17 0 49360653 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710535197232 140711056725717 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 63 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710534144928 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 48 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 249 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=14202692 CPUtime=6.86 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 30452 12340 0 0 671 7 5 3 20 0 17 0 49360657 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=14202692 CPUtime=7.57 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) S 28823 28826 16548 0 -1 1077944384 28245 12340 0 0 745 4 5 3 20 0 17 0 49360657 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710529935856 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=14202692 CPUtime=2.3 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 22758 12340 0 0 217 5 5 3 20 0 17 0 49360657 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=14202692 CPUtime=1.56 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 1464 12340 0 0 64 84 5 3 20 0 17 0 49360661 14543556608 1193354 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 2520.44
Current children cumulated vsize (KiB) 14202692

[startup+2436.81 s]
/proc/loadavg: 1.68 1.65 1.61 6/215 29184
/proc/meminfo: memFree=21551028/32770624 swapFree=0/314476
[pid=28826] ppid=28823 vsize=14202692 CPUtime=2523.39 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 606825 12340 0 0 251893 438 5 3 20 0 17 0 49360635 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3550673 1192915 3488 1 0 3539287 0
[pid=28826/tid=28876] ppid=28823 vsize=14202692 CPUtime=2412.14 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) S 28823 28826 16548 0 -1 1077944384 281156 12340 0 0 241122 84 5 3 20 0 17 0 49360651 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140711060953216 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=14202692 CPUtime=23.17 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) R 28823 28826 16548 0 -1 4202560 42185 12340 0 0 2244 65 5 3 20 0 17 0 49360652 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711041172963 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=14202692 CPUtime=23.17 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) R 28823 28826 16548 0 -1 4202560 45585 12340 0 0 2243 66 5 3 20 0 17 0 49360652 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710990097168 140711041414270 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=14202692 CPUtime=23.17 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) R 28823 28826 16548 0 -1 4202560 40266 12340 0 0 2245 64 5 3 20 0 17 0 49360652 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711041414256 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=14202692 CPUtime=23.17 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) R 28823 28826 16548 0 -1 4202560 44532 12340 0 0 2242 67 5 3 20 0 17 0 49360652 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710987992280 140711041711915 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=14202692 CPUtime=0.9 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 67289 12340 0 0 71 11 5 3 20 0 17 0 49360653 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710535197456 140711056725717 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 66 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710534144912 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 48 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 249 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=14202692 CPUtime=6.86 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 30452 12340 0 0 671 7 5 3 20 0 17 0 49360657 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=14202692 CPUtime=7.57 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) S 28823 28826 16548 0 -1 1077944384 28245 12340 0 0 745 4 5 3 20 0 17 0 49360657 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710529935856 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=14202692 CPUtime=2.3 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 22758 12340 0 0 217 5 5 3 20 0 17 0 49360657 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=14202692 CPUtime=1.56 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 1464 12340 0 0 64 84 5 3 20 0 17 0 49360661 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=29183] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/29183/stat : 29183 (java) S 28823 28826 16548 0 -1 1077944384 338 12340 0 0 0 0 5 3 20 0 17 0 49604226 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710511992816 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=29184] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/29184/stat : 29184 (java) S 28823 28826 16548 0 -1 1077944384 33 12340 0 0 0 0 5 3 20 0 17 0 49604226 14543556608 1192915 18446744073709551615 4194304 4196468 140721316554960 140710426604608 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 2523.39
Current children cumulated vsize (KiB) 14202692

[startup+2437.01 s]
/proc/loadavg: 1.68 1.65 1.61 6/215 29184
/proc/meminfo: memFree=21551028/32770624 swapFree=0/314476
[pid=28826] ppid=28823 vsize=14202692 CPUtime=2524.13 cores=1,3,5,7
/proc/28826/stat : 28826 (java) S 28823 28826 16548 0 -1 1077944320 606826 12340 0 0 251967 438 5 3 20 0 17 0 49360635 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140721316537504 140711056715511 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
/proc/28826/statm: 3550673 1192145 3488 1 0 3539287 0
[pid=28826/tid=28876] ppid=28823 vsize=14202692 CPUtime=2412.14 cores=1,3,5,7
/proc/28826/task/28876/stat : 28876 (java) S 28823 28826 16548 0 -1 1077944384 281156 12340 0 0 241122 84 5 3 20 0 17 0 49360651 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140711060953216 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28877] ppid=28823 vsize=14202692 CPUtime=23.35 cores=1,3,5,7
/proc/28826/task/28877/stat : 28877 (java) R 28823 28826 16548 0 -1 4202560 42185 12340 0 0 2262 65 5 3 20 0 17 0 49360652 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710991149968 140711041414362 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28878] ppid=28823 vsize=14202692 CPUtime=23.35 cores=1,3,5,7
/proc/28826/task/28878/stat : 28878 (java) R 28823 28826 16548 0 -1 4202560 45585 12340 0 0 2261 66 5 3 20 0 17 0 49360652 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710990097368 140711041172963 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28879] ppid=28823 vsize=14202692 CPUtime=23.35 cores=1,3,5,7
/proc/28826/task/28879/stat : 28879 (java) R 28823 28826 16548 0 -1 4202560 40266 12340 0 0 2263 64 5 3 20 0 17 0 49360652 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710989044880 140711041172897 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28880] ppid=28823 vsize=14202692 CPUtime=23.35 cores=1,3,5,7
/proc/28826/task/28880/stat : 28880 (java) R 28823 28826 16548 0 -1 4202560 44532 12340 0 0 2260 67 5 3 20 0 17 0 49360652 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710987992080 140711041712064 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28881] ppid=28823 vsize=14202692 CPUtime=0.92 cores=1,3,5,7
/proc/28826/task/28881/stat : 28881 (java) S 28823 28826 16548 0 -1 1077944384 67289 12340 0 0 73 11 5 3 20 0 17 0 49360653 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710535197456 140711056725717 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28882] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28882/stat : 28882 (java) S 28823 28826 16548 0 -1 1077944384 66 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710534145008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28883] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28883/stat : 28883 (java) S 28823 28826 16548 0 -1 1077944384 48 12340 0 0 0 0 5 3 20 0 17 0 49360654 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710533092480 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28884] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28884/stat : 28884 (java) S 28823 28826 16548 0 -1 1077944384 249 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710532040784 140711056734107 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28885] ppid=28823 vsize=14202692 CPUtime=6.86 cores=1,3,5,7
/proc/28826/task/28885/stat : 28885 (java) S 28823 28826 16548 0 -1 1077944384 30452 12340 0 0 671 7 5 3 20 0 17 0 49360657 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710530988656 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28886] ppid=28823 vsize=14202692 CPUtime=7.57 cores=1,3,5,7
/proc/28826/task/28886/stat : 28886 (java) S 28823 28826 16548 0 -1 1077944384 28245 12340 0 0 745 4 5 3 20 0 17 0 49360657 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710529935856 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28887] ppid=28823 vsize=14202692 CPUtime=2.3 cores=1,3,5,7
/proc/28826/task/28887/stat : 28887 (java) S 28823 28826 16548 0 -1 1077944384 22758 12340 0 0 217 5 5 3 20 0 17 0 49360657 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710528883568 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28888] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/28888/stat : 28888 (java) S 28823 28826 16548 0 -1 1077944384 3 12340 0 0 0 0 5 3 20 0 17 0 49360657 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710527831008 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=28889] ppid=28823 vsize=14202692 CPUtime=1.56 cores=1,3,5,7
/proc/28826/task/28889/stat : 28889 (java) S 28823 28826 16548 0 -1 1077944384 1464 12340 0 0 64 84 5 3 20 0 17 0 49360661 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710526777776 140711056726658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=29183] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/29183/stat : 29183 (java) S 28823 28826 16548 0 -1 1077944384 338 12340 0 0 0 0 5 3 20 0 17 0 49604226 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710511992816 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
[pid=28826/tid=29184] ppid=28823 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/28826/task/29184/stat : 29184 (java) S 28823 28826 16548 0 -1 1077944384 34 12340 0 0 0 0 5 3 20 0 17 0 49604226 14543556608 1192145 18446744073709551615 4194304 4196468 140721316554960 140710426604608 140711056725717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140721316562896 140721316565681 140721316565681 140721316569039 0
Current children cumulated CPU time (s) 2524.13
Current children cumulated vsize (KiB) 14202692

[startup+2437.1 s]
/proc/loadavg: 1.68 1.65 1.61 6/215 29184
/proc/meminfo: memFree=21551028/32770624 swapFree=0/314476
[pid=28826] ppid=28823 vsize=0 CPUtime=2524.39 cores=1,3,5,7
/proc/28826/stat : 28826 (java) Z 28823 28826 16548 0 -1 4228108 607009 12340 0 0 251990 441 5 3 20 0 2 0 49360635 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 3 0 0 0 0 0 0 0 0 0 0
/proc/28826/statm: 0 0 0 0 0 0 0
[pid=28826/tid=29183] ppid=28823 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/28826/task/29183/stat : 29183 (java) R 28823 28826 16548 0 -1 4203588 338 12340 0 0 0 2 5 3 20 0 2 0 49604226 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2524.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2437.11
CPU time (s): 2524.41
CPU user time (s): 2519.96
CPU system time (s): 4.45193
CPU usage (%): 103.582
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.96
system time used= 4.45193
maximum resident set size= 4780764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 619349
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= 73221
involuntary context switches= 3785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9365 second user time and 15.2555 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 19:00:11
IDJOB=4261864
IDBENCH=137011
IDSOLVER=2650
FILE ID=node126/4261864-1502471651
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-08.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261864-1502471651/watcher-4261864-1502471651 -o /tmp/evaluation-result-4261864-1502471651/solver-4261864-1502471651 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4261864-1502471651.xml

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

MD5SUM BENCH= 52402e3ba0658144258f494f3b2bc7f2
RANDOM SEED=1295601894

node126.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.81
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.81
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.81
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.81
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:        28123672 kB
MemAvailable:   28753584 kB
Buffers:          288644 kB
Cached:           614192 kB
SwapCached:          524 kB
Active:          3795076 kB
Inactive:         385112 kB
Active(anon):    3231316 kB
Inactive(anon):    71324 kB
Active(file):     563760 kB
Inactive(file):   313788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             25656 kB
Writeback:             0 kB
AnonPages:       3274768 kB
Mapped:            55864 kB
Shmem:             25248 kB
Slab:             162348 kB
SReclaimable:     136400 kB
SUnreclaim:        25948 kB
KernelStack:        3552 kB
PageTables:        12216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3912696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3043328 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 node126 at 2017-08-11 19:40:48